/*
Theme Name: Tecplot 18
Author: Pipe & Tabor
Description: 
Version: 0.3

*/

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	background: #333;
	}
#content {
	line-height: 1.5em;
	}

.contentWrap { 
	background: #fff;
	}

a {
	color: #0065a4;
	text-decoration: none;
	font-weight: 700;
	}

a:hover {
	color: #0098d7;
	text-decoration: none;
	}

p, ul, ol {
	line-height: 1.5em;
	}
p {
	margin: 1.2em 0;
	}

ul {
	list-style: none;
	padding-left: 15px;
	}

ul li {
	list-style: none;
	}


/*
br {
	display: block;
	line-height: 40px;
	}
*/
#content article ul li:before {
  content: "•"; 
  padding-right: 7px;
  color: #808080; 
  margin-left: -16px;
  }

#content article ul li ul li:before,
#content article ol li ul li:before {
  content: "○"; 
  padding-right: 7px;
  color: #808080; 
  margin-left: -16px;
  }

#content article ul li ul li:before,
#content article ol li ul li:before {
  margin-left: -32px;
  }

ol, ul {
	list-style: none;
	counter-reset: section;
	padding-left: 20px;
	}

ol ol, ol ul, ul ul {
	padding-left: 40px;
	}


li:before {
	counter-increment: section;
	}

#content article ol li:before {
	content: "." counter(section);
	color: #808080; 
	padding-right: 7px;
	direction: rtl;
	font-weight: 700;
	margin-left: -32px;
	display: inline-block;
	width: 25px;
	text-align: right;
	}

ol li ol {
	counter-reset: section2;
	}

ol li ol li:before {
	counter-increment: section2;
	}

#content article ol li ol li:before {
	content: "." counter(section2);
	color: #808080; 
	padding-right: 7px;
	direction: rtl;
	font-weight: 700;
	margin-left: -32px;
	display: inline-block;
	width: 25px;
	text-align: right;
	}

#content article ul.home-custom-bullets li:before {
  content: "»";
  }


img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	}

h1, h2, h3, h4, h5, h6 {
	color: #808080;
	margin: 15px 0;
	}

h1 {
	color: #414141;
	font-size: 28px;
	font-weight: 700;
	}
h2 {
	color: #000;
	}
h3 {
	font-size: 19px;
	font-weight: 900;
	color: #000;
	margin: 35px 0 10px 0;
	}
h4 {
	}
h5 {
	}
h6 {
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	}

.home h3 {
	font-size: 32px;
	font-weight: 400;
	color: #1b1b1b;
	}

.home h3 a {
	font-size: 32px;
	font-weight: 400;
	//color: #1b1b1b;
	}

h2.entry-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	}

h2.entry-title a {
	color: #0065a4;
	}

h2.entry-title a:hover {
	color: #0098d7;
	}

pre {
	display: inline-table;
	background: #fff;
	}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
	max-width: 100%;
	}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
	max-width: 100%;
	}

.aligncenter {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	}

.wp-caption {
	background: #f2f2f2;
	padding: 10px 0 10px 10px;
	max-width: 100%;
	}

.wp-caption-text {
	font-size: 13px;
	color: #414141;
	text-align: center;
	margin: 0;
	padding: 0px;
	}

iframe {
	max-width: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	margin-bottom: 20px;
	background: #fff;
	}
table th {
	background-color: #eee;
	border-bottom: 1px solid #666;
	color: #013456;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
	}
table td {
	border-bottom: 1px solid #ccc;
	padding: 10px 15px;
	}

table tr:hover td {
	background: #f9f9f9;
	}

.left-align {
	text-align: left;
	}

.right-align {
	text-align: right;
	}

.navigation {
	text-align: center;
	color: #808080;
	margin-top: 15px;
	font-size: 16px;
	}

.nav-previous {
	float: left;
	margin: 0 10px 15px 0;
	}

.nav-next {
	float: right;
	margin: 0 0 15px 10px;
	}

.pagination {
	display: inline-block;
	float: right;
	}

.pagination ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	}

.pagination ul li {
	list-style: none;
	float: left;
	padding: 5px 0;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #e6e6e6;
	}

