/* General */

.overflow {
    overflow: hidden;
}

.margin-auto {
    margin: auto !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

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

.pt-1 {
    padding-top: 10px;
}

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

.ml-2 {
    margin-left: .5rem;
}

.mb-2 {
    margin-bottom: .5rem;
}

.float-right {
    float: right;
}


/* Colors */

.white {
    color: #FFF;
}

.white-bg {
    background-color: #FFF;
}

.blue {
    color: #164c87;
}

.blue-bg {
    background-color: #164c87;
}

.grey {
    color: #f2f2f2;
}

.grey-bg {
    background-color: #f2f2f2;
}

.dark-grey {
    color: #989898;
}

.dark-grey-bg {
    background-color: #989898;
}


/* Buttons */

.button {
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 6px;
    padding: 10px 25px 10px 25px;
    transition: all 0.4s ease;
    display: inline-block;
    text-transform: uppercase;
}

.button:hover {
    transition: all 0.4s ease;
    text-decoration: none;
}

.btn-clear-white {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent;
}

.btn-clear-white:hover {
    color: #164c87;
    background-color: #FFF;
    border: 1px solid #FFF;
}

.btn-blue {
    color: #FFF;
    background-color: #164c87;
    border: 1px solid #164c87;
}

.btn-blue:hover {
    color: #FFF;
    background-color: #164c87;
    border: 1px solid #164c87;
    opacity: 0.8;
}

.btn-red {
    color: #FFF;
    background-color: #ce0e2d;
    border: 1px solid #164c87;
}

.btn-red:hover {
    color: #FFF;
    background-color: #ce0e2d;
    border: 1px solid #164c87;
    opacity: 0.8;
}


.btn-clear-blue {
    color: #164c87;
    border: 1px solid #164c87;
    background-color: transparent;
}

.button-gray{
	color:#333333 !important;
	background-color:#CCCCCC;
	background:-moz-linear-gradient(top, #EAEAEA, #CCCCCC);
}

.btn-clear-blue:hover {
    color: #FFF;
    background-color: #164c87;
    border: 1px solid #164c87;
}


.nav-btn {
    border-radius: 4px;
	font-size: 16px;
	padding: 8px 20px 8px 20px;
}

.nav-btn-blue {
	border: 1px solid #164c87;
	background-color: #FFF;
	color: #164c87;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 4px;
	font-size: 14px;
	padding: 8px 10px;
    margin-bottom: 8px;
    font-family: 'Roboto Condensed', sans-serif;
}

.nav-btn-blue:hover {
    background-color: #164c87;
    color: #FFF;
    text-decoration: none;
}

.subnav-active {
    background-color: #0050A3;
    color: #fff;
    border: 1px solid #AAAAAA;
}

/* subnav widget style */

.bluebar {
    line-height: 30px;
    background-color:#164c87;
    text-align:center;
    margin-top: -10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFF;
}

.bluebar a, .bluebar span {
    color:#FFF;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    font-family: 'AftasansRegular', Arial, Open Sans, serif;
    font-size:15px;
}

.bluebar a:hover {
    color:#F60;
}

/* Typography */

@font-face {
  font-family: 'bebas';
  src: url("../fonts/bebasneue-webfont.woff2") format("woff2"), url("../fonts/bebasneue-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-family: 'bebas', sans-serif;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
}

ul li {
    font-family: 'Roboto Condensed', sans-serif;
}

.text-shadow {
    text-shadow: 0px 7px 10px rgba(50, 50, 50, 0.1);
}


/* Top Bar */
.top-bar {
    height: 65px;
}
/* @media (max-width: 768px) {
.navbar-header {
    width: 100%;
    display: inline !important;
    }
} */

@media (min-width: 992px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        text-align: center;
    }
}

.navbar-brand-centered {
    display: inline-block;
}

.navbar-brand-centered img {
    width: 159px;
    height: 88px;
    margin: 15px;
}



.navbar {
    background-color: #FFF;
    border: 0;
}

ul#header-left {
    margin: 15px;
    padding-left: 0;
    float: left;
}

#header-left li {
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    display: inline-block;
}


