/*==============================================================================
=                                Globals                                       =
==============================================================================*/
/*============================== Colors ======================================*/
/*============================== Typography ==================================*/
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
}
sup {
  font-size: 65%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.bullets {
  padding-left: 30px;
  margin: .5em 0 1em;
  list-style-type: disc;
  text-align: left;
}
ul.spaced li {
  margin-bottom: 10px;
}
ul li .fa-file-pdf {
  margin-right: 5px;
}
ol {
  padding: 0;
  list-style-position: inside;
}
hr.dark {
  border-color: #7a7a7a;
}
p.spaced,
div.spaced {
  line-height: 1.6;
}
.ig-light-blue {
  color: #00aeef;
}
.ig-dark-blue {
  color: #193853;
}
.ig-green {
  color: #8dc63f;
}
/*============================== Helper Classes ==============================*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.ml5 {
  margin-left: 5px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.mw1170 {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}
/*==============================================================================
=                                Header                                        =
==============================================================================*/
header {
  position: fixed;
  z-index: 3;
  width: 100%;
}
.nav-spacer {
  margin-top: 120px;
}
/*============================== Common ======================================*/
.relative {
  position: relative;
}
.inline {
  display: inline;
}
.light-blue {
  color: #00aeef;
}
.white {
  color: #fff;
}
.red {
  color: #c03;
}
.green-button {
  display: inline-block;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 600;
  transition: background .3s;
  text-transform: uppercase;
  background: #8dc63f;
}
.green-button.tight {
  padding: 5px 10px;
  font-size: 13px;
}
.green-button a,
.green-button a:hover,
.green-button a:focus,
.green-button a:visited,
.green-button a:active {
  color: #fff;
}
.green-button:hover {
  background: #00aeef;
}
.green-button.large a {
  display: inline-block;
  padding: 5px 20px;
  font-size: 150%;
}
.text-large {
  font-size: 18px;
}
.nowrap {
  white-space: nowrap;
}
.full-width {
  width: 100%;
}
.weight-500 {
  font-weight: 500;
}
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
.interior-banner {
  position: relative;
  padding: 125px 0 100px;
  overflow: hidden;
  text-align: center;
}
.interior-banner .banner-overlay {
  position: absolute;
  top: 50%;
  left: 20%;
  height: 100%;
  transform: translateX(-50%) translateY(-30%);
}
.interior-banner svg {
  display: block;
  height: 80px;
  max-width: 80px;
  margin: 0 auto;
}
.interior-banner svg path,
.interior-banner svg rect,
.interior-banner svg circle,
.interior-banner svg line,
.interior-banner svg ellipse,
.interior-banner svg polygon {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.interior-banner img {
  display: block;
  height: 80px;
  margin: 0 auto;
}
.interior-banner h1 {
  display: inline-block;
  max-width: 750px;
  padding: 0 4px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.nav-bar {
  display: none;
}
.nav-bar-section {
  position: relative;
  float: left;
}
.nav-bar-page {
  position: relative;
  padding: 5px;
  margin: 0 3px;
  font-size: 14px;
  font-weight: 600;
  transition: background .3s;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #8dc63f;
}
.nav-bar-page:before {
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 0;
  height: 3px;
  content: " ";
  transition: background .3s, width .3s;
  background: #8dc63f;
}
.nav-bar-section:hover .nav-bar-page:before,
.nav-bar-page:hover:before,
.nav-bar-page.active:before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 3px;
  content: " ";
  background: #00aeef;
}
.nav-bar-section:hover .nav-bar-page,
.nav-bar-page:hover,
.nav-bar-page.active {
  background: #00aeef;
}
.nav-bar-page p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav-bar-section:hover .nav-bar-page-children {
  display: block;
}
.nav-bar-page-children {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  padding: 12px 3px 0;
}
.nav-bar-page-children ul {
  background: #fff;
  box-shadow: 0 4px 12px -8px;
}
.nav-bar-page-children ul li a {
  display: block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  transition: color .3s, background .3s;
  text-transform: uppercase;
  color: #00aeef;
  background: #fff;
}
.nav-bar-page-children ul li:hover > a {
  color: #fff;
  background: #00aeef;
}
/*==============================================================================
=                                Navigation                                    =
==============================================================================*/
/*============================== Off Canvas ==================================*/
@media screen and (max-width: 767px) {
  .top-bar.oc-js.active {
    position: static;
  }
  .oc-container {
    position: absolute;
    top: 0;
    min-height: 100%;
  }
  .oc-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .oc-overlay.active {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #oc-icon {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 21;
    display: block;
    width: 50px;
    height: 41px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: top 0s;
    -moz-transition: top 0s;
    -o-transition: top 0s;
    transition: top 0s;
  }
  #oc-icon span {
    position: absolute;
    left: 8px;
    display: block;
    width: 34px;
    height: 6px;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #oc-icon span.bar1 {
    top: 8px;
  }
  #oc-icon span.bar2,
  #oc-icon span.bar3 {
    top: 18px;
  }
  #oc-icon span.bar4 {
    top: 28px;
  }
  #oc-icon.active span.bar1 {
    top: 18px;
    left: 50%;
    width: 0;
  }
  #oc-icon.active span {
    background: #fff;
  }
  #oc-icon.active:hover span {
    background: #fff;
  }
  #oc-icon.active span.bar2,
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #oc-icon.active span.bar4 {
    top: 18px;
    left: 50%;
    width: 0;
  }
  .oc-left {
    left: 0;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }
  .oc-left.active {
    left: -75%;
    z-index: 1;
    overflow-x: visible;
  }
  nav.oc-right {
    right: -75%;
    width: 75%;
    background-color: #fff;
  }
  nav.oc-right.active {
    z-index: 9999;
  }
  /*----------  Nav Globals  ----------*/
  nav.oc-right > ul {
    height: 100%;
  }
  nav.oc-right ul li {
    position: relative;
  }
  nav.oc-right ul ul {
    display: none;
  }
  nav.oc-right > ul li.active > ul {
    display: block;
  }
  nav.oc-right ul li a {
    display: block;
    padding: 10px 41px 10px 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  nav.oc-right li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 41px;
    padding: 14px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }
  nav.oc-right li > span.oc-toggle.glyphicon-plus {
    color: #000;
    background-color: #eee;
  }
  nav.oc-right li > span.oc-toggle.glyphicon-minus {
    color: #fff;
    background-color: #000;
  }
  /*----------  First Level  ----------*/
  nav.oc-right > ul > li {
    display: block;
  }
  nav.oc-right > ul > li > a {
    font-weight: bold;
  }
  nav.oc-right > ul > li.active > a {
    color: #999;
  }
  /*----------  Second Level  ----------*/
  nav.oc-right > ul > li > ul li span.oc-toggle.glyphicon-minus,
  nav.oc-right > ul > li.active > ul li span.oc-toggle.glyphicon-minus {
    color: #000;
    background: #eee;
  }
  nav.oc-right > ul ul li > a {
    padding-left: 25px;
    background: #fafafa;
  }
  /*----------  Third Level   ----------*/
  nav.oc-right > ul ul ul li a {
    padding: 5px 26px 5px 39px;
    font-size: 13px;
    background: #f4f4f4;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
    background-repeat: no-repeat;
    background-position: 21px 6.5px;
  }
  nav.oc-right > ul ul ul li.active > a,
  nav.oc-right > ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
  }
  nav.oc-right > ul ul ul li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 28.5px;
    padding: 7.5px 14.5px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #d1d1d1;
  }
  /*----------  Fourth Level  ----------*/
  nav.oc-right > ul ul ul ul li > a {
    padding: 5px 26px 5px 53px;
    font-size: 13px;
    background: #eee;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
    background-repeat: no-repeat;
    background-position: 35px 6.5px;
  }
  nav.oc-right > ul ul ul ul li.active > a,
  nav.oc-right > ul ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
  }
}
@media screen and (min-width: 768px) {
  #oc-icon {
    display: none;
  }
  .container-nav {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .container-nav {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container-nav {
    width: 1170px;
  }
}
/*============================== Common ======================================*/
/*============================== Top Navigation ==============================*/
header .logo {
  display: inline-block;
}
header .logo img {
  max-height: 70px;
  transition: max-height 0.3s;
}
header.scrolled .logo img {
  max-height: 60px;
}
.top-nav {
  background: #fff;
}
.top-nav > div {
  height: 43px;
}
.top-nav .right-side {
  float: right;
}
.top-nav .left-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-nav .customer-login,
.top-nav .login-button,
.top-nav #search,
.top-nav .search {
  display: inline-block;
}
.main-nav {
  position: relative;
  padding: 20px 30px;
  transition: padding .3s;
  background: #00aeef;
}
header.scrolled .main-nav {
  padding: 5px 30px;
}
header .emergency-number {
  font-weight: 700;
  text-transform: uppercase;
}
header .emergency-number a,
header .emergency-number a:hover,
header .emergency-number a:active,
header .emergency-number a:visited,
header .emergency-number a:focus {
  color: #c03;
}
header .standard-number {
  padding-left: 15px;
}
header .standard-number a,
header .standard-number a:hover,
header .standard-number a:active,
header .standard-number a:visited,
header .standard-number a:focus {
  padding-left: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
}
header .customer-login {
  padding: 0 12px;
  margin: 2px 0;
  border-right: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
}
header .customer-login .iroquois-online {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #193853;
}
header .customer-login .iroquois-online img {
  width: auto;
  height: 39px;
  padding: 4px 4px 4px 0;
}
header .customer-login .login-button a {
  display: inline-block;
  padding: 1px 6px 1px 6px;
  margin-left: 8px;
  font-weight: 700;
  transition: background .3s;
  text-transform: uppercase;
  color: #fff;
  background: #8dc63f;
}
header .customer-login .login-button:hover a {
  background: #00aeef;
}
header .search i {
  padding-left: 15px;
  color: #00aeef;
}
header .search {
  display: inline-block;
  padding: 10px 0;
  color: #333;
}
header #search {
  position: relative;
  height: 22px;
}
header #search button {
  position: absolute;
  top: 5px;
  right: 62px;
  transition: right .7s;
  color: #00aeef;
  border: 0;
  background: 0;
}
header #search .search-input {
  position: relative;
  z-index: 1;
  width: 90px;
  padding-right: 0;
  padding-left: 28px;
  transition: border-bottom 0.7s, padding-left 0.7s, padding-right 0.7s, width 0.7s;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
