/*
Theme Name: Provare
Author: The Morrison Agency
Version: 1.0
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* = Fonts
-------------------------------------------------------------- */
@font-face {
  font-family: 'FuturaStdLightCondensed';
  src: url('fonts/futurastd-condensedlight-webfont.eot');
  
  /* This declaration targets Internet Explorer */
}
@font-face {
  font-family: 'FuturaStdLightCondensed';
  src: url(//:) format('no404'), url('fonts/futurastd-condensedlight-webfont.woff') format('woff'), url('fonts/futurastd-condensedlight-webfont.ttf') format('truetype'), url('fonts/futurastd-condensedlight-webfont.svg#webfontiPSUiUAt') format('svg');
  font-weight: normal;
  font-style: normal;
  
  /* This declaration targets everything else */
}
@font-face {
  font-family: 'FuturaStdMediumCondensed';
  src: url('fonts/futurastd-condensed-webfont.eot');
  
  /* This declaration targets Internet Explorer */
}
@font-face {
  font-family: 'FuturaStdMediumCondensed';
  src: url(//:) format('no404'), url('fonts/futurastd-condensed-webfont.woff') format('woff'), url('fonts/futurastd-condensed-webfont.ttf') format('truetype'), url('fonts/futurastd-condensed-webfont.svg#webfontjOFYZuMy') format('svg');
  font-weight: normal;
  font-style: normal;
  
  /* This declaration targets everything else */
}
@font-face {
  font-family: 'Chunkfive Roman';
  src: url('fonts/chunkfive-webfont.eot');
  src: url('fonts/chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/chunkfive-webfont.woff') format('woff'), url('fonts/chunkfive-webfont.ttf') format('truetype'), url('fonts/chunkfive-webfont.svg#chunkfiveroman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* = Global
-------------------------------------------------------------- */
body {
  background: #edeee6 url("images/bg-header.png") repeat-x left top;
  font: 12px Arial, sans-serif;
  color: #585858;
  margin: 0;
  padding: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*HEADER STYLES*/
#header {
  margin: 0 auto;
  width: 960px;
}
#header h1 {
  background-image: url("images/logo-provare.png");
  height: 136px;
  margin-left: -14px;
  margin-top: 22px;
  position: absolute;
  text-indent: 100%;
  width: 273px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#header h1 a {
  width: 270px;
  height: 140px;
  display: block;
}
/*Services BOX STYLES*/
#services-box {
  background: #fff;
  float: right;
  height: 52px;
  margin-right: -2px;
  margin-top: 22px;
  text-align: center;
  width: 281px;
  position: relative;
}
#services-box img {
  padding-top: 16px;
}
#services-box b {
  background: url('images/corner.png') no-repeat left top;
  display: block;
  height: 13px;
  left: -13px;
  position: absolute;
  top: 0;
  width: 13px;
}
/*DEVELOPER BOX STYLES*/
#developer-box {
  background-image: url("images/services-box.png");
  float: right;
  height: 46px;
  margin-right: -2px;
  margin-top: 22px;
  width: 295px;
  position: relative;
}
#developer-box p {
  float: left;
  font-size: 12px;
  overflow: hidden;
  padding-left: 28px;
  padding-top: 13px;
  position: absolute;
}
.bold {
  font-weight: bold;
}
.button-developer-box {
  background-image: url("images/button-developer-box.png");
  background-position: 15px 8px;
  background-repeat: no-repeat;
  float: right !important;
  font-size: 11px !important;
  height: 21px;
  margin-top: 0px;
  width: 67px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.button-developer-box a,
.button-services-box a {
  position: relative;
  top: -1px;
  color: #5D5B51;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
}
/*NAVIGATION STYLES*/
.main-navigation {
  clear: both;
  float: right;
  padding-top: 34px;
}
#menu-menu li {
  border: 1px solid #edeee6;
  border-radius: 4px;
  color: #5D5B51;
  display: inline;
  float: left;
  font-size: 14px !important;
  text-decoration: none;
  text-indent: -9000px;
}
#menu-menu li li {
  border: 0;
  border-radius: 0;
  display: block;
  float: none;
  text-indent: 0;
}
#menu-menu li a {
  background: url('images/nav.png') no-repeat center 9px;
  color: #5D5B51;
  text-decoration: none;
  display: block;
  padding: 6px 15px 7px;
}
#menu-menu li li a {
  background: none;
  border-bottom: 1px solid #e1dbd7;
  border-top: 1px solid #fff;
  border-radius: 0 !important;
  font-weight: bold;
  padding: 12px 0;
  text-indent: 15px;
  width: 100% !important;
}
#menu-menu li li.first a {
  border-top: 0;
}
#menu-menu li li.last a {
  border-radius: 0 0 4px 4px !important;
  border-bottom: 0;
}
#menu-menu li li a:hover {
  background-color: #fff !important;
}
/*HOME BUTTON*/
.menu-item-home {
  margin-right: 0;
}
.menu-item-home a {
  width: 39px;
}
#menu-menu .menu-item-home:hover,
#menu-menu .menu-item-home.current-menu-item {
  background: url('images/nav-gradient.png') repeat-x left top;
  border-color: #b3b0a9;
}
/*SERVICES BUTTON*/
#menu-menu .menu-item-has-children {
  border-radius: 4px 4px 0 0;
  position: relative;
}
#menu-menu .menu-item-has-children a {
  background-position: center -91px;
  border-radius: 4px 4px 0 0;
  width: 75px;
}
#menu-menu .menu-item-has-children:after {
  background-color: #f4f1ea;
  content: '';
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  top: 29px;
  width: 105px;
  z-index: 10;
}
#menu-menu .menu-item-has-children ul {
  background-color: #f4f1ea;
  border: 1px solid #b3b0a9;
  border-radius: 0 4px 4px 4px;
  display: none;
  left: -1px;
  position: absolute;
  top: 29px;
  width: 266px;
  z-index: 9;
}
#menu-menu .menu-item-has-children:hover {
  border-color: #b3b0a9;
  border-bottom-color: #f4f1ea;
  border-radius: 4px 4px 0 0 !important;
}
#menu-menu .menu-item-has-children:hover:after,
#menu-menu .menu-item-has-children:hover ul {
  display: block;
}
#menu-menu .menu-item-has-children:hover a {
  background-color: #f4f1ea;
}
.parent-pageid-10 #menu-menu .menu-item-has-children,
.parent-pageid-8 #menu-menu .menu-item-has-children {
  background: url('images/nav-gradient.png') repeat-x left top;
  border-color: #b3b0a9;
  border-radius: 4px;
}
/*COMPANY BUTTON*/
#menu-menu .menu-item-1047 a {
  background-position: center -191px;
  width: 65px;
}
#menu-menu .menu-item-1047:hover,
#menu-menu .menu-item-1047.current_page_item,
#menu-menu .menu-item-1047.current_page_parent {
  background: url('images/nav-gradient.png') repeat-x left top;
  border-color: #b3b0a9;
}
/*NEWS BUTTON*/
#menu-menu .menu-item-1048 a {
  background-position: center -291px;
  width: 42px;
}
#menu-menu .menu-item-1048:hover,
#menu-menu .menu-item-1048.current_page_item {
  background: url('images/nav-gradient.png') repeat-x left top;
  border-color: #b3b0a9;
}
/*CAREERS BUTTON*/
#menu-menu .menu-item-1056 a {
  background-position: center -391px;
  width: 53px;
}
#menu-menu .menu-item-1056:hover,
#menu-menu .menu-item-1056.current_page_item {
  background: url('images/nav-gradient.png') repeat-x left top;
  border-color: #b3b0a9;
}
/*CONTACT BUTTON*/
#menu-menu .menu-item-1057 a {
  background-position: center -491px;
  width: 65px;
}
#menu-menu .menu-item-1057:hover,
#menu-menu .menu-item-1057.current_page_item {
  background: url('images/nav-gradient.png') repeat-x left top;
  border-color: #b3b0a9;
}
/*GLOBAL NAVIGATION*/
#global-navigation {
  float: right;
  margin-top: 50px;
  width: 960px;
}
/*SUB NAVIGATIN STYLES*/
#bottom-header {
  clear: both;
}
#sub-navigation {
  width: 960px;
  background-image: url("images/bottom-header.png");
  background-position: center bottom;
  overflow: hidden;
  background-repeat: no-repeat;
}
#sub-navigation li {
  display: inline;
}
#sub-navigation li a {
  color: #5D5B51;
  display: block;
  float: left;
  font-family: 'FuturaStdLightCondensed';
  font-size: 37px;
  font-weight: 900;
  padding-bottom: 28px;
  padding-left: 38px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #FFFFFF !important;
  text-transform: uppercase;
  width: 268px;
}
#sub-navigation li a:hover {
  color: #333;
}
#sub-navigation li.current_page_item a,
#sub-navigation li.current_page_ancestor a {
  color: #333 !important;
}
#main-content {
  background-image: url("images/bg-content.png");
}
#content {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
#main-gallery {
  background-image: url("images/bg-content.png");
  overflow: hidden;
  margin-top: 30px;
}
.bold-italics {
  font-weight: bold;
}
.sub-nav-middle {
  margin-left: -38px;
  padding-left: 0 !important;
  padding-right: 0;
}
.sub-nav-right {
  margin-left: -10px !important;
  padding-left: 0 !important;
  padding-right: 0;
  width: 380px !important;
}
.sub-nav-left {
  padding-right: 0px;
}
/*
.page-template-service-provider-php*/
/*GALLERY STYLES*/
#gallery {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 10px auto 30px;
  overflow: hidden;
  width: 960px;
}
#gallery-header {
  border-bottom: 1px solid #CCCCCC;
  font-family: 'FuturaStdLightCondensed';
  margin: 0 auto;
  overflow: hidden;
  padding: 26px 30px 0;
  width: 830px;
}
#gallery-header em {
  color: #206710;
  float: left;
  font-family: 'FuturaStdLightCondensed';
  font-size: 34px;
  font-style: normal;
  font-weight: 100;
  margin-left: -27px !important;
}
#gallery-header .number {
  color: #433D36;
  float: right;
  font-family: arial;
  font-size: 17px;
  font-style: italic;
  font-weight: 100;
  margin-right: -27px !important;
  margin-top: 16px;
  padding-bottom: 15px;
}
#gallery-content {
  float: left;
  overflow: hidden;
  padding: 25px 35px;
  width: 550px;
}
#gallery-content h2 {
  float: left;
  font-family: arial;
  line-height: 22px;
  width: 525px;
  color: #433d36;
  font-size: 16px;
  font-weight: bold;
}
#gallery-content p {
  float: left;
  font-family: arial !important;
  font-size: 14px;
  line-height: 20px;
  padding-top: 17px;
  width: 555px;
}
#gallery-image {
  background: url("images/img-gallery.png") no-repeat scroll 0 0 transparent;
  border: 4px solid #CCCCCC;
  float: left;
  height: 199px;
  margin-top: 30px;
  overflow: hidden;
  width: 297px;
}
#gallery-image img {
  height: ;
}
#developer-img {
  background: url("images/img-technology-developer.jpg") no-repeat scroll 0 0 transparent;
  border: 4px solid #CCCCCC;
  float: left;
  height: 199px;
  margin-top: 30px;
  overflow: hidden;
  width: 297px;
}
#service-img {
  background: url("images/img-service-provider.jpg") no-repeat scroll 0 0 transparent;
  border: 4px solid #CCCCCC;
  float: left;
  height: 199px;
  margin-top: 30px;
  overflow: hidden;
  width: 297px;
}
/*CONTENT STYLES*/
#btn-red {
  background-image: url("images/btn-gray.png");
  background-repeat: no-repeat;
  color: #777777;
  font-size: 17px;
  height: 49px;
  padding: 14px 32px;
  text-decoration: none;
  width: 166px;
  text-shadow: 1px 1px 0 #FFFFFF;
  font-weight: 600;
}
#process-management,
#testing-qa,
#data-management {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  min-height: 280px;
  margin-bottom: 30px;
  margin-right: 24px;
  width: 302px;
  position: relative;
}
#process-management h2,
#testing-qa h2,
#data-management h2 {
  color: #206710;
  font-family: 'FuturaStdLightCondensed';
  font-size: 24px;
  font-weight: 100;
  padding: 25px 25px 10px 25px;
  text-shadow: 1px 1px 1px #FFFFFF;
  width: 253px;
}
#process-management h2 a,
#testing-qa h2 a,
#data-management h2 a {
  color: #206710;
  text-decoration: none;
}
#process-management p,
#testing-qa p,
#data-management p {
  color: #433D36;
  font-family: arial !important;
  font-size: 11px;
  line-height: 17px;
  padding-left: 65px;
  padding-right: 25px;
  padding-bottom: 7px;
}
#data-management {
  margin-right: 0 !important;
}
#icon-process-management {
  background: url("images/icon-process.png") no-repeat scroll 23px 50% transparent;
}
#icon-application-search {
  background: url("images/icon-application-search.png") no-repeat scroll 23px 12% transparent;
}
#icon-database {
  background: url("images/icon-database.png") no-repeat scroll 23px 0% transparent;
}
.continue-button {
  background: url("images/button-continue.png") no-repeat scroll 0 0 transparent;
  color: #ffffff;
  line-height: 65px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #222;
  font-size: 12px;
}
.underlined {
  text-decoration: underline;
}
#content ul {
  color: #433D36;
  font-family: arial !important;
  font-size: 12px;
  line-height: 18px;
  list-style: disc outside url("images/list-arrow.png");
  padding-left: 86px;
  padding-right: 25px;
  padding-top: 3px;
  text-decoration: underline;
}
#content ul a {
  color: #433D36;
  font-family: arial !important;
  font-size: 11px;
}
.see-all-services {
  padding-left: 25px !important;
  position: absolute;
  bottom: 1px;
}
li.page-item-36 a {
  margin-left: -10px !important;
  padding-left: 0px !important;
  padding-right: 0px;
  width: 384px !important;
}
li.page-item-34 a {
  margin-left: -38px;
  padding-left: 0 !important;
  padding-right: 0;
}
/*SUB PAGE CONTENT*/
#sub-content {
  margin: 80px auto 0 !important;
  overflow: hidden;
  width: 960px;
  margin-top: 60px;
}
#sub-page-left-nav {
  overflow: hidden;
  width: 205px;
  float: left;
  background: #f9f4ee;
  color: #433D36;
  font-family: arial !important;
  margin-top: 35px;
}
#sub-page-left-nav a {
  background: url("images/nav-divider.png") no-repeat scroll center bottom transparent;
  color: #6d6b5f;
  display: block;
  font-size: 14px;
  padding: 12px 22px;
  text-decoration: none;
  line-height: 20px;
}
#sub-page-left-nav li:hover {
  background: #fff;
}
#sub-page-left-nav li:last-child a {
  background: none;
}
#sub-page-left-nav li a:hover {
  background: #fff;
  background: url("images/list-arrow-sub.png") no-repeat scroll 5px 13px transparent;
  display: block;
  font-size: 14px;
  padding: 12px 22px;
  text-decoration: none;
}
#sub-page-left-nav .current_page_parent,
#sub-page-left-nav .current_page_item {
  background: #fff;
}
#sub-page-left-nav .current_page_item a {
  background: #fff !important;
  background: url("images/list-arrow-sub.png") #ffffff no-repeat scroll 5px 13px !important;
  display: block;
  font-size: 14px;
  padding: 12px 22px;
  text-decoration: none;
  color: #302f2a !important;
}
#sub-page-right-body {
  width: 753px;
  float: left;
  background: #fff;
  margin-bottom: 80px;
  font-size: 14px;
  position: relative;
  min-height: 500px;
}
body.page-id-34 #sub-page-right-body,
body.parent-pageid-34 #sub-page-right-body {
  min-height: 750px;
}
.entry-content strong {
  font-weight: bold;
}
#sub-page-right-content {
  float: left;
  height: auto;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
