/* @override http://careersinoilandgasstaging.redengineazure.com/css/typography.css */

/* Typography + Foundation Resets */

/* Webfont References */

@font-face {
	font-family: 'Supplemental';
	src:url('webfonts/Supplemental.eot');
	src:url('webfonts/Supplemental.eot?#iefix') format('embedded-opentype'),
		url('webfonts/Supplemental.woff') format('woff'),
		url('webfonts/Supplemental.ttf') format('truetype'),
		url('webfonts/Supplemental.svg#Supplemental') format('svg');
	font-weight: normal;
	font-style: normal;
}

.extra-icons {
	font-family: 'Supplemental';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: "SSStandard";
	src: url('webfonts/ss-standard.eot');
	src: url('webfonts/ss-standard.eot?#iefix') format('embedded-opentype'), 
	     url('webfonts/ss-standard.woff') format('woff'), 
	     url('webfonts/ss-standard.ttf')  format('truetype'),
	     url('webfonts/ss-standard.svg#SSStandard') format('svg');
	font-weight: normal;
  font-style: normal;
}

.ss-icon.ss-standard {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}


@font-face {
  font-family: "SSSocial";
  src: url('webfonts/ss-social-regular.eot');
  src: url('webfonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
       url('webfonts/ss-social-regular.woff') format('woff'),
       url('webfonts/ss-social-regular.ttf') format('truetype'),
       url('webfonts/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ss-icon.ss-social {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* Typography resets (Foundation) */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.6875em; }

h3 {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.125em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square, ul.circle, ul.disc {
  margin-left: 1.125em; }
  ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.125em; }
  ol li ul,
  ol li ol {
    margin-left: 1.125em;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }
  
  
/* Custom Typography */
body {  color: #595959; }
.content-body ol, .content-body ul { margin: 0 0 0 40px; }
.content-body ol li ol, .content-body ol li ul, .content-body ul li ol, .content-body ul li ul { margin-top: 5px; }
.content-body li { margin: 0 0 10px; }

.content-body h1 { color: #26bcd7; font-weight: bold; margin-bottom: 1em;  }
.content-body h2 { color: #25bdd7; }
.content-body h3 { color: #002b54; font-weight: normal; margin-bottom: 1em;  }
.content-body h4 { color: #002b54; font-weight: bold; margin-bottom: .75em;  }
.content-body h5 { color: #002b54; font-weight: normal; margin-bottom: .6em;  }
.content-body h6 { color: #002b54; font-weight: bold; margin-bottom: .5em;  }




