/**
 * Theme Name: Prototyping Solutions
 * Theme URI: http://infomedia.com
 * Description: A child theme of the InfoRock parent theme.  
 * Version: 1.0
 * Author: Brian Krogsgard
 * Author URI: http://krogsgard.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width, custom-colors
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: inforock
 */


@import "../inforock/style.css";
@import url(http://fonts.googleapis.com/css?family=Signika:400,700);


body {
    font-family: arial, helvetica, sans-serif;
    padding: 0 0;
    font-size:16px;
    font-size:1rem;
    line-height:24px;
    line-height:1.5rem;
    color:#2d2d2d;
}


a {
	color:#8bbe31;
}
a img { border:0; }

h2, h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Signika', sans-serif; 
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}
#menu-secondary ul ul li.tribe-events-list-widget  h3 {
	margin-bottom: 0;
	padding-top: 0;
}
h4 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: 'Signika', sans-serif; 
    margin: 0 0 16px;
    margin: 0 0 1rem;
}

table h3 {
    font-size: 22px;
    font-size: 1.375rem;
	margin:0;
}

ul {
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
}


.loop-title, .singular .hfeed .entry-title {
    font-size: 35px;
    font-size: 2.1875rem;
    color:#4574b3;
    font-family: 'Signika', sans-serif;    
    margin: 0 0 40px;    
    margin: 0 0 2.5rem;
}




.wrap {
	width:60em;
	background:none;
}

#menu-secondary .textwidget p {
	color: #ddd;
}

#menu-secondary .video img.ubermenu-image {
	border: 2px solid #222;
	box-shadow: 0 0 10px #222;
}
#menu-secondary ul.ubermenu-tabs-group {
	background:  #222;
	box-shadow: inset 0 0 15px #000;
	border: none;
}

div.ubermenu-content-block.ubermenu-custom-content {
	color: #1e73be;
	font-size: 1rem;
}

#menu-secondary .ubermenu-skin-black-white-2 .ubermenu-tab-content-panel {
	border-top: none;
}

#container {
	background: url(images/bg.png) repeat;
}

#header {
	position:relative;
	z-index:11;
	background:#fff;
    -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.45);
}
#header .wrap {
    padding: 0;
    width:62.5rem;
}

#branding {
	clear: left;
	overflow: hidden;
	float:left;
	background: none;
	display: block;
	margin: 17px 0 0 22px;	
	margin: 1.0625rem 0 0 1.375rem;	
	width: auto;
}
#site-title a {
	width: 207px;
	width: 12.9375rem;
	height: 95px;
	height: 5.9375rem;
	background: url(images/sprite-01.png) 0 0 no-repeat;
}
#site-title a span {
	display: none;
}
#site-description {
	display: none;
}

.topps, 
.topps h3 {
	width: 382px;
	width: 23.875rem;
	height: 26px;
	height: 1.625rem;
}
.topps {
	width:40%;
	float:left; /* float: left; */
	margin:36px 0 0 0;
	margin:1.8rem 0 0 1.4rem; /* margin:2.25rem 0 0 0; */
}

.phone {
	font-family: 'Signika',sans-serif;
	font-size: 1.2rem;
	color: #5c711a;
	width: 30%; /* width: 33%; */
	float: right;
	margin:35px 0 0 0;
	padding: 0;
}

.phone .number {
    display:inline;
    float: left;
	font-size: 16px;
}

.phone .social {
    display: inline;
    float: left;
}

.topps h3 {
	text-indent:-9999px;
	overflow:hidden;
	background: url(images/sprite-02.png) 0 -205px no-repeat;
}

.facebook {
    vertical-align: middle;
    margin:0 0 0 13px;
}

.social-icons {
    vertical-align: middle;
    margin:0 0 0 5px;
}

.facebook_footer {
    vertical-align: middle;
    margin:0;
}

.topps, .topps h3 {
    width: 382px;
    width: 26rem; /* width: 23.875rem; */
    height: 26px;
    height: 5rem; /* height: 1.625rem; */
}

/* Search form */
.s {
	float: right;
	width: 33%; /* width: 40%; */
	margin:.5rem 0;
	text-align: right;
	clear: right;
}

.searchform label,
.search-form label {
	float: none;
}
.searchform input[type="text"],
.search-form input[type="text"] { /* default WP (or Hybrid Core) search class */
	clear: both;
	display: inline-block;
	float: none;
	width: 75%; /* width: 65%; */
	height: auto;
	margin:0 .25rem 0 0;
	padding: 0.375rem 0.625rem;
	font-size: 0.75rem;
	color: #aaa;
	border: 1px solid #dfdfdf;
	border-radius: 2px 0 0 2px ;
}

.searchform input[type="text"]:focus,
.search-form input[type="text"]:focus { /* default WP (or Hybrid Core) search class */
	color: #999;
	background: #fefefe;
	border-color: #cfcfcf;
	padding: 0.375rem 0.625rem;
	border: 1px solid #dfdfdf;
	border-radius: 2px 0 0 2px ;
}

.searchform input[type="submit"],
.search-form input[type="submit"] {
	float:none;
	height: auto;
	padding: 0.375rem 0.625rem;
	border-radius: 0 2px 2px 0;
	margin: 0;
	box-shadow: none;
	font-size: .8rem;
}

form.searchform {
	overflow: hidden;
}

.page-template-search-php .loop-description p {
margin: 0 0 1rem 0;
font-style: normal;
color: #4574b3;
}

/* main menu */


.secondary-navigation {
/*	width:69%;
    clear: none;
    float:right;
    text-align: left;
    font-family: 'Signika', sans-serif;
    font-size:16px;
    font-size:1rem;
	margin:22px 0 0 0;
	margin:1.375rem 0 0 0;*/
}
.secondary-navigation .wrap {
/*	overflow: visible;
	width:100% !important;*/
}
.secondary-navigation ul ul {
/*	width: 180px; /* Sub Menu Width *!/
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;*/

}

.secondary-navigation ul.ubermenu-nav ul.ubermenu-submenu {
	background: url('images/pyramid-80.png') no-repeat bottom right, url('images/footerbg.png') repeat;
}
.secondary-navigation ul.ubermenu-nav ul.ubermenu-submenu  ul {
background: none;
}
#menu-secondary ul ul li.ubermenu-item { 
margin-right: 0;
}
#menu-secondary ul ul li.ubermenu-item:last-of-type { 
margin-right:  0
}
#menu-secondary ul ul li.tribe-events-list-widget-events  {
padding-bottom: .5rem;
}

