/*   
Theme Name: EDGE LLC
Theme URI: http://edgellc.com/
Description: Use this theme to start your Thematic Child Theme development.
Author: Carlos Fernandez
Author URI: http://.com/
Template: thematic
Version: 1.0
Tags: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
.

*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
/*@import url('../thematic/library/styles/typography.css');*/

/* Apply a basic layout */
/*@import url('../thematic/library/layouts/2c-r-fixed.css');*/

/* Apply basic image styles */
/*@import url('../thematic/library/styles/images.css');*/

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');*/

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* ========================================================================= */
/* general styles */
/* ------------------------------------------------------------------------- */
html
{
	height:100%;
	font-size:100%;
}

body
{
	height:100%;
	color: #3c3c3c; 
	font-size:.875em;
	line-height: 1.4;
	text-align: center;
	background: #fff;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 200;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
/*	font-family: 'abril-display',Times,Times New Roman,serif;*/
	font-family: 'minion-pro-caption',Times,Times New Roman,serif;
}

h1 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #d24b28;
	font-size: 1.7143em;
	border-bottom: 1px solid #d5d1cd;
}

.search-results h1 {
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
	font-size: .875em;
	color: #968C82;
	border: none;
}

.title-icon {
	position: relative;
	margin-bottom: 10px;
	height: 36px;
	width: 620px;
	background: #968C82;
}

.title-icon * {
	position: relative;
}

.title-icon div {
}

.title-icon img {
	float: left;
	border-right: 2px solid #fff;
}

.title-icon h1 {
	float: left;
	margin-left: 9px;
	margin-bottom: 0;
	padding-top: 9px;
	padding-bottom: 0;
	color: #fff;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
	font-size: 1.4286em;
	line-height: 1;
	border-bottom: none;
}

h2 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #d24b28;
	font-size: 1.7143em;
	border-bottom: 1px solid #d5d1cd;
}

#content h2 {
	margin-top: 25px;
}

#content h2:first-child {
	margin-top: 0;
}

h2.entry-title a {
	text-decoration: none;
}

h2 span {
	font-style: italic;
}

h3 {
	margin-bottom: 20px;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
}

h3.no-margin, h3.nomargin {
	margin-bottom: 0;
}

#sidebar h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.7143em;
/*	font-family: 'abril-display',Times,Times New Roman,serif;*/
	font-family: 'minion-pro-caption',Times,Times New Roman,serif;
	line-height: 1.2;
	font-weight: normal;
	color: #968c82;
	text-transform: none;
}

#sidebar h4 {
	margin-top: 45px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #d24b28;
	font-size: 1.7143em;
	border-bottom: 1px solid #d5d1cd;
}

#sidebar h4-no-margin, #sidebar h4:first-child {
	margin-top: 0;
}

h4 span {
	font-style: italic;
}

#sidebar h5 {
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
}

ul.bullet li, ul.bulleted li {
	margin-left: 16px;
	list-style-type: disc;
}

ul.files {
	padding-top: 10px;
	border-top: 1px solid #d5d1cd;
}

ul.files br {
	display: none;
}

ul.files li {
	padding: 15px 10px;
	clear: all;
}

ul.files li:nth-child(odd) {
	background-color: #fff;
}

ul.files li:nth-child(even) {
	background-color: #f0f0f0;
}

ul.files li:hover {
	background-color: #EAE8E6;
}

ul.files a {
	float: right;
	display: inline-block;
	width: 140px;
	margin-left: 10px;
	margin-top: -5px;
	padding: 5px 0;
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #968c82;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.files a:hover, ul.files a:active {
	background: #d24b28;
}

ul.files li.file {
	padding-left: 50px;
	background-image: url('images/icon-secure-file.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

ul.files li.video {
	padding-left: 50px;
	background-image: url('images/icon-secure-video.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}

img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

a,a:visited {
	color: #d24b28;
}

a:hover,a:active {
	color: #968c82;
}

.colone {
	float: left;
	width: 140px;
	margin-right: 20px;
}

.coltwo {
	float: left;
	width: 300px;
	margin-right: 20px;
}

.colwrapper { 
	/* added for responsive flow */
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.colall {
	float: left;
	width: 940px;
}

.omega {
	margin-right: 0;
}

/* ========================================================================= */
/* layout */
/* ------------------------------------------------------------------------- */
#wrapper
{
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width: 940px;
	margin:0 auto -240px;/* the bottom margin is the negative value of the footer's height */
}

#header {
    position: relative;

	height: 300px;
/*	background: #3f3d3b url(images/header-home.jpg) center top no-repeat;*/
	background: #fff url(images/header-home.jpg) center top no-repeat;
}

#branding {
	width: 940px;
	margin: 0 auto;
	padding-top: 90px;
	text-align: left;
}

#blog-title a {
	text-indent: -9999em;
	display: block;
	width: 193px;
	height: 57px;
	background: url(images/logo-header.png) no-repeat;
}

#navwrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 42px;
	background: url(images/bg-nav.png) repeat-x;
	z-index: 10;
}

#navinner {
	width: 940px;
	margin: 0 auto;
}

