/*==============================================================================
=                                Globals                                       =
==============================================================================*/
body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  color: #636466;
}
sup {
  font-size: 65%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #054;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  font-weight: 300;
  color: #054;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
p {
  margin-bottom: 1em;
}
hr {
  border-color: #ddd;
}
img.img-center {
  margin: 0 auto;
}
.no-margin-top {
  margin-top: 0;
}
.left-column h1,
.left-column h2,
.left-column h3,
.left-column h4,
.left-column h5,
.left-column h6,
.portfolio h1,
.portfolio h2 {
  color: #054;
}
.investor-login h1 {
  margin-top: 35px;
  color: #054;
}
.portfolio .filter h2 {
  color: #054;
}
dl dd {
  margin-bottom: 10px;
}
dl dt {
  font-weight: 500;
}
section.container {
  padding-right: 25px;
  padding-left: 25px;
}
ul.pdf li {
  padding: 5px 0 5px 30px;
  background-image: url("/site/templates/_assets/img/common/pdf-icon-2.png");
  background-repeat: no-repeat;
  background-position: 0;
}
h3.sidebar-headline {
  margin-top: 40px;
}
.lpc-red {
  color: #054;
}
/*============================== Helper Classes ==============================*/
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.tombstone {
  width: 50%;
}
/*==============================================================================
=                                Header                                        =
==============================================================================*/
/*============================== Common ======================================*/
.logo {
  position: relative;
  max-width: 200px;
  padding: 8px 0;
}
.top50 {
  position: absolute;
  top: 9px;
  right: -50px;
  width: auto;
  height: 29px;
}
.header-image-wrapper {
  width: 100%;
  height: 275px;
  margin-top: 3px;
  overflow: hidden;
}
.header-image {
  position: relative;
  right: -50%;
  display: inline-block;
}
.header-image img {
  position: relative;
  left: -50%;
}
.header-bar {
  margin-bottom: -4px;
  border-bottom: 5px solid #054;
}
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
.lpc-background {
  margin-top: 20px;
  background-image: url("../img/common/long-point-icon.png");
  background-repeat: no-repeat;
  background-position: -365px 0;
}
.call-out img {
  margin-right: 10px;
}
.call-out h2 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #003224;
}
.call-out .media-body {
  font-size: 12px;
  font-weight: 400;
}
.tombstones img {
  margin-bottom: 30px;
  border: 1px solid #003224;
}
/* Custom Header Image Adjustments */
.sustainability .header-image img {
  left: -60%;
}
.resources .left-column h2 {
  margin-top: 30px;
}
.resources .left-column h3 {
  margin: 14px 0 4px;
  font-size: 14px;
  font-weight: 500;
  color: #636466;
}
.resources .left-column hr {
  margin: 10px 0;
}
/*==============================================================================
=                                Navigation                                    =
==============================================================================*/
/*============================== Off Canvas ==================================*/
.col-xs-12.oc-js.active {
  position: static;
}
.oc-container {
  position: absolute;
  top: 0;
  min-height: 100%;
}
.oc-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.oc-overlay.active {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
}
#oc-icon {
  position: absolute;
  top: -45px;
  right: 10px;
  z-index: 21;
  display: block;
  width: 50px;
  height: 41px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition: top 0s linear;
  -moz-transition: all 0.5s ease-in-out;
  -moz-transition: top 0s linear;
  -ms-transition: all 0.5s ease-in-out;
  -ms-transition: top 0s linear;
  -o-transition: all 0.5s ease-in-out;
  -o-transition: top 0s linear;
  transition: all 0.5s ease-in-out;
  transition: top 0s linear;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#oc-icon.active {
  top: 3px;
  right: 10px;
}
#oc-icon span {
  position: absolute;
  left: 8px;
  display: block;
  width: 34px;
  height: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #054;
}
#oc-icon span.bar1 {
  top: 8px;
}
#oc-icon span.bar2,
#oc-icon span.bar3 {
  top: 18px;
}
#oc-icon span.bar4 {
  top: 28px;
}
#oc-icon.active span.bar1 {
  top: 18px;
  left: 50%;
  width: 0;
}
#oc-icon.active span {
  background: #fff;
}
#oc-icon.active:hover span {
  background: #fff;
}
#oc-icon.active span.bar2,
#oc-icon.active span.bar3 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#oc-icon.active span.bar3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#oc-icon.active span.bar4 {
  top: 18px;
  left: 50%;
  width: 0;
}
.oc-left {
  overflow-x: hidden;
}
.oc-left.active {
  overflow-x: visible;
}
.oc-left {
  left: 0;
  width: 100%;
  -webkit-transition: left .2s linear;
  -moz-transition: left .2s linear;
  -ms-transition: left .2s linear;
  -o-transition: left .2s linear;
  transition: left .2s linear;
}
.oc-left.active {
  left: -75%;
  z-index: 1;
}
nav.oc-right {
  right: -75%;
  width: 75%;
}
nav.oc-right.active {
  z-index: 9999;
}
nav.oc-right > ul {
  height: 100%;
  overflow-x: scroll;
}
nav.oc-right ul li {
  position: relative;
}
nav.oc-right ul > li > a {
  display: block;
  padding: 10px 41px 10px 15px;
  font-weight: bold;
  color: #636466;
  border-bottom: 1px solid #ddd;
}
nav.oc-right ul > li.active > a {
  color: #054;
}
nav.oc-right ul > li > span.oc-toggle.glyphicon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 22;
  display: block;
  width: 41px;
  height: 41px;
  padding: 14px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