.pagination ul li:last-child {
	border-right: 1px solid #e6e6e6;
	}

.pagination ul li.active {
	background-color: #e6e6e6;
	}

.pagination ul li.active a {
	color: #808080;
	}

.pagination ul li a {
	color: #b3b3b3;
	padding: 10px 16px;
	}

.pagination ul li:hover {
	background-color: #e6e6e6;
	}

.pagination ul li.nohover {
	background-color: #fff !important;
	padding-right: 13px;
	padding-left: 13px;
	}

.btn-prev-next a {
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    background-color: #f7931e;
    border: 1px solid #f7931e;
    display: inline-block;
	}

.btn-prev-next a:hover {
	color: #414141;
	border: 1px solid #414141;
	}

.lead {
	font-weight: 400;
	color: #808080;
	font-size: 21px;
	}

hr {
	height: 0;
	border-style: solid;
	border-top: 1px solid #414141;
	border-bottom: 0;
	clear: both;
	}

blockquote {
	width: 70%;
	margin: 25px 10%;
	display: block;
	padding: 20px 5%;
	background: #f2f2f2;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	color: #414141;
	}

.callout {
	background: #f2f2f2;
	font-size: 13px;
	font-weight: 400;
	color: #414141;
	float: right !important;
	padding: 5px 1% !important;
	}

/* Menus */

.navbar {
	width: 100%;
	background: #414141;
	height: 50px;
	display: block; 
	}

.menu-main-menu-container, .grid {
	width: 1060px;
	position: relative;
	display: block;
	margin: 0 auto;
	}

.grid:after {
	content: "";
	display: table;
	clear: both;
	}

.home #content .grid {
	width: 960px;
	}

.split-col-left {
	float: left;
	width: 75%;
	}
.sidebar-right {
	float: right;
	width: 20%;
	margin-top: 40px;
	}

.split-col-right {
	float: right;
	width: 75%;
	}
.sidebar-left {
	float: left;
	width: 20%;
	margin-top: 25px;
	}

.widget {
	border: 1px solid #5f5f5f;
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 12px;
	color: #999;
	}
	
.widgetcontent {
	padding: 5px 10px 20px 20px;
	}

.widget a {
	color: #999;
	}

.widget a:hover {
	color: #0098d7;
	}

.widget h3 {
	color: #fff;
	display: block;
	background: #5f5f5f;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	margin-top: 0;
	}

.widget ul {
	margin: 0;
	padding: 0;
	}

.widget ul li {
	list-style: none;
	}


#menu-main-menu {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	}

#menu-main-menu a {
	color: #fff;
	text-decoration: none;
	}

#menu-main-menu a:hover {
	color: #fff;
	text-decoration: underline;
	}


#menu-main-menu li.menu-item-has-children:after {
	content: url('images/carrot.png');
	width: 7px;
	height 6px;
	margin: 0 0 0 5px;
	}

#menu-main-menu li {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	margin-right: 9%;
	margin-top: 15px;
	text-transform: uppercase;
	height: 35px;
	z-index: 500;
	}

#menu-main-menu li:last-child {
	float: right;
	text-align: right;
	margin-right: 0;
	}

#menu-main-menu li ul li:last-child {
	float: none;
	text-align: left;
	margin-right: auto;
	}

#menu-main-menu li ul {
	display: none;
	position: absolute;
	padding: 0 15px 15px 15px;
	margin: 0 0 0 -15px; 
	top: 35px;
	left: 0;
	width: auto;
	height: auto; 
	background: #414141;
	opacity: 0.87;
	filter:Alpha(opacity=87);
	}

#menu-main-menu li ul li {
	display: block;
	list-style: none;
	float: none;
	white-space: nowrap;
	height: auto;
	text-transform: none;
	min-width: 150px;
	}

#menu-main-menu li ul li a {
	color: #e6e6e6;
	}

#menu-main-menu li:hover ul {
	display: block;
	}

/* Third level */
#menu-main-menu li ul li.menu-item-has-children:after {
	content: '';
	width: 0;
	height 0;
	margin: 0;
	}
	