#nav ul li {
	float: left;
/*	width: 134px;*/
	width: 117px;
	text-align: center;
	font-size: 0.9286em;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
/*	font-weight: 700;*/
	font-weight: 400;
	font-style: normal;
}

#nav ul li.ulcase {
	text-transform: none;
}

#nav ul li a {
	display: inline-block;
	padding: 14px 0 15px;
/*	color: #fff;*/
	color: #d2d2d2;
	text-decoration: none;
}

#nav li:hover, #nav li:active, #nav .current-menu-item, 
#nav .current-page-ancestor, #nav .current-category-ancestor, 
#nav .current-post-ancestor, .search #nav #menu-item-32,
/*.archive #nav #menu-item-32*/
.category-blog #nav #menu-item-32,
.category-postcasts #nav #menu-item-1365,
.date #nav #menu-item-32
{
	background: #d24b28;
}

#nav li:hover a, #nav li:active a, #nav .current-menu-item a, 
#nav .current-page-ancestor a, #nav .current-category-ancestor a, 
#nav .current-post-ancestor a, .search #nav #menu-item-32 a,
/*.archive #nav #menu-item-32 a*/
.category-blog #nav #menu-item-32 a,
.category-postcasts #nav #menu-item-1365 a
{
	color: #fff;
}

#nav li.login {
	background: #d5d1cd;
}

#nav li.login:hover, #nav li.login:active {
	background: #d24b28;
}

#nav li.login a {
	color: #3c3c3c;
}

#nav li.login:hover a, #nav li.login:active a {
	color: #fff;
}

#nav li.login ul li:not(.current-menu-item) {
	display: none;
}

#nav ul ul {
/*	width: 134px !important;*/
	width: 117px !important;
}

#nav ul li li {
/*	width: 134px !important;*/
	width: 117px !important;
	font-size: 1em;
	background: #d5d1cd;
}

#nav ul li li a {
/*	width: 134px !important;*/
	width: 117px !important;
}

#nav .simplemodal-login {
	display: none;
}

#headeredgewrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 63px;
    z-index: 10;
}

#headeredgeinner {
    position: relative;
    max-width: 940px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

#headeredge {
    position: absolute;
	height: 63px;
}

#headeredge img {
	display: block;
	width: 100%;
	height: auto;
}

#headersocial {
	width: 940px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: right;
	color: #fff;
}

#headersocialinner {
	float: right;
	text-align: left;
}

#headersocialinner a {
	display: inline-block;
	margin-top: 5px;
/*	margin-right: 10px;*/
	margin-left: 10px;
}

#headersocialinner a:last-child {
	margin-right: 0;
}

#securedtitle {
	width: 940px;
	margin: 0 auto;
}

#securedtitle h2 {
	margin: 0;
	padding: 80px 0 0 0;
	font-size: 1.7143em;
	border-bottom: none;
	text-align: left;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-style: normal;
	color: #fff;
}

#securedtitle h2 span {
	color: #d24b28;
	font-style: normal;
}

#main {
	width: 940px;
	margin: 45px auto 200px;
	text-align: left;
	background: #fff;
	background: url(images/bg-wrapper.png) center top repeat-y;
}

.page-template-template-page-secure-php #main {
	background-image: none;
}

#photobar {
	width: 940px;
	padding-bottom: 45px;
	background: #fff;
}

.photobaritem {
	position: relative;
	float: left;
	width: 132px;
	height: 156px;
	/*margin-left: 2px;*/
	margin-right: 2px;
}

.photobaritem img {
	display: block;
	width: 100%;
}

.photobaritem:first-child {
	/*margin-left: 0;*/
}

.photobaritem:last-child {
	margin-right: 0;
}

