html,
body {
    height: 100%;
}

body td, th {
    padding: 5px;
}

a {
    color: #004c9a;
}

.btn-primary {
    background-color: #004c9a;
    border-color: #fbb900;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 90px 15px 20px;
}

.footer {
    height: auto;
    background-color: #fff;
    border-top: 2px dashed #ddd;
    padding-top: 20px;
}



.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 15px;  
  line-height: 120px;
  text-align: center;
}

.flex-item img {
    max-width: 200px;
    max-height: 150px;
    width: auto;
}

.flex-item.xl img {
    max-width: 320px;
    max-height: 150px;
    width: auto;
}

.small-sponsors .flex-item {
    line-height: 100px;
}



.footer-copyright {
    text-align: center;
    padding: 1em 1em 2em 1em;
}

.panel-primary {
    border-color: #fbb900;
}

.panel-primary > .panel-heading {
    background-color: #004c9a;
    border-color: #fbb900;
}

.panel-primary :not(.btn) a:not(.btn) {
    color: #004c9a;
}

.panel-primary .pagination > .active > a {
    background-color: #004c9a;
    color: #FFF;
    border-color: #fbb900;
}

#signupform-captcha-image {
    display: block;
}







.cta {
  display: flex;
  padding: 11px 33px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  background: #004c9a;
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
  border: none;
  cursor: pointer;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #fbb900;
}

.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}

.span {
  transform: skewX(15deg);
}

.second {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: #fbb900;
  }

  100% {
    fill: white;
  }
}



.navbar-inverse {background-color:#fff !important;color: #333 !important;border-color: #004c9a;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {color: #fbb900 !important;}
.navbar-inverse .navbar-nav > li > a:active {color: #fbb900 !important;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {background-color: #004c9a;}

.navbar-toggle {background-color:#004c9a !important; margin-top:15px !important;padding: 12px 13px !important;}