#menu-secondary .ubermenu #menu-item-259 .ubermenu-submenu .ubermenu-column-auto {
    max-width: 200px;
}

/* Root Menu */
.secondary-navigation ul a {
	float: none;
}
.secondary-navigation ul.ubermenu-tabs-group ul.ubermenu-submenu a {
	padding-top: 0 !important;
}

.secondary-navigation ul.ubermenu-tabs-group ul.ubermenu-submenu .ubermenu-has-submenu-stack a.ubermenu-target-with-image {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
#menu-secondary .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab > .ubermenu-target {
	border-radius: 7px;
	margin: .5rem;
	padding: 6px 24px 6px 12px;
	color: #888;
}

#menu-secondary .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target,
#menu-secondary .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-tabs .ubermenu-tab:hover > .ubermenu-target {
	background: #81d742;
	color: #000;
}

/*#menu-item-259 a {
	padding: 0 12px 0 0;	
	padding: 0 .75rem 0 0;
}*/
/*#menu-item-54 a {
	padding: 0 0 0 10px;	
	padding: 0 0 0 .75rem;
}*/

#menu-item-1396 a {
	text-indent:-9999px;
/*	overflow:hidden;*/
	background: url(images/home_sm.png) center no-repeat;
/*	width:16px;
	height:19px;*/
/*	margin: 0 0 0 10px;	
	margin: 0 0 0 .65rem;*/
}

.sub-menu a {
/*	font-size:.85rem;
	padding:.25rem .5rem !important;*/
}

/* Root Menu Hover Persistence */
.secondary-navigation ul a:hover,
.secondary-navigation ul li:hover a,
.secondary-navigation ul li.iehover a {
/*	background: none;
	color:#7DBF4A;*/
}

/* 2nd Menu */
.secondary-navigation ul li:hover li a, 
.secondary-navigation ul li.iehover li a {
/*	float: none;
	background: #eee;
	color:#000;
	border-top: 1px solid #ddd;*/
}

/* 2nd Menu Hover Persistence */
.secondary-navigation ul li:hover li a:hover,
.secondary-navigation ul li:hover li:hover a,
.secondary-navigation ul li.iehover li a:hover,
.secondary-navigation ul li.iehover li.iehover a {
/*	background: #e7e7e7;*/
}

/* Hover Function - Do Not Move */
.secondary-navigation ul li:hover ul ul,
.secondary-navigation ul li:hover ul ul ul,
.secondary-navigation ul li.iehover ul ul,
.secondary-navigation ul li.iehover ul ul ul { 
	/*display: none; */
}
.secondary-navigation ul li:hover ul,
.secondary-navigation ul ul li:hover ul,
.secondary-navigation ul ul ul li:hover ul,
.secondary-navigation ul li.iehover ul,
.secondary-navigation ul ul li.iehover ul,
.secondary-navigation ul ul ul li.iehover ul { 
	/*display: block; */
}


/* feature */

#feature {
	background: url(images/splashbg.jpg) repeat-x,  url(images/footerbg.png) repeat;
	/*height:1001px;*/
}

#feature .wrap {
	width:1330px;
}
.photoarea {
	background: none; /* url(images/main-image.jpg) center top no-repeat; */
	width:1330px;
	width:83.125rem;
	height:auto; /* height:661px; */
	/* height:41.3125rem; */
	text-align:center;
	color:#fff;
	padding: 0; /* padding:48px 0 0; */
	/* padding:3rem 0 0; */
}
.photoarea h2 {
    font-family: 'Signika', sans-serif; 
	font-size:42px;
	font-size:2.625rem;
	font-weight:normal;
	line-height:1;
	margin:0 0 18px;
	margin:0 0 1.125rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.photoarea h1 {
    font-family: "proxima-nova",sans-serif;
    font-weight:800; 
	font-size:72px;
	font-size:4.5rem;
	text-transform:uppercase;
	line-height:1;
	margin:0 0 38px;
	margin:0 0 1.3rem;  /* margin:0 0 2.375rem; */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}	

.photoarea-links,
.photoarea a {
	margin:0 0 0 225px;
	margin:0 0 0 14.0625rem;
}
.photoarea-links a {
	color:#fff;
	font-size:17px;
	font-size:1.0625rem;
	float:left;
	margin:0 60px 0 0;
	margin:0 4.75rem 0 0; /* margin:0 3.75rem 0 0; */
}

.photoarea a {
	color:#fff;
	font-size:17px;
	font-size:1.0625rem;
	margin:0 60px 0 0;
	margin:0 4.75rem 0 0; /* margin:0 3.75rem 0 0; */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.photoarea-links a:hover,
.photoarea a:hover {
	color:#8bbe31;
	text-decoration:none;
}
.photoarea-links a span,
.photoarea a span {
	font-size:12px;
	font-size:.75rem;
}

.feature-industrynav {
    font-family: 'Signika', sans-serif;  
	font-size:30px;
	font-size:1.875rem;
	line-height:40px;
	line-height:2.5rem;
	color:#fff;
	margin:0 auto;
	padding:40px 0 60px;
	padding:2.5rem 0 3.75rem;
	text-align:center;
}
.ind-navtext {
	color:#8bbe31 !important;
}
.ind-navtext span {
	font-size:16px;
	font-size:1rem;
}
.industrynav-links {
	width:1057px;
	width:66.0625rem;
	height:127px;
	height:7.9375;
	display:block;
	margin:24px auto 0;
	margin:1.5rem auto 0;
}
.industrynav-links div{
	background: url(images/industrypics.jpg) no-repeat;
	width:175px;
	height:127px;
	overflow:hidden;
	float:left;
	margin:0 1px 0 0;
}

.industrynav-links .box1 {
	background-position: 0 0;
}
.industrynav-links .box2 {
	background-position: -177px 0 !important;
}
.industrynav-links .box3 {
	background-position: -353px 0;
}
.industrynav-links .box4 {
	background-position: -529px 0;
}
.industrynav-links .box5 {
	background-position: -705px 0;
}
.industrynav-links .box6 {
	background-position: -881px 0;
}

.industrynav-links a {
	display:block;
	width: auto;
	height: 127px;
	font-size:24px;
	line-height:24px;
    font-family: "proxima-nova",sans-serif;
    font-weight:600;
    text-transform:capitalize;
    text-align:center;
    padding:50px 0 0;
    text-indent:-9999px;
}
.industrynav-links a:hover {
    text-indent:0;
    color:#fff;
	text-decoration: none;
	background:#83c217;
	opacity:.7;
}



.home #main {
	background: none;
}
.home #main .wrap {
    background: none;
    box-shadow: none;
}


