/*@import "frameless";*/

/* -- SECTIONS
  1. VARIABLES
  2. MIXINS & HELPERS
  3. SITE RULES
  4. MAIN NAVIGATION RULES
  5. CONTENT RULES
    6. HOMEPAGE SPECIFIC RULES
  7. SIDEBAR RULES
  8. FOOTER RULES
  9. SEARCH RULES

*/

/* VARIABLES                                    */

/* ================================================== */

/* MIXINS & HELPERS                                   */

/* ================================================== */

.clear {
  display: block;
  height: 1px;
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.first {
  margin-left: 0;
}

.last {
  margin-right: 0;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.body-text {
  font: 15px Helvetica, Arial, sans-serif;
  line-height: 1.4;
  color: #555555;
}

.header-font {
  font-family: Arial, sans-serif;
  color: #090909;
  text-transform: uppercase;
}

h1 {
  font-size: 32px;
}

.debug {
  display: none;
}

a {
  color: #254d8c;
  text-decoration: none;
}

a:hover {
  color: #052d6c;
  text-decoration: underline;
}

.text h3 {
  padding-left: 0;
  color: #555555;
  border: 0;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  margin-left: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #090909;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* SITE RULES                                   */

/* ================================================== */

body {
  color: #555555;
  background: #e2e2e2;
}

div#page-wrap {
  background-color: #fff;
}

h1,
h2,
h3,
h4 {
  font-family: Arial, sans-serif;
  color: #090909;
  text-transform: uppercase;
}

.text p strong {
  color: #090909;
}

#logo {
  margin-top: 10px;
}

.stock-quote {
  width: 500px;
}

.stock-quote p {
  color: #542;
}

#utilities {
  padding-top: 15px;
  color: #888888;
}

#utilities .global-nav {
  width: 420px;
}

#utilities .global-nav ul li {
  float: left;
  list-style-type: none;
  border-left: 1px solid #888888;
}

#utilities .global-nav ul li a {
  padding: 10px 15px;
  color: #888888;
}

#utilities .global-nav ul li.no-border {
  border-left: 0;
}

h1.page_title {
  position: relative;
  padding: 20px 0;
  color: #f5a81d;
  text-shadow: -1px -1px 1px #d8d8d8;
  border-bottom: none;
}

h4.service-heading {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #090909;
}

h4.service-heading span {
  display: none;
}

span.arrow {
  margin: 15px;
}

a.arrow-link {
  padding-right: 20px;
  font-weight: bold;
  color: #090909;
  text-decoration: underline;
  background: url(/images/layout/img-arrow-link.png) no-repeat right center;
}

a.arrow-link:hover {
  color: #555555;
}

/* IMAGES */

img {
  -ms-interpolation-mode: bicubic;
}

/* MAIN NAVIGATION RULES                                */

/* ================================================== */

header {
  border-bottom: 1px solid #888888;
}

header nav.main ul.nav {
  margin-top: 40px;
}

header nav.main ul.nav ul.nav_level2 {
  display: none;
}

header nav.main ul.nav li a {
  padding: 8px 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  font: 15px Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
  color: #555555;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

header nav.main ul.nav li a:hover {
  color: #000;
  background-color: #fff;
}

header nav.main ul.nav li:last-child > a {
  padding-right: 0;
}

/* CONTENT  RULES                               */

/* ================================================== */

#main {
  padding: 30px 0;
}

#main .text h3 {
  font-size: 18px;
}

#main .text h3 span {
  margin-right: 15px;
}

#main .with-sidebar {
  min-height: 400px;
}

.exec_bio {
  margin-bottom: 25px;
}

.exec_bio h3 {
  line-height: 95%;
}

.exec_bio h3 span {
  display: block;
  padding-top: 0;
  margin-top: 0;
  font-size: 14px;
  font-weight: 100;
  color: #474747;
}

.exec_bio p img {
  float: left;
  height: auto;
  max-width: 125px;
  margin: 0 15px 10px 0;
}

.exec_bio p.bio-email a {
  font-weight: 100;
}

#page1 #main .span4,
#page16 #main .span4 {
  position: relative;
  min-height: 220px;
  padding-bottom: 20px;
  margin-bottom: 5px;
}

#page1 #main .span4 span.arrow,
#page16 #main .span4 span.arrow {
  margin-left: 0;
}

#page1 #main .span4 a.arrow-link.col-bottom,
#page16 #main .span4 a.arrow-link.col-bottom {
  position: absolute;
  bottom: 0;
}

#page16 #main .span4 {
  min-height: 135px;
}

#sitemap ul li a {
  color: #090909;
}

#sitemap ul li a:hover {
  color: #555555;
}

#page36 .text h3 {
  display: block;
  float: none;
  clear: both;
}

#page36 .text.span4 {
  width: 280px;
  min-height: 160px;
}