#menu-main-menu li ul li ul {
	display: block;
	position: relative;
	top: 0;
	padding-bottom: 0;
	}

#menu-main-menu li ul li ul li {
	margin-left: 0px;
	}

#menu-main-menu li ul li ul li:before {
	content: '— ';
	}


/* Styles for line in menu */
#menu-main-menu li ul li.line {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #b2b2b2;
	}


/* Secondary menu */
.menu-tecplot-login-nav-container {
	float: right;
	margin: 35px 0 0 0;
	}

.menu-tecplot-login-nav-container ul {
	margin-bottom: 0;
	}

.menu-tecplot-login-nav-container ul li {
	display: inline;
	text-transform: uppercase;
	margin-right: 25px;
	}

.menu-tecplot-login-nav-container ul li a {
	color: #484546;
	font-weight: 400;
	font-size: 15px;
	text-decoration: none;
	}

.menu-tecplot-login-nav-container ul li a:hover {
	text-decoration: underline;
	}

.menu-tecplot-login-nav-container ul li.free-trial a {
	color: #f7931e;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	}




.logo {
	margin-bottom: 10px;
	width: 177px;
	height: auto;
	}

#search {
	float: right;
	margin-top: 45px;
	}
#search form input {
	padding: 5px;
	}

#searchvideo {
	margin-bottom: 25px;
	}
#searchvideo form input {
	padding: 5px;
	}

.video-sort {
	float: right;
	margin-top: 20px;
	}

.video-sort select {
	color: #fff;
	background-color: #414141;
	width: 150px;
	}
	
.searchform .border {
	border: 1px solid #414141;
	}	

.searchform .search {
	width: 70%;
    height: 19px;
    padding: 5px 5px 0 5px;
    margin: 0;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
	}

.searchform .searchsubmit {
	height: 29px;
    padding: 5px 4px 3px 3px;
    margin: 0;
    border: none;
    background: #fff;
    display: inline-block;
    float: right;
    cursor: pointer;
	}


.bread {
	display: block;
	margin: -5px 0 10px 0;
	color: #333;
	}
.bread a {
	color: #0098d7;
	text-decoration: none;
	font-weight: 400;
	}
.bread span {
	color: #b3b3b3;
	}


.header-bar {
	width: 100%;
	height: 100px;
	background: #008ac8; /*Not visible*/
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	}

.header-bar h2, .header-bar h1 {
	color: #fff;
	padding-top: 28px;
	font-weight: 400;
	font-size: 42px;
	}

.header-bar h2 img {
	vertical-align: -8px;
	margin-left: 7px;
	}
	
.home .header-bar {
	height: 280px;
	}	

.home_header_image {
	float: left;
	max-height: 280px;
	width: auto;
	}

.home .header-bar h1 {
	color: #fff;
	margin: 0 0 0 0;
	padding-top: 60px;
	font-weight: 100;
	font-size: 58px;
	}

.home .header-bar h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 33px;
	}

/* original button
.home .header-bar .button {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	padding: 7px 14px;
	border: 1px solid #fff;
	display: inline;
	letter-spacing: 1px;
	margin-top: 30px;
	display: inline-block;
	}
.home .header-bar .button:hover {
	background-color: #fff;
	color: #0065a4;
	}
*/
/* New buttons*/
.home .header-bar .button {
	color: #0065a4;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	padding: 7px 14px;
	border: 1px solid #fff;
	background-color: #fff;
	display: inline;
	letter-spacing: 1px;
	margin-top: 30px;
	display: inline-block;
	}
.home .header-bar .button:hover {
	background-color: #0065a4;
	color: #fff;
	}

.apps {
	width: 25%;
	float: left;
	text-align: center;
	margin: 35px 0;
	}
.apps .imgdiv {
	max-height: 90%;
	height: 130px;
	margin: 0 auto 24px auto;
	}
.apps img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	}

/* Original buttons
.apps .button {
	color: #484546;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 14px;
	border: 1px solid #484546;
	display: inline-block;
	}

.apps .button:hover {
	color: #fff;
	background-color: #484546;
	}
*/
/* New buttons */
.apps .button {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 14px;
	border: 1px solid #484546;
	background-color: #484546;
	display: inline-block;
	}