.home #content {
    float: right !important;
    width: 42% !important;
    margin:0 30px 0 0;
}
.home #content ul {
	list-style:none;
	margin:30px 0 0;
	padding:0;
	font-weight:bold;
}
.home #content ul li {
	float:left;
	width:50%;
	margin:0 0 8px;
}



.home #sidebar-primary {
    float: left;
    width: 45% !important;
    border-left: none;
    padding: .5rem 0 3rem 0;
}
.home #sidebar-primary h2 {
	font-size:16px;
}
.home #sidebar-primary h2 a {
	color:#2D2D2D;
}
.home #query-posts-2 {
    margin: 0 0 56px;
    margin: 0 0 3.5rem;
}
#query-posts-2 .hentry {
    margin: 0 0 16px !important;
    margin: 0 0 1rem !important;
    clear:both;
}
.home #query-posts-2 .entry-title {
	line-height: 24px;
    margin: 0;
	padding: 16px 0 0;
	padding: 1rem 0 0;
	font-family: arial,helvetica,sans-serif;
}
.home #query-posts-2 .thumbnail {
	float: left;
	width:110px;
	width:6.875rem;
    margin: 0 22px 22px 0;
    margin: 0 1.375rem 1.375rem 0;
	-webkit-box-shadow: -2px 3px 3px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    -2px 3px 3px rgba(50, 50, 50, 0.35);
	box-shadow:         -2px 3px 3px rgba(50, 50, 50, 0.35);
}
.home #tribe-events-list-widget-2 .vcalendar {
    margin: 0 0 1rem;
	padding:0;
}
.home .tribe-events-list-widget-events .entry-title {
    margin: 0 0 !important;    
    line-height: 24px !important;
    line-height: 1.5rem !important;
    font-size: 16px !important;
    font-size: 1rem !important;
    font-family: arial,helvetica,sans-serif !important;
}
.home .tribe-events-list-widget-events .entry-title a {
	color: #2D2D2D !important;
}
#menu-secondary .tribe-events-list-widget-events h4.entry-title, 
#menu-secondary .tribe-events-list-widget-events .entry-title a {
	color: #fff !important;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0;
}
#menu-secondary .tribe-events-list-widget-events .entry-title a:hover {
	color: #1e73be !important;
}
.home .tribe-events-list-widget .duration {
    font-weight: normal;
    font-size:.75rem;
    line-height: 1.4;
    color: black;
}
.home .tribe-events-widget-link a {
	font-size: 1rem;
	margin-top: .5rem;
	display: block;
}
.home .tribe-events-widget-link a:hover {
	color: #1e73be;
}

.home #content .entry-title {
	display:none;
}
.home #content h1 {
	font-size:28px;
	color: #4574B3;
    font-family: 'Signika',sans-serif;
    margin:0 0 .75rem;
}
.home #sidebar-primary .widget-title, #text-15 a, #text-16 a {
    border-bottom: none;
    font-family: 'Signika',sans-serif;
	font-size:28px;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
    padding: 0;
    text-transform: capitalize;
    color: #4574B3;
    display:block;
}
#text-15 a, #text-16 a {
	margin: 0 0 16px;
	margin: 0 0 1rem;
}



/* main */

#main {
	position:relative;
	z-index:10;
	background: url(images/mainbg.png) repeat-x;
}

#main .wrap {
    margin: 24px auto 50px;
    margin: 1.5rem auto 3.125rem;
    padding: 36px 46px 48px;
    padding: 2.25rem 2.875rem 3rem;
    width:62.5rem;
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 3px 3px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 3px 3px rgba(50, 50, 50, 0.45);
}


.layout-default .hfeed, .layout-2c-l .hfeed {
    margin: 0;
}

#content, .layout-2c-l #content, .layout-2c-r #content, .layout-default #content {
    float: left;
    width: 61%;
    /*font-size:14px;
    font-size:.875rem;*/
}

#content_full {
	width: 100%;
}



.subtitle {
	font-size:24px;
	font-size:1.5rem;
	margin:0 0 20px;
	margin:0 0 1.25rem;
    font-family: 'Signika',sans-serif;
}

#menu-secondary li.gfield {
	margin-bottom: .5rem;
}
#menu-secondary .gfield input,
#menu-secondary .gfield textarea {
	background: #222;
	border: 1px solid #000;
	color: #eee;
	font-size: 1rem;
}
#menu-secondary label.gfield_label {
	display: none;
}

#sidebar-primary, #sidebar-secondary {
    width: 35%;
    padding:0 0 0 48px;
    padding:0 0 0 3rem;
    border-left:1px solid #d6d6d6;
}
#sidebar-primary {
    padding:14px 0 48px 48px;
    padding:.875rem 0 3rem 3rem;
}
#sidebar-primary .widget-title {
	font-size:18px;
	font-size:1.125rem;
	text-transform:uppercase;
    font-family: 'Signika', sans-serif;
    padding:0 10px 10px;
    padding:0 .625rem .625rem;
    margin:0 0 14px;
    margin:0 0 .875rem;
	border-bottom:1px solid #d6d6d6; 
}


.widget-nav-menu {
	margin:0 0 36px;
	margin:0 0 2.25rem;
}
.widget-nav-menu a {
	color:#79a230;
    font-family: 'Signika', sans-serif;
}
.sidebar .widget ul {
    padding:0 10px;
    padding:0 .625rem;
}

#text-13 a {
	display:block;
    color: #303030;
    padding:10px 16px;
    padding:.625rem 1rem;
    margin:0 0 14px;
    margin:0 0 .875rem;
	background: url(images/butnbg.png) #e5e5e5 repeat-x;
	-webkit-box-shadow: -2px 3px 3px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    -2px 3px 3px rgba(50, 50, 50, 0.35);
	box-shadow:         -2px 3px 3px rgba(50, 50, 50, 0.35);
}
#text-13 a:hover {
	text-decoration:none;
	-webkit-box-shadow: -1px 2px 3px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    -1px 2px 3px rgba(50, 50, 50, 0.35);
	box-shadow:         -1px 2px 3px rgba(50, 50, 50, 0.35);
}
#text-13 a span {
	color:#8bbe31;
	font-size:10px;
	font-size:.625rem;
}
#text-13 .svsp {
	color:#3388BB;	
}

