@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

.wrap {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col-],
.view-content [class^=col-] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row::after,
.view-content::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 750px) {
  .col-1 {
    width: 4.3333333333%;
  }

  .col-2 {
    width: 12.6666666667%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.3333333333%;
  }

  .col-5 {
    width: 37.6666666667%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.3333333333%;
  }

  .col-8 {
    width: 62.6666666667%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.3333333333%;
  }

  .col-11 {
    width: 87.6666666667%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}
.intro {
  color: white;
  min-height: 40vh;
  width: 100%;
  background: url(../images/rankings-banner.jpg) no-repeat bottom center;
  background-color: #333;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.intro:after {
  content: url(../images/angle-mask.svg);
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
}

#rankingNav li {
  margin: 0 -1px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  #rankingNav li {
    display: block;
    text-align: center;
  }
}
#rankingNav a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 0.5em 1.5em;
  border: 1px solid white;
  font-weight: normal;
  -webkit-transition: all 200ms;
  -moz-box-shadow: all 200ms;
  -ms-box-shadow: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#rankingNav a.active, #rankingNav a:hover, #rankingNav a:active {
  background: #00274c;
  border-color: #0b4073;
}

p {
  color: white;
}

h1.page-title {
  font-family: "Lora", Georgia, Times, serif;
  color: white;
  font-size: 2.5em !important;
  font-weight: normal;
  line-height: 1em;
	text-align: left;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
  opacity: 0;
  -webkit-animation: intro 2s ease-out forwards;
  -moz-animation: intro 2s ease-out forwards;
  -ms-animation: intro 2s ease-out forwards;
  -o-animation: intro 2s ease-out forwards;
  animation: intro 2s ease-out forwards;
}
h1.page-title:after {
  content: "";
  display: block;
  height: 3px;
  background: #FF7900;
  margin-top: 0.25em;
  opacity: 0;
  -webkit-animation: introLine 3s ease-out forwards;
  -moz-animation: introLine 3s ease-out forwards;
  -ms-animation: introLine 3s ease-out forwards;
  -o-animation: introLine 3s ease-out forwards;
  animation: introLine 3s ease-out forwards;
}

.intro p {
	line-height: 1.5em;
}

.stats-wrap {
  color: #222;
  background: #E9E9E7;
  padding-bottom: 100px;
  padding-top: 30px;
}

.stat {
  padding: 1.5em;
  background: white;
	box-sizing: border-box;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 200ms;
}

a.stat:hover,
a.state:active {
  border-color: #ff7900;
  transition: all 200ms;
  margin-top: -3px;
}

.stat-callout,
.stat-callout span {
  font-style: italic;
  margin-bottom: 0.5em;
  text-align: center;
  font-family: 'Lora', Georgia, Times, serif;
}
.stat-callout:after {
  content: "";
  display: block;
  background: #FF7900;
  width: 20px;
  height: 3px;
  margin: 20px auto 20px auto;
}
.stat-callout span {
  line-height: 1.4em;
  color: #444;
}
.stat-callout .xs {
  font-size: 0.75em;
}
.stat-callout .sm {
  font-size: 0.875em;
}
.stat-callout .lg {
  font-size: 1.33em;
}
.stat-callout .size-2x {
  font-size: 2em;
}
.stat-callout .size-3x {
  font-size: 3em;
}
.stat-callout .size-4x {
  font-size: 4em;
}
.stat-callout .size-5x {
  font-size: 5em;
}
.stat-callout .size-6x {
  font-size: 6em;
}
.stat-callout .size-7x {
  font-size: 7em;
}
.stat-callout .size-8x {
  font-size: 8em;
}
.stat-callout .size-9x {
  font-size: 9em;
}
.stat-callout .size-10x {
  font-size: 10em;
}

span.highlight {
  color: #00274C;
  font-weight: bold;
}

p.stat-text {
  font-size: 0.9em;
  color: #222;
}

p.source {
  color: #666666 !important;
  font-size: 0.7em;
}


@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0 100%;
  }
  200% {
    background-position: 0 0;
  }
}

@keyframes intro {
  0% {
    letter-spacing: 0;
    opacity: 0;
  }
  100% {
    letter-spacing: .15em;
    opacity: 1;
  }
}

@keyframes introLine {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 10%;
    opacity: 1;
  }
}

.none {
  display: none;
}