﻿/*====================================
 author: lt - rbmg
======================================*/

/*=======================================
    GENERAL STYLES
==================================================*/
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:18px;
}

.place-kwga-logo {
  position: relative;
}

.kwga-logo {
  position: absolute;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  padding: 10px 0;
  background: url(/views/img/kwga-logo.svg) no-repeat;
  width: 650px;
  height: 101px;
}

.kill-padding {
  padding: 0px !important;
}

.kill-margins {
  margin: 0px !important;
}

.contact-row-margin {
  margin: 0px;
}

.top-bg-layer {
  padding: 10px 0;
  border-bottom: 5px solid #D1DA00;
}

.top-bg-layer ul.list-inline {
    margin-bottom: 0px;
}

.sub_top-bg-layer {
  padding: 24px 0 24px 0;
  border-bottom: 5px solid #D1DA00;
}

.header-skeleton {
  background: #0B4F91;
}

.header-skeleton-SUB-PAGE {
  border-top: 10px solid #0B4F91;
  background: #353535 !important;
}

.hero-bg {
  position: relative;
  background: url(/views/img/hero-bg.jpg) center top;
  background-size: cover;
  padding: 250px 0 235px;
}

.key-slogan-area {
  background: rgba(11,79,145,0.65);
  padding: 20px;
  text-align: center;
  position: relative;
}

.key-slogan-area h1 {
  color: #fff;
  font-size: 80px;
  margin: 0;
  font-weight: 300;
}

.key-slogan-area .kwga-map {
  background: url(/views/img/kwga-map.svg) repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 210px;
  top: 80px;
}

.hero-bg_sub-page {
  position: relative;
  background: url(/views/img/hero-bg.jpg) no-repeat center center;
  background-size: cover;
  border-right: 2px solid #414042;
  padding: 0;
}

.hero-bg_sub-page-RIGHT {
  position: relative;
  background: url(/views/img/hero-bg.jpg) no-repeat center center;
  background-size: cover;
  border-left: 1px solid #414042;
  padding: 0;
}

.vendor_logo-kill-padding {
  padding: 0 5px 0 0;
}

.vendor-section-bg {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 25px;
  min-height: 450px;
}

.vendor-section-SUBPAGE {
  background: rgba(238, 238, 238, 0.9);
  padding: 20px;
}