.nav li ul {
    background: #EAEAEA;
    list-style: none;
    margin: 0px;
    text-align: left;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0px;
    position: absolute;
    width: 100%;
    z-index: 999;

}

.nav li ul a {
    display: block;
    padding: 10px 15px;
}

.nav li ul a:hover {
    background: #CCC;
    text-decoration: none;
}

@media (max-width: 991.98px) {
#header-left li {
    padding: 15px 15px 15px 15px;
    font-family: 'bebas';
    font-size: 15px;
    display: inline;
    }
}

ul#header-right {
    margin: 50px 0px 0px 0px;
    padding-left: 0;
    float: right;
}

#header-right li {
    padding: 15px 15px 15px 15px;
    font-family: 'bebas';
    font-size: 18px;
    display: inline;
}

.ally-DIR-hor {
    width: 100px;
    display: inline;
    margin-top: -4px;
}

.pga-tour-top {
    width: 60px;
    display: inline-block;
    margin-top: -15px;
}

ul.sm-icons-top {
    display: inline;
    padding-left: 0;
}

.sm-icons-top li {
    padding: 0px 7px 0px 7px !important;
}

.icon,
.icon:hover {
    font-size: 20px !important;
    color: #164c87 !important;
}

.search-icon-hover {
    color: #FFF;
}

.search-icon-hover:hover {
    color: #164c87 !important;
}


/* Navigation */

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    margin: 0 auto 0 auto;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFF;
    background-color: #164c87;
    border: 1px solid #164c87;
    font-size: 16px;
    text-align: center;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: #164c87;
}

.navbar-toggle {
    background-color: #164c87;
    border: 1px solid #164c87;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #0050A3 !important;
    border: 1px solid #0050A3;
}

.navbar-toggle:hover .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF !important;
}