.photobaritem a {
	color: #d2d2d2;
	text-decoration: none;
	font-family: 'minion-pro-caption',Times,Times New Roman,serif;
}

.photobarname {
	position: absolute;
	bottom: 0;
	height: 30px;
/*	width: 145px; */
	width: 122px;
	padding: 10px 0 0 10px;
	background: url(images/bg-photobar.png) no-repeat;
/*	font-size: 1.5714em; */
	font-size: 1.2857em; /* size down to handle 9 photos on index */
	line-height: 1;
	opacity: 0;
	-moz-transition: all linear .15s;-webkit-transition: all linear .15s;transition: all linear .15s;
}

.photobaritem a:hover .photobarname, .photobaritem a:active .photobarname {
	opacity: 1.0;
	-moz-transition: all linear .15s;-webkit-transition: all linear .15s;transition: all linear .15s;
}

#container {
	float: left;
	width: 620px;
	margin-right: 50px;
}

.page-template-template-page-secure-php #container {
	width: 100%;
	margin-right: 0;
}


#container p, #container ul {
	margin-bottom: 20px;
}

/*.home #container em, em span { */
em span {
	font-weight: 600;
	color: #968C82;
}

.bp-user #content {
	float: left;
	width: 620px;
	margin-right: 50px;
}


.hentry a.ctamore {
	display: block;
	width: 140px;
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 5px 0;
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #968c82;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.hentry a.ctamore:hover, .hentry a.ctamore:active {
	background: #d24b28;
}

.hentry a.ctainline {
	display: inline-block;
	margin-right: 10px;
}

.postdate {
	/* hide per client */
	display: none;
	
	margin-bottom: 20px;
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #968c82;
}

.intro {
/*	font-family: 'abril-display',Times,Times New Roman,serif;*/
	font-family: 'minion-pro-caption',Times,Times New Roman,serif;
/*	font-size: 1.2857em;*/
	font-size: 1.7143em;
	font-weight: normal;
	color: #968c82;
}

.home .entry-content h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 112px;
    padding-left: 20px;
    background-size: cover !important;
    line-height: 1;
    font-style: italic;
    border: none;
    color: #fff;
}


.home .entry-content h2.collaborative {
	background: #fff url(images/home-collaborative.png) center top no-repeat;
}    

.home .entry-content h2.forward-thinking {
	background: #fff url(images/home-forward-thinking.png) center top no-repeat;
}    


.industrylist {
	float: right;
	width: 220px;
	margin: 0 0 20px 20px;
}

.industrylist h4 {
	margin-bottom: 1px;
	padding: 7px 10px;
	background: #968c82;
	color: #fff;
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.industrylist li {
	margin-bottom: 1px;
	background-color: #eae8e6;
}

.industrylist ul li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.industrylist li:hover, .industrylist li:active {
	background-color: #d24b28 !important;
}

.industrylist li a {
	display: block;
	padding: 7px 10px;
	color: #3c3c3c;
	text-decoration: none;
}

.industrylist li a:hover, .industrylist li a:active {
	color: #fff;
}

#sidebar {
	float: right;
	width: 220px;
}

#sidebar .teamlist {
	margin-bottom: 20px;
}

#sidebar .cta a {
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#sidebar a,#sidebar a:visited {
	text-decoration: none;
	color: #3c3c3c;
}

#sidebar a:hover,#sidebar a:active {
	color: #d24b28;
}

#sidebar h4 a, #sidebar h4 a:visited {
	color: #d24b28;
}

#sidebar h4 a:hover,#sidebar h4 a:active {
/*	color: #3c3c3c;*/
	color: #968C82;
}

#sidebar .cta a:link, #sidebar .cta a:visited {
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #968c82;
}

#sidebar .cta a:hover, #sidebar .cta a:active {
	color: #d24b28;
}

#sidebar a.ctamore {
	display: block;
	width: 140px;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #968c82;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar a.ctamore:hover, #sidebar a.ctamore:active {
	background: #d24b28;
}

#sidebar .sidebarlist a:link, #sidebar .sidebarlist a:visited {
	font-size: 0.8571em;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #968C82;
}

#sidebar .sidebarlist a:active, #sidebar .sidebarlist a:hover {
	color: #d24b28;
}

#sidebar .sidebarlist .current-cat a {
	color: #d24b28;
}

#sidebar p, #sidebar ul {
	margin-bottom: 20px;
}

#sidebar p img {
	margin-top: 10px;
}