.vendor-section-bg .lead {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

.small-hr {
  margin-top: 7px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
  width: 50%;
}

.member-logo-row {
  box-shadow: 0px 2px 5px #ccc;
}

.member-logo-row a small {
  font-size: 60%;
}

/* ==== MEMBER LOCATION SECTION : BEGIN ==== */

.member_location-section-bg {
  background: rgba(255, 255, 255, 0.92);
  padding: 15px 25px;
  min-height: 450px;
}

.member_location-section-SUBPAGE {
  background: rgba(255, 255, 255, 0.92);
  padding: 25px;
}

.member_location-section-bg h2 {
  font-weight: 300;
  text-align: center;
}

.member_location-section-bg h2 b {
  font-weight: 700;
}

.member-logo-panel {
  border: 2px solid #282363;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
  background: #fff;
  padding: 10px;
  margin: 0 8px;
}

.member-region-panel {
  border: solid 3px #282363;
  border-radius: 6px;
  margin-bottom: 8px;
}

/* ==== MEMBER LOCATION SECTION : END ==== */

/* ==== SECONDARY NAV SECTION : BEGIN ==== */

.secondary-nav-section {
  background: #414042;
  padding: 8px 0;
}

.secondary-nav-section .container .row .col-xs-12.col-sm-12 ul {
  margin-bottom: 0;
}

.secondary-nav-section .container .row .col-xs-12.col-sm-12 ul.list-inline li a {
  color: #fff !important;
}

/* ==== SECONDARY NAV SECTION : END ==== */

/* ==== FIND MEMBER SECTION : BEGIN ==== */

.find_a_member-section-bg {
  background: #eee;
  padding: 20px 50px;
}

/* ==== FIND MEMBER SECTION : END ==== */

/* ==== CALENDAR SECTION : BEGIN ==== */

.calendar-section-bg {
  background: #E6E7E8;
  padding: 20px 50px;
}

/* ==== CALENDAR SECTION : END ==== */

/* ==== STRENGTH IN NUMBERS SECTION : BEGIN ==== */

.strenth_number-section-bg {
  background: #F4F4F4;
  padding: 20px 50px;
}

/* ==== STRENGTH IN NUMBERS SECTION : END ==== */

.white-fill {
    width: 52%;
    height: 0;
    border-bottom: 125px solid #eee;
    border-left: 100px solid transparent;
    position: absolute;
    right: 0;
    top: 0px;
}

.hover-blue {
  background: rgba(255, 255, 255, .15);
  padding: 25px 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.hover-blue:hover {
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.nav a {
  color: #2574A9 !important;
}

.nav .sub-nav a {
  color:#2574A9 !important;
}

.navbar-member_dashboard .nav a {
  color:#0B4F91 !important;
}

.navbar-member_dashboard .nav .sub-nav a {
  color:#D1DA00 !important;
}

.navbar-member_dashboard .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent !important;
  color: #D1DA00 !important;
}

.navbar-header a {
  color:#a5181c !important;
  padding-right:100px;
}

.navbar-nav > li > a {
  font-size: 16px !important;
  padding: 6px;
}

.text-center {
  text-align:center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #414042;
}

h1 {
  line-height: 50px;
  font-weight: 700;
  font-size: 40px;
}

p {
  font-weight:300;
  line-height:22px;
}

ul li {
  line-height: 1.85;
}

small, .small {
  font-size: 75%;
}

.never-close {
  min-height: 200px;
}

.min-line-height p {
  line-height: 15px!important;
}

.remove_bottom-pad-p {
  padding-bottom: 0px !important;
}

.logo-place {
  position: relative;
  background: url(/views/img/white_leather.jpg) repeat;
  min-height: 75px;
}

.logo-place-sub {
  position: relative;
  background: url(/views/img/white_leather.jpg) repeat;
  height: 60px;
}

.logo-place-sub a {
  background: url(/views/img/vt_energy-logo.png);
  position: absolute;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  top: 0px;
  width: 171px;
  height: 200px;
  z-index: 1;
}

.blue-row-push {
  width: 100%;
  height: 25px;
  background: #a5181c;
}

.intro-section {
  background: url(/views/img/vt_energy-intro_img.jpg) center;
  height: 420px;
}

.intro-section .slogan {
  padding: 0;
}

.slogan-row {
  background: rgba(255, 255, 255, .75);
  padding: 10px 0 20px 0;
  box-shadow: 1px 1px 17px #303030;
}

.sub_page-intro {
  background: url(/views/img/vt_energy-sub_page-head.jpg) center;
  height: 325px;
  background-size: cover;
}

.divider-section-1 {
  padding: 115px 0 50px 0;
}

.one_fourths-box {
  width: 100%;
  min-height: 170px;
  background: url(/views/img/slide-1.jpg) no-repeat;
  background-size: cover;
}

.one_fourths-box-solid_blue {
  width: 100%;
  min-height: 140px;
  background: #2574A9;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.one_fourths-box-solid_blue:hover {
  background: crimson;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.three_fourths-box {
  width: 100%;
  min-height: 350px;
  background: url(/views/img/slide-2.jpg) no-repeat;
  background-size: cover;
  border-bottom: 10px solid crimson;
  position: relative;
}

.inside-three_fourths {
  position: absolute;
  height: 310px;
  width: 90%;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .75);
}

.one_fourths-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.caption-content h1,h2,h3,h4,h5,h6 {
  margin: 0 !important;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: inherit !important;
}

.program_page-title_bg h1,.program_page-title_bg h2,.program_page-title_bg h3 {
  background: #0B4F91;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  margin-bottom: 10px !important;
}
.program_page-title_bg .rebate {
  padding-bottom: 2em;
}
.program_page-title_bg .rebates {
  padding-top: 2em;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 8px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

/* ==========================================================================
   carousel
   ========================================================================== */

.carousel-control {
  padding-top: 22%;
}

#slider {
  padding: 0 !important;
  margin-top: 57px;
}

.float-slide-object {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0px;
}

.selected img {
  opacity:0.5;
}

#slider-thumbs {
  position: relative;
  top: 10px;
  z-index:1000;
  padding: 2% 0;
}

.float-this-right {
  float: right;
}

.float-this-left {
  float: left;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px !important;
  font-size: 20px !important;
  letter-spacing: 1px;
  font-weight: 300 !important;
  line-height: 1.3333333 !important;
}

.btn-kwga {
  color: #0B4F91;
  background-color: transparent;
  border: 2px solid #0B4F91!important;
}

.btn-kwga:hover {
  color: #D1DA00;
  background-color: transparent;
  border: 2px solid #D1DA00 !important;
}

.btn-kwga-reverse {
  color: #D1DA00;
  background-color: transparent;
  border: 2px solid #D1DA00!important;
}

.btn-kwga-reverse:hover {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff !important;
}

.btn-info {
  color: #46b8da !important;
  background-color: transparent !important;
  border: 2px solid #46b8da !important;
}

.btn-info:hover {
  color: #006699 !important;
  background-color: #46b8da !important;
  border: 2px solid #006699 !important;
}

.btn-primary {
  color: #428bca !important;
  background-color: transparent !important;
  border: 2px solid #428bca !important;
}

.btn-primary:hover {
  color: #003366 !important;
  background-color: #428bca !important;
  border: 2px solid #003366 !important;
}

.btn-success {
  color: #5cb85c !important;
  background-color: transparent !important;
  border: 2px solid #5cb85c !important;
}

.btn-success:hover {
  color: #006600 !important;
  background-color: #5cb85c !important;
  border: 2px solid #006600 !important;
}

.btn-warning {
  color: #f0ad4e !important;
  background-color: transparent !important;
  border: 2px solid #f0ad4e !important;
}

.btn-warning:hover {
  color: #cc3300 !important;
  background-color: #f0ad4e !important;
  border: 2px solid #cc3300 !important;
}

.btn-danger {
  color: #d9534f !important;
  background-color: transparent !important;
  border: 2px solid #d9534f !important;
}

.btn-danger:hover {
  color: #993333 !important;
  background-color: #d9534f !important;
  border: 2px solid #993333 !important;
}

.btn-service_repair {
  color: #fff !important;
  background: yellow;
  border: 5px solid #0071bb !important;
}

.btn-service_repair:hover {
  color: #fff !important;
  border: 5px solid #ed1c24 !important;
}

/*=======================================
    COLOR CODES
==================================================*/
.color-white {
  background-color:#fff!important;
  margin-top: 85px;
}

.member-action-area {
  margin-top: 20px;
}

.color-white-red-border {
  background-color:#fff!important;
  padding-bottom: 1%;
}

.color-dark {
  background-color:#D2D7D3!important;
  border-top: 2px dotted red;
}

.color-light {
  background-color:#DADFE1!important;
  border-top: 2px dotted red;
}
.color-gray {
  background:url(/views/img/shattered.png) repeat !important;
}

.kill_top-padding {
  padding-top: 0 !important;
}

.pomegranate_red {
  color: #f22613;
}

.thunderbird_red {
  color: #d91e18;
}

.royal_blue {
  color: #4183d7;
}

.picton_blue {
  color: #22a7f0;
}

.pomegranate {
  color: #C0392B;
}

.alizarian {
  color: #E74C3C;
}

.carrot {
  color: #e67e22;
}

.pumkin {
  color: #d35400;
}

.orange {
  color: #f39c12;
}

.sun-flower {
  color: #f1c40f;
}

.nephritis {
  color: #27ae60;
}

.emerald {
  color: #2ecc71;
}

.key-green {
  color: #D1DA00 !important;
}

.key-blue {
  color: #0B4F91 !important;
}

.green-sea {
  color: #16a085;
}

.turquoise {
  color: #1abc9c;
}

.belize {
  color: #2980b9;
}

.peter-river {
  color: #3498db;
}

.white_wash {
  color: #fff !important;
}

.main-copy-heading {
  font-size: 45px;
  color: #004fa3;
}

hr.main-copy-hr {
  position: relative;
  border: none;
}

hr.main-copy-hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

hr.main-copy-hr:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 5px;
  background: #ef3e33;
}

