/*------------ GENERAL STYLES -----------*/
body {
  color: #333333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
h1 {
  color: #0a78bb;
  font-size: 54px;
  font-weight: bold;
  line-height: normal;
  margin: 3px 0 15px;
}
h2 {
  color: #0a78bb;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  margin: 3px 0 15px;
}
h3 {
  color: #60afdf;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  margin: 3px 0 15px;
}
h4 {
  color: #0a78bb;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  margin: 3px 0 15px;
}
h5 {
  color: #60afdf;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  margin: 3px 0 10px;
}
h6 {
  color: #05b5af;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 3px 0 10px;
}
a {
  color: #05b5af;
  text-decoration: none;
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -ms-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
a:hover, a:active, a:focus {
  color: #feca30;
  text-decoration: none;
}
.custom-btn {
  display: inline-block;
  color: #fff;
  background-color: #60afdf;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  padding: 11px 30px;
}
.custom-btn:hover {
  color: #fff;
  background-color: #cccccc;
}
/* Background Colors */
.bg-grey {
  background-color: #f7f7f7;
}
.bg-blue {
  background-color: #05b5af;
}
/* Bootstrap/Grid Styles */
.container {
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.col-5 {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no-margins {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mbottom-15 {
  margin-bottom: 15px;
}
.mbottom-30 {
  margin-bottom: 30px;
}
.padding-top-0 {
  padding-top: 0 !important;
}
/*------------ HEADER -----------*/
.header-out {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 101;
  height: 155px;
  background-color: #fff;
  border-top: 5px solid #05b5af;
  -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
.pagebody-out {
  margin-top: 130px;
}
#header {
  position: relative;
}
#logo {
  display: inline-block;
  margin-top: -8px;
}
#logo img {
  width: 120px;
}
.home-btn {
  text-align: right;
}
/*------------ MENU -----------*/
#mainmenu {
  float: right;
  margin-top: 55px;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  min-height: auto;
}
.navbar-collapse {
  box-shadow: none;
  padding: 0;
}
/* Main Menu Links */
.navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 10px;
  border-top: 3px solid transparent;
}
/* Main Menu Hover */
.navbar-nav > li.dropdown:hover > a, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  color: #60afdf;
  background-color: transparent;
  border-color: #60afdf;
}
/* Dropdown Menu */
.dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 200px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 13px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 3px 13px 0 rgb(0 0 0 / 30%);
}
/* Dropdown Menu Links */
.navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* Dropdown Menu Hover */
.navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #feca30;
  background: #eee;
}
/* Mobile Toggle */
.navbar-toggle {
  background-color: #60afdf;
  border-radius: 3px;
  margin: 5px 0 6px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
/*------------ HOMEPAGE --------------*/
/* Hero */
.hp-hero-out {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 80px 0 150px;
}
.hp-hero-out {
  background-image: url(//cdn.ymaws.com/scwaters.site-ym.com/resource/resmgr/microsite_operators_conference/hp-hero.jpg);
}
.hero-inner {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 30px 10px;
  max-width: 1000px;
  margin: 0 auto;
}
.hp-hero-out h1 {
  color: #05b5af;
  text-transform: uppercase;
  margin: 0;
}
.hp-hero-out h5 {
  text-transform: uppercase;
}
.hp-hero-out p {
  max-width: 700px;
  margin: 0 auto 10px;
}
.hp-hero-out p strong {
  color: #05b5af;
}
.hp-hero-out .custom-btn {
  margin-top: 15px;
  font-size: 20px;
  background-color: #feca30;
}
/* CTAs */
.hp-ctas-out {
  color: #fff;
  background-color: #0a78bb;
  padding: 40px 0;
  text-align: center;
}
.hp-cta-col i {
  font-size: 38px;
  border: 2px solid #fff;
  border-radius: 100%;
  line-height: 76px;
  width: 80px;
  margin-bottom: 15px;
}
.hp-cta-col h4 {
  color: #fff;
}
.hp-cta-col .more-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.hp-cta-col .more-link:hover {
  color: #feca30;
  border-color: #feca30;
}
/* Sponsors */
.hp-sponsors-out {
  text-align: center;
  padding: 40px 0 25px;
}
.hp-sponsors-out h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
#hp-sponsor-section-1 {
  padding-right: 5%;
}
#hp-sponsor-section-2 {
  padding-left: 5%;
}
.hp-sponsor-col {
  margin-bottom: 30px;
}
.hp-sponsor-col a {
  display: inline-block;
}
.hp-sponsor-col a:hover {
  opacity: 0.6;
}
/*------------ SUBPAGES --------------*/
/* Hero */
.sp-hero-out {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.sp-hero-out > img {
  opacity: 0.9;
}
.sp-hero-out .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp-hero-content {
  color: #fff;
  text-align: center;
  text-shadow: 0 0px 5px rgb(0 0 0 / 40%);
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 5px;
  padding: 30px 10px;
  max-width: 900px;
  margin: 0 auto;
}
.sp-hero-content h1 {
  color: #fff;
  margin: 0;
  font-weight: bold;
}
/* Content */
.sp-content-out {
  padding: 40px 0 50px;
}
/* Event Page */
.eventList-item {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 30px 15px;
}
/* Sponsors Page */
.sponsors-categ {
  margin-bottom: 35px;
}
.sponsors-categ h2 {
  color: #fff;
  background-color: #0a78bb;
  padding: 10px 10px;
  margin: 0 0 35px;
  font-weight: normal;
}
.sp-sponsor-col {
  margin-bottom: 30px;
}
/* Program Page */
.nav-tabs {
  border-bottom: 2px solid #ccc;
}
.nav-tabs li a {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #222;
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 25px;
  display: inline-block;
}
.nav-tabs li a:hover {
  color: #0a78bb;
  border-bottom-color: #0a78bb;
  background: #f8f8f8;
}
.nav-tabs li h5 {
  font-size: 20px;
  margin: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background: #0a78bb;
  color: #fff;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}
.nav-tabs > li.active > a h5, .nav-tabs > li.active > a:focus h5, .nav-tabs > li.active > a:hover h5 {
  color: #fff;
}
#agendaTabs .panel-body {
  padding: 0;
}
.agenda-item {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  padding: 10px 15px;
}
.agenda-item:last-child {
  border-bottom: none;
}
.agenda-item:nth-child(even) {
  background: #f8f8f8;
}
.agenda-time, .agenda-description {
  display: inline-block;
  vertical-align: middle;
}
.agenda-time {
  color: #777;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  width: 20%;
}
.agenda-description {
  color: #777;
  font-size: 15px;
  width: 78%;
  padding-left: 15px;
}
.agenda-description span {
  color: #000;
  font-weight: bold;
}
.agenda-description .btn-info {
  color: #0a78bb !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.agenda-description .btn-info:hover {
  color: #9b5f0e !important;
}
/* Tables */
.table-section {
  margin-bottom: 50px;
}
.table-section:last-child {
  margin-bottom: 0;
}
.table-section h2 {
  margin: 0 0 30px;
}
.custom-table {
  font-size: 14px;
  border: 1px solid #ccc;
}
.table-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  padding: 10px 0;
}
.table-row:nth-child(even) {
  background: #f8f8f8;
}
.table-header {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: #0a78bb;
}
.table-col {
  padding: 0 10px;
}
.table-col-1 {
  font-weight: bold;
}
/* Custom Form Styling */
#CustomFormForm {
  margin: 0 auto 50px;
  padding: 0 8px;
}
#CustomFormForm tr {
  display: block;
  margin-bottom: 10px;
}
#CustomFormForm th {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}
#CustomFormForm th label {
  width: 100% !important;
  margin: 0;
}
#CustomFormForm td {
  width: 62% !important;
  display: inline-block;
  vertical-align: top !important;
}
#CustomFormForm td input[type="text"] {
  width: 100% !important;
}
#CustomFormForm td input[type="checkbox"], #CustomFormForm td input[type="radio"] {
  margin-right: 4px;
}
#CustomFormForm {
  padding: 0 15px;
}
#CustomFormForm label {
  font-size: 14px;
}
#CustomFormForm th {
  width: 100%;
}
#CustomFormForm th label {
  font-size: 16px;
  margin-bottom: 2px;
}
#CustomFormForm td {
  width: 100% !important;
}
#CustomFormForm td textarea {
  width: 100% !important;
}
#CustomFormForm tr {
  margin-bottom: 15px;
}
@media (min-width:768px) {
  #CustomFormForm {
    max-width: 750px;
  }
}
@media (min-width:960px) {
  #CustomFormForm {
    max-width: 900px;
  }
}
@media (min-width:1200px) {
  #CustomFormForm {
    max-width: 1180px;
  }
}
@media (min-width:1270px) {
  #CustomFormForm {
    max-width: 1250px;
  }
}
/*------------ FOOTER -----------*/
.footer-out {
  background-color: #285793;
  padding: 60px 0;
  color: #fff;
}
.footer-out ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-out li {
  margin-bottom: 5px;
}
.footer-out li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.footer-out h5 {
  color: #fff;
  margin: 10px 0 20px;
}
.footer-out h3 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
}
.about {
  margin-bottom: 20px;
  padding-bottom: 35px;
  text-align: center;
}
.footer-out .about h3 {
  font-size: 26px;
}
.footSocial {
  margin-top: 20px;
}
.footSocial a {
  font-size: 20px;
  margin-right: 10px;
}
.footSocial a:last-child {
  margin-right: 0;
}
/*------------ MEDIA QUERIES --------------*/
@media (min-width:768px) {
  .container {
    width: 750px
  }
}
@media (min-width:960px) {
  .container {
    width: 900px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1180px
  }
}
@media (min-width:1400px) {
  .header-out > .container {
    width: 1380px
  }
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 1399px) {
  /* Header/Menu */
  #logo {}
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 15px 5px;
  }
}
@media (max-width: 1199px) {
  /* General */
  h1 {
    font-size: 46px;
  }
  /* Header/Menu */

  /* Homepage */
  /* Subpages */
  .nav-tabs li a {
    font-size: 13px;
    padding: 15px 10px
  }
}
@media (max-width: 991px) {
  /* Homepage */
  #hp-sponsor-section-1 {
    padding-right: 8px;
  }
  #hp-sponsor-section-2 {
    padding-left: 8px;
  }
  #hp-sponsor-section-1 {
    padding-right: 8px;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
  }
}
@media (max-width: 959px) {
  /* General */
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 38px;
  }
  /* Header/Menu */
  #mainmenu {
    width: 80%;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    padding: 5px 7px;
  }
  /* Homepage */
  .hp-hero-out {
    padding: 80px 0 100px;
  }
  /* Subpages */
  .nav-tabs li a {
    font-size: 13px;
    padding: 15px 10px
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-5 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .flex-row {
    display: block;
  }
  .no-margins {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* General */
  h1 {
    font-size: 34px;
  }
  /* Header/Menu */
  .header-out {
    position: initial;
    height: auto;
  }
  .pagebody-out {
    margin-top: 0;
  }
  .navbar, #header {
    height: 130px;
  }
  #logo {
    max-width: 300px;
  }
  .navbar-toggle {
    margin-top: 45px;
  }
  #mainmenu {
    float: none;
    margin-top: 0;
  }
  .navbar-collapse {
    background-color: #05b5af;
    z-index: 1000;
    position: relative;
    padding: 0 15px;
  }
  .navbar-nav {
    text-align: left;
    display: block;
  }
  .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    border-top: none;
  }
  .navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    color: #60afdf;
  }
  .navbar-nav .open .dropdown-menu > li > a, .dropdown-menu > li > a {
    color: #fff;
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav > li.dropdown:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #eee !important;
    color: #05b5af !important;
  }
  /* Homepage */
  .hp-hero-out {
    background-attachment: initial;
    padding: 50px 0;
  }
  .hp-hero-out .custom-btn {
    font-size: 18px;
  }
  .hp-cta-col {
    max-width: 400px;
    margin: 0 auto 45px;
  }
  .hp-cta-col:last-child {
    margin-bottom: 0;
  }
  /* Subpages */
  .sp-content-out {
    text-align: center;
  }
  .sp-hero-out img {
    height: 230px;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .custom-table {
    text-align: left;
  }
  .table-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .table-header {
    font-size: 14px;
  }
  .table-col {
    padding: 0 5px;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs li a {
    display: block;
    color: #fff;
    background: #05b5af;
    margin-bottom: 3px;
    border-radius: 0;
    padding: 15px 10px;
    text-align: center;
    font-size: 17px;
  }
  .nav-tabs li a:hover {
    color: #fff;
    background: #0a78bb;
    border-bottom: none;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #0a78bb;
    border-bottom: none;
  }
  #agendaTabs .panel-body {
    text-align: left;
  }
  /* Footer */
  .footer-out {
    padding: 40px 0;
    text-align: center;
  }
  .footLinks {
    margin: 30px 0;
  }
  #footer-links {
    margin-bottom: 30px;
  }
  .footer-out li {
    display: block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    line-height: normal;
  }
  .about {
    margin-bottom: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* Header/Menu */

}