.related-items {
	margin:48px 0 0;
	margin:3rem 0 0;
}
.related-items ul {
	list-style:none;
    font-family: 'Signika', sans-serif;
    margin:0;
    padding:0;
}
.related-items li { 
	margin:0 0 24px;
	margin:0 0 1.5rem;
	padding:0;
}
.related-items a {
	font-size:16px;
	font-size:1rem;
	line-height:1.5rem;
	line-height:24px;
	margin:0;
    padding:0 12px 40px;
    padding:0 .75rem 2.5rem;
	background: url(images/bull1.png) 0 7px no-repeat;
}





/* breadcrumbs */

.breadcrumbs {
	font-size: 14px;
	font-size: 0.875rem;
	padding:0 0 16px;
	padding:0 0 1rem;
	margin:0 0 32px;
	margin:0 0 2rem;
	border-bottom:1px solid #d6d6d6; 
}
.breadcrumbs a {
    color: #4574B3;
	text-decoration: underline;
}
.breadcrumbs a:hover {
}
.breadcrumbs .trail-end {
	font-style: normal;
}
.breadcrumbs .sep {
    color: #4574B3;
	display: inline-block;
	margin: 0 .375em;
}






/* 3D printers */

.page-template-page_printers #main,
.page-template-page_d2p #main {
	background: url(images/mainbg2.png) repeat-x;
}

.page-template-page_printers #main .wrap,
.page-template-page_d2p #main .wrap {
    background: none;
    box-shadow: none;
    /* padding: 8px 46px 48px; */
	/* padding: .5rem 2.875rem 3rem; */
	padding: 0;
}

.page-template-page_printers .page_head_wrapper,
.page-template-page_d2p .page_head_wrapper {
	width: 62.5rem;
	max-width: 100%;
	height:465px;
	height:29.0625rem;
	/* margin: 0 -24px; */
	/* margin: 0 -1.5rem; */
	padding: 0 1rem;

}

.printers_head {
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
}

.printerbox {
	position:relative;
	/* width:308px;  */
	/* width:19.25rem;  */
	/* height:381px; */
	/* height:23.8125rem; */
	margin:0 16px 0 0;
	margin:0 1rem 0 0;
	/* float:left; */
    font-family: 'Signika', sans-serif;
	background:#fff;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 250px;
	max-width: 308px;
}
.printerbox:last-of-type {
	margin-right: 0;
}
.printerbox a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.printerbox img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	flex-grow: 1;
}
.printerbox h2 {
	color:#ed3d45;
	font-size:26px;
	font-size:1.625rem;
	line-height:30px;
	line-height:1.25rem;
	margin:20px 22px 8px;
	margin:1.25rem 1.375rem .5rem;
}
.printerbox h3 {
	color:#303030;
	font-size:20px;
	font-size:1.25rem;
	line-height:26px;
	line-height:1.625rem;
	margin:0 22px;
	margin:0 1.375rem;
}
.printerbox span {
	/* position:absolute;
	bottom:0; */
	display:block;
	width:100%;
	font-size:18px;
	font-size:1.125rem;
	padding:16px 22px;
	padding:1rem 1.375rem;
	color:#fff;
	background:#ed3d45;
}

.printerbox.design_s h2 {
	color:#7dbf4a;
}
.printerbox.design_s span {
	background:#7dbf4a;
}

.printerbox.production_s h2 {
	color:#95a1a9;
}
.printerbox.production_s span {
	background:#95a1a9;
}

.page-template-page_d2p .printerbox h2 {
	/* position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center; */
	color: #000;
	/* background: rgba(255, 255, 255, 0.3);
	margin: 0; */
}

.printerpic {
	float:right;
	margin:0 0 40px 40px;
	margin:0 0 2.5rem 2.5rem;
}


.printer-top {
	margin:0 0 64px;
	margin:0 0 4rem;
}
.printer-tagline {
    font-family: 'Signika', sans-serif;
	font-size:24px;
	font-size:1.5rem;
	margin:0 0 16px;
	margin:0 0 1rem;
}
.printer-top .maindesc {
	margin:0 0 24px;
	margin:0 0 1.5rem;
}

.taxonomy-printer_category .loop-description {
    font-style: normal;
}

.taxonomy-printer_category .hentry {
	border-bottom:none !important;
	margin: 0 0 8px !important;
	margin: 0 0 .5rem !important;
    padding: 0 0 !important;
}
.printer-cat-button {
	display:block;
	background:#e5e5e5;
    color: #303030;
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 20px;
    padding: .375rem 1.25rem;
    margin:0 0 4px;
    margin:0 0 .25rem;
    font-family: 'Signika', sans-serif;
    -webkit-box-shadow: -1px 2px 2px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    -1px 2px 2px rgba(50, 50, 50, 0.35);
	box-shadow:         -1px 2px 2px rgba(50, 50, 50, 0.35);
}