hr.logo-area {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  border-top: 1px solid #eee;
}

.no_padding-on_img {
  padding: 0 !important;
}

/*=======================================
    SECTIONS STYLES
==================================================*/

ul.nav.nav-tabs > li.active.lead > a b {
  color: #428bca;
}

ul.nav.nav-tabs > li.active.lead > a b:hover {
  color: #303030;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 5px 15px 5px !important;
  font-size: 18px;
  line-height: 20px;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/

nav {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index:99;
}
.fixed {
  position: fixed;
  top: 0;
  min-height: 50px;
  z-index: 99;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
}

.navbar-inverse {
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid #eee;
}

.navbar-member_dashboard {
  background: #fff;
  padding: 10px !important;
  border-bottom: 3px solid #231F20;
}

.left_nav-logo_pad {
    padding: 15px 0;
}

.global-nav-row_push {
  margin-top: 85px;
}

/*=======================================
    INPUT STYLES
==================================================*/

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  margin: 3px 0 5px 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #414042;
  background-color: transparent;
  background-image: none;
  border: 2px solid #0B4F91;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.form-control-inline {
  display: inline;
  width: auto;
}

::-webkit-input-placeholder {
  color: #414042;
}

:-moz-placeholder { /* Firefox 18- */
  color: #414042;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #414042;
}