.apps .button:hover {
	color: #484546;
	background-color: #fff;
	}

/* Button on video back section */
.button-dark {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 7px 14px;
	border: 1px solid #484546;
	background-color: #484546;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
	}

.button-dark:hover {
	color: #484546;
	background-color: #fff;
	}


.testimonial, .testimonial_name {
	text-align: right;
	color: #414141;
	font-size: 17px;
	line-height: 30px;
	}

.testimonial_name {
	font-size: 13px;
	line-height: 19px;
	}


@media(min-width: 1800px) {
	.header-bar {
		background-size: 100%;
		}
	}
	
/*  Original button styles
.btn {
	color: #0065a4;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #0065a4;
    display: inline-block;
	}

.btn:hover {
	background: #0065a4;
	color: #fff;
	}	

.btn-dark {
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #0065a4;
    background-color: #0065a4;
    display: inline-block;
	}

.btn-orange {
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #f7931e;
    background-color: #f7931e;
    display: inline-block;
	}

.btn-orange:hover {
	color: #414141;
	border: 1px solid #414141;
	}
*/

/* Revised button styles */
.btn {
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #0065a4;
    background: #0065a4;
    display: inline-block;
	}

.btn:hover {
	background: #fff;
	color: #0065a4;
	}	

.btn-orange {
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #f7931e;
    background-color: #f7931e;
    display: inline-block;
	}

.btn-orange:hover {
	color: #414141;
	border: 1px solid #414141;
	}
	

.backbutton {
	float: right;
	margin-left: 50px;
	}
	
	
	
.grey {
	background-color: #b3b3b3;
	padding: 0;
	margin-bottom: 30px;
	clear: both;
	}

.grey h1, .grey h2, .grey h3, .grey h4, .grey h5, .grey h6,
.grey h1 a, .grey h2 a, .grey h3 a, .grey h4 a, .grey h5 a, .grey h6 a {
	color: #fff;
	}


.grey2 {
	background-color: #f2f2f2;
	padding: 15px 0;
	clear: both;
	margin-top: 20px;
	}

.grey:after, .grey2:after {
	content: "";
	display: table;
	clear: both;
	}

.grey strong, .grey2 strong {
	color: #fff;
	}


/* Original grey buttons
.grey .btn {
	color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #fff;
    display: inline-block;
	}

.grey .btn:hover {
	background: #fff;
	color: #484546;
	}

.grey .btn-dark {
	color: #484546;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
	}

.grey .btn-dark:hover {
	border: 1px solid #484546;
	}
*/

.grey .btn {
	color: #484546;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
	}

.grey .btn:hover {
	background: #484546;
	color: #fff;
	}

.grey .btn-dark {
	color: #484546;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 14px;
    border: 1px solid #fff;
    background: #fff;
    display: inline-block;
	}

.grey .btn-dark:hover {
	border: 1px solid #484546;
	}





.grey .divide, .grey2 .divide {
	border-right: 1px solid #fff;
	}

.grey ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.grey li {
	padding-left: 21px; 
	}

.grey li:before {
	content: "•";
	padding-right:7px;
	color: #fff;
	}
	

.grey .divide {
	border-right: 1px solid #fff;
	}
.grey .pre-divide {
	border-left: 1px solid #fff;
	}

.divide, .grey2 .divide {
	border-right: 1px solid #808080;
	}
.pre-divide, .grey2 .pre-divide {
	border-left: 1px solid #808080;
	}


/* Don't think I need this.  It will be the standard darker colors 
grey2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

grey2 li {
	padding-left: 21px; 
	}

grey2 li:before {
	content: "•";
	padding-right:7px;
	color: #fff;
	}
*/


article {
	margin-top: 25px;
	}
	
.entry-meta {
	display: block;
	margin-bottom: 15px;
	}
	
.entry-date {
	font-size: 12px;
	}

a .entry-date {
	font-weight: 400;
	color: #484546;
	}

.read-more {
	float: right;
	margin-bottom: 10px;
	}

.category-tecplot-rs-videos iframe,
.category-tecplot-360-videos iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 30px;
	}