.plink {
	position: relative;
	margin:0 0 12px;
	margin:0 0 .75rem;
	padding: 0 40px 0 0;    
	padding: 0 2.5rem 0 0;
	color: #1a1a1a;
	display:block;
	box-shadow: -2px 2px 3px rgba( 0, 0, 0, .33 );
	overflow: hidden;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 40%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(40%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(left,  #ffffff 40%,#e5e5e5 100%);
	background: -o-linear-gradient(left,  #ffffff 40%,#e5e5e5 100%);
	background: -ms-linear-gradient(left,  #ffffff 40%,#e5e5e5 100%);
	background: linear-gradient(to right,  #ffffff 40%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
.plink .printer_arrow {
	position: absolute;
	right: 25px;
	top: 36px;
}
.plink .printer_thumb {
	float: left;
}
.plink h4 {
	margin: 0;
	padding: 12px 20px 0 155px;
	font-family: 'Signika', sans-serif;
	font-size:26px;
	color:#3669b1;
}
.plink p {
	margin: 0;
	padding: 0 20px 12px 155px;
}




/* industry/applications */

.industrythumb, .applicationsthumb  {
	width:150px;
	width:9.375rem;
	height:90px;
	height:5.625rem;
	float:left;
	margin:0 24px 0 0;
	margin:0 1.5rem 0 0;
	background:#ccc;
}
.industrythumb img, .applicationsthumb img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: -2px 2px 3px rgba(0, 0, 0, .1);
}
.archive-info_industry .info_industry, .archive-info_applications .info_applications {
	float:left;
	width:50%;
	min-height:140px;
	border-bottom:none !important;
	padding: 0 1.75rem 1.75rem;
	margin:0;
}
.archive-info_industry .info_industry .info_industry-title, .archive-info_applications .info_applications .info_applications-title {
	font-size:18px;
	font-size:1.125rem;
    font-family: 'Signika', sans-serif;
}
.archive-info_industry .info_industry .entry-summary p, .archive-info_applications .info_applications .entry-summary p {
	font-size:13px;
	font-size:.8125rem;
	line-height:16px; 
	line-height:1rem;
	margin:0;
}

.singular-info_industry .hfeed .entry-title, .singular-info_applications .hfeed .entry-title{
	margin:0 0 24px;
	margin:0 0 1.5rem;
}
.singular-info_industry .info_industry h2, .singular-info_applications .info_applications h2 {
	font-size:24px;
	font-size:1.5rem;
	line-height:32px;
	line-height:2rem;
	margin:0 0 32px;
	margin:0 0 2rem;
    font-family: 'Signika', sans-serif;
}





/* bios */

.type-info_bio {
	margin:0 0 36px !important; 
	margin:0 0 2.25rem !important;    
	border-bottom: 1px solid #DDDDDD;
}

.bioterritories {
	color:#4574B3;
	font-weight:bold;
	margin:0 0 12px;
	margin:0 0 .75rem;
}

.biojobtitle {
	font-size:24px;
	font-size:1.5rem;
	font-family: 'Signika',sans-serif;
}




/* blog */


.blog .entry-title {
	line-height:28px;
	line-height:1.75rem;
}
.singular-post .entry-title {
	line-height:40px;
	line-height:2.5rem;
	margin:0 0 8px !important;
	margin:0 0 .5rem !important;
}
.singular .byline {
    margin: 0 0 32px;
    margin: 0 0 2rem;
}
.loop-meta {
    margin: 0;
}

.post .attachment-medium {
	float:right;
	margin:0 0 24px 32px;
	margin:0 0 1.5rem 2rem;
}
.post .post_tag {
	display:none;
}





.contactmap {
	float:right;
	margin:0 0 2rem 2rem;
}






.button, .menu-toggle, input[type="submit"], .pagination .page-numbers {
    background: #79A22F;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 20px;
    padding: .375rem 1.25rem;
    font-family: 'Signika', sans-serif;
    -webkit-box-shadow: -1px 2px 2px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    -1px 2px 2px rgba(50, 50, 50, 0.35);
	box-shadow:         -1px 2px 2px rgba(50, 50, 50, 0.35);
}
.button:active .menu-toggle:active, .menu-toggle.toggled-on, input[type="submit"]:active, .pagination .current, input.toggled-on[type="submit"] {
    background: #79A22F;
    box-shadow: 0 0 8px 2px #C6C6C6 inset;
    color: #fff;
}
.button:hover, .menu-toggle:hover, input[type="submit"]:hover {
	color:#fff;
}
	




/* footer */

#footer {
	padding:0 0 40px;
	padding:0 0 2.5rem;
	background: url(images/footerbg.png) repeat;
}
#footer .wrap {
	width:60em;
	border-top: 1px solid #505050;
}

.subsidiary-navigation {
	min-height:340px;
}
.subsidiary-navigation .wrap {
	border-top:none !important;
}
#menu-subsidiary-items {
	padding:50px 26px 0;
}
.subsidiary-navigation ul ul {
    display: block;
    position:relative;
}

.subsidiary-navigation ul li {
	width:25%;
}
/* Root Menu Hover Persistence */

.subsidiary-navigation ul a:hover,
.subsidiary-navigation ul li:hover a,
.subsidiary-navigation ul li.iehover a {
	background: none;
}


.toplevel a {
	padding:0 0 22px !important;
	padding:0 0 1.375rem !important;
	font-size:18px;
	font-size:1.125rem;
    font-family: 'Signika', sans-serif;
	color:#fff;
}
#footer .sub-menu a {
	padding:0 !important;
	font-size:14px;
	font-size:.875rem;
	color: #8BBE31;
	font-family:arial;
}

/*#menu-item-290 a {
	padding:40px 0 22px !important;
	padding:2.5rem 0 1.375rem !important;
	font-size:18px;
	font-size:1.125rem;
    font-family: 'Signika', sans-serif;
	color:#fff;

}*/


.copyright, .credit {
	color:#fff;
	font-size:14px;
	font-size:.875rem;
	line-height:24px;
	line-height:1.5rem;
	padding:32px 26px;
	padding:2rem 1.625rem !important;
}
.copyright a {
	color:#fff;
}
.copyright ul {
	list-style:none;
	height:42px;
	height:2.625rem;
	margin:0 0 28px;
	margin:0 0 1.75rem;
	padding:0 0;
	
	display:none;
	
}
.copyright ul li a {
	display: block;
	float:left;
	width:42px;
	width:2.625rem;
	height:42px;
	height:2.625rem;
	margin:0 20px 0 0;
	margin:0 1.25rem 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background: url(images/sprite-01.png) no-repeat;
}
.lin a {
	background-position: 0 -128px !important;
}
.tw a {
	width:43px !important;
	width:2.6875rem !important;
	background-position: -62px -128px !important;
}
.fb a {
	width:20px !important;
	width:1.25rem !important;
	margin:0 26px 0 0 !important;
	margin:0 1.625rem 0 0 !important;
	background-position: -125px -129px !important;
}
.yt a {
	background-position: -171px -129px !important;
}
.credit {
	text-align:left !important;
	width:40% !important;
}
.credit span {
	font-size:16px;
	font-size:1rem;
}


.protosol-video {
	float: right;
	margin: 0 0 25px 25px;
}

.soliloquy-container .soliloquy-controls-direction .soliloquy-prev { background: url(images/left.png) no-repeat scroll 0 0 !important; width: 24px !important; height: 22px !important; margin-top: -9px !important; }
.soliloquy-container .soliloquy-controls-direction .soliloquy-prev:hover { background: url(images/left.png) no-repeat scroll 0 0 !important; }
.soliloquy-container .soliloquy-controls-direction .soliloquy-next { background: url(images/right.png) no-repeat scroll 0 0 !important; width: 24px !important; height: 22px !important; margin-top: -9px !important; }
.soliloquy-container .soliloquy-controls-direction .soliloquy-next:hover { background: url(images/right.png) no-repeat scroll 0 0 !important; }

#menu-secondary .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 40px;
}

#mc_embed_signup_scroll {
    margin-bottom: 10px;
}

#mc_embed_signup_scroll label{
    font-size: 1rem;
    font-family: arial, helvetica, sans-serif;
}