@media (min-width: 768px){
    .navbar-nav {
        margin: 0;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }

    .navbar-collapse {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .nav li ul {
        position: relative;
    }
}

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


/* Search Bar */

#search {
    z-index: 100000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .button {
    position: absolute;
    font-size: 25px;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #164c87;
	border-color: #164c87;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

#search .close:hover {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #164c87;
	background-color: #FFF;
	border-color: #FFF;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}


/* Hero Slider */

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 35px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #FFF;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    bottom: 3%;
    height: 20px;
    font-size: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #164c87;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #164c87;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    border: 1px solid #FFF;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    padding: 10px 85px;
}

.slide-text > h2 {
    font-family: 'bebas', sans-serif;
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    font-style: normal;
    line-height: 65px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > a.btn-clear-white:hover,
.slide-text > a.btn-clear-white:active {
    background-color: #FFF;
    color: #164c87;
    border: 1px solid #FFF;
    transition: all 0.4s ease;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-clear-white,
    .slide-text > a.btn-clear-white {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/* Icon Area */

.main-icon {
    font-size: 50px;
}

.icon-text {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0 15px 0 15px;
}

.middle-icon {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}

.middle-right-icon {
    border-right: 1px solid #CCC;
}

@media (max-width: 991.98px) {
.middle-icon {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    }

    .middle-right-icon {
        border-right: 0 !important;
        border-bottom: 1px solid #CCC;
    }
}

/* Featured Players */

.caption {
        width:100%;
        bottom: 0rem;
        position: absolute;
        background:#000;
        background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thumb {
    position: relative;
}

.caption h3 {
    padding-left: 15px;
}


/* Flipping Clock */

.digit {
  position: relative;
  float: left;
  width: 10vw;
  height: 15vw;
  background-color: #fff;
  border-radius: 1vw;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 11vw;
}

.base {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
}

.flap {
  display: none;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #fff;
  left: 0;
  top: 0;
  border-radius: 1vw 1vw 0 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.flap::before {
  content: attr(data-content);
  position: absolute;
  left: 50%;
}
.flap.front::before, .flap.under::before {
  top: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flap.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.flap.back::before {
  top: 100%;
  -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
          transform: translate(-50%, -50%) rotateZ(180deg);
}
.flap.over {
  z-index: 2;
}
.flap.under {
  z-index: 1;
}
.flap.front {
  -webkit-animation: flip-down-front 300ms ease-in both;
          animation: flip-down-front 300ms ease-in both;
}
.flap.back {
  -webkit-animation: flip-down-back 300ms ease-in both;
          animation: flip-down-back 300ms ease-in both;
}
.flap.under {
  -webkit-animation: fade-under 300ms ease-in both;
          animation: fade-under 300ms ease-in both;
}

@-webkit-keyframes flip-down-front {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-color: #fff;
    color: #333;
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    background-color: #a6a6a6;
    color: black;
  }
}

@keyframes flip-down-front {
  0% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    background-color: #fff;
    color: #333;
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
    background-color: #a6a6a6;
    color: black;
  }
}
@-webkit-keyframes flip-down-back {
  0% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
            transform: rotateY(180deg) rotateX(0deg);
    background-color: #a6a6a6;
    color: black;
  }
  100% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
            transform: rotateY(180deg) rotateX(180deg);
    background-color: #fff;
    color: #333;
  }
}
@keyframes flip-down-back {
  0% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
            transform: rotateY(180deg) rotateX(0deg);
    background-color: #a6a6a6;
    color: black;
  }
  100% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
            transform: rotateY(180deg) rotateX(180deg);
    background-color: #fff;
    color: #333;
  }
}
@-webkit-keyframes fade-under {
  0% {
    background-color: #a6a6a6;
    color: black;
  }
  100% {
    background-color: #fff;
    color: #333;
  }
}
@keyframes fade-under {
  0% {
    background-color: #a6a6a6;
    color: black;
  }
  100% {
    background-color: #fff;
    color: #333;
  }
}
.clock {
  position: absolute;
  width: 70vw;
  top: 50%;
  left: 15vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-perspective: 100vw;
          perspective: 100vw;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
}
.clock .digit {
  margin-right: 1vw;
}
.clock .digit:nth-child(2n + 2) {
  margin-right: 3.5vw;
}
.clock .digit:last-child {
  margin-right: 0;
}

/* BR */

.br-bottom-half {
    padding-bottom: 10px;
}

.br-bottom {
    padding-bottom: 20px;
}

.br-bottom-1-half {
    padding-bottom: 30px;
}

.br-bottom-2x {
    padding-bottom: 40px;
}

.br-bottom-3x {
    padding-bottom: 60px;
}

.br-bottom-3x-special {
    padding-bottom: 59px;
}

.br-bottom-4x {
    padding-bottom: 80px;
}

.br-bottom-6x {
    padding-bottom: 120px;
}

.br-bottom-8x {
    padding-bottom: 160px;
}

.br-bottom-10x {
    padding-bottom: 180px;
}

.br-top-half {
    padding-top: 10px;
}

.br-top {
    padding-top: 20px;
}

.br-top-1-half {
    padding-top: 30px;
}

.br-top-2x {
    padding-top: 40px;
}

.br-top-3x {
    padding-top: 60px;
}

.br-top-4x {
    padding-top: 80px;
}

.br-top-6x {
    padding-top: 120px;
}

.br-top-8x {
    padding-top: 160px;
}

.br-top-10x {
    padding-top: 180px;
}

.row-15px {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row-15px [class*=col-],
.row-15px [class*=col] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-8ths {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
    }

    .col-sm-8ths {
        width: 12.5%;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
    }

    .col-md-8ths {
        width: 12.5%;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
    }

    .col-lg-8ths {
        width: 12.5%;
    }
}

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-7ths {
    width: 14.28%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-7ths {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-7ths {
        width: 14.28%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14.28%;
        float: left;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

@media (max-width: 767.98px) {
    .slide-text h1 { margin-top: 0px; }
    .container.br-top-2x { padding-top: 0px; }
	.navbar { min-height: 0; }
}

.mobile-button { position: absolute; right: 0px; top: -100px; }

.featured-hole-caption {
    width: 60%; margin: 0px auto; background: #FFF; border-radius: 15px; position: absolute; z-index: 999; top: 60px;
    left: 20%; padding: 20px; color: #777;
}
.featured-hole-caption .description { border-left: 1px solid #EAEAEA; }
.featured-hole-caption h3 { margin: 0px; }
.featured-hole-caption h2 { margin-top: 15px; padding-bottom: 10px; margin-bottom: 20px; position: relative; }

.line-on-sides { line-height: 0.2; text-align: center; }
.line-on-sides span { display: inline-block; position: relative; }
.line-on-sides span:before, .line-on-sides span:after {
  content: ""; position: absolute; height: 5px; border-top: 1px solid #000; top: 0; width: 100%;
}
.line-on-sides span:before { right: 100%; margin-right: 15px; }
.line-on-sides span:after { left: 100%; margin-left: 15px; }

#footer { background: linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35)), url('https://0382cd3331d9c2502393-9ea16064e73dedb565ecccb20309ffdb.ssl.cf2.rackcdn.com/hole5.jpg') center center no-repeat; background-size: cover; min-height: 450px; position: relative; }

#footer-text { padding-top: 240px; position: absolute; bottom: 10px; width: 100%; }
#footer-text-small { padding-top: 40px; width: 100%; }
#footer-navigation { list-style: none; margin: 0px; padding: 0px;  margin-bottom: 10px; }
#footer-navigation li { display: inline-block; }
#footer-navigation li a { display:block; padding: 10px 15px; font-size: 18px; }
#footer-navigation li.first-child a { padding-left: 0px!important; }
#footer-ticket-information { border: 1px solid #FFF; border-radius: 15px; }
#footer {color: #FFF; }
#footer a, #footer, a:active, #footer a:visited { color: #FFF; }
#footer a:hover { text-decoration: underline; }

ul.sponsors-ul {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mx-auto {
    margin: auto;
}


/* this is for the sponsors list on /sponsors/ as it is a huge list */
ul.sponsors-ul li {
    width: 33%;
    float: left;
}

@media (max-width: 1000px) {
    ul.sponsors-ul li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 575px) {
    ul.sponsors-ul li {
        width: 100%;
        float: left;
    }
}

.sidebar ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.sidebar ul li {
	padding:3px 0;
	border-bottom:1px solid #eee;
}

.sidebar a {
	text-decoration:none;
    color: #164c87;
}

.sidebar h2 {
	border-bottom:3px solid #CCC;
	margin-bottom:15px;
}

.sidebar h2.first-h2 {
	margin-top: 6px;
}

.post {
	border-bottom: 1px solid #e0e0e0;
}

.card {
    border-radius: .5rem;
    border: 1px solid #E2E6EA;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.p-3 {
    padding: 1rem!important;
}
.h-100 {
    height: 100%!important;
}

.p-0 {
    padding: 0!important;
}

td.nowrap {
    white-space: nowrap;
    width: 1%;
}

ul.subpage-nav {
    margin: 0;
    padding: 0;
}

.subpage-nav li {
    display: inline-block;
}

.subpage-nav li a {
    display: block;
    padding: 8px 10px;
    margin: 5px;
}

.divided-text-white {
    overflow: hidden;
    text-align: center;
}

.divided-text-white:before,
.divided-text-white:after {
    content: "";
    background: #FFF;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.divided-text-white:before {
    right: 10px;
    margin-left: -50%;
}

.divided-text-white:after {
    left: 10px;
    margin-right: -50%;
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button { margin-bottom: 10px; }
.qq-upload-button-focus {outline:1px dotted black; }

.qq-upload-drop-area {
   display: none!important;
}

.qq-upload-list {margin:0; padding:0; list-style:none;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-list li.qq-upload-success { display: none; }
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-spinner {display:inline-block; background: url("loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


.d-block {
    display: block;
}

.w-100 {
    width: 100%;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mt-15px {
    margin-top: 15px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-30px {
    margin-bottom: 30px;
}

.font-12px {
    font-size: 12px;
}

.link-overlay-image {
    position: relative;
    display: block;
    height: 100%;
    /* margin-bottom: 30px; */
}

.link-overlay-text {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    color: #164c87;
    background-color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    padding: .25rem 1rem;
    margin: 15px;
    transition: all .3s ease;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.link-overlay-image:hover .link-overlay-text {
    color: #FFFFFF;
    background-color: #164c87;
}