nav.oc-right ul > li > span.oc-toggle.glyphicon-plus {
  background-color: #eee;
}
nav.oc-right ul > li > span.oc-toggle.glyphicon-minus {
  color: #fff;
  background-color: #054;
}
nav.oc-right ul > li > ul li span.oc-toggle.glyphicon-minus,
nav.oc-right ul > li.active > ul li span.oc-toggle.glyphicon-minus {
  color: #054;
  background: #eee;
}
nav.oc-right ul > li ul {
  display: none;
}
nav.oc-right ul > li.active > ul {
  display: block;
}
nav.oc-right ul > li > ul > li > a {
  padding-left: 25px;
  font-weight: lighter;
  background: #fafafa;
}
nav.oc-right > ul > li > ul > li > ul {
  display: none;
}
nav.oc-right > ul > li > ul > li > ul > li a {
  padding: 5px 26px 5px 38px;
  font-size: 12px;
  font-weight: lighter;
  background: #f5f5f5;
  background-image: url("/site/templates/_assets/img/common/nav-arrow-ccc.png");
  background-repeat: no-repeat;
  background-position: 26px 8.5px;
}
nav.oc-right > ul > li > ul > li > ul > li.active > a,
nav.oc-right > ul > li > ul > li > ul > li:hover > a {
  color: #054;
  background-image: url("/site/templates/_assets/img/common/nav-arrow-green.png");
}
nav.oc-right > ul > li > ul > li.active ul {
  display: block;
}
nav.oc-right > ul > li > ul > li > ul > li > ul > li > a {
  padding: 5px 26px 5px 48px;
  background-image: url("/site/templates/_assets/img/common/nav-arrow-ccc.png");
  background-position: 36px 8.5px;
}
nav.oc-right > ul > li > ul > li > ul > li > ul > li.active a,
nav.oc-right > ul > li > ul > li > ul > li > ul > li:hover a {
  color: #054;
  background-image: url("/site/templates/_assets/img/common/nav-arrow-green.png");
}
nav.oc-right > ul > li.active > ul > li > ul > li > ul {
  display: none;
}
nav.oc-right > ul > li > ul > li > ul > li.active > ul {
  display: block;
}
nav.oc-right ul > li > ul > li > ul > li > span.oc-toggle.glyphicon {
  width: 41px;
  height: 28px;
  padding: 7px 14px;
}
/*============================== Common ======================================*/
nav.sidebar > ul {
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 250px;
  margin-top: 24px;
}
nav.sidebar > ul > li {
  position: relative;
  margin-bottom: 12px;
}
nav.sidebar > ul > li > a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #054;
  border: 3px solid #ddd;
  background-image: url("/site/templates/_assets/img/common/button-gradient.png");
  background-repeat: repeat-x;
}
nav.sidebar > ul > li > a .arrows {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 53px;
  height: 44px;
  background-image: url("/site/templates/_assets/img/common/button-arrows.png");
}
nav.sidebar > ul > li > ul {
  position: absolute;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s linear;
  -moz-transition: max-height 0.25s linear;
  -ms-transition: max-height 0.25s linear;
  -o-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  opacity: 0;
  border: 3px solid #ddd;
  border-top: none;
}
nav.sidebar > ul > li:hover > ul {
  z-index: 1;
  visibility: visible;
  max-height: 200px;
  opacity: 1;
}
nav.sidebar > ul > li > ul > li > a {
  display: block;
  width: 244px;
  padding: 5px 10px;
  color: #fff;
  background: #054;
  background: rgba(129, 16, 53, 0.95);
}
nav.sidebar > ul > li > ul > li > a:hover {
  background: #5b0b26;
  background: rgba(91, 11, 38, 0.95);
}
/*========================== Sidebar Accordion ==================================*/
nav.sidebar-accordion {
  margin-top: 45px;
}
nav.sidebar-accordion > ul {
  padding: 0;
  margin: -2px 0 0 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  text-decoration: none;
  border: 0;
  outline: 0;
}
nav.sidebar-accordion > ul > li {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
nav.sidebar-accordion > ul > li:last-child {
  margin-bottom: 0;
}
nav.sidebar-accordion > ul > li > a {
  margin-top: 2px;
}
nav.sidebar-accordion > ul > li > a .arrows-bckg {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 44px;
  background-image: url("/site/templates/_assets/img/common/button-arrows-bckg-green.png");
}
nav.sidebar-accordion > ul > li > a .arrows-bckg .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 44px;
}
nav.sidebar-accordion > ul > li > a.ui-state-default .arrows-bckg .arrow {
  background-image: url("/site/templates/_assets/img/common/button-arrows-right-green.png");
}
nav.sidebar-accordion > ul > li > a.ui-state-active .arrows-bckg .arrow {
  background-image: url("/site/templates/_assets/img/common/button-arrows-down-single-green.png");
}
nav.sidebar-accordion .wrapper {
  display: none;
}
nav.sidebar-accordion > ul > li ul {
  margin-top: -1px;
  border-right: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-left: 3px solid #ddd;
}
nav.sidebar-accordion > ul > li ul ul {
  display: none;
  border: none;
}
nav.sidebar-accordion > ul#sa > li ul > li > span.glyphicon {
  top: -26px;
  display: block;
  float: right;
  padding: 6px 8px;
  font-size: 12px;
  cursor: pointer;
}
nav.sidebar-accordion > ul#sa > li ul > li.active > span.glyphicon,
nav.sidebar-accordion > ul#sa > li ul > li:hover > span.glyphicon {
  color: #fff;
}
nav.sidebar-accordion > ul > li ul > li.active ul {
  display: block;
}
nav.sidebar-accordion > ul > li ul > li.active ul > li a {
  color: #003224;
  background-color: #a1bfb7;
}
nav.sidebar-accordion > ul > li ul > li > a {
  display: block;
  padding: 5px 10px;
  color: #054;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
}
nav.sidebar-accordion > ul > li ul > li:first-child > a {
  border-top: none;
}
nav.sidebar-accordion > ul > li ul > li:hover > a,
nav.sidebar-accordion > ul > li ul > li.active > a {
  color: #fff;
  background: #054;
}
nav.sidebar-accordion > ul > li ul > li > ul > li:first-child > a {
  border-top: 1px solid #ccc;
}
nav.sidebar-accordion > ul > li ul > li > ul > li > a {
  padding-left: 20px;
  font-size: 12.5px;
  border-top: 1px solid #b9b9b9;
}
nav.sidebar-accordion > ul > li ul > li > ul > li:hover > a,
nav.sidebar-accordion > ul > li ul > li > ul > li.active > a {
  color: #fff;
  background: #a1bfb7;
}
nav.sidebar-accordion > ul > li ul > li.active > ul > li > a {
  background: #cecece;
}
nav.sidebar-accordion > ul > li ul > li.active > ul > li > a:before {
  content: "- ";
}
nav.sidebar-accordion > ul > li ul > li.active > ul > li:hover > a,
nav.sidebar-accordion > ul > li ul > li.active > ul > li.active > a {
  background: #a1bfb7;
}
nav.sidebar-accordion .ui-corner-all,
nav.sidebar-accordion .ui-corner-bottom,
nav.sidebar-accordion .ui-corner-right,
nav.sidebar-accordion .ui-corner-left,
nav.sidebar-accordion .ui-corner-top,
nav.sidebar-accordion .ui-corner-br {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
nav.sidebar-accordion > ul > li > a,
nav.sidebar-accordion .ui-accordion .ui-accordion-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 10px 10px;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  color: #054;
  border: 3px solid #ddd;
  background-image: url("/site/templates/_assets/img/common/button-gradient.png");
  background-repeat: repeat-x;
}
nav.sidebar-accordion .ui-accordion .ui-accordion-content {
  padding: 0;
}
nav.sidebar-accordion .ui-widget-content {
  border: none;
}
nav.sidebar-accordion .ui-accordion .ui-accordion-header {
  outline: none;
}
nav.sidebar-accordion .ui-widget {
  font-family: "Roboto", sans-serif;
}
/*============================== Top Navigation ==============================*/
/*============================== Side Navigation =============================*/
.left-column > h1:first-child,
.left-column > h2:first-child,
.left-column > h3:first-child,
.left-column > h4:first-child,
.left-column > h5:first-child {
  margin-top: 0;
}
.sidebar-column > h1:first-child,
.sidebar-column > h2:first-child,
.sidebar-column > h3:first-child,
.sidebar-column > h4:first-child,
.sidebar-column > h5:first-child {
  margin-top: 0;
}
.left-column.portfolio-column {
  margin-top: 0;
}
.portfolio .sidebar-column {
  float: right;
}
.sidebar-column nav.sidebar ul {
  float: left;
  margin-top: 0;
  margin-bottom: 35px;
}
.sidebar-column .quote {
  max-width: 400px;
  padding-top: 45px;
  font-family: "Arbutus Slab", serif;
  font-size: 16px;
  line-height: 1.3;
  color: #054;
}
.sidebar-column .citation {
  padding-right: 10px;
  font-family: "Arbutus Slab", serif;
  font-size: 14px;
  color: #054;
}
.sidebar-column .citation-title {
  margin-left: 15px;
  font-size: 12px;
}
/*============================== Bottom Navigation ===========================*/
/*==============================================================================
=                                Footer                                        =
==============================================================================*/
/*============================== Common ======================================*/
footer {
  border-bottom: 5px solid #054;
}
footer hr {
  margin: 45px 0 20px;
  border-color: #bbb;
}
footer address {
  margin-bottom: 0;
}
footer address h4 {
  display: inline;
}
footer h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #054;
}
ul.sitemap {
  width: 100%;
  margin: 6px -8px;
  clear: both;
}
ul.sitemap li {
  float: left;
  padding: 0 8px;
  margin-bottom: 4px;
  line-height: 12px;
  border-right: 1px solid #636466;
}
ul.sitemap li:last-child {
  border-right: none;
}
ul.sitemap li a {
  display: block;
  color: #636466;
}
.copyright {
  margin: 20px 0;
  font-size: 11px;
}
footer .by-sfa {
  display: block;
  margin-top: 15px;
}
footer .by-sfa,
footer .by-sfa a {
  color: #ccc;
}
address .location,
address .street,
address .city-state-zip,
address .tel,
address .fax {
  display: block;
}
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
.left-column a,
.investor-login p a {
  text-decoration: underline;
  color: #054;
}
.left-column a:hover,
.left-column a:focus,
.investor-login p a:hover,
.investor-login p a:focus {
  text-decoration: underline;
}
.left-column ul {
  padding-left: 17px;
  margin: 1em 0 2em;
  list-style-type: disc;
}
.left-column ul.pdf {
  padding-left: 0;
  margin: 1em 0 2em;
  list-style-type: none;
}
.left-column ul li {
  margin-bottom: 5px;
}
label.required:after {
  content: " *";
  color: red;
}
#referall-form label {
  margin-top: 10px;
}
span.gump-error-message {
  display: block;
  margin-top: 5px;
  color: red;
}
/*==============================================================================
=                                Home Page                                     =
==============================================================================*/
#lpc-slider {
  height: 300px;
  margin-top: 3px;
  background-image: url("../img/home/slider/lighthouse-high-res-resized.jpg");
  background-repeat: no-repeat;
  background-position: 55%;
  background-size: cover;
}
#lpc-slider .carousel-caption {
  position: relative;
  right: initial;
  bottom: 0;
  left: initial;
  z-index: 0 !important;
  padding-top: 20px;
  font-family: "Arbutus Slab", serif;
  text-align: left;
  text-shadow: none;
}
#lpc-slider .carousel-caption {
  left: 0;
  padding-bottom: 10px;
}
#lpc-slider .carousel-caption.bottom {
  padding: 0;
}
#lpc-slider .carousel-caption .headline {
  font-size: 35px;
  color: rgba(255, 255, 255, 0.2);
}
#lpc-slider .carousel-caption .quote .headline {
  position: relative;
  top: 18px;
  left: -2px;
  line-height: 0;
}
#lpc-slider .carousel-caption .quote {
  max-width: 80%;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.3;
}
#lpc-slider .carousel-caption .citation {
  max-width: 80%;
  font-size: 10px;
}
#lpc-slider .carousel-indicators {
  bottom: -6px;
}
#lpc-slider .carousel-control {
  display: none;
}
#lpc-slider + .container {
  padding-top: 20px;
}
.carousel-inner {
  -webkit-transform-style: preserve-3d;
}
/*==============================================================================
=                                Interior                                      =
==============================================================================*/
/*==============================================================================
=                                News   	                                     =
==============================================================================*/
.news-article-wrapper {
  padding: 7px 0 7px 0;
  margin: 0 15px 10px 0;
  line-height: 1.3;
}
.news-articles {
  display: none;
  padding: 15px 34px;
}
.news-articles .date,
.news-articles .title {
  font-weight: 400;
  line-height: 1.3;
  color: #054;
}
.news-articles .date {
  font-size: 13px;
  color: #003224;
}
.news-articles .title {
  font-size: 14px;
}
.news-articles .body {
  margin: 5px 0 15px;
  font-size: 13px;
  color: #636466;
}
.news-articles a:hover {
  color: #054;
}
.news-contact,
.news-recent {
  margin-bottom: 30px;
}
.news-contact h3 {
  margin-top: 0;
}
a.back-link {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #054;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #054;
}
a.back-link:hover {
  text-decoration: none;
  border: 1px solid #003224;
  background-color: #003224;
}
.back-link.portfolio-page {
  margin-top: 40px;
}
.back-link:hover {
  color: #fff;
  background-color: #003224;
}
dl.recent-articles a,
dl.recent-articles a:hover {
  color: #054;
}
dl.recent-articles dt {
  font-size: 13px;
  font-weight: 300;
  color: #003224;
}
dl.recent-articles dd {
  margin-bottom: 10px;
  font-weight: 400;
}
#news-accordion {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
}
#news-accordion .ui-corner-all,
#news-accordion .ui-corner-bottom,
#news-accordion .ui-corner-right,
#news-accordion .ui-corner-left,
#news-accordion .ui-corner-top,
#news-accordion .ui-corner-br {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#news-accordion .ui-accordion .ui-accordion-content {
  padding: 15px 5px 15px 5px;
}
#news-accordion .ui-widget-content {
  border: none;
}
#news-accordion .ui-accordion .ui-accordion-header {
  margin: 10px 0 0 0;
  outline: none;
}
#news-accordion .ui-state-default,
#news-accordion .ui-widget-content .ui-state-default,
#news-accordion .ui-widget-header .ui-state-default,
#news-accordion h2 {
  padding: .5em .5em .5em 2.2em;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #054;
  border: 1px solid #d3d3d3;
  outline: none;
  background-image: url("/site/templates/_assets/img/common/button-gradient.png");
}
#news-accordion .ui-state-active,
#news-accordion .ui-widget-content .ui-state-active,
#news-accordion .ui-widget-header .ui-state-active {
  background-image: url("/site/templates/_assets/img/common/button-gradient.png");
}
#news-accordion .ui-widget {
  font-family: "Roboto", sans-serif;
}
/*==============================================================================
=                                Portfolio                                     =
==============================================================================*/
.portfolio-company {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.portfolio-company .company-name {
  border-top: 1px solid #ddd;
}
.portfolio-company .company-name p {
  padding: 8px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #054;
}
.chart-wrapper {
  margin-bottom: 15px;
}
.chart img {
  margin: 15px auto;
  border: 1px solid #ddd;
}
.company-logo {
  border: 1px solid #ddd;
}
.filter {
  margin-bottom: 25px;
}
.filter h2 {
  margin-top: 0;
  font-size: 20px;
}
.filter-wrapper,
.filter-sector-wrapper {
  margin-top: 20px;
}
.portfolio-single h2 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
}
.portfolio hr,
.portfolio-preview hr {
  margin: 12px 0 15px;
}
/*==============================================================================
=                                Member Page                                   =
==============================================================================*/
dl.members dd {
  margin-bottom: 10px;
}
/* ---- isotope ---- */
.isotope {
  padding-top: 10px;
  margin-left: -2.5px;
}
/* clear fix */
.isotope:after {
  display: block;
  clear: both;
  content: "";
}
/* ---- .element-item ---- */
.isotope .member {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  background: none;
}
.isotope .member .wrapper {
  padding: 5px 2.5px 0 2.5px;
  margin: 0;
}
.isotope .member .wrapper > a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #474747;
}
.isotope .member .wrapper a > img {
  margin: 0 auto;
  border: 1px solid #ddd;
}
.isotope .member .wrapper a > .member-info {
  bottom: 0;
  display: table;
  width: 101%;
  margin: 0;
  border-collapse: collapse;
}
.isotope .member .wrapper a > .member-info p {
  display: table-cell;
  width: 100%;
  height: 50px;
  padding: 0 5px 8px 5px;
  margin: 0;
  border-collapse: collapse;
  vertical-align: middle;
}
.isotope .member .wrapper a > .member-info p span.name {
  display: block;
  font-weight: bold;
  color: #054;
}
.isotope .member .wrapper a > .member-info p span.title {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.member-bio h2 {
  font-size: 20px;
}
.member-bio ul {
  margin: 1em 0;
}
.filter-expertise-wrapper {
  margin-top: 30px;
}
.filter-expertise-wrapper h2 {
  font-size: 18px;
}
/*==============================================================================
=                                Login Portal                                  =
==============================================================================*/
.login-form {
  padding: 25px;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fafafa;
}
.login-form h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.logout-form button.btn-logout {
  display: block;
  width: 100%;
  margin-top: 25px;
  color: #fff;
  border-color: #540a22;
  background-color: #054;
}
.investor-portal {
  padding-top: 30px;
}
.investor-portal ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#sharefile ul.item-wrapper {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
#sharefile ul.item-wrapper li {
  padding-left: 15px;
  background-image: url("/site/templates/_assets/img/common/folder-dots.png");
  background-repeat: no-repeat;
  background-position: -15px 7.5px;
}
#sharefile ul.item-wrapper li span.glyphicon {
  color: #054;
}
#sharefile ul.item-wrapper li span.folder-title,
#sharefile ul.item-wrapper li a.file-title {
  padding-left: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