#mc_embed_signup_scroll input{
    margin: 5px 0 10px 0;
}

#mc_embed_signup_scroll input[type="submit"]{
    padding: .19rem 1.25rem;
    border-radius: 0;
}
#mc_embed_signup_scroll input[type="submit"]:hover{
    background: #1e73be;
}

.singular-info_materials div.byline,
.archive-info_materials div.byline {
    display: none;
}

/* Landing Page Template Styles */

.page-template-landing-page .number{
	display: none;
}

a.button.ctct-button {
	display:none;
}

p.ctct-form-field.ctct-form-field-email.ctct-form-field-required abbr {
	display:none;
}

p.ctct-form-field.ctct-form-field-email.ctct-form-field-required label {
	width: 100%;
	display:inline-block;
}

p.ctct-form-field.ctct-form-field-email.ctct-form-field-required input {
	margin-top: 5px;
}

p.ctct-form-field.ctct-form-field-email.ctct-form-field-required {
	font-size: 1rem;
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 .5em;
}

input[type="submit"]#ctct-submitted.ctct-submit {
	border-radius: 0 !important;
}

input[type="submit"]:hover#ctct-submitted.ctct-submit {
	background: #1e73be;
}

.ctct-disclosure {
	display:none;
}

p.ctct-form-field.ctct-form-field-submit {
	margin-top: -10px !important;
}

.ctct-form-wrapper .ctct-input-container label {
	color: #fff !important;
}

.ctct-input-container {
	margin-top: -5px !important;
}

input#ctct-submitted.ctct-submit[type="submit"] {
    margin-top: 13px;
}

.ctct-form-wrapper .success {
    color: #fff !important;
}

.photoarea h1.dmetal {
	font-size: 3.5rem !important;
}

.photoarea h1.sol-4th,
.photoarea h1.sol-affordable{
	font-size: 3.5rem;
}

.photoarea h1.sol-gamechange {
	font-size: 4.3rem;
}

.loop-title {
	line-height: 1.1em;
}

/* media queries for smaller viewports */

@media (min-width: 45.5em) and (max-width: 64.5em) {

	.wrap, .full_wrap { width: 98% !important; }

}

@media (min-width: 30em) and (max-width: 45.49999em) {

	.wrap, .full_wrap { width: 98% !important; }
	
	#content, 
	.layout-1c #content, 
	.layout-2c-l #content, 
	.layout-2c-r #content,
	.layout-default #content, 
	.layout-3c-l #content, 
	.layout-3c-r #content, 
	.layout-3c-c #content {
		width: 98%;
		float: left;
	}

	#sidebar-header {
		clear:both;
		width: 100%;
		margin-top: 1rem;
		float: left;
	}
	
	#sidebar-header .widget {
		clear: both;
		width: 100%;
		margin: 0;
	}
	
	.main-small-navigation, 
	.main-small-secondary-navigation {
		padding: 1rem;
	}
	
	.layout-2c-r #sidebar-primary, 
	.layout-2c-l #sidebar-primary, 
	.layout-default #sidebar-primary,
	.layout-2c-r #sidebar-secondary, 
	.layout-2c-l #sidebar-secondary, 
	.layout-default #sidebar-secondary {
		width: 98%;
		float: left;
		margin: 0 2%;
		padding:0;
		border-left: none;
	}
	#sidebar-subsidiary .widget {
		width: 48%;
	}
	.comment-list li {
		padding: 8px 8px 0 8px;
		padding: .5rem .5rem 0 .5rem;
	}
	
	#banner-wrap #banner #banner img {
    width: 100%;
	}

}

@media (min-width: 1em) and (max-width: 29.9999em) { 

	.wrap, .full_wrap { 
		width: 98% !important; 
		padding: 1em .5em;
	}
	
	#content, 	
	.layout-1c #content, 
	.layout-2c-l #content, 
	.layout-2c-r #content, 
	.layout-default #content, 
	.layout-3c-l #content, 
	.layout-3c-r #content, 
	.layout-3c-c #content {
		width: 98%;
		float: left;
	}
	
	#sidebar-header {
		clear:both;
		width: 100%;
		margin-top: 1rem;
		float: left;
	}
	
	#sidebar-header .widget {
		clear: both;
		width: 100%;
		margin: 0;
	}
	
	.main-small-navigation, 
	.main-small-secondary-navigation {
		padding: 1rem;
		clear: both; /* jedi */
	}
	
	
	.layout-2c-r #sidebar-primary, 
	.layout-2c-l #sidebar-primary, 
	.layout-default #sidebar-primary, 
	.layout-2c-r #sidebar-secondary, 
	.layout-2c-l #sidebar-secondary, 
	.layout-default #sidebar-secondary, 
	#sidebar-subsidiary .widget {
		width: 98%;
		float: left;
		clear: both;
	}
	
	copyright, .credit {
		width:98%;
		margin: 0 auto;
		clear: both;
		float: left;
	}
	
	.entry-title {
		clear:both;
	}

	.hentry .thumbnail {
		float: left;
		margin: 0;
	}
	
	.comment-list li {
		padding: 4px 2px 0 4px;
		padding: 0.25rem 0.125rem 0 0.25rem;
	}

	.comment-list .avatar {
		float: left;
		width: 2.5em;
		height: 2.5em;
		margin: 0 4px 4px 0; 
		margin: 0 0.25rem 0.25rem 0;
	}
	
	#footer .copyright, 
	#footer .credit {
		float: left;
		text-align: left;
		width: 100%;
	}
	
	#banner-wrap #banner #banner img {
    width: 100%;
	}

}

/* header */