#sidebar strong {
	font-weight: 700;
}

#searchwrapper {
	width: 218px;
	height: 28px;
	border: 1px solid #968c82;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#searchform, #noresults-searchform {
	width: 218px;
	height: 28px;
}

#search-elite, #noresults-s {
	float: left;
	margin-top: 3px;
	margin-left: 5px;
	height: 23px;
	width: 180px;
	border: none;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#gosearch, #noresults-searchsubmit {
	float: right;
	height: 28px;
	width: 28px;
	background: url(images/bg-search-button.png) no-repeat;
	text-indent: -9999em;
	border: none;
	cursor: pointer;
}

#s2email {
	height: 23px;
	width: 300px;
	padding: 3px 3px 2px;
	border: none;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #968c82;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content p input[type="submit"] {
	width: 140px;
	padding: 5px 0;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;	
	text-transform: uppercase;
	font-size: 0.8571em;
	background: #968c82;
	color: #fff;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content p input[type="submit"]:hover, #content p input[type="submit"]:active {
	background: #d24b28;
}

#sidebar-subscribe {
	width: 220px;
	height: 30px;
	margin-bottom: 10px;
	background: #968c82 url(images/bg-subscribe.png) right top no-repeat;
	border: none;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;	
	font-size: 0.8571em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar-subscribe:hover, #sidebar-subscribe:active {
	background: #d24b28 url(images/bg-subscribe.png) right -30px no-repeat;
}

#sidebar-subscribe a, #sidebar-subscribe a:visited,
#sidebar-subscribe a:active, #sidebar-subscribe a:hover {
	display: block;
	padding-top: 8px;
	padding-left: 9px;
	color: #fff;
	text-transform: uppercase;
}

#sidebar-subscribe.rss {
	background: #d24b28 url(images/bg-subscribe.png) right -30px no-repeat;
}

#sidebar-subscribe.rss:hover, #sidebar-subscribe.rss:active {
	background: #d24b28 url(images/bg-subscribe.png) right -30px no-repeat;
}

/* prev/next nav below post */
.navwrapper {
	position: relative;
	padding-top: 10px;
}

.navprev {float: left; width: 47%; }
.navnext {float: right;width: 47%; text-align:right;}
#content .nav a { height: 13px; text-decoration: none; display:block; }
.nav a span.navtitle {display: block; text-transform: none; font-size: 0.8571em; overflow: hidden; text-overflow: ellipsis; line-height: 1.2;margin-top: -.1em;}
.navprev a {padding-left: 16px; background: url(images/button-prev-below.png) left 1px no-repeat;}
.navnext a {padding-right: 16px; background: url(images/button-next-below.png) right 1px no-repeat;}
.nav a:hover, .nav a:hover span {  }

.push
{
	height:240px;/* must be the same height as footer */
}

/* video */
.page-template-template-page-video div#main, .page-template-template-page-video-secure div#main {
	max-width: 1600px;
}

.page-template-template-page-video div#container, .page-template-template-page-video-secure div#container {
    border: none;
    max-width: 100%;
    padding-right: 0;
}

.entry-content.div-video-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-left: -1em;
    margin-right: -1em;
}

.div-video {
    position: relative;
    width: calc(100% - 2em);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 2em;
    flex-basis: calc(100% - 2em);
    -ms-flex: auto;
}

.div-video-iframe {
    position: relative;
    height: 0;
    max-width: 100%;
    padding-bottom: 56.25%;
    background: #000;
}

.div-video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 0;
}

@media (max-width: 767px) {

	.div-video {
		width: calc(100% - 2em);
		flex-basis: calc(100% - 2em);
	}
}



/* ========================================================================= */
/* footer */
/* ------------------------------------------------------------------------- */
#footer {
/*	height: 209px;*/
	height: 225px;
	padding-top: 30px;
	border-top: 1px solid #d5d1cd;
	background: #eae8e6;
}

#footerinner {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#footerinner h3 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #3c3c3c;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 0.8571em;
	border-bottom: 1px solid #fff;
}

#footerinner p {
	/*font-size: 0.8571em;*/
	font-size: 0.7857em; /* size down to match links */
	line-height: 19.6px; /* match spacing of footer li */
}

#footerinner a:link, #footerinner a:visited {
	text-decoration: none;
	/*font-size: 0.8571em;*/
	font-size: 0.7857em; /* size down to fit names with credentials */
	color: #3c3c3c;
}

