/* General Styles */
/* --------------------------------------------------- */
body {
    font-family: 'Arvo', serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;

}

body, html {
   overflow-x: hidden;
}

p {
	margin: 0 0 18px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
    line-height: 1.1;
    color:#0090d5;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small,
.h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small,
h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small,
h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small,
h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small,
h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 28px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

a {
    color: #0090d5;
    text-decoration: none
}

a:focus, a:hover {
    color: #0090d5;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}


/* add "no-gutter" class to row to remove Gutter from default Bootstrap Columns*/
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.header-wrap {
  width:100%;
  background: #d0d1d3; /* Old browsers */
  background: -moz-linear-gradient(top, #d0d1d3 0%, #ffffff 50%, #d0d1d3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d0d1d3 0%,#ffffff 50%,#d0d1d3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0d1d3 0%,#ffffff 50%,#d0d1d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header {
  max-width:1600px;
  margin:0 auto;
  display:flex;
  flex: 1 0 auto;
  position: relative;
}

article {
	position:relative;
}

.logo {
	margin: 10px 0;
}

.subhead {
position:relative;
margin-left:100px;
}
.subhead h4 {
  font-family: 'Oswald','DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 400;
	font-size:18px;
	color:#6d6e71;
  margin:0;
  padding:0;
	text-transform:uppercase;
	letter-spacing: 4px;
  position:relative;
  right:0px;
  top:50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.web-address {
  position:absolute;
  right:0px;
  top:50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color:#58585a;
  padding: 5px 150px 5px 15px;
}


.web-address:before {
  position:absolute;
  top:0;
  left:-32px;
  content:'';
  border-top:16px solid #58585a;
  border-right:16px solid #58585a;
  border-bottom:16px solid transparent;
  border-left:16px solid transparent;
}

.web-address:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 600px;
  left: 100%;
  background: #58585a;
}

.web-address a {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
color:#ffffff;

}

.nav-wrap  {
  background-color: #6d6e71;
  border-bottom:6px solid #000000;
	position:relative;
}

.navbar {
    border-radius: 0px;
	background-color: #6d6e71;
	margin-bottom: 0px;
}

.navbar-default {
    border:none;
}
.navbar-default .navbar-toggle {
border-color: #666;
}

.navbar-default .navbar-toggle .icon-bar {background-color: #666}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: rgba(255, 255, 255, .25);
}

.navbar-brand {
	display:none;
}

.nav.navbar-nav {
    border-color: transparent;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px;
}

.navbar-default .navbar-nav>li>a {
	text-transform:uppercase;
	color:rgba(255,255,255,0.75);
	font-family: 'Oswald','DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size:16px;
	transition:all ease-in-out .25s;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover
{color:rgba(255,255,255,1.0);background-color:transparent}

.navbar-default .navbar-nav>.active>a {
 background-color: rgba(0,0,0,.25);
 color:#fff;
}

.navbar-default .navbar-nav>.active>a:hover {
 background-color: rgba(0,0,0,.25);
 color:#fff;
}
@media (min-width: 768px) {
.subhead {
margin-left:0px;
}
.web-address {
padding: 5px 50px 5px 15px;
}
}
@media (min-width: 1200px) {
header {
max-width: 1170px;
}

.web-address {
    padding: 5px 15px 5px 15px;
}

}

@media (min-width: 1600px) {
header {
max-width: 1570px;
}

.web-address {
    padding: 5px 150px 5px 15px;
}

}

/* --------------------------------------------------- */
/* Home Page Styles */
/* --------------------------------------------------- */
.homepage-banner {

}

.homepage-banner img {
  width: 100%;
}

.home-copy-block {
  position: relative;
  font-family: 'Montserrat', serif;
  font-weight: 300;
  font-size:18px;
  line-height:2em;
  padding: 40px 0 340px 0;
	background:#fff url(../images/home-copy-bkgd.jpg) top center no-repeat;
	background-size:cover;

}
.home-25yr-logo {
  position: relative;
  width:228px;
  margin:0 auto 40px auto;
}

.home-copy-block p {
	color:#231f20;
}


/* --------------------------------------------------- */
/* Letter to Shareholders */
/* --------------------------------------------------- */
.letter {
  padding:30px 0 40px 0;
  background: #d0d1d3; /* Old browsers */
  background: -moz-linear-gradient(top, #d0d1d3 0%, #ffffff 10%, #ffffff 80%, #d0d1d3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d0d1d3 0%,#ffffff 10%, #ffffff 80%, #d0d1d3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0d1d3 0%,#ffffff 10%, #ffffff 80%, #d0d1d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

  .letter-title {
     background-color:#a7a9ac;
     padding:10px;
     position: relative;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 30px;
     width: 700px;
  }

  .letter-title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 908px;
    left: 100%;
    background: url("../images/home-stripes.png") center center repeat-x;
  }


  .letter-title h2 {
    margin:0;
    padding: 0;
    letter-spacing: 10px;
    line-height: 40px;
    color:#fff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform:uppercase
  }

  .letter-title h2:before,
  .letter-title h2:after {
    content: "";
    position: absolute;
    display: block;
    top:0;
  }

  .letter-title h2:before {
    left: -60px;
    border-top: 30px solid #a7a9ac;
    border-right: 30px solid #a7a9ac;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
  }

  .letter-title h2:after {
    right: -48px;
    border-top: 30px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 30px solid #a7a9ac;
    border-left: 25px solid #a7a9ac;
  }

.letter p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 2;
	color: #666;
}

  .executive-box {
  	padding:1%;
  }

  .executive-box img {
  	border:1px solid #666;
    padding:3px;
  }

  .executive-box p {
    font-size: 14px;
  	line-height: 1.4em;
  }

/* --------------------------------------------------- */
/* Financial Highlights */
/* --------------------------------------------------- */

.highlights {
	background-color:#000;
	padding:30px 0 0 0;
}

.highlights-title {
   background-color:#a7a9ac;
   padding:10px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 600px;
}

.highlights-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 908px;
  left: 100%;
  background: url("../images/home-stripes.png") center center repeat-x;
}

.highlights-title h2 {
  margin:0;
  padding: 0;
  letter-spacing: 10px;
  line-height: 40px;
  color:#fff;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform:uppercase
}

.highlights-title h2:before,
.highlights-title h2:after {
  content: "";
  position: absolute;
  display: block;
  top:0;
}

.highlights-title h2:before {
  left: -60px;
  border-top: 30px solid #a7a9ac;
  border-right: 30px solid #a7a9ac;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
}

.highlights-title h2:after {
  right: -48px;
  border-top: 30px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #a7a9ac;
  border-left: 25px solid #a7a9ac;
}

.highlights h3,
.highlights h4 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #ccc;
}
.highlights h3 {
  font-size:18px;
}

.highlights h4 {
	font-size:24px;
  letter-spacing: 1px;
}

.highlights p {
  color: #999;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.production-box{
  margin-top:40px;
  /**background-color: rgba(255, 255, 255, .1);*/
}

.production-box h3 {
    font-size:18px;
}

.pie-charts {
  padding:2% 5%;
}

.bar-chart-block h4 {
  text-align: center;
}

.bar-chart-block p {
  padding-top:1%;
  padding-left: 18.5%;
padding-right: 12%;
}

ul.legend {
  display:inline-block;
  margin:30px 0;
  padding:0px;
  color:#999;
  margin-bottom:20px;
  font-family: 'Oswald','DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
  font-size:15px;
  border: 2px solid #999;

}

ul.legend li {
  display: inline-block;
  padding: 5px 15px;
  border-right: 2px solid #999;
  text-align: center;
}

ul.legend li:last-child {
  border-right: none;
}

ul.legend .green:before,
ul.legend .blue:before,
ul.legend .lightblue:before,
ul.legend .vlightblue:before,
ul.legend .darkblue:before,
ul.legend .yellow:before  {
  display: inline-block;
	content:"";
	height:13px;
	width:13px;
	margin: 0 8px 0 0;
	}

ul.legend .green:before {
  background-color:#509746;
}

ul.legend .blue:before {
  background-color:#24408e;
}

ul.legend .lightblue:before {
	background-color: #1c6798;
}

ul.legend .vlightblue:before {
	background-color: #7ac0ea;
}

ul.legend .darkblue:before{
  background-color: #002558;
}

ul.legend .yellow:before{
  background-color: #fbb116;
}



@media only screen and (min-width : 767px) {
.production-box h3 {
    font-size:24px;
}

.bar-charts h4{
  font-size:22px;
}

.bar-charts p{
  font-size:14px;
}

}

/* --------------------------------------------------- */
/* REFINED FOCUS */
/* --------------------------------------------------- */

.scrollToTop {
	position:fixed;
  bottom:20px;
	right:20px;
	width:29px;
	height:29px;
  border-radius: 50%;
	padding:5px;
	text-align:center;
	z-index:50;
	display:none;
	color:#fff;
	background-color:#11598d;
}

.scrollToTop:hover {
	color:#CCC;
}

.sticky-wrapper {

}

.stickyNav {
	background-color: #3f3e40;
  background: #3f3e40; /* Old browsers */
  background: -moz-linear-gradient(top, #322f31 0%, #3f3e40 50%, #322f31 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #322f31 0%,#3f3e40 50%,#322f31 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #322f31 0%,#3f3e40 50%,#322f31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position:relative;
	width:100%;
	margin:0;
	z-index:50;
  box-shadow: 0 10px 10px -10px black;
}

.subNav {
  list-style:none;
  padding:0;
  margin:0;
	display:table;
}

.subNav li {
	text-align:center;
	display: table-cell;
	margin:0;
	padding:0;
}

.subNav li a {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-weight: 300;
	font-size:17px;
	text-transform:uppercase;
	padding:10px 30px;
	display:block;
  color:#a7a9ac;
  transition: all .3s;
}

.subNav li a:hover {
	text-decoration:none;
  color:#ffffff;
}

.subNav a.selected {
  background-color: rgba(0, 0, 0, .9);
  color:#ffffff;
}

.subNav li a.selected:hover {
  background-color: rgba(0, 0, 0, .9);
  color:#ffffff;
}

.stuck {
    position:fixed;
    top:0;
}

.refined-focus section {
}
.refined-focus h1,
.refined-focus h2,
.refined-focus h3 {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color:#0090d5;
  line-height: 1.2em;
  text-align: center;
}
.refined-focus p {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size:16px;
  line-height: 1.7em;
}



/* --------------------------------------------------- */
/* Company Info */
/* --------------------------------------------------- */
.company-info {
  padding: 30px 0 60px 0;
	background-color:#000;
	/*background-size:cover;*/
}

.info-banner {
  position: relative;
}
.info-banner img {
  width: 100%
}

.twentyfiveyears {
  position: relative;
  right: 0px;
}
.twentyfiveyears p {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  display: inline-block;
}

.twentyfiveyears p:after {
  content: "";
  position: absolute;
  bottom: 28px;
  left:100%;
  width:1920px;
  height: 6px;
  background-color:#a7a9ac;
  z-index:1;
}

.twentyfiveyears p:before {
  content: "";
  position: absolute;
  bottom: 28px;
  right:100%;
  width:1920px;
  height: 6px;
  background-color:#a7a9ac;
  z-index:1;
}
.twentyfiveyears p span.text-wrap {
  background: #000;
  color:#fff;
  padding:0 30px;
}

.company-info h4 {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #a7a9ac;
}

.company-info p {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #a7a9ac;
}

ul.director-index {
  margin:0;
  padding:0;
  color:#a7a9ac;
  list-style: none;
}

ul.director-index li {
font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: smaller;
}

blockquote {
  border-left:none;
  margin: 20px auto 20px auto !important;
  width: 100%;
}


footer {
  border-top: 20px solid #a7a9ac;
  background: #3b3939;
  background: -moz-linear-gradient(top,  #3b3939 0%,#828386 100%);
  background: -webkit-linear-gradient(top, #3b3939 0%,#828386 100%);
  background: linear-gradient(to bottom,  #3b3939 0%,#828386 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3939', endColorstr='#828386',GradientType=0 );
  padding: 180px 0 20px 0;
}

footer p {
  margin:0;
  padding:0;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:12px;
  color:rgba(255,255,255,0.70);
}

footer p a {
  color:rgba(255,255,255,0.70);
  transition:all ease-in-out .25s;
}

footer p a:hover {
  color:rgba(255,255,255,0.99);
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .home-25yr-logo {
    position: relative;
    width:150px;
    margin:0 auto 40px auto;

  }

  .home-25yr-logo:after {
    position: absolute;
    top: 50px;
  left: 200px;
  width: 960px;
  height: 60px;
    content: "";
    background: url(../images/home-stripes.png) no-repeat center left;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .home-copy-block {
  padding: 50px 0 430px 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .home-25yr-logo {
    position: relative;
    width:200px;
    margin:0 auto 40px auto;

  }
  .home-25yr-logo:after {
    position: absolute;
    top: 65px;
  left: 250px;
  width: 960px;
  height: 70px;
    content: "";
    background: url(../images/home-stripes.png) no-repeat center left;
  }
	.home-copy-block {
	padding: 80px 0 430px 0;
	}

	.home-copy-block p {
    font-size:18px;
    line-height:2em;
}

.home-stripes {
  position: absolute;
  top:40px;
  right: -100px;
  width:720px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .home-copy-block {
	   padding: 100px 0 530px 0
   }

   .home-copy-block p {
     font-size:18px;
     line-height:2em;
   }

   .home-stripes {
     position: absolute;
     top:40px;
     right: -160px;
     width:960px;
   }

   blockquote {
     padding: 10px 20px;
     margin: 20px auto 20px auto !important;
     width: 65%;
     font-family: 'Oswald','DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
     font-weight: 300;
     line-height: 1.1;
     border-left:none;
   }
   blockquote p {
     font-size:18px !important;
   }
}

@media only screen and (min-width: 1600px) {
	.home-copy-block {
	   padding: 60px 0 700px 0;
	}

  .home-copy-block p {
    font-size:18px;
    line-height:2em;
   }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .subhead {
  margin-left:80px;
  }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .navbar-default .navbar-nav>li>a {
  	font-size:12px;
  }

  .info-banner .leadership-caption p {
    font-size: 14px;
  }

.ribbon-title {
   padding:6px 40px 6px 20px;
   text-align:left;
   position: absolute;
   right: 0;
   top:20px;
  }

  .ribbon-title:before {
    border-top: 18px solid #e87d1d;
    border-right: 16px solid #e87d1d;
    border-bottom: 18px solid #e87d1d;
    border-left: 16px solid transparent;
  }

  .ribbon-title h2 {
    line-height: 24px;
    font-size:22px;
  }
  .subhead {
  margin-left:0px;
  }
  .web-address {
padding: 5px 50px 5px 15px;
}

.letter-title {
   padding:10px 5px;
   width: 600px;
}
.letter-title h2 {
   letter-spacing: 5px;
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  header {display:none;}

  .nav-wrap {
	   position:relative;
     z-index:100;
     top:0px;
     background-color: #d0d1d3;
   }

   .navbar {
background-color:#d0d1d3;

}

   .navbar-brand {
     display:block;
     padding: 4px 15px;
   }

   .navbar-default .navbar-nav>li>a {

color: #666666;
}



   .stack {
     width:100%;
     text-align:left;
	}

  .navbar-default .navbar-nav>li>a {
    font-size:18px;
  }


  .home-lrg-copy p {
  	font-size: 24px;
  }

  .home-copy-block {
    position: relative;
    padding: 65px 0 200px 0;
    background-position: top left;
	}

  .home-stripes {
    position: absolute;
    top:20px;
    right: -50px;
    width:360px;
  }

article {
  border-top:none;
	top: 0px;
	margin-bottom: 0px;
}



.stickyNav li a {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	padding:10px 15px;
	display:block;
}
blockquote {
	padding: 10px 20px;
	margin: 20px 0 20px 30px;
	font-size: 26px;
	width: 100%;
	line-height: 1.1;
}

.assets-banner h2,
.people-banner h2,
.technology-banner h2,
.financial-banner h2 {
font-size:28px;
padding:10px 30px;
bottom: 30px;
}

h2.operations-header {
  font-size:24px;
}

.ribbon-title {
   padding:6px 40px 6px 20px;
   text-align:left;
   position: absolute;
   right: 0;
   top:15px;
  }

  .ribbon-title:before {
 border-top: 18px solid #e87d1d;
 border-right: 16px solid #e87d1d;
 border-bottom: 18px solid #e87d1d;
 border-left: 16px solid transparent;
  }

.ribbon-title h2 {
line-height: 24px;
font-size:18px;
}

.info-banner .leadership-caption {
  position: relative;
  bottom: 0px;
  z-index: 5;
  width: 100%;
  padding:4px 10px 0 10px;

}

.info-banner .leadership-caption p {
  font-size: 12px;
  text-align: left;
}

.letter-title {
   width: 480px;
}
.letter-title h2 {
  letter-spacing: 2px;
  font-size:22px;
}

}

@media only screen and (max-width : 640px) {


.home-lrg-copy p {
	font-size: 18px;
}

h2.operations-header {
  font-size:20px;
}

.operations-img {
  margin-left: 0px;
  margin-bottom: 0px;
}

.highlights-title {
   padding:6px 5px;
   width:280px;
  }



.highlights-title h2 {
margin:0;
padding: 0;
letter-spacing: 2px;
line-height: 40px;
color:#fff;
font-weight: 400;
font-size:18px;
text-transform:uppercase
}

.highlights-title h2:before {
left: -52px;
border-top: 26px solid #a7a9ac;
border-right: 26px solid #a7a9ac;
border-bottom: 26px solid transparent;
border-left: 26px solid transparent;
}

.highlights-title h2:after {
right: -48px;
border-top: 26px solid transparent;
border-right: 24px solid transparent;
border-bottom: 26px solid #a7a9ac;
border-left: 24px solid #a7a9ac;
}

ul.legend {
  font-size:11px;
  border-width:1px;
}

ul.legend li {
  padding: 5px 5px;
border-width:1px;
}

ul.legend li:last-child {
  border-right: none;
}

ul.legend .green:before,
ul.legend .blue:before,
ul.legend .lightblue:before,
ul.legend .vlightblue:before,
ul.legend .darkblue:before,
ul.legend .yellow:before  {
  display: inline-block;
	content:"";
	height:11px;
	width:11px;
	margin: 0 6px 0 0;
	}

  .letter-title {
     width: 360px;
  }
  .letter-title h2 {
    letter-spacing: 2px;
    font-size:16px;
  }

}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

h2.operations-header {
  font-size:18px;
}

.letter-headerbox {
padding:20px 30px;
}

ul.legend {

  font-size:11px;

}



.letter-title {
   width: 240px;
}

.letter-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 908px;
  left: 100%;
  background: url("../images/home-stripes.png") center center repeat-x;
}

.letter-title h2 {
  letter-spacing: 2px;
  font-size:12px;
}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
 .home-copy-block {
	padding: 40px 0 350px 0;
	background-size:720px 588px;
	}
 .home-copy-block p {
padding-left:0;
	padding-right:0;
}


}