@media (min-width: 60.5em) and (max-width: 62.5em) {
	.topps { width: 42%; }
	.phone { width: 30%; }
}
@media (min-width: 56.75em) and (max-width: 60.49999999em) {
	.secondary-navigation { font-size: .9rem; }
}
@media (min-width: 51.625em) and (max-width: 57em) {
	.secondary-navigation { font-size: .9rem; }
	.secondary-navigation ul a { padding: 0 .5rem; }
	#menu-item-259 a { padding: 0 .5rem 0 0; }
	.phone { font-size: .9em; padding: 0 0 0 75px; margin: 37px 0 0 0 ; }
}
@media (min-width: 41.25em) and (max-width: 51.624999999em) {
	.topps { width: 65%; margin: .3rem 0 0; }
	.phone { font-size: .8rem; margin: .2rem 1.8rem 0 0; padding:0; }
	#menu-item-260 a { padding: 0 .75rem 0 0; }
        .phone .social,
        .phone .number {
        float: right;
    }
}
@media (min-width: 41.25111111111em) and (max-width: 46.125em) {
	.topps { width: 63%; margin: .4rem 0 0; }
}
@media (min-width: 31.25em) and (max-width: 41.25em) {
	.topps { width: 50%; margin:2rem 1rem .5rem 0; }
	.topps h3 { float: right;}
	.phone { display: inline; position: absolute; top: -30px; right: 0; font-size: .7rem; width: 50%; }
}
@media (min-width: 28.5em) and (max-width: 31.24999999em) {
	.topps { width: 12.5rem; margin:2rem 1rem .5rem 0; }
	.phone { display: inline; }
}
@media (min-width: 1em) and (max-width: 41.25em) {
#branding #site-title {
margin: 0 auto;
}
.s, .s input {width: 100%!important; margin: .25rem 0 .25rem 0 !important;
	}
	.topps h3 { width: 12.5rem; background:url("images/tag_sm.png") no-repeat; }
	#menu-secondary .menu { background: #79A22F; border-radius:10px; padding:1rem; }
	#menu-secondary .menu ul { list-style:none; }
	#menu-secondary .menu ul a { color: #fff; }
	#menu-item-1396 a { background:none; margin:0; }
}
@media (min-width: 1em) and (max-width: 28.49999999em) {
	.topps { display:none; }
	.phone { display:inline; float: left; text-align: center; width: 100%; padding: 0px; margin: 0px; font-size: .8rem; }
	.menu-toggle { margin:3.15rem auto 0; }
    .phone .number {
        display:inline;
        float: none;
    }
    
    .phone .social {
        display: inline;
        float: none;
    }
}
/* home */

@media (min-width: 1em) and (max-width: 41.25em) {
	.home #content, .home #sidebar-primary { width:98% !important; margin:0 0 2rem; }
}
@media (min-width: 1em) and (max-width: 83em) {
	#feature .wrap { width: 100% !important; }
	.photoarea { width:100% !important; -moz-background-size:cover; -webkit-background-size:cover; background-size:cover; }
}

@media (min-width: 48.751em) and (max-width: 66.25em) {
	.feature-industrynav { font-size: 26px; }
	.industrynav-links { height: 260px; width: 530px; }
	.photoarea h1,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-affordable,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-gamechange{ font-size: 3rem; margin: 0 0 1.5rem; }
	.photoarea h2 { font-size: 2.5rem; margin: 1.5rem 0 1.125rem; }
}

@media (min-width: 36.251em) and (max-width: 48.75em) {
	#feature { background: url(images/splashbg.jpg) 0 -185px repeat-x,  url(images/footerbg.png) repeat; }
	#feature .wrap { width: 100% !important; padding: 0 0 !important; }
	.photoarea { height: auto; /* height: 30rem; */ background: none; /* background: url("images/main-image_med.jpg") no-repeat -240px -0px; */ padding: 0; /* padding:1rem .5rem 0; */ }
	.photoarea h1,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-affordable,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-gamechange { font-size: 2.5rem; margin: 0 0 1.5rem; }
	.photoarea h2 { font-size: 2.0rem; margin: 1.5rem 0 1.125rem; }
	.photoarea-links { margin: 0 0 0 6rem; }
	.feature-industrynav { font-size: 24px; }
	.industrynav-links { height: 260px; width: 530px; }
	.home #content h1 { line-height: 28px; }
}
@media (min-width: 36.251em) and (max-width: 43.125em) {
	.photoarea { height: auto; /* height: 30rem; */ background: none; /* background: url("images/main-image_med.jpg") no-repeat -260px -0px; */ padding: 0; /* padding:1rem .5rem 0; */}
	.feature-industrynav { padding:2.5rem 3rem 3.75rem; }
	.photoarea h1,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-affordable,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-gamechange { font-size: 2rem; margin: 0 0 1.5rem; }
	.photoarea h2 { font-size: 1.5rem; margin: 1.5rem 0 1.125rem; }
}
@media (min-width: 22.51em) and (max-width: 36.25em) {
	#feature { background: url(images/splashbg.jpg) 0 -185px repeat-x,  url(images/footerbg.png) repeat; }
	#feature .wrap { width: 100% !important; padding: 0 0 !important; }
	.photoarea { height: auto; /* height: 29.5rem; */ background: none; /* background: url(images/main-image_sm2.jpg) -260px 0 no-repeat; */ padding: 0; /* padding:1rem .5rem 0; */ }
	.photoarea h1,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-affordable,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-gamechange { font-size: 1.3rem; margin:0 1rem 1rem; }
	.photoarea h2 { font-size: 1rem; padding:.5rem 1rem 0; }
	.photoarea-links { display:none; }
	.feature-industrynav { padding: 2.5rem 1.5rem 2.5rem; line-height: 2rem; font-size: 26px; }
	.industrynav-links { height: 381px; width: 356px; margin:1.5rem -.5rem 0; }
	.home #main .wrap { margin: 0 auto 0; padding: 2.25rem 1.75rem 3rem; }
	.home #content h1 { line-height: 28px; }
	.home #query-posts-2 .thumbnail { display:none; }
    .soliloquy-container .soliloquy-caption { 
  top: 50%;
 
  /* Half of the height specified below, as a minus number
  * e.g. if your caption height = 80px, margin-top = -40px */
  margin-top: -60px !important;    
}

.photoarea a {
    margin: 0 1rem 0 0;

}

}
@media (min-width: 22.51em) and (max-width: 31.25em) {
	.photoarea { height:auto; /* 29.5rem; */ background: none; /* url(images/main-image_sm2.jpg) -310px 0 no-repeat; */ padding: 0; /* padding:1rem .5rem 0; */ }
	.industrynav-links { margin:1.5rem auto 0; }
}
@media (min-width: 1em) and (max-width: 22.5em) {
	.menu-toggle { margin: .75rem auto 0; }
	#feature { background: url(images/splashbg.jpg) 0 -185px repeat-x,  url(images/footerbg.png) repeat; }
	#feature .wrap { width: 100% !important; padding: 0 0 !important; }
	.photoarea { height: 0; /* height:30rem; */ background: none; /* background: url(images/main-image_sm2.jpg) -390px 10px no-repeat; */ padding: 0; /* padding:4rem .5rem 0; */ }
	.photoarea h1,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-affordable,
	.photoarea h1.sol-4th,
	.photoarea h1.sol-gamechange { font-size: 1rem; margin:0 0 1rem; }
	.photoarea h2 { font-size: 1rem; padding:.5rem 1rem 0; }
	.photoarea-links { display:none; }
	.feature-industrynav { padding: 2.5rem 1rem 2.5rem; line-height: 2rem; font-size: 22px; }
	.industrynav-links { display:none; }
	.home #main .wrap { margin: 0 auto 0; padding: 2.25rem 1.75rem 3rem; }
	.home #content h1 { line-height: 28px; }
	.home #query-posts-2 .thumbnail { display:none; }
    .soliloquy-container .soliloquy-caption { 
  top: 50%;
 
  /* Half of the height specified below, as a minus number
  * e.g. if your caption height = 80px, margin-top = -40px */
  margin-top: -60px !important;    
}
}