#footerinner a:hover, #footerinner a:active {
	color: #d24b28;
}

#footerinner p a {
	font-size: 1em !important;
}

#footerinner .colall {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #fff;
	font-family: 'ff-basic-gothic-web-pro',Helvetica, Arial, sans-serif;
	font-size: 0.8571em;
}

#footerinner .colall a:link, #footerinner .colall a:visited {
	font-size: 1em;
}

#footerinner div.footersocial {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#footerinner a.footerlinkedin {
	display: inline-block;
	height: 44px;
	width: 44px;
	text-indent: -9999em;
	background: url(images/icon-linkedin.png) no-repeat;
}

#footerinner a.footertwitter {
	display: inline-block;
	margin-left: 10px;
	height: 44px;
	width: 44px;
	text-indent: -9999em;
	background: url(images/icon-twitter.png) no-repeat;
}

#footerinner a.footerfacebook {
	display: inline-block;
	margin-left: 10px;
	height: 44px;
	width: 44px;
	text-indent: -9999em;
	background: url(images/icon-facebook.png) no-repeat;
}

.simplemodal-login-credit {display:none;}

#container p.login {
	margin-bottom: 60px;
}

#container p.login span {
	margin-right: 40px;
}

#container p.login a, #container p.login a:visited {
	text-decoration: none;
}  

.videoWrapper {
	float: right;
	display: inline-block !important;
}

.videoWrapper br {
	display: none;
}

/* ========================================================================= */
/* clear floats */
/* ------------------------------------------------------------------------- */
.fix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
:first-child+html .fix{zoom:1;}/* IE7 */



/* ========================================================================= */
/* responsive edits */
/* ------------------------------------------------------------------------- */
div#wrapper {
    min-width: auto;
}

div#branding {
    max-width: 940px;
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

div#navinner {
	position: relative;
    max-width: 940px;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
}

div#headersocial {
    max-width: 940px;
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
}

div#main {
    width: auto !important;
    max-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
}

div#photobar {
    width: auto !important;
    max-width: 940px;
}

.photobaritem {
    /* width: 14.05%; */
    /*width: calc(14.2857% - 2px);*/
    /*width: calc(11.1111% - 2px);*/ /* show 9 photos on index */
    width: calc(16.66% - 2px); /* show 6 photos on index */
    height: auto !important;
}

.photobarname {
	width: calc(100% - 10px);
}

div#container {
    max-width: 620px;
    max-width: 65.9574%;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin-right: 0;
    padding-right: 50px;
    border-right: 1px solid #d5d1cd;
}

.title-icon {
    width: 100%;
}

/* grid content */
.gridwrapper {
    margin: 0 -5px -10px;
    font-size: 0;
}

.griditem {
    width: calc(33.33% - 10px);
    vertical-align: top;
    margin: 0 5px 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    background: #eae8e6;
    height: 220px;
}

.griditem:nth-of-type(1) {
    background-image: url('images/Number_1.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.griditem:nth-of-type(2) {
    background-image: url('images/Number_2.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.griditem:nth-of-type(3) {
    background-image: url('images/Number_3.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.griditem:nth-of-type(4) {
    background-image: url('images/Number_4.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.griditem:nth-of-type(5) {
    background-image: url('images/Number_5.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.griditem:nth-of-type(6) {
    background-image: url('images/Number_6.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.griditem .griditem-title {
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #d24b28;
    background-repeat: no-repeat;
    background-position: right 5px bottom 50%;
}

.griditem .griditem-content {
    padding: 10px;
}

#container .griditem-content p:last-of-type {
    margin-bottom: 0 !important;
}


/* responsive nav */
/* ------------------------------------------------------------------------- */
.togglemenu {
  position: absolute;
  right: 20px;
  top: 0;
}

.togglemenu__item {
  position: absolute;
  padding: 0.875rem 0;
  line-height: 1;
  right: 0;
}

.togglemenu__item__name {
  display: none;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: #fff;
  fill: #fff;
  vertical-align: top;
}

.icon-menu {
  width: 1.2724609375em;
}

/* sidebar */
/* ------------------------------------------------------------------------- */
div#sidebar {
    max-width: 220px;
    max-width: 23.4043%;
    width: 100%;
    vertical-align: top;
    display: inline-block;
}

div#sidebar-subscribe {
    width: calc(100% - 30px);
	padding-right: 30px;
}

#sidebar-subscribe a, #sidebar-subscribe a:visited,
#sidebar-subscribe a:active, #sidebar-subscribe a:hover {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div#searchwrapper {
    width: 100%;
}

form#searchform {
    width: 100%;
}

input#search-elite {
    width: calc(100% - 35px);
}