.related_vid iframe {
	height: 150px;
	margin-bottom: 0;
	}

.category .category-tecplot-rs-videos iframe,
.category .category-tecplot-360-videos iframe {
	height: 125px;
	width: 200px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}

.relatedvid {
	width: 90%;
	margin: 0 5%;
	position: relative;
	display: inline-block;
	}

.vidlist .cover, .relatedvid .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}

.vidlist {
	float: left;
	margin: 0 30px 10px 0;
	position: relative;
	}

.cat-links {
	float: right;
	font-size: 12px;
	}
.cat-links a {
	color: #484546;
	font-weight: 400;
	}

.cat-links a:hover {
	color: #0098d7;
	}

.attachment-post-thumbnail {
	float: left;
	margin: 0 50px 20px 0;
	width: 200px;
	height: auto;
	border: 1px solid #808080;
	}


/*  Footer */

#footer a:hover {
	color: #0098d7;
	}

.foot_grey1 {
	height: 50px;
	background-color: #f2f2f2;
	display: block;
	}

.foot_grey2 {
	background-color: #414141;
	color: #ccc;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	}
.foot_grey2 a {
	color: #fff;
	text-decoration: none;
	}

.foot_main {
	background-color: #333333;
	padding: 22px 0;
	color: #ccc;
	}
.foot_main a {
	text-decoration: none;
	}

.foot_grey3 {
	height: 65px;
	background-color: #414141;
	line-height: 65px;
	font-size: 15px;
	font-weight: 400;
	color: #ccc;
	}
.foot_grey3 a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	}

.footnav {
	font-size: 15px;
	}

.footnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.footnav ul li {
	list-style: none;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	max-width: 12%;
	}

.footnav ul li.line {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #999;
	}

.footnav ul li.footer-hide {
	display: none;
	}

.footnav ul li a {
	text-transform: uppercase;
	color: #fff;
	}

.footnav ul li ul {
	margin-top: 15px;
	}

.footnav ul li ul li {
	float: none;
	max-width: 100%;
	margin-right: 0;
	}

.footnav ul li ul li a {
	text-transform: none;
	color: #999;
	}
	
.footnav ul li ul li ul {
	margin-top: 0;
	}

.footnav ul li ul li ul li:before {
	content: '-';
	float: left;
	margin-right: 2px;
	}


.socialbox {
	display: inline;
	margin-left: 12px;
	}

img.social {
	height: 24px;
	width: auto;
	margin: -3px 0 0 9px;
	vertical-align: middle;
	}

img.social:hover {
	opacity: 0.5;
	}


/* CSS imported for functionality */

.row {
	display: inline-block;
	width: 100%;
	}

.responsive-tabs ul.responsive-tabs__list {
	margin: 20px 0 0 0 !important;
	}

#content .responsive-tabs ul.responsive-tabs__list li:before {
	content: '';
	padding: 0;
	margin-left: 0;
	}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, 
.span9, .span10, .span11, .span12 {
	display: inline-block;
	float: left;
	}

.last:after {
	content: "";
	display: table;
	clear: both;
	}

/* Specifically for home page... */
.home .span1 {
	width: 7.45%;
	padding: 15px 0.4%;
	margin-right: 0;
	}
.home .span2 {
	width: 14.9%;
	padding: 15px 0.8%;
	margin-right: 0;
	}
.home .span3 {
	width: 22.35%;
	padding: 15px 1.2%;
	margin-right: 0;
	}
.home .span4 {
	width: 29.8%;
	padding: 15px 1.6%;
	margin-right: 0;
	}
.home .span5 {
	width: 37.25%;
	padding: 15px 2%;
	margin-right: 0;
	}
.home .span6 {
	width: 44.7%;
	padding: 15px 2.4%;
	margin-right: 0;
	}
.home .span7 {
	width: 52.15%;
	padding: 15px 2.8%;
	margin-right: 0;
	}
.home .span8 {
	width: 59.6%;
	padding: 15px 3.2%;
	margin-right: 0;
	}
.home .span9 {
	width: 67.05%;
	padding: 15px 3.6%;
	margin-right: 0;
	}	
.home .span10 {
	width: 74.5%;
	padding: 15px 4%;
	margin-right: 0;
	}