/*content */

@media (min-width: 1em) and (max-width: 45.49999em) {
	#sidebar-primary, #sidebar-secondary { width: 98%; float: left; margin: 0 2%; padding:0; border-left: none; }
}

@media (min-width: 1em) and (max-width: 23.75em) {
	#main .wrap { margin: 3.75rem auto 3.125rem; }
}

/* @media (min-width: 1em) and (max-width: 62.5em) {
	.printers_head { width:100%; height:auto; margin:0 auto; }
	.printerbox { width:31%; }
	.printerbox img { width:100%; }
	.production_s { margin:0; }
	.printerbox h2 { line-height:1.625rem; margin: 1.25rem 1.375rem .5rem; }
	.printerbox h3 { line-height:1.35rem; margin: 0 1.375rem .5rem; }
}
@media (min-width: 1em) and (max-width: 35em) {
	.printerbox { width:100%; height:auto; margin:0 auto 1.5rem; padding:0 0 2rem; }
	.printerbox h2 { font-size: 1.25rem; margin: .5rem 1.375rem .0; }
	.printerbox h3 { font-size: 1rem; margin: 0 1.375rem 0.5rem; }
	.printerbox span { font-size: .75rem; padding: .25rem 1.375rem; }
	.printerbox img { display:none; }
}
@media (min-width: 1em) and (max-width: 30em) {
	.printerbox { padding:0 0 2.5rem; }
	.printerbox h2 { font-size: 1rem; margin: .25rem .5rem 0;  }
	.printerbox h3 { font-size: .85rem; line-height: .85rem; margin: 0 .5rem 0.25rem; }
	.printerbox span { font-size: .85rem; padding: .25rem .5rem; }
} */

@media (min-width: 1em) and (max-width: 35em) {
	.printerpic { float:none; clear:both; margin:0 auto 1.5rem; }
}
@media (min-width: 1em) and (max-width: 22.5em) {
	.printerpic { width:98% }
}
@media (min-width: 1em) and (max-width: 33.125em) {
	.plink .printer_thumb { display:none; }
	.plink h4 { padding: 12px 20px 0; }
	.plink p { padding: 0 20px 12px; }
	.plink .printer_arrow { display:none; }
}

@media (min-width: 1em) and (max-width: 35em) {
	.archive-info_industry .info_industry, .archive-info_applications .info_applications { width:98%; padding: 0 1.75rem; }
}


@media (min-width: 1em) and (max-width: 35em) {
	.bio-section img { float:right; margin: 0 0 1rem 1rem !important; }
	.info_bio .biotitle, .info_bio .entry-summary { margin-left: 0 !important; }
}

@media (min-width: 43.51em) and (max-width: 48.75em) {
	.archive-info_industry .info_industry, .archive-info_applications .info_applications { min-height: 140px; padding: 0 1.5rem .75rem; }
	.industrythumb, .applicationsthumb { width: 7.75rem; height: 4.625rem;  margin: 0 1rem 0 0; }
	.archive-info_industry .info_industry .info_industry-title, .archive-info_applications .info_applications .info_applications-title { line-height:1.25rem; }
}
@media (min-width: 30.1251em) and (max-width: 43.5em) {
	.archive-info_industry .info_industry, .archive-info_applications .info_applications { min-height: 240px; padding: 0 1.5rem .75rem; }
	.industrythumb, .applicationsthumb { margin: 0 0 1rem; float:none; }
	.archive-info_industry .info_industry .info_industry-title, .archive-info_applications .info_applications .info_applications-title { line-height:1.25rem; }
}
@media (min-width: 1em) and (max-width: 30.125em) {
	.archive-info_industry .info_industry, .archive-info_applications .info_applications { min-height: 190px; padding: 0 1.5rem .75rem; }
	.industrythumb, .applicationsthumb { margin: 0 0 1rem; }
	.archive-info_industry .info_industry .info_industry-title, .archive-info_applications .info_applications .info_applications-title { line-height:1.25rem; }
}



/* footer */


@media (min-width: 25em) and (max-width: 43em) {
	.subsidiary-navigation ul li { width: 50%; }
	.toplevel { min-height:300px; }
	.copyright, .credit { width:98% !important; padding:2rem 3rem 0 !important; float:left !important; }

}
@media (min-width: 1em) and (max-width: 24.9999em) {
	.subsidiary-navigation ul li { width: 100%; }
	.toplevel { min-height:300px; }
	#menu-item-286 { min-height:170px; }
	#menu-item-472 { min-height:220px; }
	.copyright, .credit { width:98% !important; padding:2rem 1rem 0 !important; float:left !important; }

}

#main .full_wrap {
    margin: 1.5rem auto 3.125rem;
    padding: 2.25rem 2.875rem 3rem;
    width: 72.5rem;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.45);
}

#tribe-events-header ul.tribe-events-sub-nav {
    display: none;
}
.tribe-events-event-image img{
	text-align: center;
	display:block;
	margin:0 auto;
}

#sidebar-feature #banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#banner-wrap {
    background: url(images/footerbg.png) repeat;
    display:none;
}

#banner-wrap img {
    margin: 0 auto;
    display: block;
}

.text-banner {
    max-width: 800px;
    color: #fff;
    margin: 20px auto;
    text-align: center;
    overflow: auto;
}

.industrynav-links div {
    width: 155px;
}

.feature-industrynav {
    color: black;
}

.soliloquy-container .soliloquy-caption { 
  top: 50%;
 
  /* Half of the height specified below, as a minus number
  * e.g. if your caption height = 80px, margin-top = -40px */
  margin-top: -110px;    
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside { 
  height: 40px;
}

.soliloquy-container .soliloquy-caption, .soliloquy-container .soliloquy-controls-auto, .soliloquy-container .soliloquy-pager {
    display:inherit !important;
} 

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
}