#content .mediaelement.span4 {
  width: 280px;
  padding: 0 0 20px 0;
}

#page13 .text h4 {
  padding-top: 25px;
  clear: both;
}

#content .text h4 {
  color: #555555;
  border-bottom: none;
}

#content .text p img,
#content .bodyimage img {
  max-width: 90%;
  margin-bottom: 5px;
  margin-left: 10px;
  border: 5px solid #f4f4f4;
  outline: 1px solid #a9a9a9;
}

#page27 .text.span4 {
  width: 290px;
  margin-bottom: 25px;
}

#page27 .text.span4 h4 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  border: none;
}

#page27 .text.span4 strong {
  color: #555555;
}

/* HOMEPAGE SPECIFIC RULES                                  */

/* ================================================== */

#home-banner {
  padding: 20px 0;
  border-bottom: 1px solid #888888;
}

#the-logos {
  position: relative;
  padding: 20px 0;
  padding-top: 30px;
}

#the-logos .logo-container {
  display: block;
  float: left;
  width: 20%;
  min-height: 70px !important;
  margin: 0;
}

#the-logos .logo-container a {
  display: block;
  width: 100%;
}

#the-logos .logo-container img {
  position: absolute;
  top: 0;
  display: none;
  width: 175px;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#the-logos .logo-container img.top-img {
  display: block;
}

.western-field {
  margin-top: 35px !important;
}

.no-touch #the-logos div:hover img {
  display: block;
}

.no-touch #the-logos div:hover img.top-img {
  display: none;
}

.no-touch #the-logos div:hover img.western-field {
  display: block;
  margin-top: 35px !important;
}

.no-touch #the-logos div:hover img.top-img.western-field {
  display: none;
  margin-top: 35px !important;
}

/* SIDEBAR RULES                                      */

/* ================================================== */

.with-sidebar h1.page_title {
  padding: 0;
  margin: 2px 0 10px;
}

.with-sidebar aside span {
  margin-right: 15px;
}

.with-sidebar aside h3 {
  padding: 0 8px;
  margin: 0;
  font-size: 17px;
  color: white;
  background-color: #f5a81d;
  border: none;
}

.with-sidebar aside h3 span {
  display: none;
}

.with-sidebar aside ul {
  padding: 10px 0 10px 0;
  margin: 0;
}

.with-sidebar aside ul.nav_level1 {
  border: 1px solid #bbbbbb;
  border-top: none;
}

.with-sidebar aside li {
  padding: 4px 0;
  list-style-type: none;
}

.with-sidebar aside li span {
  margin-right: 15px;
}

.with-sidebar aside li a {
  font-size: 15px;
  font-weight: 600;
  color: #090909;
}

.with-sidebar aside li a:hover {
  text-decoration: underline;
}

.with-sidebar aside ul.nav_level2 {
  padding: 0;
  margin: 4px 0 0 28px;
}

.with-sidebar aside ul.nav_level2 li a {
  font-size: 14px;
}

.with-sidebar aside ul.nav_level2 span.arrow {
  margin-right: 10px;
}

/* FOOTER RULES                                   */

/* ================================================== */

#footer_nav {
  margin: 30px 0;
}

#footer_nav ul li {
  float: left;
  list-style-type: none;
}

#footer_nav ul li a {
  padding: 0 15px;
  color: #888888;
}

/* SEARCH                                         */

/* ================================================== */

input[type="search"] {
  margin-top: -10px;
}

#searchresults dd {
  margin-bottom: 5px;
}

#searchresults dl {
  margin-top: 15px;
}

#search-form {
  position: relative;
}

#search-form input {
  font-size: 16px;
}

#search-form input.q {
  width: 350px;
}

#search-results {
  position: relative;
  margin: 30px 100px 0 0;
}

#search-results dl {
  position: relative;
  line-height: 1.3;
}

#search-results dl dt {
  padding: 0;
  margin: 0 0 3px 0;
  font-weight: normal;
  line-height: 1;
}

#search-results dl dt a {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

#search-results dl dt cite {
  display: block;
  font-size: 13px;
  font-style: normal;
  color: gray;
}

#search-results dl dd {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: normal;
  color: #222;
}

#search-results dl dd em {
  font-style: normal;
  font-weight: bold;
}

#search-pagination {
  margin-bottom: 20px;
  font-size: 13px;
  color: gray;
  text-align: center;
}

#search-pagination a {
  text-decoration: none;
}

#search-pagination a strong {
  color: #222;
}

#page26 #content .text h4 {
  padding: 25px 0 0 0;
  clear: both;
}

#page26 #content .text:first-child h4 {
  padding-top: 0;
  margin-top: 0;
}

#page26 .mediaelement {
  display: block;
  float: left;
  width: 50%;
  margin: 0 0 10px;
}

#page39 h1.page_title,
#page58 h1.page_title {
  display: none;
}