#sharefile ul.item-wrapper ul {
  margin-top: 5px;
  margin-left: 7.5px;
  border-left: 1px dotted #666;
}
.glyphicon-refresh-animate {
  -webkit-animation: spin2 .7s infinite linear;
  -animation: spin .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
a.investor-login {
  margin-top: 15px;
  color: #fff;
  border-color: #540a22;
  background-color: #054;
}
a.investor-login:hover,
a.investor-login:focus,
a.investor-login:active {
  color: #fff;
  border-color: #260510;
  background-color: #00221b;
}
/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/
@media screen and (min-width: 400px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  .oc-left.active {
    left: -60%;
  }
  nav.oc-right {
    right: -60%;
    width: 60%;
  }
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  #lpc-slider {
    background-position: center;
  }
  #lpc-slider .carousel-caption .headline {
    font-size: 45px;
  }
  #lpc-slider .carousel-caption .quote {
    max-width: 80%;
    font-size: 15px;
  }
  #lpc-slider .carousel-caption .citation {
    max-width: 80%;
    font-size: 13px;
  }
  #lpc-slider .carousel-caption .quote .headline {
    top: 24px;
    left: -2px;
  }
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 480px) {
  /*============================= Globals ====================================*/
  .tombstone {
    width: 33.33333333%;
  }
  .two-col {
    float: left;
    width: 50%;
  }
  /*============================= Header =====================================*/
  .logo {
    max-width: 250px;
  }
  .top50 {
    right: -60px;
    height: 36px;
  }
  /*============================= Navigation =================================*/
  #oc-icon {
    top: -50px;
  }
  .oc-left.active {
    left: -50%;
  }
  nav.oc-right {
    right: -50%;
    width: 50%;
  }
  /*============================= Footer =====================================*/
  footer .by-sfa {
    display: inline;
    margin-top: 0;
    margin-left: 15px;
  }
  /*============================= Home Page ==================================*/
  #lpc-slider {
    height: 325px;
  }
  #lpc-slider .carousel-caption .headline {
    font-size: 60px;
  }
  #lpc-slider .carousel-caption .quote {
    max-width: 75%;
    font-size: 16px;
  }
  #lpc-slider .carousel-caption .citation {
    max-width: 75%;
  }
  #lpc-slider .carousel-caption .quote .headline {
    top: 32px;
    left: -2px;
  }
  /*============================= Interior ===================================*/
  .chart {
    width: 50%;
  }
}
@media screen and (min-width: 520px) {
  /*=============================== Team =====================================*/
  .isotope .member {
    width: 33%;
  }
}
@media screen and (min-width: 620px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  .oc-left.active {
    left: -40%;
  }
  nav.oc-right {
    right: -40%;
    width: 40%;
  }
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  #lpc-slider .carousel-caption .headline {
    font-size: 70px;
  }
  #lpc-slider .carousel-caption .quote {
    max-width: 70%;
  }
  #lpc-slider .carousel-caption .citation {
    max-width: 70%;
  }
  #lpc-slider .carousel-caption .quote .headline {
    top: 37px;
    left: -3px;
  }
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 768px) {
  /*============================= Globals ====================================*/
  section.container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .two-col {
    width: 100%;
    margin-bottom: 0;
  }
  .tombstone {
    width: 50%;
  }
  /*============================= Header =====================================*/
  .logo {
    max-width: 100%;
  }
  .top50 {
    right: initial;
    left: 430px;
    height: 58px;
  }
  .header-bar {
    margin-bottom: 0;
    border-bottom: none;
  }
  /*============================= Navigation =================================*/
  .nav-wrapper {
    background-color: #054;
  }
  nav.oc-right {
    position: relative;
    right: inherit;
    z-index: 1;
    width: 100%;
    background-color: #054;
  }
  nav.oc-right > ul {
    float: left;
    overflow: visible;
  }
  nav.oc-right > ul > li {
    position: static;
    float: left;
  }
  nav.oc-right > ul > li > ul li,
  nav.oc-right > ul > li > ul li a {
    background-color: #f5f5f5;
  }
  nav.oc-right > ul > li.active > ul {
    position: absolute;
    display: none;
  }
  nav.oc-right > ul > li > a,
  nav.oc-right > ul > li.active > a {
    padding: 8px 15px;
    font-weight: lighter;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-bottom: none;
  }
  nav.oc-right > ul > li.active > a {
    background-color: #003224;
  }
  nav.oc-right > ul > li:hover > a {
    position: relative;
    z-index: 1;
    border-bottom: none;
    background-color: #003224;
  }
  nav.oc-right > ul > li:hover > ul {
    position: absolute;
    z-index: 1;
    display: block;
    max-width: 235px;
    padding: 4px 0 0;
    margin-top: -1px;
    border: none;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.5);
  }
  nav.oc-right > ul > li:hover > ul > li {
    display: block;
  }
  nav.oc-right > ul > li:hover > ul > li a {
    max-width: 218px;
    padding: 5px 15px;
    border: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
  }
  nav.oc-right > ul > li:hover > ul > li:hover a {
    color: #003224;
  }
  nav.oc-right > ul > li.products > ul {
    right: 0;
    max-width: 940px;
    padding: 15px 0 15px 15px;
  }
  nav.oc-right > ul > li.contact > ul {
    right: 0;
  }
  nav.oc-right > ul > li.products > ul > li {
    float: left;
    width: 33.333%;
  }
  nav.oc-right > ul > li.products > ul > li > a {
    font-weight: bold;
    color: #054;
  }
  nav.oc-right > ul > li > ul > li > ul,
  nav.oc-right > ul > li > ul > li.active > ul {
    display: none;
  }
  nav.oc-right > ul > li > ul > li:hover > ul {
    position: absolute;
    top: -3px;
    left: 100%;
    z-index: 1;
    display: block;
    width: 205px;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.5);
  }
  nav.oc-right > ul > li:hover > ul > li > ul > li > a {
    padding: 6px 15px 6px 26px;
    background-position: 16px 8.5px;
  }
  nav.oc-right > ul > li > ul > li > ul > li.active > ul {
    display: none;
  }
  nav.oc-right > ul > li > ul > li > ul > li:hover > ul {
    position: absolute;
    top: -3px;
    left: 100%;
    z-index: 1;
    display: block;
    width: 205px;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.5);
  }
  nav.oc-right > ul > li > ul > li > ul > li > ul > li > a {
    padding: 5px 26px 5px 28px !important;
    background-image: url("/site/templates/_assets/img/common/nav-arrow-ccc.png") !important;
    background-position: 16px 8.5px;
  }
  nav.oc-right > ul > li > ul > li > ul > li > ul > li:hover > a,
  nav.oc-right > ul > li > ul > li > ul > li > ul > li.active > a {
    background-image: url("/site/templates/_assets/img/common/nav-arrow-green.png") !important;
  }
  /*============================= Side Navigation ============================*/
  nav.sidebar-accordion {
    margin-top: 0;
  }
  /*============================= Footer =====================================*/
  footer {
    border-bottom: none;
  }
  address.footer .location,
  address.footer .street,
  address.footer .city-state-zip,
  address.footer .tel,
  address.footer .fax {
    display: inline;
  }
  address.footer .full-address,
  address.footer .phone-numbers,
  address.footer .location {
    display: inline-block;
    float: left;
  }
  address.footer .location {
    width: 80px;
    margin: 2px 4px 0 0;
  }
  address.footer .full-address {
    width: 300px;
  }
  address.footer .fax {
    padding-left: 10px;
  }
  /*============================= Home Page ==================================*/
  #lpc-slider {
    height: 375px;
  }
  #lpc-slider .carousel-caption .headline {
    font-size: 80px;
  }
  #lpc-slider .carousel-caption .quote {
    max-width: 65%;
    font-size: 18px;
  }
  #lpc-slider .carousel-caption .citation {
    max-width: 65%;
    font-size: 14px;
  }
  #lpc-slider .carousel-caption .quote .headline {
    top: 43px;
    left: -4px;
  }
  .home-body {
    min-height: 230px;
  }
  /*============================= Interior ===================================*/
  .left-column {
    padding-right: 50px;
    margin-top: 20px;
    border-right: 1px solid #bbb;
  }
  .sidebar-column {
    padding-left: 45px;
    margin-top: 20px;
  }
  #referall-form label {
    margin-top: 0;
  }
  .chart {
    width: inherit;
  }
  .filter-sector-wrapper {
    margin-top: 59px;
  }
  /*============================= Member   ===================================*/
  .member-bio h1 {
    margin-top: 0;
  }
  /*=============================== Team =====================================*/
  /*=============================== Investor Login ===========================*/
  .investor-portal {
    padding-top: 0;
  }
  .logout-form button.btn-logout {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  /*============================= Globals ====================================*/
  .tombstone {
    width: 33.33333333%;
  }
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav.oc-right > ul > li:hover > ul > li a {
    max-width: 290px;
  }
  nav.oc-right > ul > li.products > ul > li.products-drilling > ul,
  nav.oc-right > ul > li.products > ul > li.products-optimization > ul {
    height: 75px;
  }
  nav.oc-right > ul > li:hover > ul > li > ul > li > a {
    font-size: 13px;
  }
  /*============================= Side Navigation ============================*/
  .sidebar-column .quote {
    max-width: 310px;
    font-size: 16px;
  }
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  #lpc-slider {
    height: 400px;
  }
  #lpc-slider .carousel-caption .headline {
    font-size: 95px;
  }
  #lpc-slider .carousel-caption .quote {
    max-width: 55%;
    font-size: 20px;
  }
  #lpc-slider .carousel-caption .quote .headline {
    top: 51px;
    left: -5px;
  }
  /*============================= Interior ===================================*/
  .left-column {
    padding-right: 100px;
  }
  .portfolio-single .left-column {
    padding-right: 45px;
  }
  .chart {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Side Navigation ============================*/
  .sidebar-column .quote {
    font-size: 17px;
  }
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  #lpc-slider .carousel-caption .headline {
    font-size: 106px;
  }
  #lpc-slider .carousel-caption .quote {
    font-size: 32px;
  }
  #lpc-slider .carousel-caption .quote .headline {
    top: 56px;
    left: -7px;
  }
  /*============================= Interior ===================================*/
  .portfolio-single .left-column {
    padding-right: 100px;
  }
  /*=============================== Team =====================================*/
  .isotope .member {
    width: 25%;
  }
}
@media screen and (min-width: 1800px) {
  .lpc-background {
    background-position: 0 0;
  }
}
@media all {
  .page-break {
    display: none !important;
  }
}
@media print {
  .page-break {
    display: block !important;
    page-break-after: always !important;
  }
}