.home .span11 {
	width: 81.95%;
	padding: 15px 4.4%;
	margin-right: 0;
	}
/* End spans for home*/


.span1 {
	width: 7.45%;
	padding: 15px 0.4% 15px 0;
	margin-right: .4%;
	}
.span2 {
	width: 14.9%;
	padding: 15px 0.8% 15px 0;
	margin-right: .8%;
	}
.span3 {
	width: 22.35%;
	padding: 15px 1.2% 15px 0;
	margin-right: 1.2%;
	}

.span4 {
	width: 29.8%;
	padding: 15px 1.6% 15px 0;
	margin-right: 1.6%;
	}

.span5 {
	width: 37.25%;
	padding: 15px 2% 15px 0;
	margin-right: 2%;
	}
		
.span6 {
	width: 44.7%;
	padding: 15px 2.4% 15px 0;
	margin-right: 2.4%;
	}
		
.span7 {
	width: 52.15%;
	padding: 15px 2.8% 15px 0;
	margin-right: 2.8%;
	}
		
.span8 {
	width: 59.6%;
	padding: 15px 3.2% 15px 0;
	margin-right: 3.2%;
	}

.span9 {
	width: 67.05%;
	padding: 15px 3.6% 15px 0;
	margin-right: 3.6%;
	}
	
.span10 {
	width: 74.5%;
	padding: 15px 4% 15px 0;
	margin-right: 4%;
	}

.span11 {
	width: 81.95%;
	padding: 15px 4.4% 15px 0;
	margin-right: 4.4%;
	}






/* Mobile Menu stuff */

.mobileSideMenu {
	position: absolute;
    top: 0;
    right: 0;
    background: #333;
    z-index: 0;
    display: block;
    width: 280px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
    padding: 20px 35px 35px 35px;
    width: 250px;
    display: none;
	}

.mobileSideMenu.activated {
	display: block;
	}

.contentWrap {
	width: 100%;
    position: absolute;
    left: 0;
    z-index: 500;
    transition: 0.4s;
    -moz-transition: 0.4s;
	}

.contentWrap.activated {
	margin-left: -320px;
    opacity: 0.4;
    -moz-opacity: 0.4;
	}

.navbar .mobilephone {
	display: none;
	font-size: 20px;
	line-height: 50px;
	margin-left: 3%;
	float: left;
	}

.navbar .mobile {
	display: none;
	font-size: 24px;
	line-height: 50px;
	margin-right: 3%;
	float: right;
	}		
.navbar .mobile a, .navbar .mobilephone a {
	color: #fff;
	}			

.mobileSideMenu a {
	color: #fff;
	}

.mobile_menu {
	margin: 20px 0 0 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    transition: 0.8s;
    -moz-transition: 0.8s;
    }

.mobile_menu li {
	list-style: none;
    padding: 0;
    border-top: 1px solid #414141;
    font-size: 15px;
    text-transform: uppercase;
	}
.mobile_menu li.line {
	border-top: 1px solid #fff;
	}
.mobile_menu li:last-child {
	border-bottom: 1px solid #414141;
	}

.mobile_menu li.menu-item-has-children:before {
	float: right;
    padding-top: 9px;
    font-size: 20px;
    content: '+';
	}

/* No plus on 2rd level */
.mobile_menu li ul li.menu-item-has-children:before {
    content: '';
	}

.mobile_menu li.expanded:before {
	/*padding-top: 8px;
    content: '-';*/
    content: '';
	}

.mobile_menu li a {
	display: block;
    padding: 8px 0 8px 0;
	}

.mobile_menu li ul {
	margin: 0;
    padding: 0 0 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s;
    -moz-transition: 0.4s;
    opacity: 0;
    -moz-opacity: 0;
	}

.mobile_menu li ul li {
	padding: 0;
    font-size: 13px;
    text-transform: none;
	}

.mobile_menu li ul li ul li:before {
	content: '— ';
	float: left;
	line-height: 33px;
	padding-right: 4px;
	}

.mobile_menu li.expanded ul {
	opacity: 1;
    -moz-opacity: 1;
    max-height: none;
	}


