﻿html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  overflow-y: scroll;
}
body {
  color: #4d4d4d;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 22.4px;
}
/* hide slides before js is initialized */
.slider-home-banner .rsContent {
  display: none;
}
:focus,
a:focus {
  outline-width: 0;
  outline-style: none;
  outline-color: transparent;
  outline-offset: 0;
  text-decoration: none;
}
a,
a:focus,
a:hover {
  color: #006699;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  a:focus,
  a:hover {
    text-decoration: none;
  }
}
img {
  display: block;
}
img.img-responsive {
  width: 100%;
}
.rel {
  position: relative;
}
hr {
  border-color: #cccccc;
}
/* placeholder text */
:-moz-placeholder {
  color: #b3b3b3 !important;
}
::-moz-placeholder {
  color: #b3b3b3 !important;
}
:-ms-input-placeholder {
  color: #b3b3b3 !important;
}
::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
.container {
  width: 1024px;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .container {
    width: 992px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 768px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .container {
    width: 599px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 479px) {
  .container {
    width: 400px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px), only screen and (min-width: 320px) and (max-width: 399px) {
  .container {
    width: 320px;
  }
}
.h2-primary {
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.vertically-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-border {
  border-top: 1px solid #808080;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #e0e0e0;
}
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.navigation-global.navbar {
  height: 43px;
  min-height: 0;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  /* Navigation search */
  /* Why! */
}
.navigation-global.navbar ul {
  list-style-type: none !important;
}
.navigation-global.navbar .nav.navbar-nav {
  padding: 15px 0 0 0;
}
.navigation-global.navbar .nav.navbar-nav li {
  width: auto;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  background: transparent url(images/nav-pipe.gif) no-repeat top right;
  font-size: 12px;
  line-height: 22.4px;
  font-weight: 400;
  text-transform: uppercase;
}
.navigation-global.navbar .nav.navbar-nav li:last-child {
  margin: 0;
  padding: 0;
  background: none;
}
.navigation-global.navbar .nav.navbar-nav li a {
  width: auto;
  padding: 0 0 15px 0;
  color: #808080;
  line-height: 13px;
  position: relative;
}
.navigation-global.navbar .nav.navbar-nav li a:focus,
.navigation-global.navbar .nav.navbar-nav li a:hover {
  background: none;
}
.navigation-global.navbar .nav.navbar-nav li a.sf-menu-trig {
  display: none !important;
}
.navigation-global.navbar .nav.navbar-nav li a:focus::after,
.navigation-global.navbar .nav.navbar-nav li a:hover::after,
.navigation-global.navbar .nav.navbar-nav li.sfhover a::after,
.navigation-global.navbar .nav.navbar-nav li a.current::after {
  content: "";
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #59b300;
  position: absolute;
  bottom: 8px;
  left: 0;
}
.navigation-global.navbar .nav.navbar-nav li .navbar-form {
  margin: -6px 0 0 0;
  padding: 0;
}
.navigation-global.navbar .navbar-nav li .navbar-form .form-group,
.navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group {
  margin: 0 5px 0 0;
}
.navigation-global.navbar .navbar-nav li .navbar-form .form-group .searchInputContainer,
.navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group .searchInputContainer {
  margin: 0 3px 0 0 !important;
  float: left;
}
.navigation-global.navbar .navbar-nav li .navbar-form .form-group .searchInputContainer input[type="text"],
.navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group .searchInputContainer input[type="text"] {
  width: 150px;
  border-top: 1px solid #808080;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .navigation-global.navbar .navbar-nav li .navbar-form .form-group .searchInputContainer input[type="text"],
  .navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group .searchInputContainer input[type="text"] {
    width: 125px;
  }
}
.navigation-global.navbar .navbar-nav li .navbar-form .form-group .searchInputContainer .dnnSearchBoxClearText,
.navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group .searchInputContainer .dnnSearchBoxClearText {
  display: none !important;
}
.navigation-global.navbar .navbar-nav li .navbar-form .form-group #dnn_dnnSearch_ClassicSearch,
.navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group #dnn_dnnSearch_ClassicSearch {
  overflow: hidden;
}
.navigation-global.navbar .navbar-nav li .navbar-form .form-group #dnn_dnnSearch_ClassicSearch a.form-control,
.navigation-global.navbar .navbar-nav li.sfhover .navbar-form .form-group #dnn_dnnSearch_ClassicSearch a.form-control {
  height: 25px;
  width: 25px;
  background: transparent url(http://dnnt93026.azurewebsites.net/Portals/_default/Skins/CalpineTheme/images/calpine-search-icon.jpg?ver=2015-09-04-183634-583) no-repeat 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 23px;
  text-indent: -9999px;
  display: block;
  float: left;
}
.navigation-global.navbar .nav.navbar-nav li.sfhover .navbar-form .form-group #dnn_dnnSearch_ClassicSearch a::after,
.navigation-global.navbar .nav.navbar-nav li.sfhover .navbar-form .form-group #dnn_dnnSearch_ClassicSearch a:hover::after,
.navigation-global.navbar .nav.navbar-nav li.sfhover .navbar-form .form-group #dnn_dnnSearch_ClassicSearch a:focus::after {
  border-bottom: none !important;
  text-decoration: none !important;
  position: relative !important;
}
.navigation-global.navbar .nav.navbar-nav li .navbar-form a:focus::after,
.navigation-global.navbar .nav.navbar-nav li .navbar-form a:hover::after {
  border-bottom: none;
  position: relative;
}
.navigation-global.navbar .nav.navbar-nav.pull-right li a,
.navigation-global.navbar .nav.navbar-nav.pull-right li a:focus {
  color: #006699;
  text-transform: none;
}
.navigation-global.navbar .nav.navbar-nav.pull-right li a:hover,
.navigation-global.navbar .nav.navbar-nav.pull-right li a:focus:hover,
.navigation-global.navbar .nav.navbar-nav.pull-right li a:focus,
.navigation-global.navbar .nav.navbar-nav.pull-right li a:focus:focus {
  text-decoration: none;
}
.navigation-global.navbar .nav.navbar-nav.pull-right li a .fa {
  color: #808080;
}
.navigation-global.navbar .nav.navbar-nav.pull-right li a.navbar-search-btn::after {
  border-bottom: none !important;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.75);
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li {
  width: 250px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: none;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a {
  padding: 12px 25px;
  background: rgba(21, 102, 159, 0.95);
  border-bottom: 2px solid #1f7ead;
  color: white;
  font-size: 14px;
  line-height: 21px;
  display: block;
  position: relative;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a:focus,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a:hover,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a:focus,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a:hover {
  background: rgba(0, 58, 98, 0.95);
  color: #59b300;
  text-decoration: none;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a::after,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a:focus::after,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a:hover::after,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a::after,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a:focus::after,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a:hover::after {
  border-bottom: none;
  position: relative;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a.sf-with-ul,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a.sf-with-ul {
  padding: 12px 50px 12px 25px !important;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li a.sf-with-ul::after,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li a.sf-with-ul::after {
  content: "\f054";
  height: 11px;
  width: 11px;
  color: #59b300;
  font-family: 'FontAwesome';
  font-size: 11px;
  line-height: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 220px;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover a {
  padding: 12px 25px;
  background: rgba(0, 58, 98, 0.95);
  color: #59b300;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul {
  padding: 0;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li.sfhover li a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li.sfhover li a {
  background: rgba(0, 58, 98, 0.95);
  border-bottom: 2px solid rgba(31, 126, 173, 0.3);
  color: #fff;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li a:focus,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li a:hover,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li.sfhover li a:focus,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li.sfhover li a:hover,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li a:focus,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li a:hover,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li.sfhover li a:focus,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li.sfhover li a:hover {
  color: #59b300;
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li:last-child ul li a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li:last-child ul li a {
  border-bottom: 2px solid rgba(31, 126, 173, 0.3);
}
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li:last-child a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li:last-child ul li:last-child a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li ul li.sfhover ul li:last-child a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li:last-child a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li:last-child ul li:last-child a,
.navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul li.sfhover ul li:last-child a {
  border: none;
}
/* ie9 */
.ie9 .navigation-global.navbar .sf-menu.nav.navbar-nav li ul,
.ie9 .navigation-global.navbar .sf-menu.nav.navbar-nav li.sfhover ul {
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  body .navigation-global.navbar .nav.pull-left {
    right: -255px;
    -webkit-transition: right 0.25s ease;
    -moz-transition: right 0.25s ease;
    -ms-transition: right 0.25s ease;
    transition: right 0.25s ease;
  }
  body.mobile-menu .navigation-global.navbar .nav.pull-left {
    right: 0;
    z-index: 2000;
  }
  .navigation-global.navbar ul {
    margin-left: 0 !important;
  }
  .navigation-global.navbar .nav.pull-left,
  .navigation-global.navbar .nav.navbar-nav,
  .navigation-global.navbar .nav.navbar-nav li a.sf-menu-trig {
    margin: 0;
    display: block !important;
  }
  .navigation-global.navbar .nav.pull-left,
  .navigation-global.navbar .nav.navbar-nav {
    width: 255px;
  }
  .navigation-global.navbar .nav.pull-left {
    height: 100%;
    padding: 0 0 75px 0;
    background: #15669f;
    position: fixed;
    top: 0;
    overflow-y: auto;
    float: none;
  }
  .navigation-global.navbar .nav.pull-left li {
    margin: 0;
    padding: 0;
    background: none !important;
    border: none;
    text-transform: none;
    position: relative;
    float: none;
  }
  .navigation-global.navbar .nav.pull-left li a {
    padding: 16px 15px;
    border-bottom: 1px solid #1f7ead;
    color: #fff;
    line-height: 21px;
    position: relative;
    display: block;
  }
  .navigation-global.navbar .nav.pull-left li a:focus,
  .navigation-global.navbar .nav.pull-left li a:hover {
    text-decoration: none;
  }
  .navigation-global.navbar .nav.pull-left li ul li a {
    padding: 16px 60px 16px 30px;
    background: #005580;
  }
  .navigation-global.navbar .nav.pull-left li ul li a:focus,
  .navigation-global.navbar .nav.pull-left li ul li a:hover {
    background: #005580;
  }
  .navigation-global.navbar .nav.pull-left li ul li ul li a {
    padding: 17px 15px 17px 45px;
    background: #004466;
  }
  .navigation-global.navbar .nav.pull-left li ul li ul li a:focus,
  .navigation-global.navbar .nav.pull-left li ul li ul li a:hover {
    background: #004466;
  }
  .navigation-global.navbar .nav.pull-left li a.sf-menu-trig {
    height: 53px;
    width: 51px;
    background: #11527f;
  }
  .navigation-global.navbar .nav.pull-left li a.sf-menu-trig:focus,
  .navigation-global.navbar .nav.pull-left li a.sf-menu-trig:hover {
    background: #11527f;
  }
  .navigation-global.navbar .nav.pull-left li ul li a.sf-menu-trig {
    height: 53px;
    width: 51px;
    background: #043e66;
  }
  .navigation-global.navbar .nav.pull-left li ul li a.sf-menu-trig:focus,
  .navigation-global.navbar .nav.pull-left li ul li a.sf-menu-trig:hover {
    background: #043e66;
  }
  .navigation-global.navbar .nav.pull-left li a.sf-menu-trig {
    margin: 0;
    padding: 0;
    border-bottom: none;
    text-align: center;
    line-height: normal;
    position: absolute;
    top: 0;
    right: 0;
  }
  .navigation-global.navbar .nav.pull-left li a.sf-menu-trig p {
    height: 16px;
    width: 16px;
    margin: 0;
    color: #5aad00;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    display: block;
    position: absolute;
    top: 8px;
    right: 16px;
  }
  .navigation-global.navbar .nav.pull-left li ul {
    padding: 0 !important;
    position: relative;
  }
  .navigation-global.navbar .nav.pull-left li ul {
    display: none;
  }
  .navigation-global.navbar .nav.navbar-nav li a:focus::after,
  .navigation-global.navbar .nav.navbar-nav li a:hover::after,
  .navigation-global.navbar .nav.navbar-nav li.sfhover a::after,
  .navigation-global.navbar .nav.navbar-nav li a.current::after {
    border: none;
  }
  .navigation-global.navbar .nav.pull-right {
    width: 100%;
    margin: 0;
    padding: 15px 0 10px 0;
    float: none !important;
  }
  .navigation-global.navbar .nav.pull-right li {
    float: left;
  }
  .navigation-global.navbar .nav.pull-right li a {
    padding: 0;
  }
  .navigation-global.navbar .nav.pull-right li .navbar-form {
    width: 100%;
    margin: -6px 0 0 0;
    padding: 0;
  }
  .navigation-global.navbar .nav.pull-right li .navbar-form .form-group {
    margin: 0 5px 0 0;
    float: left;
  }
  .navigation-global.navbar .nav.pull-right li .navbar-form .form-control {
    width: 150px;
  }
  .navigation-global.navbar .nav.pull-right li .navbar-form a {
    height: 25px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    display: block;
    float: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .navigation-global.navbar .nav.pull-right li {
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    text-transform: none;
  }
}
/* top gradient, stock ticker */
.top-gradient {
  height: 32px;
  z-index:1;
  background: #004b74;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwNGI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY1OWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #004b74 1%, #00659d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #004b74), color-stop(100%, #00659d));
  background: -webkit-linear-gradient(top, #004b74 1%, #00659d 100%);
  background: -o-linear-gradient(top, #004b74 1%, #00659d 100%);
  background: -ms-linear-gradient(top, #004b74 1%, #00659d 100%);
  background: linear-gradient(to bottom, #004b74 1%, #00659d 100%);
  position: relative;
}
.top-gradient .row,
.top-gradient .col-md-12 {
  height: 32px;
}
.top-gradient .stockquote {
  height: 80px;
  width: 208px;
  padding: 13px 0 0 0;
  background-color: #333333;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  -webkit-box-shadow: 0px 0px 6px 0px #404040;
  -moz-box-shadow: 0px 0px 6px 0px #404040;
  box-shadow: 0px 0px 6px 0px #404040;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  background-image: url(http://www.calpine.com/Portals/_default/Skins/CalpineTheme/images/calpine-retail-image-link-167x52f.png?ver=2016-11-23-170846-833);
  background-repeat: no-repeat;
  background-position: center;
}
.top-gradient .stockquote ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-gradient .stockquote ul li {
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  position: relative;
}
.top-gradient .stockquote ul li:nth-child(1) {
  width: 100%;
  color: #7cbf1d;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-gradient .stockquote ul li:nth-child(3) {
  height: 14px;
  width: 14px;
}
.top-gradient .stockquote ul li:nth-child(3) .fa {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 1px;
}
/* header, logo, & brand message, hamburger */
header {
  height: 118px;
  position: relative;
}
header .brand {
  height: 118px;
  position: relative;
}
header .brand img {
  height: auto;
  width: 295px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .brand p {
  width: 432px;
  margin: 0;
  padding: 0 30px 0 0;
  color: #006699;
  font-size: 18px;
  line-height: 28.8px;
  line-height: 1.3;
  position: absolute;
  top: 33px;
  right: 1px;
}
header .hamburger {
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 13px;
  right: 13px;
  display: none;
}
header .hamburger .fa {
  font-size: 26px;
  color: #006699;
}
header .hamburger p {
  margin: -4px 0 0 0;
  color: #006699;
  font-size: 9px;
  line-height: normal;
}
header .hamburger:focus,
header .hamburger:hover {
  color: #006699;
  text-decoration: none;
}
/******************************************************/
/* slider banner homepage */
/* main parent container is image height (390) + navigation block height (65) */
.slider-home-banner {
  height: 458px;
  width: 100%;
  background: #ffffff;
}
.slider-home-banner .rsOverflow {
  height: 393px !important;
  width: 100% !important;
  margin: 0 0 5px 0;
}
.slider-home-banner .rsOverflow .rsContent {
  position: absolute;
}
.slider-home-banner .rsOverflow .rsContent .rs-block-container {
  height: 390px;
  width: 994px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider-home-banner .rsOverflow .rsContent .rsABlock {
  width: 500px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.7);
  top: 50px;
}
.slider-home-banner .rsOverflow .rsContent .rsABlock h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #5aad00;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.slider-home-banner .rsOverflow .rsContent .rsABlock .rsABlock-msg {
  color: #ffffff;
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 300;
}
.slider-home-banner .rsOverflow .rsContent .rsABlock .rsABlock-url {
  margin: 0;
  color: #5aad00;
  font-size: 13px;
  line-height: 20.8px;
  text-transform: uppercase;
}
.slider-home-banner .rsOverflow .rsContent .rsABlock .rsABlock-url .fa {
  font-size: 10px;
}
.slider-home-banner .rsOverflow .rsContent .rsABlock:focus,
.slider-home-banner .rsOverflow .rsContent .rsABlock:hover {
  text-decoration: none;
}
.slider-home-banner .rsNav {
  height: 60px;
  background: #5aad00;
}
.slider-home-banner .rsNav .rsThumbsContainer {
  width: 994px !important;
  margin: 0 auto;
}
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem {
  height: 60px;
  width: 248px;
  border-right: 1px solid #ffffff;
  position: relative;
  transition: background 0.2s ease;
}
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem .rsTmb {
  width: 100%;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem .rsTmb p {
  margin: 0;
  text-transform: uppercase;
}
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem:focus,
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem:hover {
  background: #22801a;
}
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem.rsNavSelected {
  background: #006699 !important;
}
.slider-home-banner .rsNav .rsThumbsContainer .rsNavItem:first-child {
  border-left: 1px solid #ffffff;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem:focus,
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem:hover {
    background: #5aad00;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem {
    width: 186px;
  }
}
.slider-home-banner .rsNav .rsThumbsContainer.two-slides {
  padding: 0 0 0 275px;
}
.slider-home-banner .rsNav .rsThumbsContainer.three-slides {
  padding: 0 0 0 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .slider-home-banner .rsNav .rsThumbsContainer.two-slides {
    padding: 0;
  }
  .slider-home-banner .rsNav .rsThumbsContainer.three-slides {
    padding: 0;
  }
}
/* slider careers page - featured opportunities */
.slider-feat-opps {
  height: 250px;
  width: 100%;
  background: transparent;
  color: #4d4d4d;
}
.slider-feat-opps .rsOverflow,
.slider-feat-opps .rsSlide {
  background: transparent;
  color: #4d4d4d;
}
.slider-feat-opps .rsArrow {
  height: 26px;
  width: 26px;
  z-index: 100;
}
.slider-feat-opps .rsArrow .rsArrowIcn {
  height: 26px;
  width: 26px;
  background-color: #b3b3b3;
}
.slider-feat-opps .rsArrow .rsArrowIcn:hover {
  background-color: #cccccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px) {
  .slider-feat-opps .rsArrow .rsArrowIcn:hover {
    background-color: #b3b3b3;
  }
}
.slider-feat-opps .rsArrowRight {
  top: auto !important;
  right: 0 !important;
  bottom: 3px !important;
  left: auto !important;
}
.slider-feat-opps .rsArrowRight .rsArrowIcn {
  background-position: -67px -67px !important;
}
.slider-feat-opps .rsArrowLeft {
  top: auto !important;
  right: 33px !important;
  bottom: 3px !important;
  left: auto !important;
}
.slider-feat-opps .rsArrowLeft .rsArrowIcn {
  background-position: -67px -35px !important;
}
.slider-feat-opps .rsBullets {
  width: 45%;
  background: transparent;
  text-align: right;
  left: auto !important;
  right: 73px;
  bottom: 14px;
}
.slider-feat-opps .rsBullets .rsBullet {
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0 4px;
}
.slider-feat-opps .rsBullets .rsBullet span {
  height: 10px;
  width: 10px;
  background: #006699;
}
.slider-feat-opps .rsBullets .rsBullet.rsNavSelected span {
  background: #5aad00;
}
/* slider careers page - why we work here */
.slider-why-work-here {
  height: 288px;
  width: 100%;
  margin: 8px 0 0 0;
  background: transparent;
  color: #4d4d4d;
  position: relative;
}
.slider-why-work-here .rsOverflow,
.slider-why-work-here .rsSlide {
  background: transparent;
  color: #4d4d4d;
}
.slider-why-work-here .why-work-here--asset {
  height: 288px;
  width: 100%;
}
.slider-why-work-here .why-work-here--asset .rsVideoContainer {
  height: 288px;
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
}
.slider-why-work-here .why-work-here--asset .rsVideoContainer .rsImg {
  height: 100%;
  width: auto;
}
.slider-why-work-here .rsArrow {
  height: 26px;
  width: 26px;
  z-index: 100;
}
.slider-why-work-here .rsArrow .rsArrowIcn {
  height: 26px;
  width: 26px;
  background-color: #b3b3b3;
}
.slider-why-work-here .rsArrow .rsArrowIcn:hover {
  background-color: #cccccc;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px) {
  .slider-why-work-here .rsArrow .rsArrowIcn:hover {
    background-color: #b3b3b3;
  }
}
.slider-why-work-here .rsArrowRight {
  top: auto !important;
  right: 0 !important;
  bottom: 3px !important;
  left: auto !important;
}
.slider-why-work-here .rsArrowRight .rsArrowIcn {
  background-position: -67px -67px !important;
}
.slider-why-work-here .rsArrowLeft {
  top: auto !important;
  right: 33px !important;
  bottom: 3px !important;
  left: auto !important;
}
.slider-why-work-here .rsArrowLeft .rsArrowIcn {
  background-position: -67px -35px !important;
}
.slider-why-work-here .rsBullets {
  width: 18%;
  background: transparent;
  text-align: right;
  left: auto !important;
  right: 73px;
  bottom: 14px;
}
.slider-why-work-here .rsBullets .rsBullet {
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0 4px;
}
.slider-why-work-here .rsBullets .rsBullet span {
  height: 10px;
  width: 10px;
  background: #006699;
}
.slider-why-work-here .rsBullets .rsBullet.rsNavSelected span {
  background: #5aad00;
}
/* slider gallery with captions */
.slider-gallery-with-captions {
  height: 325px;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
}
.slider-gallery-with-captions .rsContent {
  position: static;
}
.slider-gallery-with-captions .rsArrowIcn {
  height: 40px;
  width: 40px;
  margin: 0;
  top: 0;
  left: 0;
  background: none !important;
}
.slider-gallery-with-captions .rsArrowLeft {
  height: 40px;
  width: 40px;
  top: 130px !important;
  left: 5px !important;
}
.slider-gallery-with-captions .rsArrowLeft .rsArrowIcn::after {
  content: "\f104";
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 50px;
  position: absolute;
  top: 7px;
  left: 9px;
}
.slider-gallery-with-captions .rsArrowRight {
  height: 40px;
  width: 40px;
  top: 130px !important;
  right: 5px !important;
}
.slider-gallery-with-captions .rsArrowRight .rsArrowIcn::after {
  content: "\f105";
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 50px;
  position: absolute;
  top: 7px;
  left: 13px;
}
.slider-gallery-with-captions .gallery-caption {
  height: 95px;
  width: 100%;
  padding: 15px;
  background: rgba(0, 102, 153, 0.75);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.slider-gallery-with-captions .gallery-caption p {
  margin: 0;
}
.slider-gallery-with-captions .gallery-caption .gallery-total {
  position: absolute;
  bottom: 9px;
  right: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-feat-opps {
    height: 210px;
  }
  .slider-why-work-here {
    height: 610px;
    margin: 8px 0 15px 0;
  }
  .slider-why-work-here .why-work-here--asset {
    height: 432px;
  }
  .slider-why-work-here .why-work-here--asset .rsVideoContainer {
    height: 432px;
  }
  .slider-gallery-with-captions {
    height: 492px;
  }
  .slider-gallery-with-captions .rsContent {
    position: absolute;
  }
  .slider-gallery-with-captions .rsArrowLeft,
  .slider-gallery-with-captions .rsArrowRight {
    top: 220px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .slider-feat-opps {
    height: 260px;
  }
  .slider-why-work-here {
    height: 530px;
    margin: 8px 0 15px 0;
  }
  .slider-why-work-here .why-work-here--asset {
    height: 337px;
  }
  .slider-why-work-here .why-work-here--asset .rsVideoContainer {
    height: 337px;
  }
  .slider-feat-opps .rsArrow,
  .slider-why-work-here .rsArrow {
    display: none !important;
  }
  .slider-feat-opps .rsBullets,
  .slider-why-work-here .rsBullets {
    width: 30%;
    right: 0;
  }
  .slider-gallery-with-captions {
    height: 379px;
  }
  .slider-gallery-with-captions .rsContent {
    position: absolute;
  }
  .slider-gallery-with-captions .rsArrowLeft,
  .slider-gallery-with-captions .rsArrowRight {
    top: 150px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .slider-feat-opps {
    height: 370px;
  }
  .slider-why-work-here {
    height: 460px;
    margin: 8px 0 15px 0;
  }
  .slider-why-work-here .why-work-here--asset {
    height: 180px;
  }
  .slider-why-work-here .why-work-here--asset .rsVideoContainer {
    height: 180px;
  }
  .slider-feat-opps .rsArrow,
  .slider-why-work-here .rsArrow {
    display: none !important;
  }
  .slider-feat-opps .rsBullets,
  .slider-why-work-here .rsBullets {
    width: 30%;
    right: 0;
  }
  .slider-gallery-with-captions {
    height: 353px;
  }
  .slider-gallery-with-captions .rsOverflow {
    height: 353px !important;
  }
  .slider-gallery-with-captions .rsContent {
    position: absolute;
  }
  .slider-gallery-with-captions .rsImg {
    width: 290px !important;
    height: 193px !important;
    margin-left: 0 !important;
  }
  .slider-gallery-with-captions .rsSide {
    overflow: visible !important;
  }
  .slider-gallery-with-captions .rsArrowLeft,
  .slider-gallery-with-captions .rsArrowRight {
    display: none !important;
  }
  .slider-gallery-with-captions .gallery-caption {
    height: 160px;
  }
  .slider-gallery-with-captions .gallery-caption .gallery-total {
    margin: -5px 0 0 0;
  }
}
/******************************************************/
.home-pattern {
  padding: 15px 0 0 0;

}
/* general content styles */
.content-gen {
  padding: 15px 0 30px 0;
  background: #ffffff url(images/background-pattern.jpg) repeat left top;
}
.content-gen h2 {
  margin: 0 0 12px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.content-gen h5 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}
.content-gen h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.content-gen p {
  margin: 0 0 15px 0;
}
.content-gen p a {
  color: #006699;
}
.content-gen p strong,
.content-gen p b {
  color: #22801a;
}
.content-gen .right-sidebar {
  margin-top: -15px;
}
.content-gen .right-sidebar p img {
  margin: 0;
}
.content-gen .right-sidebar ul li a {
  text-decoration: none !important;
}
.content-gen .right-sidebar ul li a:hover {
  text-decoration: underline !important;
}
.content-gen .right-sidebar .mod-wht-content a {
  color: #006699;
}
.content-gen .right-sidebar .mod-wht-content .btn-cta.btn-blue {
  color: #ffffff;
}
.content-gen .img-sma,
.content-gen .img-med,
.content-gen .img-lrg {
  height: auto;
}
.content-gen .img-sma.pull-left,
.content-gen .img-med.pull-left,
.content-gen .img-lrg.pull-left {
  margin: 6px 35px 15px 0;
}
.content-gen .img-sma.pull-right,
.content-gen .img-med.pull-right,
.content-gen .img-lrg.pull-right {
  margin: 6px 0 15px 35px;
}
.content-gen .img-sma {
  width: 25%;
}
.content-gen .img-med {
  width: 50%;
}
.content-gen .img-lrg {
  width: 75%;
}
.content-gen .img-full {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .content-gen .img-lrg {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .content-gen .img-sma,
  .content-gen .img-med {
    width: 100%;
  }
}
/******************************************************/
/* general template content styles */
.tplate {
  /* DNN default search overrides */
}
.tplate .page-title {
  margin: 0 0 20px 0;
}
.tplate h1 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 34px;
}
.tplate h2 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.tplate h3 {
  margin: 35px 0 8px 0;
  padding: 0;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.tplate h4 {
  margin: 35px 0 8px 0;
  padding: 0;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
}
.tplate h5 {
  margin: 0 0 8px 0;
  padding: 0;
  border-bottom: none;
  color: #4d4d4d;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.tplate h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.tplate p a {
  text-decoration: underline;
  font-weight: normal;
}
.tplate p a:hover {
  text-decoration: none;
}
.tplate p a.btn-cta {
  color: #ffffff;
  text-decoration: none;
}
.tplate p a.btn-cta.inline {
  margin: 0 20px 20px 0;
  float: left;
}
.tplate ul,
.tplate ol {
  margin-right: 30px;
  margin-bottom: 15px;
}
.tplate ul li,
.tplate ol li {
  margin: 5px 0 10px 0;
}
.tplate ol {
  list-style-type: decimal-leading-zero;
  margin-left: 5px;
}
.tplate .dnnSearchResultPanel,
.tplate .dnnSearchResultAdvancedTip,
.tplate .dnnSearchBox_advanced {
  display: none;
}
.tplate .dnnSearchBoxPanel {
  padding: 0 0 10px 0;
  background: transparent;
}
.tplate .dnnSearchBoxPanel .dnnSearchBox {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tplate .dnnSearchBoxPanel .dnnSearchBox .dnnSearchBoxClearAdvanced,
.tplate .dnnSearchBoxPanel .dnnSearchBox .dnnSearchBoxClearText {
  display: none;
}
.tplate .dnnSearchBoxPanel .dnnSearchBox > input[type="text"] {
  height: 1.8em;
  width: 95% !important;
  padding: 2px 5px;
  margin: 0 3px 0 0;
  border-top: 1px solid #808080;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  left: 0;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .tplate .dnnSearchBoxPanel .dnnSearchBox > input[type="text"] {
    width: 75% !important;
  }
}
.tplate .dnnSearchBoxPanel .dnnSearchBox > a.dnnSearchButton {
  height: 25px;
  width: 25px;
  margin: 0;
  background: transparent url(http://dnnt93026.azurewebsites.net/Portals/_default/Skins/CalpineTheme/images/calpine-search-icon.jpg?ver=2015-09-04-183634-583) no-repeat 0 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 23px;
  text-indent: -9999px;
  position: relative;
  top: 0;
  display: block;
  float: left;
}
.tplate .dnnSearchResultContainer {
  min-height: 320px;
  margin-top: 15px;
}
.tplate .dnnSearchResultItem {
  padding: 30px 0 0 0;
  border-top: 1px solid #cccccc;
}
.tplate .dnnSearchResultItem:first-child {
  padding: 0;
  border-top: none;
}
.tplate .dnnSearchResultItem .dnnSearchResultItem-Link,
.tplate .dnnSearchResultItem .dnnSearchResultItem-Others + .dnnSearchResultItem-Others {
  display: none;
}
.tplate .dnnSearchResultPager {
  padding: 20px 0 15px 0;
}
.tplate .dnnSearchResultPager span {
  margin: 0;
}
.tplate .dnnSearchResultPager .dnnRight span {
  margin-right: 10px;
}
.tplate .dnnSearchResultPager.dnnSearchResultPagerTop {
  margin: 20px 0;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
.tplate .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
  color: #006699;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
.tplate .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title a {
  font-size: 18px;
  font-weight: 700;
}
ul.searchSkinObjectPreview {
  display: none !important;
}
/******************************************************/
/* when interior page has no image banner */
.gen-temp {
  border-top: 1px solid #d9d9d9;
}
/******************************************************/
/* generic template styles */
/* left navigation */
.tplate-with-leftnav {
  background: #ffffff url(images/background-leftnav.gif) repeat-y 0 0;
}
.tplate-with-leftnav .col-leftnav {
  margin: 20px -15px 20px 0;
  padding: 0 15px;
}
.tplate-with-leftnav .col-leftnav.leftnav {
  display: block;
}
.tplate-with-leftnav .col-leftnav .leftnav-mobile-trig {
  display: none;
}
.tplate-with-leftnav .col-leftnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tplate-with-leftnav .col-leftnav ul li a {
  padding: 5px 25px 5px 20px;
  display: block;
}
.tplate-with-leftnav .col-leftnav ul li a:visited {
  color: #006699;
}
.tplate-with-leftnav .col-leftnav ul li a .fa {
  color: rgba(0, 0, 0, 0.3);
}
.tplate-with-leftnav .col-leftnav ul li a:hover {
  border-left: 10px solid #bfc9d3;
  text-decoration: none;
}
.tplate-with-leftnav .col-leftnav ul li.current > a {
  background: #cfd9e3;
  border-left: 10px solid #bfc9d3;
}
.tplate-with-leftnav .col-leftnav ul li a:hover,
.tplate-with-leftnav .col-leftnav ul li.current > a {
  padding: 5px 25px 5px 10px;
  color: #006699;
}
.tplate-with-leftnav .col-leftnav ul li,
.tplate-with-leftnav .col-leftnav ul ul ul,
.tplate-with-leftnav .col-leftnav ul ul ul ul {
  margin: 0;
  padding: 0;
}
.tplate-with-leftnav .col-leftnav ul ul li a {
  padding: 5px 25px 5px 35px;
  color: #4d4d4d;
}
.tplate-with-leftnav .col-leftnav ul ul li a:visited {
  color: #4d4d4d;
}
.tplate-with-leftnav .col-leftnav ul ul li a:hover,
.tplate-with-leftnav .col-leftnav ul ul li.current > a {
  padding: 5px 25px;
}
.tplate-with-leftnav .col-leftnav ul ul ul li a {
  padding: 5px 25px 5px 50px;
}
.tplate-with-leftnav .col-leftnav ul ul ul li a:hover,
.tplate-with-leftnav .col-leftnav ul ul ul li.current > a {
  padding: 5px 25px 5px 40px;
}
.tplate-with-leftnav .col-leftnav ul ul ul ul li a {
  padding: 5px 25px 5px 65px;
}
.tplate-with-leftnav .col-leftnav ul ul ul ul li a:hover,
.tplate-with-leftnav .col-leftnav ul ul ul ul li.current > a {
  padding: 5px 25px 5px 55px;
}
.tplate-with-leftnav .col-leftnav + div {
  padding-right: 0;
  padding-left: 30px;
  background: #ffffff;
}
.tplate-with-leftnav .leftnav-content-gen .page-title {
  margin: 0 0 20px 0;
}
.tplate-with-leftnav .leftnav-content-gen h1 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 34px;
}
.tplate-with-leftnav .leftnav-content-gen h2 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.tplate-with-leftnav .leftnav-content-gen h2.no-border {
  margin: 0;
  border-bottom: none;
}
.tplate-with-leftnav .leftnav-content-gen h3 {
  margin: 35px 0 8px 0;
  padding: 0;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.tplate-with-leftnav .leftnav-content-gen hr + h3 {
  margin-top: 20px;
}
.tplate-with-leftnav .leftnav-content-gen h4 {
  margin: 35px 0 8px 0;
  padding: 0;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 20px;
}
.tplate-with-leftnav .leftnav-content-gen hr + h4 {
  margin-top: 20px;
}
.tplate-with-leftnav .leftnav-content-gen h5 {
  margin: 0 0 8px 0;
  padding: 0;
  border-bottom: none;
  color: #4d4d4d;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.tplate-with-leftnav .leftnav-content-gen h6 {
  margin: 0 0 8px 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.tplate-with-leftnav .leftnav-content-gen p a {
  text-decoration: underline;
  font-weight: normal;
}
.tplate-with-leftnav .leftnav-content-gen p a:hover {
  text-decoration: none;
}
.tplate-with-leftnav .leftnav-content-gen p a.btn-cta {
  color: #ffffff;
  text-decoration: none;
}
.tplate-with-leftnav .leftnav-content-gen p a.inline {
  margin: 0 20px 20px 0;
  float: left;
}
.tplate-with-leftnav .leftnav-content-gen p strong,
.tplate-with-leftnav .leftnav-content-gen p b {
  color: #5aad00;
}
.tplate-with-leftnav .leftnav-content-gen ul {
  list-style-type: disc;
}
.tplate-with-leftnav .leftnav-content-gen ul,
.tplate-with-leftnav .leftnav-content-gen ol {
  margin-left: 40px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.tplate-with-leftnav .leftnav-content-gen ul li,
.tplate-with-leftnav .leftnav-content-gen ol li {
  margin: 5px 0 10px 0;
}
.tplate-with-leftnav .leftnav-content-gen ul li a,
.tplate-with-leftnav .leftnav-content-gen ol li a {
  color: #006699;
  text-decoration: underline;
}
.tplate-with-leftnav .leftnav-content-gen ul li a:hover,
.tplate-with-leftnav .leftnav-content-gen ol li a:hover {
  text-decoration: none;
}
.tplate-with-leftnav .leftnav-content-gen ul li strong,
.tplate-with-leftnav .leftnav-content-gen ol li strong,
.tplate-with-leftnav .leftnav-content-gen ul li b,
.tplate-with-leftnav .leftnav-content-gen ol li b {
  color: #5aad00;
}
.tplate-with-leftnav .leftnav-content-gen ol {
  list-style-type: decimal-leading-zero;
  margin-left: 5px;
}
.tplate-with-leftnav .leftnav-content-gen table {
  margin: 30px 0;
}
.tplate-with-leftnav .leftnav-content-gen table strong,
.tplate-with-leftnav .leftnav-content-gen table b {
  color: #5aad00;
}
.tplate-with-leftnav .leftnav-content-gen .img-sma,
.tplate-with-leftnav .leftnav-content-gen .img-med,
.tplate-with-leftnav .leftnav-content-gen .img-lrg {
  height: auto;
}
.tplate-with-leftnav .leftnav-content-gen .img-sma.pull-left,
.tplate-with-leftnav .leftnav-content-gen .img-med.pull-left,
.tplate-with-leftnav .leftnav-content-gen .img-lrg.pull-left {
  margin: 6px 35px 15px 0;
}
.tplate-with-leftnav .leftnav-content-gen .img-sma.pull-right,
.tplate-with-leftnav .leftnav-content-gen .img-med.pull-right,
.tplate-with-leftnav .leftnav-content-gen .img-lrg.pull-right {
  margin: 6px 0 15px 35px;
}
.tplate-with-leftnav .leftnav-content-gen .img-sma {
  width: 25%;
}
.tplate-with-leftnav .leftnav-content-gen .img-med {
  width: 50%;
}
.tplate-with-leftnav .leftnav-content-gen .img-lrg {
  width: 75%;
}
.tplate-with-leftnav .leftnav-content-gen .img-full {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .tplate-with-leftnav .leftnav-content-gen .img-lrg {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .tplate-with-leftnav .leftnav-content-gen .img-sma,
  .tplate-with-leftnav .leftnav-content-gen .img-med {
    width: 100%;
  }
}
.tplate-with-leftnav .leftnav-content-gen .icon-sm {
  height: auto;
  width: 31px;
  margin: 0 15px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .tplate-with-leftnav .col-leftnav {
    margin: 0;
    padding: 0 15px;
  }
  .tplate-with-leftnav .col-leftnav .leftnav-mobile-trig {
    padding: 16px 40px 16px 15px;
    background: #d9d9d9;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;
    position: relative;
    display: block;
  }
  .tplate-with-leftnav .col-leftnav .leftnav-mobile-trig .fa {
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .tplate-with-leftnav .col-leftnav ul {
    margin: 0;
    padding: 0;
  }
  .tplate-with-leftnav .col-leftnav ul.leftnav {
    display: none;
  }
  .tplate-with-leftnav .col-leftnav ul li a,
  .tplate-with-leftnav .col-leftnav ul ul li a,
  .tplate-with-leftnav .col-leftnav ul ul ul li a,
  .tplate-with-leftnav .col-leftnav ul ul ul ul li > a {
    padding: 16px 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #4d4d4d;
  }
  .tplate-with-leftnav .col-leftnav ul li a:hover,
  .tplate-with-leftnav .col-leftnav ul li.current > a {
    padding: 16px 15px;
    border-left: none;
    color: #4d4d4d;
  }
  .tplate-with-leftnav .col-leftnav ul li.current > a {
    background: #cfd9e3 !important;
    color: #006699;
  }
  .tplate-with-leftnav .col-leftnav ul ul li a,
  .tplate-with-leftnav .col-leftnav ul ul li a:hover,
  .tplate-with-leftnav .col-leftnav ul ul li.current > a {
    padding: 16px 15px 16px 30px;
    background: #dbdbdb;
  }
  .tplate-with-leftnav .col-leftnav ul ul ul li a,
  .tplate-with-leftnav .col-leftnav ul ul ul li a:hover,
  .tplate-with-leftnav .col-leftnav ul ul ul li.current > a {
    padding: 16px 15px 16px 45px;
    background: #d1d1d1;
  }
  .tplate-with-leftnav .col-leftnav ul ul ul ul li a,
  .tplate-with-leftnav .col-leftnav ul ul ul ul li a:hover,
  .tplate-with-leftnav .col-leftnav ul ul ul ul li.current > a {
    padding: 16px 15px 16px 60px;
    background: #c7c7c7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .safety-policy {
    margin-bottom: 30px;
  }
  .safety-policy img {
    margin: 0 10px 0 0;
    width: 21px;
  }
}
.L2_Our_Locations .content-gen img {
  height: auto;
  width: 100%;
}
.L2_Our_Locations .content-gen a img {
  height: auto;
  width: auto;
}
/******************************************************/
/* sub-page banners */
.sp-banner {
  height: 300px;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .sp-banner {
    height: 150px;
  }
}
/******************************************************/
/* breadcrumbs */
.breadcrumbs-container {
  margin: 10px 0;
  padding: 3px 0 0 0;
  color: #808080;
  font-size: 13px;
}
.breadcrumbs-container a {
  margin: 0 0 0 5px;
  padding: 0 6px 0 0;
  color: #006699;
  line-height: normal;
  display: inline-block;
}
.breadcrumbs-container a:first-child {
  margin: 0;
}
.breadcrumbs-container span a:last-child {
  color: #4d4d4d;
}
/******************************************************/
/* page excerpts */
.page-excerpt {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 45px 0;
  background-image: url(images/background-page-excerpt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-excerpt h5 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #5aad00;
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .page-excerpt h5 {
    line-height: 1.3;
  }
}
.page-excerpt p,
.page-excerpt a {
  margin: 0;
  font-size: 18px;
  line-height: 28.8px;
}
.page-excerpt a {
  color: #4d4d4d;
  text-decoration: underline;
}
.page-excerpt a:hover {
  text-decoration: none;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .page-excerpt a:hover {
    text-decoration: underline;
  }
}
.page-excerpt .breadcrumbs-container {
  margin: 10px 0 45px -5px;
}
.page-excerpt .breadcrumbs-container a {
  margin: 0 0 0 5px;
  padding: 0 6px 0 0;
  color: #006699;
  font-size: 14px;
  line-height: 22.4px;
  line-height: normal;
  text-decoration: none;
  display: inline-block;
}
.page-excerpt .breadcrumbs-container a:hover {
  text-decoration: underline;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .page-excerpt .breadcrumbs-container a:hover {
    text-decoration: none;
  }
}
.page-excerpt .breadcrumbs-container span a:last-child {
  color: #4d4d4d;
}
/******************************************************/
/* call to action buttons */
.btn-cta {
  height: 38px;
  padding: 0 42px 0 14px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 38px;
  display: inline-block;
  position: relative;
}
.btn-cta .fa {
  height: 38px;
  width: 30px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-cta.btn-green {
  background: #5aad00;
  color: #ffffff;
  transition: background 0.2s ease;
}
.btn-cta.btn-green .fa {
  background: #22801a;
}
.btn-cta.btn-green:focus,
.btn-cta.btn-green:hover {
  background: #22801a;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .btn-cta.btn-green:focus,
  .btn-cta.btn-green:hover {
    background: #5aad00;
  }
}
.btn-cta.btn-blue {
  background: #0088cc;
  color: #ffffff;
  transition: background 0.2s ease;
}
.btn-cta.btn-blue .fa {
  background: #006699;
}
.btn-cta.btn-blue:focus,
.btn-cta.btn-blue:hover {
  background: #006699;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .btn-cta.btn-blue:focus,
  .btn-cta.btn-blue:hover {
    background: #0088cc;
  }
}
.btn-cta.btn-blue + .btn-cta.btn-blue {
  margin-left: 15px;
}
.btn-cta:focus,
.btn-cta:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-cta.btn-input {
  margin: 30px 0 15px 0;
  padding: 0 20px;
  background: #006699;
  text-align: center;
  transition: background 0.2s ease;
  float: right;
}
.btn-cta.btn-input:focus,
.btn-cta.btn-input:hover {
  background: #0088cc;
}
.btn-cta.btn-input:focus,
.btn-cta.btn-input:active {
  box-shadow: none !important;
  border-color: transparent !important;
}
/******************************************************/
/* grey module containers */
.mod-gry {
  width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #e6e6e6;
  float: left;
}
.mod-gry h2 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid rgba(90, 173, 0, 0.3);
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}
.mod-gry h2.with-icon {
  position: relative;
}
.mod-gry h2.icon-leaf {
  padding-left: 40px;
  background: transparent url(images/icon-leaf.svg) no-repeat 0 0;
  background-size: 26px;
}
.mod-gry h2.icon-bulb {
  padding-left: 30px;
  background: transparent url(images/icon-lightbulb.svg) no-repeat 0 0;
  background-size: 21px;
}
.mod-gry h2.icon-build {
  padding-left: 50px;
  background: transparent url(images/icon-buildings.svg) no-repeat 0 0;
  background-size: 40px;
}
.mod-gry.img-lft .gry-img {
  float: left;
}
.mod-gry.img-lft .gry-con {
  float: right;
}
.mod-gry.img-rgt .gry-img {
  float: right;
}
.mod-gry.img-rgt .gry-con {
  float: left;
}
.mod-gry.mod-gry-a .gry-img {
  height: 344px;
  overflow: hidden;
}
.mod-gry.mod-gry-b .gry-img {
  height: 270px;
  overflow: hidden;
}
.mod-gry.mod-gry-c {
  margin-bottom: 0;
}
.mod-gry.mod-gry-c .gry-img {
  height: 247px;
  overflow: hidden;
}
.mod-gry .gry-img,
.mod-gry .gry-con {
  width: 300px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .mod-gry .gry-con {
    width: 285px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mod-gry .gry-con {
    width: 390px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-gry.mod-gry-a .gry-img {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .mod-gry.mod-gry-b .gry-img,
  .mod-gry.mod-gry-c .gry-img {
    height: auto;
    width: 100%;
    margin-top: 15px;
  }
  .mod-gry .gry-con {
    width: 100%;
  }
}
/* grey module containers with green headers */
.mod-gry--title {
  max-height: 492px;
    min-height: 490px;
  width: 100%;
  padding: 0 0 45px 0;
  background-color: #e6e6e6;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
}
.mod-gry--title .mod-gry--title-heading {
  padding: 15px;
  background: #22801a;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.mod-gry--title .mod-gry--title-heading h2,
.mod-gry--title .mod-gry--title-heading h2 span {
  margin: 0;
  padding: 0;
  border: none;
  color: #ffffff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.mod-gry--title .mod-gry--title-content {
  padding: 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.mod-gry--title .mod-gry--title-content img {
  width: 100%;
  margin: 0 0 15px 0;
}
.mod-gry--title .mod-gry--title-content .btn-cta {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.L1_Leadership .mod-gry--title {
  min-height: 300px;
}
.L1_Leadership .mod-gry--title .mod-gry--title-heading h2 {
  font-size: 16px;
}
/* white horizontal module containers */
.mod-wht--honz-container {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #d9d9d9;
}
.mod-wht--honz-container .mod-wht--honz-item {
  min-height: 320px;
  padding: 0 0 45px 0;
  position: relative;
}
.mod-wht--honz-container .mod-wht--honz-item h2 {
  color: #006699;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  border: none;
}
.mod-wht--honz-container .mod-wht--honz-item .btn-cta {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-wht--honz-container .mod-wht--honz-item {
    min-height: 1px !important;
    padding: 0;
  }
  .mod-wht--honz-container .mod-wht--honz-item .btn-cta {
    position: relative;
  }
  .mod-wht--honz-container .col-md-4 + .col-md-4 .mod-wht--honz-item {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #d9d9d9;
  }
}
/* white sidebar module containers */
.mod-wht {
  width: 100%;
  margin: 15px 0;
  float: left;
}
.mod-wht .mod-wht-title {
  margin: 0 0 5px 0;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.mod-wht .mod-wht-title h3,
.mod-wht .mod-wht-title h3 span {
  margin: 0;
  padding: 0;
  color: #006699;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.mod-wht .mod-wht-content {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
.mod-wht .mod-wht-content ul.list-bordered {
  list-style-type: none !important;
  margin: 0;
}
.mod-wht .mod-wht-content ul.list-bordered li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(90, 173, 0, 0.3);
  position: relative;
  /* investor information stock ticker */
  /* possible temporary styles */
  /* end possible temporary styles */
}
.mod-wht .mod-wht-content ul.list-bordered li p {
  margin: 0;
}
.mod-wht .mod-wht-content ul.list-bordered li p .fa {
  height: auto;
  width: auto;
  color: #4d4d4d;
  position: relative;
  top: -1px;
  left: auto;
}
.mod-wht .mod-wht-content ul.list-bordered li a {
  color: #006699;
}
.mod-wht .mod-wht-content ul.list-bordered li:first-child {
  padding: 0 0 10px 0;
}
.mod-wht .mod-wht-content ul.list-bordered li:last-child {
  padding: 10px 0 0 0;
  border-bottom: none;
}
.mod-wht .mod-wht-content p.p-bordered {
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(90, 173, 0, 0.3);
}
.mod-wht .mod-wht-content .btn-cta + .btn-cta {
  margin: 15px 0 0 0;
}
.mod-wht .mod-wht-content .home-list-investor-information ul {
  margin-bottom: 15px;
}
.mod-wht .mod-wht-content .home-list-investor-information ul li a {
  margin: 0 0 0 23px;
  display: inline-block;
}
.mod-wht .mod-wht-content .home-list-investor-information ul li .fa {
  height: 20px;
  width: 20px;
  color: #5aad00;
  position: absolute;
  top: 13px;
  left: 0;
}
.mod-wht .mod-wht-content #dnn_ctr595_View_rssfeed {
  margin-bottom: 15px;
}
/******************************************************/
/* image background call to action modules */
/* images are dropped into the html, not set as backgrounds */
.mod-img {
  height: 210px;
  overflow: hidden;
}
.mod-img a {
  height: 210px;
  width: 100%;
  color: #ffffff;
  display: block;
  position: relative;
}
.mod-img img {
  height: auto;
  width: 100%;
}
.mod-img .mod-img--link {
  height: 60px;
  width: 100%;
  background: #0088cc;
  position: absolute;
  bottom: 0;
  z-index: 2;
  transition: background 0.2s ease;
}
.mod-img:hover .mod-img--link {
  background: #006699;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-img:hover .mod-img--link {
    background: #0088cc;
  }
}
.mod-img p,
.mod-img span {
  margin: 0;
}
.mod-img p {
  padding: 0 60px 0 15px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mod-img span {
  height: 60px;
  width: 45px;
  background: #006699;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.mod-img span .fa {
  font-size: 26px;
  line-height: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-6:nth-child(1) .mod-img,
  .col-sm-6:nth-child(2) .mod-img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .col-sm-6 .mod-img {
    margin-bottom: 30px;
  }
  .col-sm-6:nth-child(4) .mod-img {
    margin-bottom: 0;
  }
}
/******************************************************/
/* homepage styles */
.home .mod-wht .btn-cta.btn-blue {
  margin-top: 15px;
}
/******************************************************/
/* operations page - operations module image background boxes */
.mod-operations--container {
  margin: 15px 0;
}
.mod-operations--container .mod-operations--item:nth-child(4),
.mod-operations--container .mod-operations--item:nth-child(5),
.mod-operations--container .mod-operations--item:nth-child(6) {
  margin: 30px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mod-operations--container .mod-operations--item:nth-child(3) {
    margin: 30px 0 0 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-operations--container .mod-operations--item:nth-child(1) {
    margin: 15px 0 0 0;
  }
  .mod-operations--container .mod-operations--item:nth-child(2),
  .mod-operations--container .mod-operations--item:nth-child(3) {
    margin: 30px 0 0 0;
  }
}
/* two widths, 408px and 308px */
.mod-operations--a {
  width: 408px;
  padding: 0 15px;
  position: relative;
  float: left;
}
.mod-operations--b {
  width: 308px;
  padding: 0 15px;
  position: relative;
  float: left;
}
.mod-operations--a .mod-img,
.mod-operations--b .mod-img {
  height: 260px;
  position: relative;
}
.mod-operations--a .mod-img .mod-img--link,
.mod-operations--b .mod-img .mod-img--link {
  position: absolute;
  top: 200px;
  bottom: auto;
  transition: top 0.25s ease;
}
.mod-operations--a .mod-img .mod-img--link p,
.mod-operations--b .mod-img .mod-img--link p,
.mod-operations--a .mod-img .mod-img--link .fa,
.mod-operations--b .mod-img .mod-img--link .fa {
  color: #ffffff;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-operations--a .mod-img .mod-img--link,
  .mod-operations--b .mod-img .mod-img--link {
    transition: none;
  }
}
.mod-operations--a .mod-img .mod-operations--content,
.mod-operations--b .mod-img .mod-operations--content {
  height: 260px;
  width: 100%;
  padding: 80px 15px 15px 15px;
  background: rgba(0, 51, 77, 0.92);
  position: absolute;
  top: 260px;
  z-index: 1;
  transition: top 0.25s ease, padding 0.45s ease;
}
.mod-operations--a .mod-img .mod-operations--content p,
.mod-operations--b .mod-img .mod-operations--content p,
.mod-operations--a .mod-img .mod-operations--content a,
.mod-operations--b .mod-img .mod-operations--content a {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-transform: none;
  display: inline-block;
  position: static;
  top: auto;
  bottom: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.mod-operations--a .mod-img .mod-operations--content p:nth-child(2),
.mod-operations--b .mod-img .mod-operations--content p:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 15px;
  transition: bottom 0.35s ease;
}
.mod-operations--a .mod-img .mod-operations--content p:nth-child(2) .fa,
.mod-operations--b .mod-img .mod-operations--content p:nth-child(2) .fa {
  position: absolute;
  top: 4px;
  right: -13px;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-operations--a .mod-img .mod-operations--content p:nth-child(2):hover,
  .mod-operations--b .mod-img .mod-operations--content p:nth-child(2):hover {
    text-decoration: underline;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-operations--a .mod-img .mod-operations--content,
  .mod-operations--b .mod-img .mod-operations--content {
    transition: none;
  }
}
.mod-operations--a .mod-img:hover .mod-img--link,
.mod-operations--b .mod-img:hover .mod-img--link {
  background: #0088cc;
  top: 0;
}
.mod-operations--a .mod-img:hover .mod-operations--content,
.mod-operations--b .mod-img:hover .mod-operations--content {
  padding: 75px 15px 15px 15px;
  top: 0;
  bottom: auto;
}
.mod-operations--a .mod-img:hover .mod-operations--content p:nth-child(2),
.mod-operations--b .mod-img:hover .mod-operations--content p:nth-child(2) {
  bottom: 15px;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-operations--a .mod-img:hover .mod-img--link,
  .mod-operations--b .mod-img:hover .mod-img--link {
    background: #0088cc;
    top: 200px;
  }
  .mod-operations--a .mod-img:hover .mod-operations--content,
  .mod-operations--b .mod-img:hover .mod-operations--content {
    padding: 75px 15px 15px 15px;
    top: 260px;
  }
}
.L2_Plant_Locations .leftnav-content-gen p > img {
  height: auto;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .mod-operations--a {
    width: 376px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mod-operations--a,
  .mod-operations--b {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .mod-operations--a,
  .mod-operations--b {
    width: 100%;
  }
}
/******************************************************/
/* careers styles */
.contain--who-we-hire h2,
.contain--feat-opps h2,
.contain--why-work-here h2 {
  color: #5aad00;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.contain--who-we-hire h6,
.contain--feat-opps h6,
.contain--why-work-here h6 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}
/* careers styles */
.contain--who-we-hire p {
  margin: 4px 0;
}
.contain--who-we-hire p a {
  position: relative;
}
.contain--who-we-hire p a .fa {
  position: absolute;
  top: 3px;
  right: -13px;
}
/* careers styles */
.contain--feat-opps {
  position: relative;
}
.contain--feat-opps .btn-cta {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
/* careers styles */
.contain--why-work-here {
  margin: 0 0 30px 0;
}
.contain--why-work-here .why-work-here--text {
  margin: 30px 0 0 0;
}
.contain--why-work-here .why-work-here--text p {
  font-size: 16px;
  line-height: 25.6px;
  font-style: italic;
}
.contain--why-work-here .why-work-here--text p:nth-child(2) {
  font-style: normal;
  text-align: right;
}
.contain--why-work-here .btn-cta {
  position: absolute;
  bottom: 0;
  right: 279px;
  z-index: 100;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .contain--why-work-here .why-work-here--text {
    margin: 15px 0 0 0;
  }
  .contain--why-work-here .btn-cta {
    position: absolute;
    bottom: 0;
    right: auto;
    z-index: 100;
  }
}
/******************************************************/
/* contact styles */
.contact-general-item {
  margin: 0 0 15px 0;
}
.contact-general-item p {
  margin: 0;
}
.contact-general-item p strong,
.contact-general-item p b {
  color: #404040;
}
.contact-general-item.cgi-with-link {
  padding: 15px 0 0 0;
  border-top: 1px solid #cccccc;
}
.contact-general-item.cgi-with-link a,
.contact-general-item.cgi-with-link a:visited {
  color: #006699;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .contact-general-item.cgi-with-link {
    padding: 15px 0 30px 0;
  }
}
/* contact styles */
.L0_Contact_Us .contact-location-item,
.L1_Origination___Development_Contacts .contact-location-item {
  padding-bottom: 15px;
}
.L0_Contact_Us .contact-location-item address,
.L1_Origination___Development_Contacts .contact-location-item address {
  margin-bottom: 0;
}
.L0_Contact_Us .contact-location-item h6,
.L1_Origination___Development_Contacts .contact-location-item h6 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #5aad00;
  color: #5aad00;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.L0_Contact_Us .contact-location-item p,
.L1_Origination___Development_Contacts .contact-location-item p {
  margin: 0;
}
.L0_Contact_Us .contact-location-item p strong,
.L1_Origination___Development_Contacts .contact-location-item p strong,
.L0_Contact_Us .contact-location-item p b,
.L1_Origination___Development_Contacts .contact-location-item p b {
  color: #404040 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .L0_Contact_Us .contact-location-item,
  .L1_Origination___Development_Contacts .contact-location-item {
    padding-bottom: 30px;
  }
  .L0_Contact_Us .contact-location-item.eqheight,
  .L1_Origination___Development_Contacts .contact-location-item.eqheight {
    height: auto !important;
    min-height: 1px !important;
  }
}
.L1_Origination___Development_Contacts .tplate {
  min-height: 520px;
}
.L1_Origination___Development_Contacts #dnn_PageTitlePane {
  display: none;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .L1_Origination___Development_Contacts .tplate {
    min-height: auto;
  }
}
/******************************************************/
/* footer */
footer {
  padding: 15px 0;
  background: #5aad00;
  color: #ffffff;
}
footer .footer-content {
  width: 310px;
  display: inline-block;
  float: right;
}
footer p {
  margin: 0;
  padding: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
footer ul li {
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
}
footer ul li a {
  color: #ffffff !important;
}
footer ul li a:focus,
footer ul li a:hover {
  color: #ffffff;
}
footer ul li:nth-child(1) {
  padding: 0 10px 0 0;
  border-right: 1px solid #ffffff;
  line-height: 1;
}
footer .footer-social {
  margin: 0 0 0 30px;
  float: left;
}
footer .footer-social li {
  height: 16px;
  width: 16px;
}
footer .footer-social li a {
  color: #ffffff;
  transition: color 0.1s ease;
}
footer .footer-social li a .fa {
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
footer .footer-social li a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 992px) and (max-width: 1023px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  footer .footer-social li a:hover:hover {
    color: #ffffff;
  }
}
footer .footer-social li:nth-child(1) {
  margin: 0 1px 0 0;
  padding: 0;
  border-right: none;
  line-height: normal;
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  footer .footer-content {
    text-align: center;
    display: block;
    float: none;
  }
  footer p {
    text-align: center;
  }
  footer ul {
    margin: 6px 0 0 0 !important;
    float: none;
  }
  footer .footer-social {
    margin: 0;
    text-align: center;
    float: none;
  }
  footer .footer-social ul {
    float: none;
  }
  footer .footer-social ul li {
    width: 26px;
  }
  footer .footer-social ul li a .fa {
    font-size: 20px;
  }
}
/******************************************************/
/* sitemap */
.ModDerekTraugerSiteMapC {
  color: #ffffff;
}
.ModDerekTraugerSiteMapC a {
  margin: 0 0 5px -7px;
  color: #006699 !important;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  header .brand p {
    width: 400px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-home-banner .rsOverflow .rsContent .rs-block-container {
    width: 751px;
  }
  .slider-home-banner .rsNav .rsThumbsContainer {
    width: 751px !important;
  }
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem .rsTmb {
    padding: 0 10px;
  }
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem .rsTmb p {
    text-transform: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  body {
    position: relative;
    right: 0;
    -webkit-transition: right 0.25s ease;
    -moz-transition: right 0.25s ease;
    -ms-transition: right 0.25s ease;
    transition: right 0.25s ease;
  }
  body.mobile-menu {
    width: 100%;
    right: 255px;
    position: fixed;
  }
  .top-gradient {
    height: 40px;
    background: #333333;
  }
  .top-gradient .row,
  .top-gradient .col-md-12 {
    height: 40px;
  }
  .top-gradient .stockquote {
    height: 40px;
    width: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    right: 0;
	background-image: url(http://www.calpine.com/Portals/_default/Skins/CalpineTheme/images/calpine-retail-image-link-167x52f.png?ver=2016-11-23-170846-833);
  background-repeat: no-repeat;
  background-position: center;
  }
  .top-gradient .stockquote ul li {
    padding: 0;
    font-size: 14px;
    line-height: 40px;
  }
  .top-gradient .stockquote ul li:nth-child(1) {
    width: auto;
    margin: 0 5px 0 0;
    font-size: 14px;
  }
  .top-gradient .stockquote ul li:nth-child(3) .fa {
    font-size: 13px;
    top: 2px;
  }
  header {
    height: 100px;
  }
  header .brand {
    height: 100px;
    padding: 10px 0 0 0;
  }
  header .brand img {
    height: auto;
    width: 165px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header .brand p {
    width: 320px;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 22.4px;
    line-height: 1.3;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header .hamburger {
    display: block;
  }
  .tplate-with-leftnav .col-leftnav + div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tplate-with-leftnav .leftnav-content-gen {
    margin-top: 30px;
  }
  .mod-wht .mod-wht-content .btn-cta {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .tplate-with-leftnav {
    background: #ffffff url(images/background-leftnav.gif) repeat 0 0;
  }
  .contain--who-we-hire {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 320px) and (max-width: 599px) {
  .slider-home-banner {
    height: 300px;
  }
  .slider-home-banner .rsOverflow {
    height: 360px !important;
    z-index: 905;
  }
  .slider-home-banner .rsOverflow .rsContent .rs-block-container {
    height: 60px;
    width: 100%;
    background: #5aad00;
    top: auto;
  }
  .slider-home-banner .rsOverflow .rsContent .rsABlock {
    height: 60px;
    width: 100%;
    padding: 0;
    background: transparent;
    text-align: center;
    top: 0;
  }
  .slider-home-banner .rsOverflow .rsContent .rsABlock h3 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  .slider-home-banner .rsOverflow .rsContent .rsABlock p {
    display: none;
  }
  .slider-home-banner .rsOverflow .rsContent .rsTmb {
    display: none;
  }
  .slider-home-banner .rsNav {
    height: 10px;
    background: transparent;
    line-height: 10px;
    bottom: 15px;
    position: absolute;
  }
  .slider-home-banner .rsNav .rsThumbsContainer {
    width: 100% !important;
    text-align: center !important;
  }
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    background: #ffffff !important;
    border: none !important;
    border-radius: 50%;
    float: none !important;
    display: inline-block;
  }
  .slider-home-banner .rsNav .rsThumbsContainer .rsNavItem.rsNavSelected {
    background: #5aad00 !important;
  }
  .page-excerpt {
    margin: 0;
  }
  .mod-gry--title {
    height: auto !important;
    min-height: 1px !important;
    margin: 30px 0 0 0;
  }
  .mod-wht .mod-wht-content .btn-cta {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  header .brand img {
    height: auto;
    width: 145px;
  }
  header .brand p {
    width: 100%;
    font-size: 13px;
    line-height: 20.8px;
  }
  .slider-home-banner {
    height: 180px !important;
  }
  .slider-home-banner .rsOverflow {
    height: 240px !important;
  }
  .slider-home-banner .rsOverflow .rsContent .rs-block-container {
    height: 60px;
    width: 100%;
    background: #5aad00;
    top: auto;
  }
  .slider-home-banner .rsOverflow .rsContent .rsABlock {
    height: 60px;
    width: 100%;
    padding: 0;
    background: transparent;
    text-align: center;
    top: 0;
  }
  .slider-home-banner .rsOverflow .rsContent .rsABlock h3 {
    width: 320px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 18px;
  }
  .slider-home-banner .rsOverflow .rsContent .rsABlock p {
    display: none;
  }
  .mod-gry {
    position: relative;
    z-index: 903;
  }
  .mod-gry.img-lft .gry-img,
  .mod-gry.img-rgt .gry-img,
  .mod-gry.img-lft .gry-con,
  .mod-gry.img-rgt .gry-con {
    float: none;
  }
  .mod-gry.img-lft .gry-img,
  .mod-gry.img-rgt .gry-img {
    width: 260px;
  }
  .contain--who-we-hire .col-xs-6 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .contain--who-we-hire .col-xs-6 h6 {
    height: auto !important;
  }
  .contain--who-we-hire .col-xs-6 + .col-xs-6 {
    margin: 0;
  }
  .why-work-here .col-md-3.col-sm-6.col-xs-6 {
    width: 100%;
  }
}
/******************************************************/
/* google map */
/* target desktop to large tablets */
/* all other breakpoints use the default map styles */
@media only screen and (min-width: 600px) {
  .gm-container {
    height: 500px !important;
  }
  .gm-window {
    height: 112px !important;
    width: 295px !important;
    top: 48px !important;
    left: 136px !important;
  }
  .gm-window div {
    height: 112px !important;
    width: 295px !important;
  }
  .gm-window div .gm-style-iw {
    height: 96px !important;
    width: 248px !important;
  }
  .gm-window div .gm-style-iw div {
    height: 96px !important;
    width: 248px !important;
  }
  .gm-window,
  .gm-window > div {
    background: transparent !important;
  }
  .gm-background > div {
    border: none !important;
  }
  .gm-background > div + div {
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: transparent url(https://dnnt93026.blob.core.windows.net/portals/0/Images/Calpine/calpine-gmap-location-background.png?sr=b&si=DNNFileManagerPolicy&sig=9vFE0YSCDlM3Ql%2BQ8zoHBlazFGMnZA4l2H322YAFUwg%3D) no-repeat 0 0;
  }
  .gm-background > div + div + div {
    display: none !important;
  }
  .gm-style-iw {
    color: #ffffff !important;
    font-size: 16px !important;
    overflow: visible !important;
    top: 8px !important;
    left: 10px !important;
  }
  .gm-style-iw p {
    margin: 0 !important;
  }
  .gm-style-iw p:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: -15px;
  }
  .gm-style-iw p:nth-child(2)::after {
    content: "\f105";
    width: 10px;
    height: 10px;
    color: #7cbf1d;
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -15px;
  }
  .gm-style-iw p:nth-child(2) a {
    color: #7cbf1d;
    text-decoration: none;
  }
  .gm-style-iw p:nth-child(2) a:hover {
    text-decoration: underline;
  }
  .gm-style-iw div div div div {
    font-size: 16px !important;
  }
  .gm-style-iw + div {
    height: 16px !important;
    width: 16px !important;
    background: transparent url(https://dnnt93026.blob.core.windows.net/portals/0/Images/Calpine/calpine-gmap-icon-close.png?sr=b&si=DNNFileManagerPolicy&sig=I7nXQ4Ym%2Bir3ufkMbfhX3KKqHwfKyopVcHrccW40s0w%3D) no-repeat center center !important;
    opacity: 1 !important;
  }
  .gm-style-iw + div img {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and only screen and (max-device-width: 1024px) and (orientation: landscape), only screen and (min-width: 600px) and only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 600px) and only screen and (min-width: 600px) and (max-width: 767px), only screen and (min-width: 600px) and only screen and (min-width: 320px) and (max-width: 599px) {
  .gm-style-iw p:nth-child(2) a:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .gm-window {
    left: -13px !important;
  }
  .gm-style-iw {
    color: #1a1a1a !important;
  }
  .gm-style-iw p {
    margin: 0 !important;
  }
  .gm-style-iw p:nth-child(2) {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
  }
  .gm-style-iw p:nth-child(2) a {
    color: #5aad00;
    text-decoration: none;
  }
  .gm-style-iw p:nth-child(2) a:hover {
    text-decoration: none;
  }
  .gm-style-iw div div div {
    height: 125px !important;
    width: 200px !important;
  }
  .gm-style-iw div div div div {
    font-size: 16px !important;
  }
}
.form-group label {
  margin: 0 0 2px 0;
  display: block;
}
.form-group label span {
  margin: 0 0 0 3px;
  color: #0088cc;
  font-size: 12px;
  line-height: 19.2px;
}
.form-group .checkbox label,
.form-group .radio label {
  font-weight: 600;
}
.form-group input[type=text].disabled,
.form-group select.disabled,
.form-group textarea.disabled,
.form-group .checkbox.disabled,
.form-group .checkbox-inline.disabled,
.form-group .radio.disabled,
.form-group .radio-inline.disabled {
  opacity: 0.5;
}
.form-group .radio-inline + .radio-inline,
.form-group .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 30px;
}
.form-group input[type=text],
.form-group select,
.form-group textarea {
  width: 100%;
  margin: 0 0 15px 0;
}
.form-group select {
  height: 2em;
  font-size: 14px;
}
.form-group select[multiple] {
  height: auto;
}
.form-group .input-set-left {
  width: 48%;
  float: left;
}
.form-group .input-set-right {
  width: 49%;
  float: right;
}
.form-group textarea {
  min-height: 150px;
}
select {
  padding-right: 20px;
  -moz-appearance: none;
  text-indent: 0.05px;
  text-overflow: " ";
  background-image: url(assets/formalize/assets/images/select_arrow.gif);
  background-repeat: no-repeat;
  background-position: right center;
}
/* ie10+ */
select::-ms-expand {
  display: none;
}
/* ie9 */
.ie9 select {
  padding-right: 3px;
  text-indent: 0;
  background: none;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 2px 5px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  border-top: 1px solid #808080;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #e0e0e0;
  color: #808080;
}
input[type=checkbox],
input[type=radio] {
  margin-top: 5px;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  font-family: 'Open Sans', Arial, sans-serif;
  text-shadow: none;
}
textarea {
  min-height: 125px;
}
address {
  font-size: 14px;
  line-height: 22.4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* target only firefox mobile */
  @-moz-document url-prefix() {
    select {
      padding-right: 0;
      -moz-appearance: visible;
      text-indent: 0;
      background-image: none;
    }
  }
}
.img-small-pull-left {
  height: auto;
  width: 25%;
  margin: 6px 35px 15px 0;
  float: left;
}
.img-small-pull-right {
  height: auto;
  width: 25%;
  margin: 6px 0 15px 35px;
  float: right;
}
.img-medium-pull-left {
  height: auto;
  width: 50%;
  margin: 6px 35px 15px 0;
  float: left;
}
.img-medium-pull-right {
  height: auto;
  width: 50%;
  margin: 6px 0 15px 35px;
  float: right;
}
.img-large-pull-left {
  height: auto;
  width: 75%;
  margin: 6px 35px 15px 0;
  float: left;
}
.img-large-pull-right {
  height: auto;
  width: 75%;
  margin: 6px 0 15px 35px;
  float: right;
}
.img-full-width {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 320px) and (max-width: 599px) {
  .img-small-pull-left,
  .img-small-pull-right,
  .img-medium-pull-left,
  .img-medium-pull-right,
  .img-large-pull-left,
  .img-large-pull-right {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
  }
}
.ie9 .mod-operations--a .mod-img .mod-operations--content,
.ie9 .mod-operations--b .mod-img .mod-operations--content {
  padding: 115px 15px 15px 15px;
}
/* DNN default.css overrides */
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,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 14px;
  line-height: 22.4px;
}
/* Login Page */
.dnnLogin .dnnLabel {
  margin-right: 11px;
}
.dnnLogin .dnnLabel label.dnnFormLabel {
  line-height: 32px;
}
.dnnLogin .dnnCheckbox .mark {
  background-color: transparent;
}
.dnnLogin input[type="text"],
.dnnLogin input[type="password"] {
  height: auto;
}
.dnnSendPasswordContent .dnnFormItem > .dnnLabel {
  margin-top: 10px;
}
.dnnSendPasswordContent input[type="text"].dnnFormRequired {
  height: auto;
}
.dnnSearchBox > input[type="text"]:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
}
.DNNModuleContent.ModCalpineSliderC {
  width: 100%;
}
.DnnModule-645 > a {
  display: none;
}
.mod-gry--title .mod-gry--title-heading h2, .mod-gry--title .mod-gry--title-heading h2 span {
   
    font-size: 15px;
  
}
.PersonName, .PersonName2 {
    color: #228018;
    font-size: 18px;
}

.PersonContainer h3 {
    text-transform: uppercase;
    cursor: pointer;
}

.PersonDetailsContainer p {
    text-align: justify;
}

p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    margin-bottom: 15px;
}

.PersonDescription {
    padding-top: 20px;
    float: left;
    width: 82%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22.4px;
    color: #333;
    margin: 0;
}

.PersonContainer .PersonTitle {
    display: block;
    text-transform: none;
    font-size: 16px;
}

script {}

script {}

.PersonContainer + .PersonContainer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bcd5a1;
}

.LayoutThreeColumn .PaneContent, .LayoutTwoColumn .PaneContent {
    border-top: 1px solid #6bb519;
    float: left;
    margin-left: 29px;
    margin-top: 40px;
    padding-right: 29px;
    padding-top: 20px;
    position: relative;
}
.img-small-pull-left-exec {
    height: auto;
    width: 150px;
    margin: 6px 35px 15px 0;
    float: left;
}