#sub-page-right-content p {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 20px;
}
#sub-page-right-content ul {
  color: #433D36;
  font-family: arial !important;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#sub-page-right-content ul li {
  background: url("images/list-arrow-sub.png") no-repeat scroll -1px -2px transparent !important;
  padding-left: 15px;
}
#sub-page-right-content ul a {
  color: #433D36 !important;
}
#sub-page-right-content h2 {
  color: #206710;
  font-family: 'FuturaStdLightCondensed';
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  padding-bottom: 20px;
}
#sub-page-right-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sub-page-right-content {
  background-repeat: no-repeat;
  background-position: bottom;
}
#sub-page-right-content hr,
#sub-page-right-content div.hr {
  background: url("images/sub-page-divider.png") center center no-repeat;
  height: 1px;
  border: 0;
  padding: 20px;
  width: 600px;
  clear: both;
  display: block;
}
#sub-page-right-content a {
  color: #666;
}
#sub-page-btn-section {
  position: relative;
  overflow: hidden;
}
#button-red {
  float: left;
  width: 196px;
  margin-bottom: 0 !important;
}
body.developer #button-red,
body.service-provider #button-red {
  clear: both;
  overflow: hidden;
  padding: 30px 0px 20px;
}
.sub-btn-red {
  background-image: url("images/btn-red-sub-page.png");
  background-repeat: no-repeat;
  color: #FFF !important;
  font-size: 17px;
  padding: 9px 20px;
  text-decoration: none;
  width: 167px;
  float: left;
  text-shadow: 1px 1px 0 #333333;
}
.button-text {
  width: 491px;
  float: left;
  margin-bottom: 0 !important;
}
.button-text a {
  color: #433D36;
  font-family: arial !important;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
}
.header-copy {
  width: 458px;
  float: left;
}
.entry-content img {
  border: 5px solid #C1C0BC;
  padding: 0;
}
.entry-content em {
  font-style: italic;
}
.entry-content img.alignright {
  float: right;
  margin: -40px 0 20px 30px;
}
.entry-content img.alignleft {
  float: left;
  margin: 0px 30px 20px 0;
}
#sub-content {
  margin: 50px auto 0 !important;
  overflow: hidden;
  width: 960px;
}
/*FOOTER STYLES*/
#main-footer {
  /*background-image:url("images/bg-footer.png");*/
  background-image: url('images/footer-pattern.png');
  background-repeat: repeat;
  border-top: 2px solid #32312F;
}
#footer {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
.footer-cell {
  border-right: 1px solid #555;
  color: #FFFFFF;
  float: left;
  width: 29%;
  padding: 60px 20px;
}
#footer-cell-1 {
  border-left: 1px solid #555;
}
.footer-cell h3 {
  font-size: 18px;
  margin-bottom: 13px;
  font-family: 'FuturaStdLightCondensed';
  font-weight: 100;
  text-transform: uppercase;
}
#footer-cell-1 p,
#footer-cell-2 p,
#footer-cell-3 p {
  color: #FFFFFF;
  font-family: Arial !important;
  font-size: 11px;
  line-height: 18px;
}
#footer-cell-1 a,
#footer-cell-2 a,
#footer-cell-3 a {
  color: #FFFFFF;
  font-family: arial !important;
  font-size: 11px;
}
body.webkit #gallery-content p {
  width: 566px !important;
}
/*POP UP PAGE STYLES*/
#pop-up-content {
  width: 653px;
  background: #fff;
  height: 435px;
  margin: 0 auto;
  font-size: 14px;
}
#pop-up-header-one {
  color: #000000;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 10px;
  font-family: Georgia;
}
#pop-up-header-two {
  color: #4b7813;
  font-size: 36px;
  font-style: italic;
  font-weight: 100;
  margin: 0px auto;
  padding-bottom: 50px;
  text-align: center;
  font-family: Georgia;
}
#pop-up-buttons {
  margin: 20px auto;
  text-align: center;
  width: 580px;
}
#technology-btn {
  width: 251px;
  float: left;
  display: block;
}
#service-btn {
  display: block;
  float: left;
  margin-left: 30px;
  width: 298px;
}
#pop-up-buttons a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #444;
}
.btn-blue {
  background: url("images/btn-blue.png") top center no-repeat;
  display: block !important;
  padding: 17px 50px 19px;
  font-size: 14px;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}