/* footer */
/* ------------------------------------------------------------------------- */

div#footer {
    min-height: 225px;
    height: auto;
}

div#footerinner {
    max-width: 940px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#footerinner .colone {
    width: calc(33.33% - 20px);
    margin-right: 0;
    padding-right: 20px;
}

#footerinner .coltwo {
    width: calc(66.67% - 20px);
    margin-right: 0;
    padding-right: 20px;
}

#footerinner .coltwo.omega {
	width: 66.67%;
	margin-right: 0;
	padding-right: 0;	
}	

#footerinner .coltwo.omega {
    margin-right: 0;
}

#footerinner .coltwo .colone {
    width: calc(50% - 20px);
}

.fix.colall {
    max-width: 940px;
    width: 100%;
}

#footerinner .colall {
	margin-bottom: 15px; /* 2019 added for spacing before bottom of screen */
}

/* breakpoints */
/* ------------------------------------------------------------------------- */
@media (max-width: 992px) {

	#footerinner .colwrapper {
		width: 100%;
	}
	
	#footerinner .colone {
		margin-bottom: 20px;
	}

	#footerinner .coltwo {
		width: 66.67%;
		margin-bottom: 20px;
		padding-right: 0;	
	}
	
	#footerinner .coltwo .colone {
		margin-bottom: 0;
	}
}

@media (max-width: 859px) {
  .togglemenu__item {
    max-height: 100rem;
  }
  
  .nav, .togglemenu__item--hidden {
    padding: 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
  }
  .nav {
    position: absolute;
    background-color: rgba(60,60,60,.9);
    top: 42px;
    left: 0;
    right: 0;
    z-index: 100;
    margin-top: 0;
    text-align: center;
    transition: opacity .25s 0s ease, max-height 0s .25s, padding 0s .25s linear;
  }
  .nav--opened, .togglemenu__item {
    opacity: 1;
  }
  .nav--opened {
    padding: 0 0;
    max-height: 100rem;
    transition: opacity .5s 0s ease, max-height 0s 0s, padding 0s 0s linear;
  }
  
  #nav ul li {
  	float: none;
  	display: block;
  	width: 100%;
  }
  
  #nav ul ul {
  	width: 100% !important;
  }
  
  #nav ul li li {
  	width: 100% !important;
  }
  
  .nav .opened {
    padding-bottom: 10px;
  }
  .nav .sub-menu {
    transition: opacity .5s 0s ease,max-height .25s 0s ease,padding 0s .25s ease;
  }
  .nav .sub-menu.opened {
    transition: opacity .5s 0s ease,max-height .5s 0s ease,padding 0s 0s ease
  }
  
  .griditem {
  	width: calc( 50% - 10px);
  }
}

@media (min-width: 860px) {
	.togglemenu {
		display:none
	}
}    

@media (max-width: 767px) {
    div#main {
        background-image: none;
        margin-bottom: 0;
    }

    .photobarname {
    	font-size: 1rem;
	}
	
    div#container {
        max-width: none;
        padding-right: 0;
        border-right: 0;
    }    

    div#sidebar {
        max-width: none;
        margin-top: 25px;
    }
    
    #sidebar .teamlist {
    	float: left;
    	width: 50%;
    }

	.griditem {
		width: calc( 33.33% - 10px);
	}
}

@media (max-width: 576px) {

	.photobaritem {
		width: calc(20% - 2px);
	}
	
	.photobaritem:nth-child(n+6) {
		margin-top: 2px;
	}
	
    .photobarname {
		display: none;
	}
	
	.industrylist {
		float: none;
		width: auto;
		margin-left: 0;
	}

    #sidebar .teamlist {
    	float: none;
    	width: 100%;
    }

	#footerinner .colone {
		width: 100%;
		padding-right: 0;	
	}

	#footerinner .coltwo, 
	#footerinner .coltwo.omega {
		width: 100%;
		padding-right: 0;	
	}

	#footerinner .coltwo .colone {
		padding-right: 20px;
	}

	.griditem {
		width: calc( 50% - 10px);
	}
}

@media (max-width: 480px) {

    #headeredgewrapper {
        height: 55px;
    }

	#headeredge {
        height: 55px;
		width: 320px;
	}
}