.mobileSideMenu .mobileMenuTop ul {
	margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
	}

.mobileSideMenu .mobileMenuTop li {
	display: block;
    list-style: none;
    text-align: center;
    border: 2px solid #414141;
    margin-top: 11px;
	}
	
.mobileSideMenu .mobileMenuTop li a {
	width: 100%;
    padding: 4px 0;
    display: block;
    text-transform: uppercase;
	}

.mobile_social {
	text-align: center;
	}

.linkbox {
	font-size: 19px;
	line-height: 28px;
	}

.mobileSideMenu .searchform {
	width: 100%;
    margin: 0 auto;
    display: block;
    background: #b3b3b3;
    padding: 0;
	}
.mobileSideMenu .searchform .border {
	border: 8px solid #b3b3b3;
	}

.mobileSideMenu .search {
	    border: 0;
    width: 96%;
    display: block;
	}
	
.mobileSideMenu .searchsubmit {
	border: 0;
    display: block;
    background: none;
    text-align: center;
    width: 100%;
	}	

.mobileSideMenu .searchsubmit:after {
	content: ' SEARCH';
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    vertical-align: bottom;
	}
	
	
/* carousel styling */
.carousel {
	 min-width: 92%;
	 padding: 0 4% 0 4%;
	  margin: 10px auto;
	  position: relative;
 }
 .carousel-item {
	 width: 92%;
	 background: #fff;
	 position: relative;
 }
 
 .caritem {
	 float: left;
	 width: 50%;
 }
 .carousel-nav {
 	position: absolute;
 	bottom: 50%;
 	z-index: 400;
 	width: 100%;
 	left: 0;
 	}
 .carousel-nav a {
  text-decoration: none;
  font-size: .8em;
  background: #fff;
  color: #333;
  opacity: .8;
  padding: .5em;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.carousel-nav a.prev {
  left: 0;
}
.carousel-nav a.next {
  right: 0;
}
.carousel-nav-paginated .carousel-active-page a {
	background: #333;
	color: #fff;
	opacity: .8;
}
 
 /* styled arrows */
.arrows .carousel-nav {
  bottom: auto;
  top: 50%;
}
.arrows .carousel-nav a {
  text-indent: -9999px;
  width: 2em;
  height: 2em;
  background: #fff;
  opacity: .5;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
}
.arrows .carousel-nav a:hover,
.arrows .carousel-nav a:focus {
  opacity: 1;
}
.arrows .carousel-nav a.next {
  background-image: url('carousel/arrow-right.png');
  right: 1em;
}
.arrows .carousel-nav a.prev {
  background-image: url('carousel/arrow-left.png');
  left: 1em;
}

.carousel a:focus,
.carousel .carousel-item:focus:after  {
  outline: 2px dotted orange;
}
.carousel .carousel-item:focus:after {
  content: "\20";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

 
 

.caritem {
	width: 25%;
}
 

/* End carousel */

	

/* Responsive */

@media (max-width: 1080px) { 
	.menu-main-menu-container, .grid {
		width: 94%;
		padding: 0 3%;
		}
	.home #content .grid {
		width: 94%;
		padding: 0 3%;
		}
	#menu-main-menu li {
		margin-right: 0;
		width: 18.4%;
		}
	#menu-main-menu li:last-child {
		float: none; 
		text-align: inherit;
		width: 8%;
		}
	.foot_grey2 {
		height: auto;
		text-align: center;
		}
	.foot-middle {
		display: table-column;
		}
	.home .header-bar h1 {
		padding-top: 60px;
		font-size: 48px;
		}
	.home .header-bar h2 {
		font-size: 23px;
		}
	.footnav {
		float: left;
		}
	.footnav ul li {
		margin: 20px 30px 10px 0;
		width: 23%;
		max-width: 100%;
		}
	.footnav ul li.footer-hide {
		display: inherit;
		}
	.footnav ul li:nth-child(4n) {
		clear: left;
		}
	.footnav ul li ul li {
		margin: 0 30px 0 0;
		}
	.wp-caption {
		padding: 10px;
		max-width: 95%;
		}
}


