.bg-light {
  background-color: #efefef !important; }

.bg-dark {
  background-color: #0d3662 !important; }

.btn-dark {
  background-color: #0d3662 !important; }

.bg-danger {
  background-color: #b30000 !important; }

.bg-lt-blue {
  background-color: #D1D9E3; }

/*------- TEXT ------*/
h1 {
  border-bottom: solid 5px #155294;
  border-bottom-style: double;
  width: 100%;
  text-align: center;
  margin: 15px 0 15px;
  color: #155294 !important;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 15px;
  text-transform: uppercase; }

@media (min-width: 1600px) {
  h1 {
    line-height: 0.2em;
    margin: 25px 0 35px; }
  h1 span {
    background: #efefef;
    padding: 0 10px;
    color: #333333; } }

h2 {
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 15px;
  text-transform: uppercase; }

h3 {
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: uppercase; }

h4 {
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 25px;
  text-transform: uppercase; }

h5 {
  color: #b30000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: .6rem;
  font-weight: 700;
  margin-top: 10px;
  margin-left: 10px; }

h6,
.h6 {
  color: #333333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: .5rem;
  font-weight: 700; }

.text-danger {
  color: #b30000 !important; }

html {
  position: relative;
  min-height: 100%;
  /*overflow-y: scroll;*/ }

body {
  color: #565656;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  background: #efefef;
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */ }

body {
  margin-bottom: 150px; }

#page-content {
  flex: 1 0 auto; }

* {
  box-sizing: border-box; }

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

.container {
  width: auto;
  max-width: 1280px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

/*------- BASE ------*/
/*------- BUTTON ------*/
.btn-primary {
  background-color: #2363a9 !important;
  font-size: .8rem !important; }

.btn-primary:hover {
  background-color: #3175bf !important; }

.btn-dark:hover {
  background: rgba(8, 38, 72, 0.7) !important;
  color: #efefef; }

.btn-light {
  background: rgba(8, 38, 72, 0.7);
  color: #efefef;
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  border: 1px solid #666666;
  padding: 0 10px; }

.btn-light:hover {
  color: #dddddd;
  background-color: #082648; }

.btn-danger {
  background-color: #b30000; }

.btn-danger:hover {
  background-color: #dc3545; }

.list-group-item:hover {
  background-color: #0d3662; }

.list-group-item:hover a {
  color: #efefef !important; }

.list-group-item {
  padding: .7rem 1rem;
  margin-bottom: 1px;
  background-color: #fff;
  font-size: .9rem;
  font-weight: 700; }

/*------- FOOTER ------*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
  font-family: 'Open Sans';
  font-size: 14px;
  padding-top: 20px;
  color: #dddddd; }

.footer-content {
  padding: 0 0 10px 0; }

.footer-contact {
  font-size: 15px;
  text-transform: uppercase; }

.copyright {
  color: #666666;
  font-size: 12px;
  font-weight: 400; }

.copyright a {
  color: #666666;
  font-weight: 400;
  text-decoration: none; }

.copyright a:hover {
  color: #4a4a4a;
  text-decoration: none; }

footer h4 {
  color: #eeeeee; }

.footer a {
  color: #666666; }

#sticky-footer {
  background-color: #ffffff;
  flex-shrink: none; }

/*------- FORMS ------*/
.form-label {
  font-size: 14px;
  font-weight: 400; }

.section-heading {
  background: #333333 !important;
  color: #dddddd !important;
  margin-bottom: 10px;
  padding: 5px;
  text-transform: uppercase; }

input, textarea, select {
  font-family: 'Open Sans Condensed';
  font-size: 1.2rem; }

p.req,
.req {
  color: #b30000 !important;
  font-family: 'Open Sans Condensed';
  letter-spacing: .1em;
  font-size: 14px;
  margin-top: 10px; }

.form-label {
  color: #0d3662;
  text-transform: uppercase;
  font-weight: 700; }

#cform h2 {
  color: #222222 !important;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  padding-top: 15px !important;
  text-transform: uppercase !important; }

#cform h2.text-danger {
  color: #b30000 !important; }

#cform label {
  color: #0d3662 !important; }

#cform p {
  color: #333333 !important;
  line-height: 1.1rem !important;
  margin-bottom: 1rem !important; }

#cform label.form-check-label {
  margin-right: 20px; }

#cform input {
  margin: 5px !important;
  padding: 10px !important; }

#cform input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  padding-left: 15px !important; }

.form-control {
  display: block;
  width: 100%;
  padding: 0rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  /* background-clip: padding-box; */
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

label {
  margin-bottom: 0; }

span.dollar {
  display: inline-block;
  position: relative; }

span.dollar::before {
  content: "$";
  font-family: "Roboto Regular", sans-serif;
  font-size: 1em;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

input.form-control.total {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important; }

.field-option {
  display: none; }

.hide {
  display: none; }

.small.forgot {
  font-size: 90%;
  margin-top: 6px; }

.small.welcome {
  font-size: 100%; }

.text-white:hover {
  color: #cccccc !important; }

.form-control.login {
  height: 1.8em !important; }

/*------- HOME ------*/
.home-banner {
  background-image: url(/assets/images/uploads/regatta-sample2.jpg);
  background-size: cover; }

.nGY2 .nGY2ViewerLogo {
  text-align: center;
  float: left;
  position: relative;
  top: 50px;
  left: 5px;
  padding: 2px;
  background: none;
  display: none;
  height: 74px;
  width: 147px; }

/*.logo {
  padding-bottom: 55px;
}

.logo1 {
  padding:5px;
}

.logo img {
  max-height: 89px;
  max-width: 150px;
  margin-bottom: 15px;
  margin-top: -10px; 
}
*/
@media (max-width: 640px) {
  .news-panel.nav-tabs > li > a {
    font-size: 15px;
    width: 165px; } }

.float-r-small {
  float: right;
  font-size: 15px;
  text-transform: uppercase; }

.float-r-small a {
  color: #ffffff; }

.float-r-small a:hover {
  color: #666666;
  text-decoration: none; }

.table-cell.second {
  display: none; }

.home-statement-padding p {
  font-size: 1.5em;
  margin: 0;
  padding: 120px 0 0 0; }

@media (min-width: 1200px) {
  .home-statement-padding p {
    padding: 170px 0 0 0; } }

.red {
  padding-right: 0;
  padding-left: 15px;
  margin-right: 0;
  margin-left: auto;
  z-index: 16; }

.red-content {
  width: 100%;
  height: 100%px;
  background: #b30000;
  color: #fff; }

.white-content {
  width: 100%;
  height: 100%px;
  background: #fff;
  padding: 10px;
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 768px) {
  .carousel-caption {
    text-align: left;
    padding-right: 300px; }
  .red {
    display: none;
    width: 750px;
    position: absolute;
    right: 120px;
    top: 70px;
    bottom: 50px;
    padding: 0;
    margin-right: 0; }
  .red-content {
    width: 300px;
    float: right;
    height: 270px;
    background: #b30000;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.75);
    color: #fff;
    margin-right: 0;
    padding: 0; } }

@media (min-width: 992px) {
  .red {
    display: none;
    width: 970px;
    margin-right: 0; } }

@media (min-width: 1200px) {
  .red {
    display: block;
    width: 1170px;
    margin-right: 0; } }

.changefont {
  font-family: 'Open Sans Condensed', sans-serif; }

/*------- IMAGES ------*/
.photocredit {
  color: #ffffff;
  padding-left: 100px; }

div.wrapper {
  position: relative;
  /* important(so we can absolutely position the description div */ }

.banner_img {
  margin-top: 70px; }

.banner-img {
  padding-top: 90px; }

.card-img-top.news-thumb {
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px); }

.img-fluid.thumb {
  padding-bottom: 10px; }

.img-fluid.brand-img {
  margin: 0;
  padding: 0 20px; }

.img-max {
  max-width: 400px;
  width: 100%; }

.gallery-block {
  padding-bottom: 60px;
  padding-top: 0; }

.gallery-block .heading {
  margin-bottom: 50px;
  text-align: center; }

.gallery-block .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase; }

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; }

.gallery-block.cards-gallery .card {
  transition: 0.4s ease; }

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }

.gallery-block.cards-gallery .card-body {
  text-align: center; }

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; }

.gallery-block.cards-gallery a {
  color: #212529; }

.gallery-block.cards-gallery a:hover {
  text-decoration: none; }

.gallery-block.cards-gallery .card {
  margin-bottom: 30px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); }

@media (min-width: 576px) {
  .gallery-block .transform-on-hover:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; } }

#baguetteBox-overlay .full-image figcaption {
  bottom: inherit !important; }

.card-body.article-gallery {
  padding: 0; }

/*------- LINKS ------*/
a {
  color: #082648; }

a:whitelink {
  color: #efefef; }

a:hover {
  color: #666666;
  text-decoration: none; }

a:focus {
  outline: 0; }

.container.foot a {
  color: #efefef; }

.heading2 a {
  color: #333333; }

/*------- MASTHEAD ------*/
.masthead {
  background: #efefef;
  background-image: url("/assets/images/interface/star-bkgd-img.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 45px; }

.navbar a.header-link {
  background: transparent; }

@media (min-width: 992px) {
  .masthead {
    border-bottom: solid 1px #666666;
    margin-top: 0; } }

/*------- MISC ------*/
a:before {
  height: 0; }

hr {
  background-color: #dddddd;
  color: #dddddd;
  height: 1px;
  width: 100%; }

.grid-item img:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.grid-item:hover {
  background: transparent; }

.home-caption {
  background: #093650;
  position: absolute;
  opacity: .8;
  bottom: 10%;
  right: 50px;
  z-index: 10;
  padding: 10px 50px 0px 50px;
  color: #fff; }

.home-caption h2 {
  color: #ffffff; }

.top-margin {
  margin-top: -50px; }

/*------- COL ------*/
.section {
  background-size: cover;
  text-align: center; }

.slide {
  background-size: cover; }

.container.top {
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: -100; }

.paginate {
  display: inline-block; }

.paginat a {
  color: #333333;
  padding: 2px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #666666;
  margin: 0 1px; }

.paginat a.active {
  background-color: #b30000;
  color: white;
  border: 1px solid #4a4a4a; }

.paginat a:hover:not(.active) {
  background-color: #b30000;
  color: #ffffff; }

.container-fluid.banner {
  margin-top: 70px;
  height: 300px; }

@media only screen and (min-width: 640px) {
  .news-title {
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  .news-title {
    margin-top: 40px; } }

@media only screen and (min-width: 900px) {
  .news-title {
    background-color: #efefef;
    margin-top: -100px;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: -1px -2px 2px -1px #999999;
    -moz-box-shadow: -1px -2px 2px -1px #999999;
    box-shadow: -1px -2px 2px -1px #999999; }
  .container-fluid.banner {
    margin-top: 70px;
    height: auto; } }

.container.no-banner {
  padding-top: 150px; }

/* ----- Main nav ----- */
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
  border: none;
  padding: 18px 25px;
  color: #efefef;
  background: #082648;
  border-radius: 0;
  border-bottom: solid #ffffff 7px;
  width: 20%; }

nav > div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #b30000; }

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  border-bottom: #59c5c5 solid 5px;
  background: #666666;
  color: #efefef;
  border-radius: 0;
  transition: background 0.20s linear; }

@media (max-width: 991px) {
  .navbar {
    overflow: auto !important;
    max-height: 85vh !important;
    align-items: flex-start !important; } }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden; }

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #666666; }

.nav-underline .nav-link:hover {
  color: #0d3662; }

.nav-underline .active {
  font-weight: 500;
  color: #4a4a4a; }

.btn-dark.nav {
  margin-top: -60px; }

.dropdown-menu {
  margin: -.1rem; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:visited {
  color: #082648;
  text-transform: uppercase;
  text-align: center; }

.navbar {
  padding: 0;
  display: block !important; }

@media (min-width: 992px) {
  .navbar-nav .megamenu-li:hover {
    display: block; }
  .main-menu-button-group {
    position: relative;
    float: right;
    width: 85%; }
  .main-menu-button {
    font-size: 12px;
    font-weight: bold;
    line-height: .6;
    float: right !important;
    position: relative !important;
    width: 17%;
    background: #082648;
    color: #efefef;
    border-left: 1px solid #eeeeee;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.04em; }
  .navbar-dark .navbar-nav .nav-link {
    color: white; }
  .navbar-dark .navbar-nav .nav-link {
    color: #efefef !important; }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #cccccc !important; }
  .dropdown-menu {
    min-width: 50rem;
    margin-left: -100%;
    margin-right: auto; }
  .dropdown-item {
    padding: .7rem;
    border-bottom: solid 1px #eeeeee; } }

.dropdown-toggle::after {
  display: none;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #082648;
  text-align: center;
  text-transform: uppercase;
  border-bottom: solid 1px #eeeeee; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed !important; }
  .dropdown-menu {
    min-width: 73px !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.dropdown-menu {
  position: absolute;
  top: 36px !important;
  right: 0 !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem !important;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #082648;
  text-align: left;
  list-style: none;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: .0; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #dddddd !important;
  color: #333333 !important; }

.nav-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700; }

.navbar-dark .navbar-brand {
  font-size: 1.1rem; }

.fixed-top-2 {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 1030; }

.bg-light,
.container-fluid .fixed-top-2 {
  background: #efefef !important; }

.navbar-dark .navbar-nav .nav-link {
  border-bottom: 0 !important; }

.nav-link {
  margin-right: 20px; }

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    color: #efefef !important; }
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #dddddd !important; } }

a.nav-link.text-dark:hover {
  color: #cc0000 !important; }

.navbar-toggler {
  background-color: #ffffff;
  color: white;
  margin-right: 20px; }

.nav-item {
  padding-left: 20px; }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0 !important; } }

.nav-link {
  font-size: .9rem; }

.navbar-nav.utility .nav-link {
  font-size: 1rem !important; }

.mt-4 {
  margin-top: .3rem !important; }

.container.no-banner {
  padding-top: 130px; }

@media only screen and (min-width: 992px) {
  .container.no-banner {
    padding-top: 80px; } }

@media only screen and (min-width: 1200px) {
  .container.no-banner {
    padding-top: 150px; }
  .mt-4 {
    margin-top: 1.5rem !important; } }

@media only screen and (min-width: 1200px) {
  .nav-link {
    font-size: 1.2rem; } }

.navbar-nav.mobile {
  background-color: #15529126 !important;
  border: solid 1px #cccccc; }

@media only screen and (min-width: 1200px) {
  .navbar-nav.mobile {
    background-color: #efefef !important;
    border: none; } }

.main li.nav-item {
  padding-left: 50px; }

/*------- Home News ------*/
.news_title {
  color: #082648;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px; }

h5.news-thumb {
  font-size: 1rem;
  font-weight: 700; }

.card-title {
  margin-bottom: .5rem;
  margin-top: -10px; }

h4,
h5 {
  font-weight: 700; }

h5 {
  font-size: medium; }

hr {
  margin-bottom: .5rem; }

/*.sidebar li {
    list-style-type: none;
    color: $darkblue;
    margin: 5px;
    padding: 10px 7px;
    border: solid 1px $medgrey;
    opacity: .90;
    border-right: solid 2px $darkgrey;
    border-bottom: solid 1px $darkgrey;
}

.sidebar li:hover {
  color: $offblack;
}

.sidebar li a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.4em;
  padding-left: 5px;
  text-decoration: none;
}

.sidebar li a:hover {
  color: $lightgrey;
}

.sidebar li:before {
  content: '';
  font-family: 'FontAwesome';
  float: left;
  margin-left: 0;
  color: $offblack;
}

.sidebar ul {
  padding: 0;
}

ul.sidebar-nav {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sidebar li {
  margin: 1px;
}

.sidebar ul.subnav li a:hover {
  color: $white;
  font-weight: normal;
}
.sidebar-heading {
  color: $darkblue;
  border-bottom: solid 3px $medblue;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 10px;
}

ul.sidebar {
  padding-top: 30px;
}
.sidebar li:hover {
  color: $darkblue;
}

.sidebar li a, .sidebar li a:hover {
  color: $offblack;
  font-weight: 600;
}

.sidebar-description {
  background-color: $white;
  border-right: solid 1px $medgrey;
  border-bottom: solid 1px $medgrey;
  border-left: solid 1px $medgrey;
  margin: -22px 0 0 0;
  padding: 5px 5px 0 5px;
  }
.dropdown-menu.sidebar {
    top: 0 !important;
}
*/
/* ----- Slideshow ----- */
.slide-wrapper {
  position: relative; }

.carousel img {
  width: 100%; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

.carousel .item {
  /*margin-top: 70px;*/ }

.carousel .caption {
  position: absolute;
  left: 0px;
  bottom: 20px;
  background: rgba(245, 245, 245, 0.4);
  width: 100%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  opacity: .8;
  overflow: hidden;
  -moz-opacity: 0.7;
  filter: alpha(opacity=7);
  box-sizing: border-box;
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1.2em;
  color: #efefef;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }

.carousel .caption a {
  color: #efefef; }

.carousel-caption {
  background: rgba(245, 245, 245, 0.4);
  position: absolute;
  opacity: .8;
  bottom: 20px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  color: #efefef;
  width: 100%;
  text-align: left; }

@media (min-width: 768px) {
  .carousel-caption {
    text-align: left;
    padding-right: 300px; } }

.credit {
  font-size: 16px; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

/* Carousel */
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-caption h2 {
  color: #333333;
  font-size: 28px; }

.carousel-inner.home {
  margin-top: 0;
  position: relative;
  width: 100%; }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  /*padding-top: 50px;*/ }

@media only screen and (min-width: 992px) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    padding-top: 0; } }

.carousel-inner.vv-3 .carousel-item.active,
.carousel-inner.vv-3 .carousel-item-next,
.carousel-inner.vv-3 .carousel-item-prev {
  display: flex; }

.carousel-inner.vv-3 .carousel-item-right.active,
.carousel-inner.vv-3 .carousel-item-next {
  transform: translateX(17%); }

.carousel-inner.vv-3 .carousel-item-left.active,
.carousel-inner.vv-3 .carousel-item-prev {
  transform: translateX(-17%); }

.carousel-inner.vv-3 .carousel-item-right,
.carousel-inner.vv-3 .carousel-item-left {
  transform: translateX(0); }

.carousel.sponsor img {
  width: 150px; }

/*------- Tables ------*/
.small.table-row {
  background: #efefef;
  font-size: 14px;
  font-weight: 400; }

.table.no-border > tbody > tr > th {
  border: 0;
  padding: 0; }

.table.no-border > tbody > tr > td {
  border: 0;
  padding: 5px; }

h2.trophy-year {
  font-weight: 700;
  margin: 0; }

.row-divider {
  background-color: #333333;
  padding: 2px; }

.table {
  background-color: #D1D9E3; }

@media screen and (min-width: 992px) {
  .width20 {
    width: 20%; }
  .width40 {
    width: 40%; } }

.small.table-row {
  font-size: 14px;
  font-weight: 400; }

.table-condensed > thead > tr > th {
  background: #b30000;
  color: #efefef;
  font-weight: 400; }

li.fa-table:before {
  list-style-type: none;
  font-family: 'FontAwesome';
  content: '\f0ce';
  margin: 0 10px 0 -40px;
  color: #d8bf1f; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: white; }

.dollar:before {
  content: '$'; }
