.fw {
    
    width: 100%;
}

.bg-gray {
    
    padding: 0.75rem 1rem;
    margin-bottom: 0rem;
    background-color: #e9ecef;
}


.bg-light-gray {
    
    color: #000000;
    padding: 0.75rem 1rem;
    margin-bottom: 0rem;
    background-color: #f6f6f6;
}

.bg-white {
    
    color: #ffffff;
    padding: 0.75rem 1rem;
    margin-bottom: 0rem;
    background-color: #f6f6f6;
}


.kimbolton {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .kimbolton {
    padding: 4rem 2rem;
  }
}

.kimbolton-fluid {
  padding-right: 0;
  padding-left: 0;
}



 * {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.navbar_menu {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar_menu a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown_menu {
  float: left;
  overflow: hidden;
}

.dropdown_menu .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.navbar_menu a:hover, .dropdown_menu:hover .dropbtn {
  background-color: red;
}

.dropdownx-content {
  display: none;
  position: absolute;
  background-color: #cccccc;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdownx-content .header {
  background: red;
  padding: 16px;
  color: white;
}

.dropdown_menu:hover .dropdownx-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 250px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}



.dropdownx-large {
  position: static !important;
}
.dropdownx-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdownx-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdownx-menu-large > li > ul > li {
  list-style: none;
}
.dropdownx-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdownx-menu-large > li ul > li > a:hover,
.dropdownx-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdownx-menu-large .disabled > a,
.dropdownx-menu-large .disabled > a:hover,
.dropdownx-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdownx-menu-large .disabled > a:hover,
.dropdownx-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdownx-menu-large .dropdownx-header {
  color: #428bca;
  font-size: 18px;
}

.dropdownx-menu-large .dropdowndb-header {
  color: orange;
  font-size: 18px;
  font-family: Arial;
}

@media (max-width: 768px) {
  .dropdownx-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdownx-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdownx-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdownx-menu-large .dropdownx-header {
    padding: 3px 15px !important;
  }
}


.fa-1x {
font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
cursor: pointer;
}
.dark-blue-text {
color: #0A38F5;
}
.dark-pink-text {
color: #AC003A;
}
.dark-amber-text {
color: #ff6f00;
}
.dark-teal-text {
color: #004d40;
}


.carousel{
    background: #2f4357;
    margin-top: 20px;
}

.carousel-item{
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel-inner{
  width:100%;
  max-height: 90vh !important;
}

.bs-example{
	margin: 20px;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index:1000;
}

.active-red {
    
    background: red;
}

.display-header {
    
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    font-size: 4.5rem;
    line-height: 1.2;
}

input[type="text"][disabled], input[type="number"][disabled], select[disabled], textarea[disabled] {
   color: #ffffff;
}


.spinner {
   position: fixed;
   left: 37.5%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   z-index:9999;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}


@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

img.figure-r {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0px solid #666;
    padding: 10px;
    width: 200px;
}

img.figure-l {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0px solid #666;
    padding: 10px;
    width: 200px;
}