@media (max-width: 850px) {  /* Responsive menu start width */
	.split-col-left, .split-col-right, .sidebar-right, .sidebar-left {
		width: 100%;
		}
	.home .header-bar h1 {
		padding-top: 40px;
		font-size: 38px;
		}
	.home .header-bar h2 {
		font-size: 17px;
		}
	.home .header-bar {
		height: 200px;
		}
	.home_header_image {
		max-height: 150px;
		margin-top: 25px;
		}
	.apps {
		width: 50%;
		}
	.foot_grey3 {
		height: auto;
		line-height: 25px;
		padding: 20px 0;
		}
	.footnav {
		width: 45%;
		}
	.footnav ul li:nth-child(4n) {
		clear: none;
		}
	.footnav ul li:nth-child(3), .footnav ul li:nth-child(5) {
		clear: left;
		}
	.footnav ul li {
		width: 38%;
		max-width: 100%;
		}
	.header-bar h2, .header-bar h1 {
		font-size: 31px;
		}
	
	.menu-tecplot-login-nav-container ul li {
		display: none;
		}
	.menu-tecplot-login-nav-container ul li:last-child {
		display: inline;
		}
	
	.navbar .menu-main-menu-container {
		display: none;
		}
	
	.navbar .mobile, .navbar .mobilephone {
		display: inline;
		}
	.category-tecplot-rs-videos iframe,
	.category-tecplot-360-videos iframe {
		height: 425px;
		}
	.related_vid iframe {
		height: 150px;
		}
}


@media (max-width: 650px) {
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11 {
		width: 100%;
		padding: 15px 0;
		}
	.grey .divide, .grey .pre-divide, .divide, .grey2 .divide, .pre-divide, .grey2 .pre-divide  {
		border: none;
		}
	.foot-end {
		display: table-column;
		}
	.socialbox {
		margin-left: 0;
		}
	.footnav ul li {
		clear: left;
		}
	.footnav ul li {
		width: 50%;
		}
	.home .header-bar h1 {
		padding-top: 20px;
		font-size: 33px;
		}
	.home .header-bar h2 {
		font-size: 16px;
		}
	.home .header-bar {
		height: auto;
		padding-bottom: 30px;
		}
	.home_header_image {
		max-height: 100px;
		margin-top: 35px;
		}
	.footnav {
		width: 100%;
		}
	.foot_main iframe {
		float: none !important;
		display: block !important;
		margin: 0 auto !important;
		}
	.category-tecplot-rs-videos iframe,
	.category-tecplot-360-videos iframe {
		height: 320px;
		}
	.related_vid iframe {
		height: 150px;
		}
	.caritem {
		width: 50%;
		}
	img {
		max-width: 96%;
		}
}			


@media (max-width: 500px) {
	.menu-main-menu-container, .grid, .home #content .grid {
		width: 90%;
		padding: 0 5%;
		}
	.apps {
		width: 100%;
		}
	.footnav ul li {
		width: 100%;
		}
	.menu-tecplot-login-nav-container {
		display: none;
		}
	#search {
		display: none;
		}
	.logo {
		margin: 0 auto 10px auto;
		display: block;
		}
	.header-bar h2, .header-bar h1 {
		font-size: 21px;
		}
	.category-tecplot-rs-videos iframe,
	.category-tecplot-360-videos iframe {
		height: 235px;
		}
	.vidlist {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		position: relative;
		}
	.category .category-tecplot-rs-videos iframe,
	.category .category-tecplot-360-videos iframe {
		width: 100%;
		height: 235px;
		float: none;
		margin: 0;
		}
	.attachment-post-thumbnail {
		float: none;
		width: 100%;
		height: auto;
		margin: 0;
		}
	table {
		font-size: .8em;
		}
}


@media (max-width: 400px) {
	.home_header_image {
		display: none;
		}
	.home .header-bar h1, .home .header-bar h2 {
		font-weight: 300;
		}
	.category-tecplot-rs-videos iframe,
	.category-tecplot-360-videos iframe {
		height: 180px;
		}
	.category .category-tecplot-rs-videos iframe,
	.category .category-tecplot-360-videos iframe {
		height: 180px;
		}
}	