.btn-green {
  background: url("images/btn-green.png") top center no-repeat;
  font-size: 14px;
  padding: 17px 55px 19px;
  border: 0;
  color: #fff;
  cursor: pointer;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 0px;
}
#pop-up-bottom-comment {
  font-family: "AdobeGarmoundPro";
  font-weight: 100;
  height: 3px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 40px;
  font-size: 18px;
  padding: 0 140px;
}
.btn {
  margin-top: 20px;
  display: block !important;
  z-index: 1;
}
/*intro PAGE*/
#intro-content {
  margin: 48px auto 56px;
  width: 960px;
}
#intro-columns {
  background-color: #fff;
  margin: 30px auto 0;
  padding-bottom: 20px;
  position: relative;
  width: 960px;
}
#intro-columns h1 {
  color: #206710;
  font-family: 'FuturaStdLightCondensed';
  font-size: 32px;
  margin: 0 12px;
  padding: 25px 0;
}
#intro-columns h1.sep {
  border-top: 1px solid #dfdedc;
  margin-top: 30px;
}
#intro-columns p.number {
  color: #433D36;
  font-size: 17px;
  font-style: italic;
  text-align: right;
  top: 40px;
  position: absolute;
  right: 12px;
}
#intro-columns p.number strong {
  font-weight: bold;
}
#intro-columns h2 {
  background: url('images/pyramid-2.png') no-repeat left top;
  color: #000;
  font-family: 'FuturaStdLightCondensed';
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 14px;
  text-align: center;
  vertical-align: middle;
  width: 298px;
}
#intro-columns h2 a {
  color: #000;
  display: block;
  text-decoration: none;
}
#intro-columns h2:hover {
  position: relative;
  top: 1px;
}
#intro-columns h2 a:hover {
  text-decoration: underline;
}
#intro-columns ul li {
  background: url('images/bullet.png') no-repeat left 3px;
  font-size: 13px;
  margin: 0 15px 8px 10px;
  padding-left: 21px;
}
#intro-columns ul li a {
  color: #585858;
  text-decoration: none;
}
#intro-columns ul li a:hover {
  text-decoration: underline;
}
#intro-columns .columns {
  margin: 0 auto;
  width: 936px;
}
#intro-columns .columns .column {
  float: left;
  margin-right: 21px;
  width: 298px;
}
#intro-columns .columns .column.last {
  margin-right: 0;
}
#intro-columns .columns .column.last h2 {
  background-image: url('images/pyramid-3.png');
}
#intro-columns .columns .column.first h2 {
  background-image: url('images/pyramid-1.png');
}
body.news div.date,
.entry-date {
  font-size: 12px;
  margin-top: 2px 0 5px;
  font-style: italic;
}
body.news #sub-page-right-content hr {
  padding: 10px 0;
}
body.news div.post-content {
  margin-bottom: 10px;
}
body.news div.post-content p {
  margin-bottom: 5px;
}
#load-more {
  background: #eee;
  border: 1px solid #CCC;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
