@charset "UTF-8";
.bg-dark {
  background-color: #20426d !important;
  color: #ffffff; }

/*------- TEXT ------*/
h1,
h2,
h3,
h4,
h5 {
  color: #3169ab;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

h1 {
  color: #ffffff !important;
  font-size: 1.6rem !important;
  width: 100%;
  text-align: center;
  margin: 25px 0 35px; }

@media (min-width: 992px) {
  h1 {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 0.2em; } }

h1 span {
  background: #fff;
  padding: 0 10px;
  color: #20426d; }

h4 {
  color: #3169ab !important;
  font-size: 1.1rem !important; }

h5 {
  color: #3169ab !important;
  font-size: 1rem !important; }

.sidebar {
  font-size: .8rem; }

.small {
  font-size: 85%; }

.text-info,
.text-info a {
  color: #175cb8 !important; }

a.text-info:focus,
a.text-info:hover {
  color: #333333 !important; }

html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 1rem;
  line-height: 1.72222;
  color: #3d3d3d;
  /* Margin bottom by footer height */
  margin-top: 160px;
  margin-bottom: 150px; }

* {
  box-sizing: border-box; }

@media (max-width: 767.98px) {
  .mx-w-100 {
    max-width: 100% !important; } }

/*------- BUTTON ------*/
.btn-primary:hover {
  color: #fff;
  background-color: #3169ab;
  border-color: #20426d; }

.btn-link h3 {
  margin-top: 5px;
  margin-bottom: 5px; }

/*------- FOOTER ------*/
.copyright {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400; }

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

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

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

@media (min-width: 992px) {
  .footer,
  footer {
    height: 150px; } }

footer h4 {
  color: #eeeeee; }

.footer a {
  color: #cccccc; }

.footer .card-title {
  color: #333333;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase; }

/*------- FORMS ------*/
.modal-backdrop {
  z-index: 1; }

.modal-dialog {
  max-width: 800px !important; }

.card-body.login {
  border: 0; }

.card {
  background-color: #eeeeee; }

.modal-header {
  background-color: #093650;
  padding: 0 1rem; }

h2.modal-title {
  color: #fff; }

.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .8; }

.form-control {
  font-size: 1.1rem;
  letter-spacing: .05em;
  font-family: 'open sans condensed'; }

button.nav-item {
  background: none;
  /*border: none;*/ }

button.nav-item.login {
  border: none; }

button:focus,
button:hover {
  /*border: 0;*/
  outline: 0;
  cursor: pointer;
  display: inline;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color; }

.modal-backdrop {
  z-index: 1; }

.card-body.login {
  border: 0; }

.modal-header {
  background-color: #093650;
  padding: 0 1rem; }

h2.modal-title {
  color: #fff; }

.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: .8; }

.close:hover {
  color: #ccc; }

.form-control {
  font-size: 1.1rem;
  letter-spacing: .05em;
  font-family: 'Open Sans Condensed'; }

button:focus {
  outline: 0;
  outline: 0px auto transparent; }

button,
button:focus,
button:hover {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  box-shadow: none; }

button.btn-link.login {
  border: none;
  box-shadow: none; }

.btn-link {
  display: inline;
  margin-left: 20px;
  outline: none;
  outline: 0px auto -webkit-focus-ring-color; }

.btn-link.login {
  padding: 5px 0 0 0; }

@media (min-width: 992px) {
  .btn-link {
    margin-left: 0; } }

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto; }

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); }

.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px; }

.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer; }

.form button:hover, .form button:active, .form button:focus {
  background: #43A047; }

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px; }

.form .message a {
  color: #4CAF50;
  text-decoration: none; }

.form .register-form {
  display: none; }

#cform table th {
  background-color: #20426d !important;
  border: solid #eee !important;
  border-width: 1px !important;
  color: #fff !important;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase; }

#cform table td {
  border: solid #dddddd !important;
  border-width: 1px !important; }

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

.form-control--dropdown {
  text-align: left;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f8f8f8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBT…gsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==) right 15px center no-repeat;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBT…gsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==) right 15px center no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAABGdBT…gsg7JgSKCwApzLZCgIlESYrCwIlERwmQyNUOxVUaCjBwG62A+AiSlt5gAAAABJRU5ErkJggg==) right 15px center no-repeat, linear-gradient(180deg, #fff, #f8f8f8);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 22px;
  position: relative; }

/*------- IMAGES ------*/
/*------- banner images ------*/
.cap {
  position: relative; }

.banner-caption {
  position: absolute;
  display: block;
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 20px; }

.img-limit {
  display: block;
  margin: 0 auto; }

@media only screen and (min-width: 992px) {
  .img-limit {
    max-width: 70%; } }

.photocredit {
  color: white;
  padding-left: 100px; }

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

div.description {
  position: absolute;
  /* absolute position (so we can position it where we want)*/
  bottom: 0px;
  /* position will be on bottom */
  left: 0px;
  width: 100%;
  /* styling below */
  background-color: black;
  color: white;
  opacity: 0.6;
  /* transparency */
  filter: alpha(opacity=60);
  /* IE transparency */ }

@media only screen and (max-width: 640px) {
  p.description_content {
    padding: 0 10px;
    margin: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 10px;
    font-weight: 200;
    letter-spacing: .1em; } }

@media only screen and (min-width: 640px) {
  p.description_content {
    padding: 10px 100px;
    margin: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: .1em; } }

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

/* Image Gallery */
.gallery-thumbnail,
.gallery-thumbnail_lg {
  margin: 5px 5px 5px 0;
  background: #cacaca;
  padding: 0px;
  line-height: 1.42857143;
  background-color: #dcdcdc;
  border: 1px solid #cacaca;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  width: 150px;
  height: auto; }

.gallery_thumbnail {
  float: left;
  border-radius: 5px; }

.nanogallery_colorscheme_dark_my_nanogallery .nGY2GThumbnailImageTitle,
.nanogallery_colorscheme_dark_my_nanogallery .nGY2GThumbnailAlbumTitle,
.nanogallery_colorscheme_dark_my_nanogallery .nGY2Breadcrumb .oneItem {
  color: #cccccc;
  background-color: transparent;
  font-size: 13px;
  font-weight: 400; }

.nanogallery_gallerytheme_custom_my_nanogallery .nGY2Breadcrumb .oneItem {
  color: #ffffff;
  font-family: 'Open Sans Condensed';
  font-size: 16px;
  letter-spacing: .05em; }

.nGY2 .nGY2GThumbnailAlbumTitle,
.nGY2 .nGY2GThumbnailImageTitle {
  font-family: 'Open Sans Condensed';
  font-size: 16px;
  letter-spacing: .05em; }

/* ---- Masonry ---- */
/* ---- grid ---- */
.grid {
  background: #fff; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.caption h2 {
  background: #333333;
  color: #ffffff;
  opacity: .8;
  padding: 10px; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .grid-sizer,
  .grid-item {
    width: 33.33%; } }

.grid-item,
.figure {
  float: left;
  overflow: hidden; }

.grid-item img {
  display: block;
  max-width: 100%; }

.grid-item:hover {
  background: #333333; }

.grid-item img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.grid .grid-item figcaption {
  bottom: 70px;
  color: white;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease; }

.caption {
  display: none; }

.grid-item:hover .caption {
  display: block;
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%; }

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

/*------- LINKS ------*/
h3 a,
h5 a {
  color: #20426d; }

a {
  color: #20426d; }

a:whitelink {
  color: #ffffff; }

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

a:focus {
  outline: 0; }

a.collapsed:hover {
  color: #20426d;
  opacity: .8; }

.card-title a:hover {
  color: #3169ab; }

.paginate {
  display: inline-block; }

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

.paginat a.active {
  background-color: #333333;
  color: white;
  border: 1px solid #666666; }

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

/*------- MISC ------*/
hr {
  background-color: #dddddd;
  color: #dddddd;
  height: 1px;
  margin-bottom: .5rem;
  width: 100%; }

.container .page-title {
  background-color: #20426d;
  color: #ffffff;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .3em;
  margin-bottom: 20px; }

.footer .card-body.champs {
  font-weight: 700;
  text-align: center; }

.card {
  border-radius: .2rem;
  margin-bottom: 5px; }

.card-body.scores {
  background-color: rgba(0, 0, 0, 0.03);
  color: #333333;
  padding: .25rem; }

.card-body.sponsors {
  background-color: rgba(0, 0, 0, 0.03); }

.card-header.scores {
  font-size: .9rem;
  font-weight: 700;
  padding: .25rem;
  text-transform: uppercase;
  padding: .3rem .5rem; }

.card-title {
  margin-bottom: 0; }

.card-deck.events .card-body {
  background-image: url(/assets/images/interface/page-back.png);
  background-position: center; }

@media (max-width: 991px) {
  .card-deck-wrapper {
    margin-right: 0;
    margin-left: 0; }
  .card-deck {
    display: block;
    width: 100%;
    margin-bottom: .75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
  .card-deck .card {
    display: block;
    margin-bottom: .75rem;
    vertical-align: top; } }

@media (min-width: 992px) {
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

@media (max-width: 992px) {
  .page-title {
    margin-top: 0;
    text-transform: uppercase; } }

.section-title {
  background-color: #3169ab;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 3px 1px 13px;
  text-transform: uppercase; }

.section-title.side h3 {
  font-size: 18px; }

.section-title > h3 {
  color: #ffffff; }

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right; }

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; }

li .year-heading {
  background: #20426d;
  color: #fff;
  margin-left: -20px;
  padding: 3px 10px; }

.mt-n1 {
  margin-top: -1rem !important; }

.banner-title {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .1rem;
  padding: 10px;
  text-transform: uppercase; }

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

/* ----- Main nav ----- */
.navbar .navbar-nav > li > a {
  color: #333333;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 5px 25px;
  text-shadow: none;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc; }

@media (min-width: 992px) {
  .navbar .navbar-nav > li > a {
    padding: 0 25px;
    border-bottom: none;
    font-size: 1rem; } }

@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a {
    font-size: 1.2rem; } }

.nav-back {
  background-color: #ffffff !important;
  background-image: url(/assets/images/interface/page-back.png);
  background-repeat: no-repeat;
  background-position: center; }

.navbar-light .navbar-nav .nav-link {
  color: #20426d;
  padding-left: 10px; }

.nav > li > a {
  background-color: transparent;
  color: #333333;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-shadow: none;
  text-transform: uppercase; }

.dropdown-menu {
  border: none;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .dropdown-menu {
    border: solid 1px #cccccc;
    min-width: 12rem; } }

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

.dropdown-menu .nav-link:hover {
  background-color: #20426d;
  color: rgba(255, 255, 255, 0.5); }

.dropdown-menu .nav-link:hover a {
  color: #ffffff; }

.navbar-light .navbar-nav .dropdown-menu .nav-link:hover {
  color: rgba(255, 255, 255, 0.5); }

.fixed-top-2 {
  -webkit-box-shadow: 0px 1px 5px 0px #878587;
  -moz-box-shadow: 0px 1px 5px 0px #878587;
  box-shadow: 0px 1px 5px 0px #878587;
  margin-top: 56px; }

a.navbar-brand {
  font-family: 'Open Sans Condensed', sans-serif; }

.navbar-dark .navbar-brand {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .04rem; }

@media (min-width: 992px) {
  .navbar-dark .navbar-brand {
    font-size: 1.3rem; } }

.sidebar li {
  border: solid 1px #cccccc;
  border-radius: .25rem;
  list-style-type: none;
  margin: 10px 5px;
  padding: 10px 7px; }

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

.sidebar li a:hover {
  color: #333333; }

.sidebar-heading {
  color: #20426d;
  border-bottom: solid 3px #3169ab;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 10px; }

ul.sidebar {
  padding-top: 30px; }

.sidebar-box {
  background: #eeeeee;
  border: solid 1px #cccccc;
  padding: 10px; }

/* ----- Slideshow ----- */
.carousel {
  margin-top: -35px; }

.carousel-item .img-fluid {
  width: 100%;
  position: bottom; }

/*------- Tables ------*/
table.schedule td {
  font-family: "Open Sans Condensed", sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300; }

.table-hover tbody tr:hover {
  background-color: rgba(32, 66, 109, 0.26); }