:-ms-input-placeholder {
  color: #414042;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #414042;
  text-align: center;
  background-color: transparent;
  border: 1px solid #666;
  border-right: 0px;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #D1DA00;
  box-shadow: inset 0 1px 1px rgba(209,218,0, 0.075), 0 0 8px rgba(209,218,0, 0.6);
}

/*=======================================
    FOOTER STYLES
==================================================*/

.full-width-footer {
  padding: 10px 0 0 0;
  border-top: 10px solid #303030;
  background: #fff;
}

footer .small {
  font-size: 60%;
  line-height: 14px;
}

.mpn-footer {
  padding: 10px 0 0 0;
  background: #303030;
  color: #fff;
}

.product-section_bg {
  background: url(/views/img/product-section_bg.jpg) center;
  background-size: cover;
  padding: 2% 0;
  border-top: 10px solid #004fa3;
  border-bottom: 10px solid #004fa3;
}

.product-section_bg h3 {
  font-weight: 700;
  color: #bf2e2b !important;
}

.media:first-child {
  margin-top: 0;
  color: #202020;
  background: url(/views/img/gplaypattern.png) repeat;
  margin-bottom: 30px;
  border-radius: 2px;
  border: 3px solid #0071bb;
}

.media-heading {
  margin: 15px 0 0 0 !important;
  color: crimson;
}