/*
body.company 
body.news 
body.careers 
body.contact
*/
body.single #sub-page-left-body,
body.news #sub-page-left-body,
body.careers #sub-page-left-body,
body.contact #sub-page-left-body {
  display: none;
}
body.single #sub-page-right-body,
body.news #sub-page-right-body,
body.careers #sub-page-right-body,
body.contact #sub-page-right-body {
  float: none;
  margin: 0 auto 60px;
  overflow: hidden;
}
body.contact form {
  clear: both;
}
.entry-meta {
  font-size: 11px;
  margin-top: -15px;
  margin-bottom: 20px;
}
.back-to-news a {
  margin-bottom: 20px;
  display: block;
  font-size: 11px;
}
.entry-utility {
  font-size: 11px;
}
.entry-date a {
  text-decoration: none;
  cursor: text;
}
body.page-id-32 #sub-page-right-content .entry-content {
  width: 691px;
}
body.page-id-111 #sub-page-right-content .entry-content,
body.page-id-113 #sub-page-right-content .entry-content {
  width: 660px;
}
body.page-id-111 .button-text,
body.page-id-113 .button-text {
  width: 460px;
}
/* body.page-id-36 #sub-page-right-content .entry-content{width: 671px;} */
body.page-id-91 .button-text {
  width: 350px !important;
  margin-top: -3px !important;
}
body.page-id-99 .button-text {
  width: 350px !important;
}
/* .entry-content p em{font-size:12px;} */
.meta-sep,
.author {
  display: none;
}
#contact-p {
  float: left;
  width: 402px;
}
.wpcf7-form {
  width: 320px;
}
div.wpcf7 {
  float: left;
}
#contact-info {
  float: left;
  height: 249px;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-top: 3px;
}
#contact-info h3 {
  font-size: 14px;
  color: #585858;
}
#contact-info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 23px;
}
body.page-id-45 .entry-content p {
  float: left;
  width: 402px;
}
body.page-id-45 .entry-content img {
  border: 0;
}
body.page-id-45 .entry-content #contact-info img {
  border: 4px solid #ccc;
}
.wpcf7-response-output {
  clear: both;
}