header #search .search-input:focus {
  z-index: 0;
  width: 190px;
  padding-right: 26px;
  padding-left: 5px;
  border-bottom: 1px solid #999;
}
header #search .search-input:focus + button {
  right: 0;
}
/*============================== Side Navigation =============================*/
/*============================== Bottom Navigation ===========================*/
/*==============================================================================
=                                Footer                                        =
==============================================================================*/
/*============================== Common ======================================*/
.map-parallax {
  overflow: hidden;
}
#call-before-section {
  background: #8dc63f;
}
.icon-811 {
  text-align: center;
}
.icon-811 img {
  width: 70px;
  height: auto;
}
.numbers-1 {
  margin-top: 10px;
  text-align: center;
}
.numbers-2 {
  margin-top: 10px;
  text-align: center;
}
.numbers-1 a,
.numbers-1 a:hover,
.numbers-1 a:focus,
.numbers-1 a:visited,
.numbers-1 a:focus,
.numbers-2 a,
.numbers-2 a:hover,
.numbers-2 a:focus,
.numbers-2 a:visited,
.numbers-2 a:focus {
  color: #fff;
}
.footer-nav-container {
  margin: 15px 0 25px;
}
.footer-nav {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.footer-nav li {
  margin-bottom: 5px;
}
.footer-nav li a,
.footer-nav li:visited a {
  font-weight: 500;
  transition: .3s color;
  text-transform: uppercase;
  color: #193853;
}
.footer-nav li:hover a,
.footer-nav li:active a,
.footer-nav li:focus a {
  color: #00aeef;
}
.footer-disclaimer {
  font-size: 12.5px;
  line-height: 1.1em;
  color: #193853;
}
.footer-disclaimer a,
.footer-disclaimer a:visited {
  padding-right: 10px;
  transition: color .3s;
  text-decoration: underline;
  color: #193853;
}
.footer-disclaimer a:hover,
.footer-disclaimer a:active,
.footer-disclaimer a:focus {
  color: #00aeef;
}
.agency {
  font-size: 11px;
  text-align: right;
  color: #989898;
}
.agency a,
.agency a:hover,
.agency a:focus,
.agency a:visited,
.agency a:active {
  text-decoration: underline;
  color: #989898;
}
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
/*==============================================================================
=                                Home Page                                     =
==============================================================================*/
.home-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: #000;
}
.home-banner h2 {
  text-transform: uppercase;
}
.home-banner p {
  font-weight: 400;
}
.home-banner .overlay {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.home-banner video {
  position: absolute;
  top: 127px;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  opacity: .8;
}
.home-slider-border {
  display: inline-block;
  padding: 15px;
  margin-bottom: 25px;
  border: 5px solid rgba(255, 255, 255, 0.7);
}
.home-slider-border .green-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rectangle-svg {
  background: rgba(255, 255, 255, 0.55);
}
.about-icon-container {
  width: 100%;
}
.about-icon {
  display: inline-block;
  padding: 15px;
  transition: background .3s;
  border-radius: 100px;
  background: #8dc63f;
}
.about-icon:hover {
  background: #00aeef;
}
.about-icon img {
  max-width: 100px;
}
.about-icon + p {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.watermark {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 60%;
}
.pipeline-services-container {
  position: relative;
  margin-top: 40px;
}
#pipeline-services-section {
  background: #193853;
}
#services-image {
  position: relative;
  width: 100%;
}
.service-icon-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.service-icon {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.service-icon a {
  transition: color .3s;
  color: #00aeef;
}
.service-icon:hover a {
  color: #fff;
}
.service-icon svg {
  height: 80px;
  max-width: 75px;
}
.service-icon p {
  height: 50px;
  font-weight: 600;
}
.service-icon svg path,
.service-icon svg rect,
.service-icon svg circle,
.service-icon svg line,
.service-icon svg ellipse,
.service-icon svg polygon {
  transition: color .3s, stroke .3s, fill .3s;
  color: #00aeef;
  fill: #00aeef;
  stroke: #00aeef;
}
.service-icon:hover svg path,
.service-icon:hover svg rect,
.service-icon:hover svg circle,
.service-icon:hover svg line,
.service-icon:hover svg ellipse,
.service-icon:hover svg polygon {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
#notice-popup .modal-content {
  color: #fff;
  background: #00aeef;
}
#notice-popup .modal-content a {
  font-weight: 800;
  color: #fff;
}
#notice-popup .modal-content .fa-exclamation-circle {
  font-size: 40px;
}
#notice-popup h4 {
  display: inline-block;
  padding: 5px 13px;
  cursor: pointer;
  text-transform: uppercase;
  border: 2px solid #fff;
}
/*==============================================================================
=                                Interior                                      =
==============================================================================*/
.interior-body {
  text-align: center;
}
.interior-body h2 {
  text-transform: uppercase;
  color: #00aeef;
}
.interior-body h3 {
  color: #00aeef;
}
.interior-body p a {
  transition: .3s;
  color: #333;
  border-bottom: 1px dotted #333;
}
.interior-body p.red a {
  color: #c03;
}
.interior-body p a:hover {
  color: #00aeef;
  border-bottom: 1px dotted #00aeef;
}
.grey-bg {
  padding: 20px;
  background: #f5f5f5;
}
.grey-bg.pt0 {
  padding-top: 0;
}
.bullets-two-columns {
  padding-left: 20px;
  margin: 0 auto;
  list-style-type: disc;
  list-style-image: url(/site/templates/_assets/img/common/bullet.jpg);
  text-align: left;
}
.bullets-two-columns li {
  padding-left: 20px;
}
.grey-bg ul:first-child,
.grey-bg h2:first-child,
.grey-bg h3:first-child {
  margin-top: 0;
}
.grey-bg ul:last-child,
.grey-bg p:last-child {
  margin-bottom: 0;
}
.grey-bg ul.bullets {
  padding-left: 20px;
}
.nav-box-wrapper {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
.nav-box {
  position: relative;
  min-height: 165px;
  padding: 35px 15px 10px;
  font-size: 16px;
  font-weight: 600;
  transition: background .3s;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #8dc63f;
}
.nav-box .summary.marketing-business-development {
  height: 125px;
}
.nav-box.embed {
  padding: 25px 15px 15px;
}
.nav-box:hover,
.nav-box.active {
  background: #00aeef;
}
.nav-box svg,
.nav-box img.svg {
  position: absolute;
  left: 50%;
  height: 75px;
  max-width: 75px;
  transition: opacity .3s;
  transform: translateX(-50%);
  opacity: 1;
}
.nav-box:hover svg,
.nav-box:hover img.svg,
.nav-box.active svg,
.nav-box.active img.svg {
  opacity: 0;
}
.nav-box.embed svg,
.nav-box.embed img.svg {
  position: static;
  transform: none;
  opacity: 1;
}
.nav-box svg path,
.nav-box svg rect,
.nav-box svg circle,
.nav-box svg line,
.nav-box svg ellipse,
.nav-box svg polygon {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.nav-box .caption {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 100%;
  padding: 10px 15px;
  transition: top .3s;
  transform: translateX(-50%);
}
.nav-box:hover .caption,
.nav-box.active .caption {
  top: 10px;
}
.nav-box.embed .caption {
  position: static;
  transform: none;
}
.nav-box .summary {
  padding: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .3s;
  text-transform: none;
  opacity: 0;
}
.nav-box:hover .summary,
.nav-box.active .summary {
  opacity: 1;
}
.nav-box .learn-more {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: none;
  padding: 5px 13px;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .3s;
  transform: translateX(-50%);
  opacity: 0;
  border: 2px solid #fff;
}
.nav-box.embed .learn-more {
  opacity: 0 !important;
}
.nav-box:hover .learn-more,
.nav-box.active .learn-more {
  opacity: 1;
}
.search-form-full input {
  height: 41px;
  font-size: 19px;
}
.search-form-full button {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border: 0;
}
table.notices {
  font-size: 90%;
}
table.notices > thead > tr > th {
  vertical-align: middle;
  color: #fff;
  background: #00aeef;
}
table.notices > tbody > tr > td,
table.notices > tbody > tr > th,
table.notices > tfoot > tr > td,
table.notices > tfoot > tr > th,
table.notices > thead > tr > td,
table.notices > thead > tr > th {
  padding: 5px 10px;
  border-bottom: 1px solid #ddd;
}
table.notices.table-hover > tbody > tr:hover {
  background: #d6f4ff;
}
table td.max-width {
  width: 100%;
}
.table-notes {
  font-size: 80%;
  text-align: left;
}
.notice-popup {
  max-width: 800px;
  font-size: 90%;
}
img.member-logo {
  width: 150px;
  max-width: 75%;
}
iframe#FormBuilderViewport_contact {
  overflow: hidden;
}
.site-map ul {
  margin: .25em 0 1em 1.25em;
}
.site-map > li {
  margin-bottom: 1.5em;
}
.site-map li a {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
}
.site-map > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
.site-map ul ul li:before {
  content: "- ";
}
.project-brochure {
  width: 250px;
  height: auto;
  border: 1px solid #ddd;
}
/*==============================================================================
=                                Fancybox                                      =
==============================================================================*/
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  max-width: 90%;
  max-height: none;
  padding: 5px 20px;
}
/*==============================================================================
=                                Events Celendar                               =
==============================================================================*/
.events-calendar .event {
  font-size: 16px;
}
.events-calendar .event-date {
  margin-bottom: 0;
  font-size: 14px;
}
.events-calendar #calendar {
  font-size: 14px;
}
.events-calendar #calendar .fc-toolbar .fc-left {
  font-size: 12px;
}
.events-calendar #calendar .fc-toolbar .fc-right {
  font-size: 12px;
}
.events-calendar #calendar .fc-toolbar h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  color: #333;
}
.events-calendar #calendar .fc-footer-toolbar {
  display: none;
}
.fc-day-grid-event .fc-content {
  white-space: normal;
}
.fc-list-empty-wrap2 {
  position: relative;
}
.fc-event,
.fc-event:hover {
  color: #fff !important;
}
.fc-event,
.fc-event-dot {
  border-color: #00aeef;
  background-color: #00aeef;
}
.fc-event.attachment:hover,
.fc-event.attachment:focus {
  border-color: #193853;
  background-color: #193853;
}
.fc-event.attachment .fc-title:after,
.fc-list-item.attachment a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 6px;
  font-family: "Glyphicons Halflings";
  font-size: 12px;
  content: "\e164";
}
.accordion h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.accordion a.title {
  position: relative;
  padding-left: 32px;
  color: #00aeef;
}
.accordion a.title .glyphicon {
  position: absolute;
  top: 2px;
  left: 0;
}
.accordion a.title .glyphicon:before {
  font-size: 25px;
  content: "\e082";
}
.accordion a.title.collapsed .glyphicon:before {
  font-size: 25px;
  content: "\e081";
}
.accordion .date {
  margin-bottom: 0;
  font-weight: bold;
  color: #707070;
}
.accordion .headline {
  margin: 3px 0;
  font-size: 110%;
  font-weight: 400;
  color: #000;
}
.accordion .body {
  margin-bottom: 15px;
}
td.date {
  padding-right: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
td.body {
  padding-bottom: 10px;
}
/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/
/*====== Top Nav Visibility Breakpoints ======*/
@media screen and (max-width: 1166px) {
  .standard-number {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  #search {
    display: none !important;
  }
}
@media screen and (max-width: 670px) {
  .login-button {
    display: none !important;
  }
}
@media screen and (max-width: 595px) {
  .customer-login {
    display: none !important;
  }
}
@media screen and (max-width: 380px) {
  .home-banner h2 {
    font-size: 20px;
  }
  .numbers-1 {
    margin-top: 20px;
    text-align: left;
  }
  .numbers-2 {
    margin-top: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 300px) {
  .service-icon {
    width: 100%;
  }
}
@media screen and (max-width: 260px) {
  .top-nav {
    display: none;
  }
  .home-banner video {
    top: 80px;
  }
  .nav-spacer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 479px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .col-xxs-12 {
    width: 100%;
    margin-left: 0;
  }
  .col-xxs-6 {
    width: 50%;
    margin-left: 0;
  }
  /*============================= Interior ===================================*/
}
/*====== Home Breakpoint ======*/
@media screen and (max-width: 767px) {
  #services-image {
    bottom: auto !important;
  }
}
@media screen and (min-width: 400px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 480px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  .footer-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  /*============================= Home Page ==================================*/
  .about-icon-container {
    float: left;
    width: 33%;
  }
  .about-icon-container.four {
    float: left;
    width: 50%;
  }
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 620px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .about-icon-container.four {
    float: left;
    width: 25%;
  }
  /*============================= Interior ===================================*/
  .nav-box-wrapper {
    max-width: 970px;
  }
  .col-nav-box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  header.scrolled .main-nav {
    padding: 5px 30px 0;
  }
  .container-nav {
    padding: 0;
  }
  .hover {
    z-index: 10;
  }
  nav {
    font-size: 13.6px;
  }
  .main-nav {
    padding: 20px 30px 0;
  }
  nav.oc-right > ul > li {
    position: relative;
    display: block;
    float: left;
    font-weight: 600;
    transition: padding-bottom 0.3s;
    text-transform: uppercase;
  }
  nav.oc-right > ul > li > a {
    display: block;
    padding: 5px 8px 26px;
    transition: padding .3s;
    color: #fff;
  }
  header.scrolled nav.oc-right > ul > li > a {
    padding: 0 8px 20px;
  }
  nav.oc-right > ul > li > a:after {
    position: relative;
    top: 9px;
    left: 50%;
    display: block;
    width: 0;
    height: 6px;
    margin-bottom: -17px;
    content: "";
    transition: .3s;
    transform: translateX(-50%);
    background: #193853;
  }
  header.scrolled nav.oc-right > ul > li > a:after {
    top: 3px;
  }
  nav.oc-right > ul > li:hover > a:after,
  nav.oc-right > ul > li.hover > a:after {
    width: 100%;
  }
  nav.oc-right > ul > li.active > a {
    color: #193853;
  }
  nav.oc-right > ul > li:hover > ul,
  nav.oc-right > ul > li.hover > ul {
    position: absolute;
    display: block;
    background: #fff;
  }
  nav.oc-right > ul > li.company > ul,
  nav.oc-right > ul > li.corporate-responsibility > ul,
  nav.oc-right > ul > li.operations > ul,
  nav.oc-right > ul > li.news > ul,
  nav.oc-right > ul > li.contact > ul {
    box-shadow: 0 4px 12px -8px;
  }
  nav.oc-right > ul > li > ul > li {
    position: relative;
  }
  nav.oc-right > ul > li > ul > li > a {
    display: block;
    padding: 4px 10px;
    font-weight: 400;
    transition: color .3s, background .3s;
    color: #00aeef;
    background: #fff;
  }
  nav.oc-right > ul > li > ul > li:hover > a {
    color: #fff;
    background: #00aeef;
  }
  nav.oc-right ul ul {
    display: none;
  }
  nav.oc-right > ul > li > ul > li:hover > ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    background: #fff;
    box-shadow: 0 4px 12px -8px;
  }
  nav.oc-right > ul > li > ul > li > ul > li {
    transition: background .3s;
    background: #fff;
  }
  nav.oc-right > ul > li > ul > li > ul > li:hover {
    background: #00aeef;
  }
  nav.oc-right > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 5px;
    font-weight: 400;
    transition: color .3s;
    white-space: nowrap;
    color: #00aeef;
  }
  nav.oc-right > ul > li > ul > li > ul > li:hover > a {
    color: #fff;
  }
  /*====== Align Menu ======*/
  li.company > ul,
  li.corporate-responsibility > ul,
  li.operations > ul,
  li.news > ul {
    left: 8px;
  }
  li.contact > ul {
    right: 8px;
  }
  /*====== Dropdown-specific styles ======*/
  nav.oc-right > ul > li.company > ul > li,
  nav.oc-right > ul > li.operations > ul > li,
  nav.oc-right > ul > li.contact > ul > li {
    white-space: nowrap;
  }
  nav.oc-right > ul > li.contact > ul {
    right: 0;
  }
  nav.oc-right > ul > li.pipeline-services > ul {
    position: fixed;
    left: 50%;
    width: 768px;
    min-height: 200px;
    padding-top: 15px;
    padding-right: 40%;
    padding-bottom: 10px;
    transform: translateX(-50%);
    background: #fff;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  nav.oc-right > ul > li.pipeline-services > ul > li {
    display: inline-block;
    width: 100%;
    margin: 0 8px 8px 23px;
    border-bottom: 1px solid #00aeef;
  }
  nav.oc-right > ul > li.pipeline-services > ul > li > a {
    padding: 0 0 6px;
    color: #00aeef;
  }
  nav.oc-right > ul > li.pipeline-services > ul > li:hover > a {
    color: #193853;
    background: #fff;
  }
  nav.oc-right > ul > li.pipeline-services > ul > li.pipeline-services-market-development-and-customer-service,
  nav.oc-right > ul > li.pipeline-services > ul > li.pipeline-services-resources {
    border-bottom: none;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature {
    position: absolute;
    top: 0;
    left: 64%;
    width: 36%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature > .feature-container {
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: background-size 0.3s;
    text-transform: none;
    background-image: url(/site/templates/_assets/img/common/iroquois-map-icon.jpg);
    background-position: center;
    background-size: 100%;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature > .feature-container .row,
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature > .feature-container .icon-container {
    height: 100%;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature:hover > .feature-container {
    background-size: 120%;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature > .feature-container .feature-map-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  nav.oc-right > ul > li.pipeline-services > ul > .white-full-width-bg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 12px 20px -20px;
  }
  .pipeline-feature > a {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
  /*============================= Footer =====================================*/
  .icon-811 {
    text-align: center;
  }
  .icon-811 h2 {
    display: inline;
  }
  .icon-811 h2:before {
    content: "\00a0";
  }
  .numbers-1 {
    float: left;
    width: 50%;
  }
  .numbers-2 {
    float: left;
    width: 50%;
  }
  .footer-logo {
    display: inline-block;
    margin-right: 32px;
  }
  .footer-nav-container {
    display: inline-block;
    width: 62%;
  }
  /*============================= Home Page ==================================*/
  .home-banner h2 {
    font-size: 42px;
  }
  .home-banner p {
    font-size: 24px;
  }
  .service-icon {
    width: 33%;
  }
  #pipeline-services-section {
    background: rgba(0, 34, 64, 0.9);
  }
  .pipeline-services-container {
    margin-bottom: 250px;
  }
  #services-image {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1;
    width: 70%;
  }
  .watermark {
    bottom: -400px;
    width: 40%;
  }
  /*============================= Interior ===================================*/
  .interior-banner h1 {
    font-size: 38px;
  }
  .bullets-two-columns {
    max-width: 768px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .border-sm-right {
    border-right: 1px solid #7a7a7a;
  }
  .text-sm-left {
    text-align: left;
  }
  /* Events Calendar */
  .events-calendar #calendar .fc-footer-toolbar {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  /*============================= Globals ====================================*/
  body {
    font-size: 16px;
  }
  header {
    font-size: 14px;
  }
  ul.bullets {
    padding-left: 40px;
  }
  .grey-bg ul.bullets {
    padding-left: 30px;
  }
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav > ul {
    transition: padding-bottom 0.3s;
  }
  nav.oc-right > ul > li:hover > ul,
  nav.oc-right > ul > li.hover > ul {
    margin-top: 4px;
  }
  nav.oc-right > ul > li > a:after {
    top: 10px;
  }
  nav.oc-right > ul > li > a {
    padding: 20px 8px 54px;
  }
  header.scrolled nav.oc-right > ul > li > a {
    padding: 20px 8px 30px;
  }
  nav.oc-right > ul > li {
    padding-bottom: 4px;
  }
  header.scrolled nav.oc-right > ul > li {
    padding-bottom: 4px;
  }
  header.scrolled nav.oc-right > ul > li > a:after {
    top: 10px;
  }
  nav {
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 13px;
  }
  .main-nav {
    padding: 20px 30px;
  }
  /*====== Dropdown-specific styles ======*/
  nav.oc-right > ul > li.pipeline-services > ul {
    padding-right: 44%;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature {
    left: 55%;
    width: 45%;
  }
  nav.oc-right > ul > li.pipeline-services > ul {
    width: 992px;
  }
  /*============================= Footer =====================================*/
  .icon-811 {
    float: left;
    margin-top: 35px;
    margin-left: 20px;
  }
  .numbers-1 {
    float: right;
    width: 44%;
    text-align: left;
  }
  .numbers-2 {
    float: right;
    width: 44%;
    text-align: left;
  }
  .footer-logo {
    margin-right: 100px;
  }
  .footer-nav {
    font-size: 14px;
  }
  /*============================= Home Page ==================================*/
  .home-about-variable-margin {
    margin-top: 135px;
  }
  .rectangle-svg {
    position: absolute;
    top: 110px;
    left: 23%;
    width: 78%;
  }
  .pipeline-services-container {
    margin-top: 80px;
  }
  .about-icon + p {
    font-size: 14px;
  }
  .four .about-icon img {
    height: auto;
    max-width: 80px;
  }
  /*============================= Interior ===================================*/
  .col-nav-box {
    width: 33.333%;
  }
  .interior-banner h1 {
    font-size: 44px;
  }
  .nav-bar {
    display: block;
  }
  .nav-bar-page p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  /*============================= Globals ====================================*/
  body {
    font-size: 18px;
  }
  header {
    font-size: 14px;
  }
  .large-headline {
    font-size: 50px;
  }
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav {
    font-size: 14px;
  }
  /*====== Dropdown-specific styles ======*/
  nav.oc-right > ul > li.pipeline-services > ul {
    padding-right: 47%;
  }
  nav.oc-right > ul > li.pipeline-services > ul > .pipeline-feature {
    left: 55%;
    width: 45%;
  }
  nav.oc-right > ul > li.pipeline-services > ul {
    width: 1200px;
    min-height: 232px;
    padding-top: 32px;
  }
  /*============================= Footer =====================================*/
  .footer-nav-container {
    width: 38%;
  }
  .footer-logo {
    margin-right: 60px;
    margin-left: 20px;
  }
  .footer-disclaimer {
    float: right;
    margin-top: 37px;
    text-align: right;
  }
  .footer-disclaimer a {
    padding-right: 0;
    padding-left: 10px;
  }
  .agency {
    margin-top: -43px;
  }
  /*============================= Home Page ==================================*/
  .home-banner h2 {
    font-size: 48px;
  }
  .home-banner 30 {
    font-size: 22px;
  }
  .rectangle-svg {
    width: 72%;
  }
  .pipeline-services-container {
    margin-top: 160px;
  }
  .service-icon {
    width: 20%;
  }
  #services-image {
    bottom: -200px;
  }
  /*============================= Interior ===================================*/
  .nav-bar-page p {
    font-size: 14px;
  }
  .membership-boxes a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1350px) {
  #services-image {
    bottom: -300px;
  }
}
@media screen and (min-width: 1500px) {
  /*============================= Globals ====================================*/
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-20p {
    width: 20%;
  }
  .container {
    width: 1470px;
  }
  h2 {
    font-size: 44px;
  }
  .icon-811 h2 {
    font-size: 30px;
  }
  .home-about-variable-margin {
    margin-top: 170px;
  }
  .grey-bg ul.bullets {
    padding-left: 40px;
  }
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav {
    font-size: 15px;
  }
  /*====== Dropdown-specific styles ======*/
  nav.oc-right > ul > li.pipeline-services > ul {
    padding-right: 38%;
  }
  /*============================= Footer =====================================*/
  .icon-811 {
    margin-top: 0;
    margin-left: 110px;
  }
  .numbers-1 {
    width: 26%;
  }
  .numbers-2 {
    width: 32%;
  }
  .footer-logo {
    margin-left: 110px;
  }
  .footer-disclaimer {
    margin-right: 30px;
  }
  .agency p {
    margin-right: 30px;
  }
  .footer-nav-container {
    margin-left: 50px;
  }
  .footer-nav {
    font-size: 17px;
  }
  /*============================= Home Page ==================================*/
  .rectangle-svg {
    left: 20%;
    width: 82%;
  }
  .four .about-icon img {
    height: auto;
    max-width: 100px;
  }
  .four .about-icon + p {
    font-size: 16px;
  }
  /*============================= Interior ===================================*/
  .nav-box .summary {
    font-size: 15px;
  }
  .interior-banner {
    padding: 150px 0 125px;
  }
}
@media screen and (min-width: 1600px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