header nav.main ul li.open a {
  color: #090909;
}

#side ul li.current > a,
#side ul li > a:hover {
  color: #555555;
}

.rigcontent {
  position: relative;
}

.rigcontent h1 {
  margin-bottom: 0;
}

.rigcontent .toggle_links {
  position: relative;
  top: 10px;
  float: right;
  text-align: right;
}

.rigcontent .toggle_links a {
  padding: 6px 10px;
  background-color: #EEE;
  border: 2px solid #DDD;
}

.rigcontent .toggle_links a.active {
  background-color: #CCC;
  border: 2px solid #BBB;
}

.rigcontent .toggle_wrapper {
  position: relative;
  top: 10px;
  width: 100%;
  width: 620px;
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom: 1px solid #EEE;
}

.rigcontent .toggle_rig {
  position: relative;
  width: 1240px;
}

.rigcontent .toggle_content {
  position: absolute;
  position: relative;
  top: 10px;
  left: 0;
  float: left;
  width: 620px;
}

.rigcontent .toggle_content a.download {
  float: right;
}

.rigcontent .toggle_content a img {
  width: 618px;
  margin-top: 5px;
  border: 1px solid #EEE;
}

.rigcontent .alt-view {
  float: right;
  margin-top: -1.5em;
}

.riglist,
.riglist-static {
  font-size: 13px;
}

.riglist td,
.riglist-static td,
.riglist th,
.riglist-static th {
  padding: 3px 4px 3px 0;
  text-align: center;
  border: none;
}

.riglist td.rigitem,
.riglist-static td.rigitem,
.riglist p.rigitem,
.riglist-static p.rigitem {
  padding-left: 20px;
  background-image: url('/images/icons/rig.png');
  background-position: left center;
  background-repeat: no-repeat;
}

td.rigitem {
  min-width: 44px;
  text-align: left;
}

.riglist {
  float: left;
  width: 50%;
}

.riglist table {
  width: 100%;
}

.riglist-static {
  width: 100%;
}

.rig-page-link {
  float: left;
  width: 450px;
  margin: 1em 0 0;
}

.news_release h5 {
  padding: 2px 6px;
  font-size: 12px;
  background-color: #DDD;
}

.news_release h4 {
  font-size: 13px;
  text-transform: none;
  border: none;
}

.news_release p {
  font-size: 12px;
}

.span2h {
  width: 190px;
}

.nomargin {
  margin-left: 0;
}

.centered {
  text-align: center;
}

.text_with_sidebar .span3 {
  padding-top: 10px;
}

.text_with_sidebar .span3 img {
  width: 218px;
  padding: 30px 0;
  border: 1px solid #DDD;
}

.text_with_sidebar .span3 p.padded img {
  width: 158px;
  padding: 60px 30px;
}

.text_with_sidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 3px solid #555555;
}

.text_with_sidebar .span3 p.padded img {
  width: 112px !important;
}

.slideshow_wrapper {
  position: relative;
  overflow: hidden;
  border: 5px solid #CCC;
}

.slideshow_wrapper .slideshow_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

ol.footnotes {
  padding: 10px;
  margin: 0;
  font-size: 0.9em;
  background-color: #eaeaea;
  border: 1px solid #DADADA;
}

ol.footnotes li {
  margin: 5px 30px;
}

img.swap-img-top {
  position: relative;
  width: 190px;
  height: 113px;
}

img.swap-img-top:hover {
  opacity: 0;
}

img.swap-img-bot {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 113px;
  opacity: 0;
}

img.swap-img-bot:hover {
  opacity: 1;
}

div.rel {
  position: relative;
}

.tiny-button {
  padding: 0 10px 20px 10px;
  overflow: hidden;
}

.tiny-button a {
  display: block;
  float: right;
  padding: 5px 20px;
  font-weight: bold;
  color: #000;
  background: #ddd;
  border: 2px solid #aaa;
  -webkit-transition: background 0.25s ease-in-out;
     -moz-transition: background 0.25s ease-in-out;
       -o-transition: background 0.25s ease-in-out;
          transition: background 0.25s ease-in-out;
}

.tiny-button a:hover {
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}

#content .text table p img {
  border: none;
  outline: none;
}

table.table-td-centered td {
  text-align: center;
  vertical-align: top;
}

.apply-heading {
  position: relative;
  margin: 50px 0 25px;
  overflow: hidden;
}

.apply-heading .title {
  position: relative;
  width: 100%;
  min-height: 200px;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.apply-heading .title h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  text-transform: none;
  background: #f5a819;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.apply-heading .description {
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.apply-company {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
  border: 2px solid #f5a819;
  border-radius: 20px;
}

.apply-company .logo {
  position: relative;
  float: left;
  width: 42%;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.apply-company .description {
  float: left;
  width: 58%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