.media-body {
  width: 100%;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 !important;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-kwga {
  border-color: #D1DA00;
}

.panel-kwga > .panel-heading {
  color: #fff;
  background: #0B4F91;
  background: linear-gradient(45deg, #0B4F91, #073765);
  border-color: #414042;
  padding: 15px;
}

.panel-kwga:hover > .panel-heading {
  color: #fff;
  background: #0B4F91;
  background: linear-gradient(90deg, #0B4F91, #1469AF);
}

.panel-kwga > .panel-footer {
  padding: 10px 15px;
  background-color: #666 !important;
  border-top: 1px solid #ddd !important;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #D1DA00 !important;
}



.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.display-member-logo {
  background: url(/views/img/meier-logo.jpg);
  background-repeat: no-repeat;
  width: 390px;
  height: 61px;
}

.organization.vendor-style {
  padding: 2% 0;
  border: 1px solid #303030;
  border-radius: 5px;
  background: #fff;
  box-shadow: 3px 3px 0px #0B4F91;
  margin-bottom: 15px;
  min-height: 128px;
}

.organization.vendor-style:hover {
  border: 1px solid #202020;
  box-shadow: 3px 3px 0px #D1DA00;
  margin-bottom: 15px;
}

.organization.vendor-style .organization-link .info {
  text-align: right;
}

.organization.vendor-style .organization-link .logo img {
  max-width: 510px;
}

.organization.header {
  padding: 2% 0;
  border: 1px solid #eee;
  border-radius: 0px;
  background: #fff;
  box-shadow: 3px 3px 0px #0B4F91;
  margin-bottom: 15px;
  min-height: 128px;
}

.organization.header:hover {
  border: 1px solid #202020;
  box-shadow: 3px 3px 0px #D1DA00;
  margin-bottom: 15px;
}

.organization.header .organization-link .info {
  text-align: right;
}

.organization.header .organization-link .logo img {
  max-width: 400px;
  max-height: 80px;
}

tr.member-style {
  padding: 2% 0;
  border: 1px solid #303030;
  border-radius: 5px;
  background: #fff;
  box-shadow: 3px 3px 0px #0B4F91;
  margin-bottom: 15px;
  min-height: 128px;
}

tr.member-style:hover {
  border: 1px solid #202020;
  box-shadow: 3px 3px 0px #D1DA00;
  margin-bottom: 15px;
}

.organization-table img {
  max-height: 80px;
  max-width: 400px;
}

ul.nav.navbar-nav.nav-justified li:hover {
  background: rgba(255,255,255,.75);
}

ul.nav.navbar-nav.nav-justified li:focus {
  background: rgba(255,255,255,.75);
}

/* === MEDIA QUERIES === */

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li {
    float: none;
    border-left: solid 1px;
    padding: 20px 0;
  }
}

@media (max-width:1200px) {

  h1 {
    line-height:55px !important;
    font-weight:700;
    font-size:60px;
  }

  .full-width-white {
    display: none;
  }

  .navbar-nav > li > a {
    font-size: 16px !important;
  }

  .sub-page-head-bg {
    margin-top: 100px;
  }
}

@media (max-width:1105px) {
  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0px 15px 0px !important;
    font-size: 14px !important;
    line-height: 20px;
  }

  .navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width:992px) {
  .navbar-nav > li > a {
    font-size: 14px !important;
  }

  .hero-copy-bg h1 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (max-width:925px) {
  .kwga-logo {
    width: 80%;
    height: 101px;
  }

  .navbar-brand {
    display: none;
  }
}

@media (max-width:768px) {
  .navbar-inverse {
    background: #414042;
    padding: 0px !important;
    border-bottom: 3px solid #231F20;
  }

  .contact-row-margin {
    margin: 125px 0 0 0;
  }

  .sub-page-head-bg h1 {
    font-size: 65px;
    text-align: center;
  }

  .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px 15px 0px !important;
    font-size: 14px !important;
    line-height: 20px;
    display: inherit;
  }
}

@media (max-width:665px) {

}

/*=====================================
 * Dynatable
 * ==================================*/
.dynatable thead {
  background-color: #0B4F91;
}

.dynatable.dynatable-row-links thead {
    display: none;
}

.dynatable.dynatable-row-links tbody tr {
  height: 125px !important;
}

.dynatable.dynatable-row-links tbody tr td img {
    margin-top: 12px;
}

.dynatable.dynatable-row-links tr {
  border: #0B4F91 solid 2px !important;
  box-sizing: border-box !important;
}

.dynatable.dynatable-row-links tr:hover, .dynatable tr:focus {
  border: #D1DA00 solid 2px !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  cursor: pointer;
}

.dynatable th a:hover, .dynatable th a:focus {
  color: white;
}

.dynatable.dynatable-row-links .dynatable-row-link {
    display: none;
}


/*=====================================
 * Formulaic
 * ==================================*/
.formulaic {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.formulaic-form {
  box-sizing: border-box;
  padding: 1em 1.5em;
  border-radius: 2px;
  box-shadow: 0 0 13px 0 black;
  position: fixed;
  width: 55%;
  max-height: 95%;
  overflow-y: scroll;
  top: 2.5%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: solid #0B4F91 3px;
  z-index: 1000000;
}
.formulaic-form-banner {
  margin-bottom: 1em;
}
.formulaic-form-banner .name {
  float: right;
}
.formulaic-form-banner .logo {
  max-width: 200px;
}
.formulaic-form-title {
  margin-bottom: 1em;
  text-shadow: 1px 1px 1px #BBBBBB;
}
.formulaic-form-buttons {
  margin-top: 1em;
}
.formulaic-element, .formulaic-form-button {
  margin: 0.5em 0;
}

/* this is used for featured vendor management */
.formulaic-element-textLong textarea {
  height: 12em;
}

/* Hide ID column from ID containing tables */
.table-has-id-column tr > *:first-child {
  display: none;
}

/* Performance Table */
.performance-table, .performance-table-sub-table table {
  border-collapse: separate;
}
.performance-table .performance-table-sub-table table {
  width: 100%;
}
.performance-table .performance-table-sub-table {
  border: none;
  padding: 0;
}

.performance-table thead {
  background: white;
}
.performance-table thead th {
  border-bottom: none !important;
  font-size: 0.9em;
}
.performance-table thead th .fa {
  font-size: 0.8em;
}
.performance-table tbody {
  border: 2px solid #DDD;
}
.performance-row {
  border: none;
}
.performance-table .performance-table-row:nth-child(even) {
  background: #EEF;
}
.performance-table .row-head {
  border: 2px solid;
  border-color: #DDDDDD;
  border-left-width: 4px;
  border-right-width: 0;
  width: 240px;
  font-size: 0.9em;
}
.performance-table .formulaic-editable-wrapper {
  padding: 0;
  border: 2px solid #DDD;
}
.performance-table .performance-table-row > .formulaic-editable-wrapper:last-of-type {
  border-right-width: 4px;
}
.performance-table .performance-table-row > .formulaic-editable-wrapper:first-of-type {
  border-left-width: 4px;
}
@keyframes fade {
  from {border-color: #99FF99;}
  to {border-color: #DDDDDD;}
}
.performance-table .formulaic-editable {
  width: 100%;
  border: none;
  outline: none;
  min-height: 100%;
  box-sizing: content-box;
  background:none;
  padding: 4px;
}

.performance-table .performance-table-row:last-child .formulaic-editable-wrapper, .performance-table-row:last-child .row-head {
  border-bottom: 4px solid #DDD;
}
.performance-table .performance-table-row:last-child .performance-table-sub-table tr:first-child .formulaic-editable-wrapper {
  border-bottom: 2px solid #DDD;
}
.performance-table .performance-table-row:first-child .formulaic-editable-wrapper, .performance-table-row:first-child .row-head {
  border-top: 4px solid #DDD;
}
.performance-table .performance-table-row:first-child .performance-table-sub-table tr:last-child .formulaic-editable-wrapper {
  border-top: 2px solid #DDD;
}

.performance-table .formulaic-editable-wrapper.formulaic-success {
  animation-name: fade;
  animation-duration: 1s;
}
.performance-table .formulaic-editable-wrapper.formulaic-fail {
  border-color: #FF7777 !important;
}
.performance-table .formulaic-editable-wrapper.formulaic-editable-focus {
  border-color: #337AB7 !important;
}

.floatThead-container {
  overflow: visible !important;
}

/*=====================================
 * Loading
 * ==================================*/

body > #loading {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  transform: translateZ(0);/*HW acceleration*/
  background-color: rgba(0,0,0,0.85);
}
body > #loading > i.fa {
  height: 200px;
  width: 200px;
  position: absolute;
  margin-top: -100px;
  margin-left: -100px;
  top: 50%;
  left: 50%;
  line-height: 200px;
  font-size: 150px;
  text-align: center;
  color: #EEEEEE;
  text-shadow: -1px -1px 5px black;
  transform: translateZ(0);
}

/*=====================================
 * Auth0 Lock widget
 * ==================================*/
/* hide logo/title */
.auth0-lock-header {
    display: none;
}
#root {
  margin-top: 0 !important;
}


/*=====================================
 * Misc
 * ==================================*/

.text-columns {
  -webkit-column-width: 480px;
  -webkit-column-gap: 32px;
  -webkit-column--webkit-count: auto;
  -moz-column-width: 480px;
  -moz-column-gap: 32px;
  -moz-column--moz-count: auto;
  column-width: 480px;
  column-gap: 32px;
  column-count: auto;
}
.text-columns h1, .text-columns h2, .text-columns ul {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.table {
  font-size: 14px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
}

.select2-container {
  font-size: 16px;
}

.select2-container .selection .select2-selection--single {
  height: 36px;
}

.select2-selection__rendered {
  padding-top: 4px;
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  top: 16px;
}
