abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

@-moz-keyframes popup-show {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@-o-keyframes popup-show {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes popup-show {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes popup-show {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
  }

  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -moz-transform: translate(0, -75px);
    -webkit-transform: translate(0, -75px);
    -o-transform: translate(0, -75px);
    -ms-transform: translate(0, -75px);
    transform: translate(0, -75px);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-top {
  0% {
    -moz-transform: translate(0, -75px);
    -webkit-transform: translate(0, -75px);
    -o-transform: translate(0, -75px);
    -ms-transform: translate(0, -75px);
    transform: translate(0, -75px);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-top-full {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slide-in-top-full {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -moz-transform: translate(0, 75px);
    -webkit-transform: translate(0, 75px);
    -o-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-moz-keyframes slide-in-bottom {
  0% {
    -moz-transform: translate(0, 75px);
    -webkit-transform: translate(0, 75px);
    -o-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-o-keyframes slide-in-bottom {
  0% {
    -moz-transform: translate(0, 75px);
    -webkit-transform: translate(0, 75px);
    -o-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-bottom {
  0% {
    -moz-transform: translate(0, 75px);
    -webkit-transform: translate(0, 75px);
    -o-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-bottom-full {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slide-in-bottom-full {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-left {
  0% {
    -moz-transform: translate(-75px, 0);
    -webkit-transform: translate(-75px, 0);
    -o-transform: translate(-75px, 0);
    -ms-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-left {
  0% {
    -moz-transform: translate(-75px, 0);
    -webkit-transform: translate(-75px, 0);
    -o-transform: translate(-75px, 0);
    -ms-transform: translate(-75px, 0);
    transform: translate(-75px, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-right {
  0% {
    -moz-transform: translate(75px, 0);
    -webkit-transform: translate(75px, 0);
    -o-transform: translate(75px, 0);
    -ms-transform: translate(75px, 0);
    transform: translate(75px, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes slide-in-right {
  0% {
    -moz-transform: translate(75px, 0);
    -webkit-transform: translate(75px, 0);
    -o-transform: translate(75px, 0);
    -ms-transform: translate(75px, 0);
    transform: translate(75px, 0);
    opacity: 0
  }

  to {
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes slide-in-right-full {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slide-in-right-full {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fade-in {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

body {
  font-size: 100%;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  color: #222324;
  background: url('../images/circles-and-roundabouts.png') #eee;
  background: #eee
}

body ::-moz-selection {
  background: #1E62A3;
  color: #fff
}

body ::selection {
  background: #1E62A3;
  color: #fff
}

body ::-moz-selection {
  background: #1E62A3;
  color: #fff
}

.footer-bottom,
.footer-top,
article,
footer,
header,
nav,
section {
  zoom: 1
}

.footer-bottom:before,
.footer-top:before,
article:before,
footer:before,
header:before,
nav:before,
section:before {
  content: '';
  display: block
}

.footer-bottom:after,
.footer-top:after,
article:after,
footer:after,
header:after,
nav:after,
section:after {
  content: '';
  display: table;
  clear: both
}

.text-logo-wrapper {
  line-height: 1.3
}

.text-logo-wrapper .text-logo-text {
  display: block;
  color: #222324
}

.text-logo-wrapper .text-logo-text:last-child {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  color: #1E62A3
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

.grid-cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1em !important;
  margin-right: -1em !important
}

@media (max-width:40.625em) {
  .grid-cols-wrapper {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important
  }
}

.grid-cols-wrapper.grid-cols-wrapper-mobile {
  margin-left: -0.5em !important;
  margin-right: -0.5em !important
}

@media (max-width:40.625em) {
  .grid-cols-wrapper.grid-cols-wrapper-mobile {
    margin-left: -0.5em !important;
    margin-right: -0.5em !important
  }
}

.grid-cols-wrapper.grid-cols-wrapper-small {
  margin-left: -0.5em !important;
  margin-right: -0.5em !important
}

@media (max-width:40.625em) {
  .grid-cols-wrapper.grid-cols-wrapper-small {
    margin-left: -0.25em !important;
    margin-right: -0.25em !important
  }
}

.grid-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% - 2em);
  flex: 0 1 calc(100% - 2em);
  width: calc(100% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(91.66666666666666% - 2em);
  flex: 0 1 calc(91.66666666666666% - 2em);
  width: calc(91.66666666666666% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(91.66666666666666% - 1em);
    flex: 0 1 calc(91.66666666666666% - 1em);
    width: calc(91.66666666666666% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(91.66666666666666% - 1em);
    flex: 0 1 calc(91.66666666666666% - 1em);
    width: calc(91.66666666666666% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(83.33333333333334% - 2em);
  flex: 0 1 calc(83.33333333333334% - 2em);
  width: calc(83.33333333333334% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(83.33333333333334% - 1em);
    flex: 0 1 calc(83.33333333333334% - 1em);
    width: calc(83.33333333333334% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(83.33333333333334% - 1em);
    flex: 0 1 calc(83.33333333333334% - 1em);
    width: calc(83.33333333333334% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(75% - 2em);
  flex: 0 1 calc(75% - 2em);
  width: calc(75% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(75% - 1em);
    flex: 0 1 calc(75% - 1em);
    width: calc(75% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(75% - 1em);
    flex: 0 1 calc(75% - 1em);
    width: calc(75% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(66.66666666666666% - 2em);
  flex: 0 1 calc(66.66666666666666% - 2em);
  width: calc(66.66666666666666% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(66.66666666666666% - 1em);
    flex: 0 1 calc(66.66666666666666% - 1em);
    width: calc(66.66666666666666% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(66.66666666666666% - 1em);
    flex: 0 1 calc(66.66666666666666% - 1em);
    width: calc(66.66666666666666% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(58.333333333333336% - 2em);
  flex: 0 1 calc(58.333333333333336% - 2em);
  width: calc(58.333333333333336% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(58.333333333333336% - 1em);
    flex: 0 1 calc(58.333333333333336% - 1em);
    width: calc(58.333333333333336% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(58.333333333333336% - 1em);
    flex: 0 1 calc(58.333333333333336% - 1em);
    width: calc(58.333333333333336% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 2em);
  flex: 0 1 calc(50% - 2em);
  width: calc(50% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1em);
    flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1em);
    flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(41.66666666666667% - 2em);
  flex: 0 1 calc(41.66666666666667% - 2em);
  width: calc(41.66666666666667% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(41.66666666666667% - 1em);
    flex: 0 1 calc(41.66666666666667% - 1em);
    width: calc(41.66666666666667% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(41.66666666666667% - 1em);
    flex: 0 1 calc(41.66666666666667% - 1em);
    width: calc(41.66666666666667% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.33333333333333% - 2em);
  flex: 0 1 calc(33.33333333333333% - 2em);
  width: calc(33.33333333333333% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33333333333333% - 1em);
    flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.33333333333333% - 1em);
    flex: 0 1 calc(33.33333333333333% - 1em);
    width: calc(33.33333333333333% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(25% - 2em);
  flex: 0 1 calc(25% - 2em);
  width: calc(25% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 1em);
    flex: 0 1 calc(25% - 1em);
    width: calc(25% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 1em);
    flex: 0 1 calc(25% - 1em);
    width: calc(25% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(16.666666666666664% - 2em);
  flex: 0 1 calc(16.666666666666664% - 2em);
  width: calc(16.666666666666664% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(16.666666666666664% - 1em);
    flex: 0 1 calc(16.666666666666664% - 1em);
    width: calc(16.666666666666664% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(16.666666666666664% - 1em);
    flex: 0 1 calc(16.666666666666664% - 1em);
    width: calc(16.666666666666664% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(8.333333333333332% - 2em);
  flex: 0 1 calc(8.333333333333332% - 2em);
  width: calc(8.333333333333332% - 2em);
  margin-left: 1em !important;
  margin-right: 1em !important
}

@media (max-width:40.625em) {
  .grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(8.333333333333332% - 1em);
    flex: 0 1 calc(8.333333333333332% - 1em);
    width: calc(8.333333333333332% - 1em)
  }
}

@media (max-width:40.625em) {
  .grid-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(8.333333333333332% - 1em);
    flex: 0 1 calc(8.333333333333332% - 1em);
    width: calc(8.333333333333332% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

[class*=grid-col-] {
  zoom: 1;
  display: inline-block;
  vertical-align: top;
  margin-left: 1em !important;
  margin-right: 1em !important
}

[class*=grid-col-]:before {
  content: '';
  display: block
}

[class*=grid-col-]:after {
  content: '';
  display: table;
  clear: both
}

@media (max-width:40.625em) {
  [class*=grid-col-] {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.grid-col-5-cols {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(20% - 2em);
  flex: 0 1 calc(20% - 2em);
  width: calc(20% - 2em)
}

@media (max-width:40.625em) {
  .grid-col-5-cols {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(20% - 1em);
    flex: 0 1 calc(20% - 1em);
    width: calc(20% - 1em)
  }
}

img {
  max-width: 100%;
  height: auto
}

ul {
  list-style: none
}

.section-no-padding {
  padding: 0
}

.content-center {
  text-align: center
}

.row {
  zoom: 1
}

.row:before {
  content: '';
  display: block
}

.row:after {
  content: '';
  display: table;
  clear: both
}

@media only screen and (max-width:40.625em) {}

.centered-list {
  text-align: center;
  position: relative;
  margin: 1.5em 0 0 0
}

.centered-list li {
  display: inline;
  margin-right: 20px
}

.centered-list li:last-child {
  margin-right: 0
}

@media only screen and (max-width:350px) {
  .centered-list li {
    margin-right: 10px
  }
}

.proclaim-it-map {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden
}

.proclaim-it-map img {
  max-width: none
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%
}

.twitter-footer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25)
}

.pit-logo-svg {
  display: block;
  width: 105px;
  height: 25px
}

.pit-logo-svg .pit-logo-green,
.pit-logo-svg .pit-logo-text {
  -webkit-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
  fill: rgba(255, 255, 255, 0.5)
}

.pit-logo-svg:hover .pit-logo-text {
  fill: #FFF
}

.pit-logo-svg:hover .pit-logo-green {
  fill: #9CC45C
}

.background-top {
  background-position: 50% 0% !important
}

.background-top-middle {
  background-position: 50% 25% !important
}

.background-middle {
  background-position: 50% 50% !important
}

.background-bottom-middle {
  background-position: 50% 75% !important
}

.background-bottom {
  background-position: 50% 100% !important
}

.overlay-left-top {
  text-align: left;
  left: 2em;
  top: 2em
}

@media (max-width:40.625em) {
  .overlay-left-top {
    left: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-left-top {
    left: 0.5em
  }
}

@media (max-width:40.625em) {
  .overlay-left-top {
    top: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-left-top {
    top: 0.5em
  }
}

.overlay-left-center {
  text-align: left;
  left: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:40.625em) {
  .overlay-left-center {
    left: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-left-center {
    left: 0.5em
  }
}

.overlay-left-bottom {
  text-align: left;
  left: 2em;
  bottom: 2em
}

@media (max-width:40.625em) {
  .overlay-left-bottom {
    left: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-left-bottom {
    left: 0.5em
  }
}

@media (max-width:40.625em) {
  .overlay-left-bottom {
    bottom: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-left-bottom {
    bottom: 0.5em
  }
}

.overlay-right-top {
  text-align: right;
  right: 2em;
  top: 2em
}

@media (max-width:40.625em) {
  .overlay-right-top {
    right: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-right-top {
    right: 0.5em
  }
}

@media (max-width:40.625em) {
  .overlay-right-top {
    top: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-right-top {
    top: 0.5em
  }
}

.overlay-right-center {
  text-align: right;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:40.625em) {
  .overlay-right-center {
    right: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-right-center {
    right: 0.5em
  }
}

.overlay-right-bottom {
  text-align: right;
  right: 2em;
  bottom: 2em
}

@media (max-width:40.625em) {
  .overlay-right-bottom {
    right: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-right-bottom {
    right: 0.5em
  }
}

@media (max-width:40.625em) {
  .overlay-right-bottom {
    bottom: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-right-bottom {
    bottom: 0.5em
  }
}

.overlay-center-top {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2em
}

@media (max-width:40.625em) {
  .overlay-center-top {
    top: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-center-top {
    top: 0.5em
  }
}

.overlay-center-center {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.overlay-center-bottom {
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2em
}

@media (max-width:40.625em) {
  .overlay-center-bottom {
    bottom: 1em
  }
}

@media (max-width:28.125em) {
  .overlay-center-bottom {
    bottom: 0.5em
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222324
}

h1.border-heading,
h2.border-heading,
h3.border-heading,
h4.border-heading,
h5.border-heading,
h6.border-heading {
  position: relative;
  margin-bottom: 64px
}

@media (max-width:40.625em) {

  h1.border-heading,
  h2.border-heading,
  h3.border-heading,
  h4.border-heading,
  h5.border-heading,
  h6.border-heading {
    margin-bottom: 32px
  }
}

h1.border-heading:after,
h2.border-heading:after,
h3.border-heading:after,
h4.border-heading:after,
h5.border-heading:after,
h6.border-heading:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -32px;
  height: 2px;
  width: 20px;
  background-color: #6892a7;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  border-radius: 50px
}

@media (max-width:40.625em) {

  h1.border-heading:after,
  h2.border-heading:after,
  h3.border-heading:after,
  h4.border-heading:after,
  h5.border-heading:after,
  h6.border-heading:after {
    bottom: -16px
  }
}

h1.border-heading-center,
h2.border-heading-center,
h3.border-heading-center,
h4.border-heading-center,
h5.border-heading-center,
h6.border-heading-center {
  text-align: center
}

h1.border-heading-center:after,
h2.border-heading-center:after,
h3.border-heading-center:after,
h4.border-heading-center:after,
h5.border-heading-center:after,
h6.border-heading-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%)
}

h1.border-heading-right,
h2.border-heading-right,
h3.border-heading-right,
h4.border-heading-right,
h5.border-heading-right,
h6.border-heading-right {
  text-align: right
}

h1.border-heading-right:after,
h2.border-heading-right:after,
h3.border-heading-right:after,
h4.border-heading-right:after,
h5.border-heading-right:after,
h6.border-heading-right:after {
  left: auto;
  right: 0
}

h1.border-heading-heaton:after,
h2.border-heading-heaton:after,
h3.border-heading-heaton:after,
h4.border-heading-heaton:after,
h5.border-heading-heaton:after,
h6.border-heading-heaton:after {
  background-color: #427ABD
}

h1.border-heading-gosforth:after,
h2.border-heading-gosforth:after,
h3.border-heading-gosforth:after,
h4.border-heading-gosforth:after,
h5.border-heading-gosforth:after,
h6.border-heading-gosforth:after {
  background-color: #77A264
}

h1.border-heading-kids:after,
h2.border-heading-kids:after,
h3.border-heading-kids:after,
h4.border-heading-kids:after,
h5.border-heading-kids:after,
h6.border-heading-kids:after {
  background-color: #bd8bda
}

.small-uppercase-heading {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase
}

.line-heading {
  position: relative
}

.line-heading span {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  padding: 0 32px;
  display: inline-block
}

.line-heading:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #f3f9ff;
  z-index: -1
}

h1,
h2,
h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1.2
}

h1.small-uppercase-heading,
h2.small-uppercase-heading,
h3.small-uppercase-heading {
  font-size: 0.875em;
  margin-bottom: 2.28571429em
}

@media (max-width:40.625em) {

  h1.small-uppercase-heading,
  h2.small-uppercase-heading,
  h3.small-uppercase-heading {
    font-size: 0.75em;
    margin-bottom: 1.33333333em
  }
}

h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif
}

h4.small-uppercase-heading,
h5.small-uppercase-heading,
h6.small-uppercase-heading {
  font-size: 0.8125em;
  margin-bottom: 2.46153846em
}

@media (max-width:40.625em) {

  h4.small-uppercase-heading,
  h5.small-uppercase-heading,
  h6.small-uppercase-heading {
    font-size: 0.6875em;
    margin-bottom: 1.45454545em
  }
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.8em
}

@media (max-width:40.625em) {
  h1 {
    font-size: 2em;
    margin-bottom: 0.5em
  }
}

h2 {
  font-size: 2em;
  margin-bottom: 1em
}

@media (max-width:40.625em) {
  h2 {
    font-size: 1.5em;
    margin-bottom: 0.66666667em
  }
}

h3 {
  font-size: 1.5em;
  margin-bottom: 1.33333333em
}

@media (max-width:40.625em) {
  h3 {
    font-size: 1.25em;
    margin-bottom: 0.8em
  }
}

h4 {
  font-size: 1.25em;
  margin-bottom: 1.6em
}

@media (max-width:40.625em) {
  h4 {
    font-size: 1em;
    margin-bottom: 1em
  }
}

h5 {
  font-size: 1.125em;
  margin-bottom: 1.77777778em
}

@media (max-width:40.625em) {
  h5 {
    font-size: 0.9375em;
    margin-bottom: 1.06666667em
  }
}

h6 {
  font-size: 1em;
  margin-bottom: 2em
}

@media (max-width:40.625em) {
  h6 {
    font-size: 0.875em;
    margin-bottom: 1.14285714em
  }
}

p {
  font-size: 0.9375em;
  margin-bottom: 2.13333333em;
  line-height: 1.8
}

@media (max-width:40.625em) {
  p {
    font-size: 0.875em;
    margin-bottom: 1.14285714em
  }
}

@media (max-width:28.125em) {
  p {
    font-size: 0.8125em;
    margin-bottom: 1.23076923em
  }
}

a {
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: #1E62A3
}

a:hover {
  color: #54a1d7
}

hr {
  margin: 2em 0;
  border-color: #EEE
}

blockquote {
  padding: 2em;
  margin-bottom: 2em;
  background: #1E62A3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #EEE, #FFF);
  background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#EEE', endColorstr='#FFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#EEE', endColorstr = '#FFF')";
  background-color: #1E62A3;
  background: -webkit-linear-gradient(54deg, #1E62A3, #195289);
  background: -o-linear-gradient(54deg, #1E62A3, #195289);
  background: linear-gradient(36deg, #1E62A3, #195289);
  position: relative;
  z-index: 1;
  overflow: hidden;
  clear: both
}

blockquote>:last-child {
  margin-bottom: 0
}

@media (max-width:40.625em) {
  blockquote {
    padding: 1em;
    margin-bottom: 1em
  }
}

blockquote * {
  color: #A5D6ED;
  color: #FFF
}

blockquote:before {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg)
}

.svg-shape {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%
}

.wrapper {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
  z-index: 1000
}

.row {
  max-width: 1200px;
  margin: 0 auto
}

@media only screen and (max-width:79em) {
  .row {
    padding: 0 2em
  }
}

@media (max-width:40.625em) {
  .row {
    padding: 0 1em
  }
}

@media only screen and (max-width:21.875em) {
  .row {
    padding: 0 0.5em
  }
}

.page-break {
  border-top: 2px solid;
  margin: 2em 0;
  width: 20px;
  border-radius: 50px
}

@media only screen and (max-width:40.625em) {
  .page-break {
    margin: 1em 0
  }
}

.page-break-center {
  margin: 2em auto
}

@media only screen and (max-width:40.625em) {
  .page-break-center {
    margin: 1em auto
  }
}

.page-break-right {
  margin: 2em 0 2em auto
}

@media only screen and (max-width:40.625em) {
  .page-break-right {
    margin: 1em 0 1em auto
  }
}

.heaton-text-color {
  color: #427ABD !important
}

.gosforth-text-color {
  color: #77A264 !important
}

.kids-text-color {
  color: #bd8bda !important
}

.heaton-break {
  border-color: #427ABD
}

.gosforth-break {
  border-color: #77A264
}

.kids-break {
  border-color: #bd8bda
}

figure img {
  display: block;
  margin: 0 auto
}

figcaption {
  background-color: #EEE;
  font-size: 12px;
  padding: 8px;
  color: #656565;
  text-align: center
}

figcaption>:last-child {
  margin-bottom: 0
}

.figure-right,
.image-right {
  float: right;
  margin: 0 0 2em 2em
}

.figure-left,
.image-left {
  float: left;
  margin: 0 2em 2em 0
}

.figure-left,
.figure-right,
.image-left,
.image-right {
  max-width: 50%
}

@media screen and (max-width:40.625em) {

  .figure-left,
  .figure-right,
  .image-left,
  .image-right {
    float: none;
    display: block;
    margin: 1em auto;
    max-width: 100%
  }
}

.content-block {
  padding: 2em;
  margin-bottom: 2em;
  border-radius: 0 5px 5px 0;
  background-color: #f3f9ff;
  border-left: 1px solid #daecff
}

.content-block>:last-child {
  margin-bottom: 0
}

.content-block.content-block-small {
  padding: 1em;
  margin-bottom: 1em
}

.content-block.content-block-small p {
  font-size: 0.8125em;
  margin-bottom: 1.23076923em
}

.content-block.content-block-small>* {
  margin-bottom: 16px
}

.content-block.content-block-small>:last-child {
  margin-bottom: 0
}

.content-cols-section {
  padding: 0
}

.content-cols-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.content-cols-wrapper table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 2em
}

.content-cols-wrapper table,
.content-cols-wrapper td,
.content-cols-wrapper th {
  text-align: left;
  vertical-align: top
}

.content-cols-wrapper tr:hover {
  background-color: #F5F5F5
}

.content-cols-wrapper tr:nth-child(2n) {
  background-color: #FAFAFA
}

.content-cols-wrapper tr:nth-child(2n):hover {
  background-color: #F5F5F5
}

.content-cols-wrapper td,
.content-cols-wrapper th {
  padding: 16px;
  font-size: 13px
}

.content-cols-wrapper th {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #6892a7;
  background-color: #f3f9ff
}

.content-cols-wrapper td {
  color: #656565;
  border: 1px solid #ededed
}

@media (max-width:56.25em) {
  .content-cols-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-cols-wrapper p {
  max-width: 550px
}

.content-cols-wrapper .content-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 50%;
  position: relative
}

@media (max-width:56.25em) {
  .content-cols-wrapper .content-col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
}

@media screen and (max-width:40.625em) {
  .content-cols-wrapper .content-col .home-feature-image {
    height: 200px
  }
}

.content-cols-wrapper .video-overlay-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1
}

.content-cols-wrapper .content-col-content {
  padding: 4em 4em
}

@media (min-width:75em) {
  .content-cols-wrapper .content-col-content {
    padding: 6em 4em
  }
}

.content-cols-wrapper .content-col-content>:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:56.25em) {
  .content-cols-wrapper .content-col-content {
    padding: 2em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative
  }

  .content-cols-wrapper .content-col-content:after {
    bottom: 99%;
    left: 3em;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFF;
    border-width: 15px;
    margin-left: -15px
  }
}

@media (max-width:40.625em) {
  .content-cols-wrapper .content-col-content {
    padding: 1em
  }
}

.content-cols-wrapper .content-col-content-left {
  text-align: right
}

.content-cols-wrapper .content-col-content-left:after {
  left: auto;
  right: 3em
}

.content-cols-wrapper .content-col-content-left p {
  margin-left: auto
}

.content-cols-wrapper .content-col-img {
  background: url('../images/stock-2.jpg') 50% 50%;
  background-size: cover
}

@media screen and (max-width:56.25em) {
  .content-cols-wrapper .content-col-img {
    height: 300px
  }
}

@media screen and (max-width:40.625em) {
  .content-cols-wrapper .content-col-img {
    height: 200px
  }
}

.btn {
  padding: 12px 32px;
  display: inline-block;
  outline: none;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-align: center;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  border: 2px solid;
  background: transparent;
  margin-bottom: 32px;
  position: relative;
  z-index: 1
}

.btn i {
  padding-right: 5px
}

.btn:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right
}

.btn.btn-small {
  font-size: 11px;
  padding: 8px 16px
}

.btn:hover:after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.primary-btn {
  color: #1E62A3;
  border-color: #1E62A3
}

.primary-btn:after {
  background: #1E62A3
}

.primary-btn:hover {
  color: #FFF
}

.white-btn {
  color: #FFF;
  border-color: #FFF
}

.white-btn:after {
  background: #FFF
}

.white-btn:hover {
  color: #222324
}

p .btn {
  margin-bottom: 0
}

.back-button {
  display: block
}

.btn-full,
.button-full {
  display: block;
  width: 100%
}

.border-button-pulse {
  position: relative
}

.border-button-pulse:after,
.border-button-pulse:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 2px solid;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}

.border-button-pulse:before {
  -webkit-animation: 2s linear infinite forwards pulse-button;
  animation: 2s linear infinite forwards pulse-button
}

.border-button-pulse:after {
  -webkit-animation: 2s linear infinite 0.2s forwards pulse-button;
  animation: 2s linear infinite 0.2s forwards pulse-button
}

@-webkit-keyframes pulse-button {

  0%,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5
  }

  25% {
    -webkit-transform: scale(1.25, 1.5);
    transform: scale(1.25, 1.5);
    opacity: 0
  }

  99% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }
}

@keyframes pulse-button {

  0%,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5
  }

  25% {
    -webkit-transform: scale(1.25, 1.5);
    transform: scale(1.25, 1.5);
    opacity: 0
  }

  99% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }
}

.buttons-wrapper .border-button {
  margin: 0 0.5em
}

.buttons-wrapper .border-button:first-child {
  margin: 0 0.5em 0 0
}

@media screen and (max-width:650px) {
  .buttons-wrapper .border-button {
    display: block !important;
    width: 100% !important;
    margin: 0 0 1em 0 !important
  }

  .buttons-wrapper .border-button:last-child {
    margin: 0 !important
  }
}

.social-buttons-wrapper .border-button {
  margin: 0 0.5em 16px 0.5em
}

.buttons-cols-wrapper {
  zoom: 1;
  margin-bottom: 2em;
  background-color: rgba(104, 146, 167, 0.2);
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center
}

.buttons-cols-wrapper:before {
  content: '';
  display: block
}

.buttons-cols-wrapper:after {
  content: '';
  display: table;
  clear: both
}

.buttons-cols-wrapper .border-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  border-color: transparent;
  background-color: transparent;
  color: #6892a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.buttons-cols-wrapper .border-button span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.buttons-cols-wrapper .border-button:not(.selected):hover {
  background-color: rgba(104, 146, 167, 0.1);
  border-color: transparent;
  color: #6892a7
}

.buttons-cols-wrapper .border-button:not(.selected):active {
  background-color: rgba(104, 146, 167, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none
}

@media (max-width:21.875em) {
  .buttons-cols-wrapper .border-button {
    padding: 1em 2em;
    font-size: 11px
  }
}

.circle-button {
  border-radius: 50%;
  display: inline-block;
  border: none;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3)
}

.circle-button i {
  vertical-align: middle
}

.circle-button:hover {
  color: #FFF;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3)
}

.circle-button:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}

.circle-normal {
  width: 50px;
  height: 50px
}

.circle-normal i {
  line-height: 50px
}

.circle-large {
  width: 64px;
  height: 64px
}

.circle-large i {
  line-height: 64px
}

.circle-large i {
  font-size: 20px
}

.circle-xl {
  width: 80px;
  height: 80px
}

.circle-xl i {
  line-height: 80px
}

.circle-xl i {
  font-size: 24px
}

.circle-heaton {
  background-color: #427ABD
}

.circle-gosforth {
  background-color: #77A264
}

.circle-network {
  background-color: #FF851B
}

.fab-wrapper {
  position: fixed;
  z-index: 1000;
  bottom: 1.5em;
  right: 1.5em
}

.fab-wrapper .fab-tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 170px;
  padding: 0.5em;
  margin: 0 1em 0 0;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
  background-color: rgba(34, 35, 36, 0.8);
  color: #FFF;
  border-radius: 75px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1);
  display: none
}

@media (max-width:40.625em) {
  .fab-wrapper .fab-tooltip {
    padding: 0.5em;
    margin: 0 0.5em 0 0
  }
}

.fab-wrapper .fab-tooltip span {
  display: block;
  width: auto;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px
}

.fab-wrapper:hover .fab-tooltip {
  display: block;
  -webkit-animation: 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards slide-out-left-tooltip;
  animation: 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards slide-out-left-tooltip
}

@media (max-width:40.625em) {
  .fab-wrapper {
    bottom: 1em;
    right: 1em
  }

  .fab-wrapper .circle-button {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important
  }

  .fab-wrapper .circle-button i {
    font-size: 20px !important;
    line-height: 50px !important
  }
}

@-webkit-keyframes slide-out-left-tooltip {
  0% {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
  }
}

@keyframes slide-out-left-tooltip {
  0% {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0
  }

  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
  }
}

@-webkit-keyframes jelly-pop {
  0% {
    opacity: 0;
    -moz-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  3.4% {
    opacity: 1;
    -moz-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  4.7% {
    -moz-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  6.81% {
    -moz-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  9.41% {
    -moz-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  10.21% {
    -moz-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  13.61% {
    -moz-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  14.11% {
    -moz-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  17.52% {
    -moz-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  18.72% {
    -moz-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  21.32% {
    -moz-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  24.32% {
    -moz-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  25.23% {
    -moz-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  29.03% {
    -moz-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  29.93% {
    -moz-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  35.54% {
    -moz-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  36.74% {
    -moz-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  41.04% {
    -moz-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  44.44% {
    -moz-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  52.15% {
    -moz-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  59.86% {
    -moz-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  63.26% {
    -moz-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  75.28% {
    -moz-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  85.49% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  90.69% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  to {
    opacity: 1;
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
}

@keyframes jelly-pop {
  0% {
    opacity: 0;
    -moz-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  3.4% {
    opacity: 1;
    -moz-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.384, 0, 0, 0, 0, 0.466, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  4.7% {
    -moz-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.505, 0, 0, 0, 0, 0.639, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  6.81% {
    -moz-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.693, 0, 0, 0, 0, 0.904, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  9.41% {
    -moz-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.895, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  10.21% {
    -moz-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.947, 0, 0, 0, 0, 1.204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  13.61% {
    -moz-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.111, 0, 0, 0, 0, 1.299, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  14.11% {
    -moz-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.127, 0, 0, 0, 0, 1.298, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  17.52% {
    -moz-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.187, 0, 0, 0, 0, 1.216, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  18.72% {
    -moz-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.191, 0, 0, 0, 0, 1.169, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  21.32% {
    -moz-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.177, 0, 0, 0, 0, 1.062, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  24.32% {
    -moz-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.135, 0, 0, 0, 0, 0.964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  25.23% {
    -moz-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.121, 0, 0, 0, 0, 0.944, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  29.03% {
    -moz-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.057, 0, 0, 0, 0, 0.907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  29.93% {
    -moz-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.043, 0, 0, 0, 0, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  35.54% {
    -moz-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.981, 0, 0, 0, 0, 0.966, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  36.74% {
    -moz-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.974, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  41.04% {
    -moz-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.965, 0, 0, 0, 0, 1.02, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  44.44% {
    -moz-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.969, 0, 0, 0, 0, 1.029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  52.15% {
    -moz-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.992, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  59.86% {
    -moz-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.005, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  63.26% {
    -moz-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.007, 0, 0, 0, 0, 0.993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  75.28% {
    -moz-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  85.49% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  90.69% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }

  to {
    opacity: 1;
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
}

.social-links {
  zoom: 1
}

.social-links:before {
  content: '';
  display: block
}

.social-links:after {
  content: '';
  display: table;
  clear: both
}

.social-links>li {
  margin: 0 !important;
  text-indent: 0 !important;
  margin-right: 5px !important;
  display: inline-block
}

.social-links>li:before {
  display: none
}

.social-links>li:last-child {
  margin-right: 0 !important
}

.social-links a {
  width: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  color: #FFF;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1)
}

.social-links a i {
  font-size: 1em;
  vertical-align: middle;
  line-height: 44px;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}

.social-links a:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 290486px;
  content: " ";
  display: block;
  opacity: 0;
  z-index: -1
}

.social-links a:hover i {
  color: #FFF
}

.social-links a:hover:before {
  -moz-animation: jelly-pop 1000ms linear both;
  -o-animation: jelly-pop 1000ms linear both;
  animation: jelly-pop 1000ms linear both;
  -webkit-animation: jelly-pop 1000ms linear both
}

@media only screen and (max-width:650px) {
  .social-links li {
    float: none;
    display: inline-block;
    margin: 0 0.5em
  }
}

.tenofthose-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/10-of-those-icon.png');
  width: 24px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px
}

.tenofthose-button:hover .tenofthose-icon {
  background-image: url('../images/10-of-those-icon-hover.png')
}

.facebook-button i {
  color: #3B5998
}

.facebook-button:before {
  background: #3B5998
}

.twitter-button i {
  color: #1DA1F2
}

.twitter-button:before {
  background: #1DA1F2
}

.tenofthose-button i {
  color: #50b848
}

.tenofthose-button:before {
  background: #50b848
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 2px solid rgba(34, 35, 36, 0.25);
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.select2-results {
  display: block
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}

.select2-results__option {
  padding: 6px;
  font-size: 12px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none
}

.select2-results__option[aria-selected] {
  cursor: pointer
}

.select2-container--open .select2-dropdown {
  left: 0
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-search--dropdown {
  display: block;
  padding: 4px
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
  display: none
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid rgba(34, 35, 36, 0.25);
  border-radius: 2px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 22px;
  margin-top: -2px;
  color: #E88181
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1E62A3;
  color: white
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#ffffff));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
  border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #1E62A3;
  color: white
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}

.pit-controls {
  margin-top: 1em;
  width: 100%;
  padding: 10px 10px 20px 10px;
  zoom: 1;
  border: 2px solid rgba(104, 146, 167, 0.15);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pit-controls:before {
  content: '';
  display: block
}

.pit-controls:after {
  content: '';
  display: table;
  clear: both
}

.pit-controls a {
  color: rgba(104, 146, 167, 0.75)
}

.pit-controls a:hover {
  color: #6892a7
}

.pit-controls .left-controls {
  -webkit-box-flex: 1;
  width: 4%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin-right: 5px;
  font-size: 1.125em
}

.pit-controls .left-controls i {
  margin-top: 3px
}

.pit-controls .right-controls {
  -webkit-box-flex: 2;
  width: 10%;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -webkit-box-flex: 0;
  flex: 0 0 100px;
  margin-left: 10px
}

.pit-controls .progress {
  -webkit-box-flex: 7;
  width: 75%;
  -webkit-flex: 7;
  -ms-flex: 7;
  flex: 7;
  zoom: 1;
  position: relative
}

.pit-controls .progress:before {
  content: '';
  display: block
}

.pit-controls .progress:after {
  content: '';
  display: table;
  clear: both
}

.pit-controls .progress .progress-time {
  font-size: 0.75em
}

.pit-controls .progress .progress-time span {
  cursor: default;
  color: rgba(104, 146, 167, 0.75)
}

.pit-controls .progress .progress-time .current-time {
  float: left
}

.pit-controls .progress .progress-time .duration {
  float: right
}

.pit-controls .progress .progress-bar {
  height: 10px;
  margin: 0.25em 0;
  display: block;
  background-color: rgba(104, 146, 167, 0.2)
}

.pit-controls .progress .seek-bar {
  position: relative;
  display: block;
  cursor: pointer;
  height: 10px;
  background: rgba(104, 146, 167, 0.05)
}

.pit-controls .progress .play-bar {
  display: block;
  height: 10px;
  padding: 0;
  background: #6892a7
}

.pit-controls .progress .progress-time {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%
}

.pit-controls .mute-control {
  float: left;
  margin-top: 2px
}

.pit-controls .mute-control a {
  width: 1em;
  display: block
}

.pit-controls .volume-bar {
  height: 5px;
  margin: 11px 0 0 1.25em;
  background-color: rgba(104, 146, 167, 0.1);
  cursor: pointer
}

.pit-controls .volume-bar .current-volume {
  height: 5px;
  background-color: rgba(104, 146, 167, 0.05)
}

.pit-controls .volume-bar .cur-vol {
  height: 5px;
  background-color: rgba(104, 146, 167, 0.25)
}

@media only screen and (max-width:980px) {
  .right-controls {
    display: none
  }
}

.pit-controls-visible {
  opacity: 1
}

section .talks-content a {
  border: none
}

.talks-inside-back {
  max-width: 400px;
  margin: 0 auto
}

.addthis_toolbox a {
  width: 33%
}

.podcast-list {
  margin: 0
}

.podcast-list li {
  text-indent: 0 !important;
  font-size: 14px;
  margin: 0 0 5px 0 !important;
  font-family: "proxima-nova", sans-serif
}

.podcast-list li:before {
  display: none
}

.podcast-list a {
  padding: 4px 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  border-radius: 3px
}

.podcast-list a i {
  margin-right: 8px
}

.podcast-list a:hover {
  color: white
}

.podcast-list .itunes-link {
  color: #b83ff6
}

.podcast-list .itunes-link:hover {
  background: #b83ff6
}

.podcast-list .rss-link {
  color: #e67e22
}

.podcast-list .rss-link:hover {
  background: #e67e22
}

.sermons-block {
  margin-bottom: 2em;
  -webkit-box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
  box-shadow: 0 0 25px 0 rgba(32, 59, 86, 0.12);
  background-color: #fff
}

.sermons-block-content {
  zoom: 1;
  padding: 16px
}

.sermons-block-content:before {
  content: '';
  display: block
}

.sermons-block-content:after {
  content: '';
  display: table;
  clear: both
}

.sermons-block-content>:last-child {
  margin-bottom: 0
}

.section-title {
  color: #fff;
  background-color: #6892a7;
  padding: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 16px
}

.sermon-series-block {
  position: relative
}

.sermon-series-block a {
  display: block
}

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

.sermon-series-block .series-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3em 1em 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 35, 36, 0)), to(rgba(34, 35, 36, 0.75)));
  background: -webkit-linear-gradient(top, rgba(34, 35, 36, 0) 0%, rgba(34, 35, 36, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(34, 35, 36, 0) 0%, rgba(34, 35, 36, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(34, 35, 36, 0) 0%, rgba(34, 35, 36, 0.75) 100%)
}

.sermon-series-block .series-overlay>:last-child {
  margin-bottom: 0
}

.sermon-series-block .series-overlay h4 {
  color: #fff
}

.recent-talks .talk-date-col {
  width: 100px
}

#pit-sermons-home {
  zoom: 1
}

#pit-sermons-home:before {
  content: '';
  display: block
}

#pit-sermons-home:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home table {
  margin: 0
}

#pit-sermons-home .container-box .series-header,
#pit-sermons-home .series-text .series-header {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc
}

#pit-sermons-home .container-box .series-title,
#pit-sermons-home .series-text .series-title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 22px
}

#pit-sermons-home #latest .main {
  padding: 1em;
  background-color: transparent
}

#pit-sermons-home #latest .main .latest-title {
  color: #222324;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700
}

#pit-sermons-home #latest .main .series {
  color: #656565;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}

#pit-sermons-home #latest .main .passage-title {
  color: rgba(34, 35, 36, 0.7);
  font-family: "proxima-nova", sans-serif;
  font-weight: 500
}

#pit-sermons-home #latest .main .sub-info {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#pit-sermons-home #latest .main .sub-info:before {
  content: '';
  display: block
}

#pit-sermons-home #latest .main .sub-info:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #latest .main .sub-info p {
  margin-top: 12px
}

#pit-sermons-home #latest .main .sub-info .author {
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

#pit-sermons-home #latest .main .sub-info .icons {
  float: right
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  margin-left: 5px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder {
  float: left;
  margin-left: 5px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #7FDBFF;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-download:before {
  content: '\e801'
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-book-open:before {
  content: '\e802'
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-dot-3:before {
  content: '\e803'
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a .icon-file-audio:before {
  content: '\e804'
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i {
  vertical-align: middle;
  line-height: 30px
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a i:before {
  font-family: 'sermons' !important
}

#pit-sermons-home #latest .main .sub-info .icons .icon-holder a:hover {
  background: #0074D9
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper {
  position: relative
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper a i:before {
  font-family: 'FontAwesome' !important
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper {
  position: absolute;
  top: -40px;
  left: 50%;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  display: none;
  zoom: 1
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper:before {
  content: '';
  display: block
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper a {
  margin: 0 1px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .facebook-share {
  background: #3B5998
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .twitter-share {
  background: #1DA1F2
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .share-buttons-wrapper .google-share {
  background: #DC483C
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper .sermon-share-toggle i {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle {
  background: #2ECC40
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .sermon-share-toggle i {
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper {
  display: block
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a {
  -moz-animation: 0.3s pop forwards;
  -o-animation: 0.3s pop forwards;
  animation: 0.3s pop forwards;
  -webkit-animation: 0.3s pop forwards;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:first-child {
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(2) {
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s
}

#pit-sermons-home #latest .main .sub-info .icons .sermon-share-wrapper.active .share-buttons-wrapper a:nth-child(3) {
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s
}

#pit-sermons-home #latest .image {
  overflow: hidden;
  position: relative
}

#pit-sermons-home #latest .image img {
  width: 100%;
  height: auto;
  float: left
}

#pit-sermons-home .talk-download-list {
  margin: 0
}

#pit-sermons-home #biblepassage .esv>:last-child {
  margin-bottom: 0
}

#pit-sermons-home #biblepassage .esv h2 {
  font-size: 24px;
  margin-bottom: 16px
}

#pit-sermons-home #biblepassage .esv h2:after,
#pit-sermons-home #biblepassage .esv h2:before {
  display: none
}

#pit-sermons-home #biblepassage .esv h3 {
  text-transform: none;
  font-size: 15px;
  margin-bottom: 5px;
  color: #656565
}

#pit-sermons-home #biblepassage .esv .chapter-num {
  font-size: 1.5em;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.3
}

#pit-sermons-home #biblepassage .esv .verse-num {
  vertical-align: super;
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  position: relative;
  top: 1px;
  color: #222324
}

#pit-sermons-home #biblepassage .esv-text>:last-child {
  margin-bottom: 0
}

#pit-sermons-home #recent-search {
  zoom: 1
}

#pit-sermons-home #recent-search:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search #recent-full {
  width: 100%;
  margin-bottom: 0
}

#pit-sermons-home #recent-search #search {
  zoom: 1
}

#pit-sermons-home #recent-search #search:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search #search:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search .search-wrapper {
  padding: 16px;
  zoom: 1
}

#pit-sermons-home #recent-search .search-wrapper:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search .search-wrapper:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search .search-wrapper>:last-child {
  margin-bottom: 0
}

#pit-sermons-home #recent-search .search-wrapper h4 {
  font-size: 12px !important;
  margin-bottom: 4px !important;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700
}

#pit-sermons-home #recent-search .search-wrapper .select2 {
  width: 100% !important
}

#pit-sermons-home #recent-search .search-wrapper .select2,
#pit-sermons-home #recent-search .search-wrapper input {
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em
}

#pit-sermons-home #recent-search .search-wrapper .select2:focus,
#pit-sermons-home #recent-search .search-wrapper input:focus {
  border-color: #1E62A3
}

#pit-sermons-home #recent-search .search-wrapper input {
  width: 100% !important;
  height: 32px;
  border: 2px solid rgba(34, 35, 36, 0.25);
  padding: 5px;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear
}

#pit-sermons-home #recent-search .search-wrapper input[type=number] {
  text-align: center
}

#pit-sermons-home #recent-search .search-cols-wrapper {
  zoom: 1;
  margin-bottom: 1em
}

#pit-sermons-home #recent-search .search-cols-wrapper:before {
  content: '';
  display: block
}

#pit-sermons-home #recent-search .search-cols-wrapper:after {
  content: '';
  display: table;
  clear: both
}

#pit-sermons-home #recent-search .search-col {
  float: left;
  margin-right: 2%
}

@media screen and (min-width:801px) {
  #pit-sermons-home #recent-search .search-col {
    width: 23.5%
  }

  #pit-sermons-home #recent-search .search-col:nth-child(4n) {
    margin-right: 0
  }
}

@media screen and (max-width:800px) {
  #pit-sermons-home #recent-search .search-col {
    margin-bottom: 0.5em
  }
}

@media screen and (max-width:800px) and (min-width:501px) {
  #pit-sermons-home #recent-search .search-col {
    width: 49%
  }

  #pit-sermons-home #recent-search .search-col:nth-child(2n) {
    margin-right: 0
  }
}

@media screen and (max-width:500px) {
  #pit-sermons-home #recent-search .search-col {
    width: 100%;
    margin: 0
  }
}

#pit-sermons-home #recent-search .button-wrapper {
  margin-top: 1em
}

#pit-sermons-home #recent-search .button-wrapper .btn {
  float: left;
  width: 49%;
  line-height: 1 !important;
  margin-bottom: 0
}

#pit-sermons-home #recent-search .button-wrapper .btn:first-child {
  margin-right: 2%
}

@media screen and (max-width:550px) {
  #pit-sermons-home #recent-search .button-wrapper .btn {
    width: 100%;
    margin: 0 !important
  }

  #pit-sermons-home #recent-search .button-wrapper .btn:first-child {
    margin: 0 0 1em 0 !important
  }
}

#pit-sermons-home table {
  font-size: 12px
}

.archive-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5em -0.5em
}

.archive-container .series-box-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333333% - 1em);
  flex: 0 1 calc(33.333333% - 1em);
  width: calc(33.333333% - 1em);
  margin: 0 0.5em 1em 0.5em
}

@media (max-width:62.5em) {
  .archive-container .series-box-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1em);
    flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin: 0 0.5em 1em 0.5em
  }
}

@media (max-width:28.125em) {
  .archive-container .series-box-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin: 0 0.5em 1em 0.5em
  }
}

.archive-container .series-box-container {
  overflow: hidden;
  position: relative
}

.archive-container .series-box-container img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.archive-container .series-box-container a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em
}

.archive-container .series-box-container a.series-has-overlay {
  background-color: rgba(34, 35, 36, 0.4);
  -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.archive-container .series-box-container .series-overlay {
  text-align: center;
  padding: 0.5em;
  position: absolute;
  z-index: 1;
  left: 1em;
  top: 50%;
  width: calc(100% - 2em);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden
}

.archive-container .series-box-container .series-overlay>:last-child {
  margin-bottom: 0
}

.archive-container .series-box-container .series-overlay>:last-child {
  margin-bottom: 0
}

.archive-container .series-box-container .series-overlay:before {
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1E62A3;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.archive-container .series-box-container .series-overlay:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY(-5deg) translateY(100%);
  -ms-transform: skewY(-5deg) translateY(100%);
  transform: skewY(-5deg) translateY(100%);
  -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0
}

.archive-container .series-box-container .series-overlay h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px
}

@media (max-width:50em) {
  .archive-container .series-box-container .series-overlay h4 {
    font-size: 14px
  }
}

@media (max-width:40.625em) {
  .archive-container .series-box-container .series-overlay h4 {
    font-size: 13px
  }
}

.archive-container .series-box-container:hover a {
  background-color: rgba(34, 35, 36, 0)
}

.archive-container .series-box-container:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.archive-container .series-box-container:hover .series-overlay:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.archive-container .series-box-container:hover .series-overlay:after {
  opacity: 1;
  -webkit-transform: skewY(-5deg) translateY(0);
  -ms-transform: skewY(-5deg) translateY(0);
  transform: skewY(-5deg) translateY(0);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s
}

.archive-container .series-box-wrapper-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.archive-container .series-box-wrapper-no-image .series-box-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.archive-container .series-box-wrapper-no-image .series-box-container a {
  position: static;
  padding: 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #EEE;
  -webkit-box-shadow: inset 3px 0 0 0 #1E62A3;
  box-shadow: inset 3px 0 0 0 #1E62A3
}

.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay h4 {
  color: #222324;
  -webkit-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.archive-container .series-box-wrapper-no-image .series-box-container .series-overlay>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

.archive-container .series-box-wrapper-no-image .series-box-container:hover .series-overlay h4 {
  color: #fff
}

ul.downloads li,
ul.links li {
  margin: 0.5em 2em;
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 15px
}

ul.downloads li:before,
ul.links li:before {
  font-family: "FontAwesome";
  color: rgba(34, 35, 36, 0.75);
  float: left;
  left: -1em;
  position: relative;
  top: 2px
}

ul.downloads li:before {
  content: "\f019"
}

ul.links li:before {
  content: "\f08e"
}

@font-face {
  font-family: 'sermons';
  src: url('./fonts/sermons.eot?48716757');
  src: url('./fonts/sermons.eot?48716757#iefix') format('embedded-opentype'), url('./fonts/sermons.woff?48716757') format('woff'), url('./fonts/sermons.ttf?48716757') format('truetype'), url('./fonts/sermons.svg?48716757#sermons') format('svg');
  font-weight: normal;
  font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: "sermons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em
}

.icon-download:before {
  content: '\e801'
}

.icon-book-open:before {
  content: '\e802'
}

.icon-dot-3:before {
  content: '\e803'
}

.icon-file-audio:before {
  content: '\e804'
}

.main-header {
  background-color: #FFF
}

.main-header.header-scroll {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000000000;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  -webkit-animation: 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-top-full;
  animation: 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-top-full
}

.main-header.event-popup-open {
  z-index: 0
}

@media (max-width:68.75em) {
  .main-header .row {
    padding-right: 0
  }
}

.main-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width:68.75em) {
  .main-header-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.logo-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5em 0
}

.logo-svg {
  display: block;
  height: 60px
}

@media (max-width:40.625em) {}

.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width:68.75em) {
  .menu {
    display: none
  }
}

.menu>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px
}

.menu>li>a,
.menu>li>span {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.menu>li>ul {
  left: 50%;
  top: 100%;
  margin-left: -120px
}

.menu>li>ul:after,
.menu>li>ul:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.menu>li>ul:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
  z-index: 1
}

.menu>li>ul:after {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #E5E5E5;
  border-width: 6px;
  margin-left: -6px
}

.menu>li>ul ul {
  top: 0;
  left: 100%
}

.menu>li:last-child>ul ul {
  left: auto;
  right: 100%
}

.menu li {
  position: relative
}

.menu li:hover>a,
.menu li:hover>span {
  background-color: #EEE
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1
}

.menu li>a:active {
  background-color: #E5E5E5
}

.menu a,
.menu span {
  color: #222324
}

.menu ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  padding: 0.5em 0;
  width: 240px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  z-index: 1001
}

.menu ul li {
  font-size: 13px
}

.menu ul a,
.menu ul span {
  display: block;
  padding: 8px 32px
}

.mobile-menu-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width:68.76em) {
  .mobile-menu-button-wrapper {
    display: none
  }
}

.mobile-menu-button-wrapper .mobile-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2em
}

@media (max-width:40.625em) {
  .mobile-menu-button-wrapper .mobile-menu-button {
    padding: 0 1em
  }
}

.mobile-menu-button-wrapper .mobile-menu-button:active {
  background-color: #EEE
}

.mobile-menu-button-wrapper .mobile-menu-button span {
  position: relative;
  width: 30px;
  height: 2px;
  display: block;
  background-color: #656565
}

.mobile-menu-button-wrapper .mobile-menu-button span:after,
.mobile-menu-button-wrapper .mobile-menu-button span:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  background-color: #656565
}

.mobile-menu-button-wrapper .mobile-menu-button span:before {
  width: 26px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px)
}

.mobile-menu-button-wrapper .mobile-menu-button span:after {
  width: 22px;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px)
}

.mobile-menu-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  max-width: 90%;
  background-color: #203b56;
  background-color: #EEE;
  display: none;
  z-index: 0;
  overflow-y: auto
}

.mobile-menu-wrapper.mobile-menu-open {
  display: block
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li {
  -webkit-animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-left;
  animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-left
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:first-child {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(3) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(4) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(6) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(7) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(9) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(10) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(11) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(12) {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(13) {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(14) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s
}

.mobile-menu-wrapper.mobile-menu-open .mobile-menu li:nth-child(15) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s
}

.close-mobile-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.close-mobile-menu-wrapper .close-mobile-menu {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222324
}

.close-mobile-menu-wrapper .close-mobile-menu:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.1)
}

.mobile-menu li {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  margin-bottom: 5px
}

.mobile-menu .heaton-menu-item>a,
.mobile-menu .heaton-menu-item>span {
  color: #427ABD
}

.mobile-menu .gosforth-menu-item>a,
.mobile-menu .gosforth-menu-item>span {
  color: #77A264
}

.mobile-menu a,
.mobile-menu span {
  display: block;
  padding: 12px 48px;
  color: rgba(255, 255, 255, 0.75);
  color: #222324;
  font-size: 14px;
  -webkit-transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mobile-menu a:hover,
.mobile-menu span:hover {
  color: #222324;
  background-color: rgba(0, 0, 0, 0.05)
}

.mobile-menu a:active,
.mobile-menu span:active {
  background-color: rgba(0, 0, 0, 0.1)
}

.mobile-menu .has-dropdown>a,
.mobile-menu .has-dropdown>span {
  position: relative
}

.mobile-menu .has-dropdown>a:before,
.mobile-menu .has-dropdown>span:before {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg)
}

.mobile-menu .has-dropdown.submenu-open>a,
.mobile-menu .has-dropdown.submenu-open>span {
  background-color: rgba(0, 0, 0, 0.05)
}

.mobile-menu .has-dropdown.submenu-open>a:before,
.mobile-menu .has-dropdown.submenu-open>span:before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.mobile-menu ul {
  margin-left: 2em;
  background-color: rgba(0, 0, 0, 0.05);
  display: none
}

.mobile-menu ul a,
.mobile-menu ul span {
  padding: 12px 32px;
  font-size: 12px
}

.mobile-menu ul.submenu-open {
  display: block
}

body.mobile-menu-open {
  overflow-x: hidden
}

.wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.wrapper.mobile-menu-open {
  overflow: hidden;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px)
}

.mobile-menu-dark-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 100000000000;
  background-color: rgba(34, 35, 36, 0.5);
  opacity: 0;
  display: none
}

.mobile-menu-dark-overlay.mobile-menu-open {
  display: block;
  -webkit-animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards fade-in;
  animation: 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards fade-in
}

.home-splash-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  /*background-size:cover;
background-image:url('../images/stock-1.jpg');*/
  min-height: 50vh;
  /*background-position:50% 83%;*/
  position: relative
}

.home-splash-new>.splash-item {
  background-size: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute !important;
  background-position: 50% 50%
}

.home-splash-new .home-splash-overlay-wrapper {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2em;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1000
}

.home-splash-new .home-splash-overlay-wrapper>:last-child {
  margin-bottom: 0
}

.home-splash-new h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 5.5vw
}

@media (max-width:40.625em) {
  .home-splash-new h1 {
    font-size: 6vw
  }
}

.home-splash-new .full-size-link,
.home-splash-new .overlay-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.home-splash-new .full-size-link {
  z-index: 100
}

.home-splash-new .overlay-content-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.home-splash-new .overlay-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  text-align: center
}

.home-splash-new .overlay-content>:last-child {
  margin-bottom: 0
}

.home-splash-new .overlay-content * {
  color: #fff
}

@media (max-width:40.625em) {
  .home-splash-new .overlay-content {
    padding: 1em
  }
}

.home-splash-new .overlay-content>* {
  overflow-y: hidden;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, 0.12)
}

.home-splash-new .overlay-content>*>span {
  display: block;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

.home-splash-new .overlay-content>:first-child>span {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.home-splash-new .overlay-content>:nth-child(2)>span {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.home-splash-new .overlay-content>:nth-child(3)>span {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.home-splash-new .overlay-content h2 {
  font-size: 3em;
  margin-bottom: 0.16666667em;
  line-height: 1.2
}

@media (max-width:62.5em) {
  .home-splash-new .overlay-content h2 {
    font-size: 2.5em;
    margin-bottom: 0.2em
  }
}

@media (max-width:40.625em) {
  .home-splash-new .overlay-content h2 {
    font-size: 2em;
    margin-bottom: 0.25em
  }
}

@media (max-width:28.125em) {
  .home-splash-new .overlay-content h2 {
    font-size: 1.75em;
    margin-bottom: 0.28571429em
  }
}

.home-splash-new .overlay-content h3 {
  font-size: 2em;
  margin-bottom: 0.25em;
  line-height: 1.3
}

@media (max-width:62.5em) {
  .home-splash-new .overlay-content h3 {
    font-size: 1.5em;
    margin-bottom: 0.33333333em
  }
}

@media (max-width:40.625em) {
  .home-splash-new .overlay-content h3 {
    font-size: 1.25em;
    margin-bottom: 0.4em
  }
}

@media (max-width:28.125em) {
  .home-splash-new .overlay-content h3 {
    font-size: 1em;
    margin-bottom: 0.5em
  }
}

.home-splash-new .overlay-content p {
  font-size: 1.5em;
  margin-bottom: 0.33333333em;
  line-height: 1.4
}

@media (max-width:62.5em) {
  .home-splash-new .overlay-content p {
    font-size: 1.25em;
    margin-bottom: 0.4em
  }
}

@media (max-width:40.625em) {
  .home-splash-new .overlay-content p {
    font-size: 1em;
    margin-bottom: 0.5em
  }
}

@media (max-width:28.125em) {
  .home-splash-new .overlay-content p {
    font-size: 0.875em;
    margin-bottom: 0.57142857em
  }
}

.home-splash-new .cycle-slide-active .overlay-content>*>span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%)
}

.home-splash {
  padding-top: 1em;
  position: relative;
  z-index: 10
}

.home-splash:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(50% - 60px);
  width: 100%;
  background-color: #A5D6ED
}

.home-splash .svg-shape-top {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 50%;
  left: 0
}

.home-splash:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #A5D6ED;
  width: 100%;
  height: 70px;
  -webkit-transform: skewY(-2deg) translateY(20px);
  -ms-transform: skewY(-2deg) translateY(20px);
  transform: skewY(-2deg) translateY(20px)
}

@media (min-width:106.25em) {
  .home-splash:after {
    height: 90px
  }
}

.svg-shape-bottom {
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 100%
}

@media (max-width:50em) {
  .svg-shape-bottom {
    height: 40px
  }
}

.home-carousel {
  height: 0;
  padding-bottom: 33.33333333%;
  overflow: hidden;
  position: relative;
  z-index: 100000
}

.carousel-item {
  width: 100%;
  height: 0;
  padding-bottom: 33.33333333%;
  overflow: hidden
}

.carousel-item.cycle-slide-active h2 span,
.carousel-item.cycle-slide-active p span {
  -webkit-animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-top-full;
  animation: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1 forwards slide-in-top-full
}

.carousel-item.cycle-slide-active h2 span {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s
}

.carousel-item.cycle-slide-active p span {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s
}

.carousel-item.cycle-slide-active .overlay-bg:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.carousel-item.cycle-slide-active .overlay-bg:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s
}

.carousel-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.overlay {
  position: absolute;
  z-index: 1000000;
  max-width: 50%
}

.overlay>:last-child {
  margin-bottom: 0
}

@media (max-width:40.625em) {
  .overlay {
    max-width: 75%
  }
}

.overlay h2,
.overlay p {
  margin-bottom: 2px;
  color: #fff;
  overflow-y: hidden
}

.overlay h2 span,
.overlay p span {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  display: block
}

.overlay p {
  font-size: 1.25em;
  margin-bottom: 0em
}

@media (max-width:62.5em) {
  .overlay h2 {
    font-size: 24px
  }

  .overlay p {
    font-size: 16px
  }
}

@media (max-width:40.625em) {
  .overlay h2 {
    font-size: 20px
  }

  .overlay p {
    font-size: 14px
  }
}

@media (max-width:34.375em) {
  .overlay h2 {
    font-size: 16px
  }

  .overlay p {
    font-size: 12px
  }
}

@media (max-width:28.125em) {
  .overlay h2 {
    font-size: 14px
  }

  .overlay p {
    font-size: 10px
  }
}

@media (max-width:21.875em) {}

.overlay-bg {
  padding: 2em;
  overflow: hidden
}

@media (max-width:62.5em) {
  .overlay-bg {
    padding: 1.33333333em
  }
}

@media (max-width:40.625em) {
  .overlay-bg {
    padding: 1em
  }
}

@media (max-width:34.375em) {
  .overlay-bg {
    padding: 0.5em
  }
}

.overlay-bg:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1E62A3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #EEE, #FFF);
  background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#EEE', endColorstr='#FFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#EEE', endColorstr = '#FFF')";
  background-color: #1E62A3;
  background: -webkit-linear-gradient(54deg, #1E62A3, #195289);
  background: -o-linear-gradient(54deg, #1E62A3, #195289);
  background: linear-gradient(36deg, #1E62A3, #195289);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right
}

.overlay-bg:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0
}

@media (max-width:40.625em) {
  .overlay-bg:after {
    bottom: -60px
  }
}

.cycle-next,
.cycle-prev {
  position: absolute;
  z-index: 1000;
  top: 50%;
  -webkit-transform: translateY(calc(-50% - 0.5em));
  -ms-transform: translateY(calc(-50% - 0.5em));
  transform: translateY(calc(-50% - 0.5em));
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  cursor: pointer
}

.cycle-next i,
.cycle-prev i {
  vertical-align: middle;
  line-height: 50px
}

@media (max-width:40.625em) {

  .cycle-next,
  .cycle-prev {
    display: none
  }
}

.cycle-prev {
  left: 0
}

.cycle-next {
  right: 0
}

.home-intro-section {
  padding: 3em 0;
  background-color: #FFF;
  position: relative
}

@media (max-width:75em) {
  .home-intro-section {
    padding: 2em 0
  }
}

@media (max-width:40.625em) {
  .home-intro-section {
    padding: 1em 0
  }
}

.home-intro-with-video {
  background-color: #FFF;
  margin: 0 auto;
  border: 1px solid #EEE
}

@media (min-width:62.5001em) {
  .home-intro-with-video {
    -webkit-box-shadow: -8px 0 0 0 #1E62A3;
    box-shadow: -8px 0 0 0 #1E62A3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    border-left: none
  }

  .home-intro-with-video>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
  }

  .home-intro-with-video .home-intro-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em
  }

  .home-intro-with-video .home-intro-video {
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width:62.5em) {
  .home-intro-with-video {
    max-width: 650px;
    -webkit-box-shadow: inset 4px 0 0 0 #1E62A3;
    box-shadow: inset 4px 0 0 0 #1E62A3
  }

  .home-intro-with-video .home-intro-content-wrapper {
    padding: 2em
  }

  .home-intro-with-video .home-intro-video {
    padding: 0 2em 2em
  }
}

@media (max-width:28.125em) {
  .home-intro-with-video .home-intro-content-wrapper {
    padding: 1em
  }

  .home-intro-with-video .home-intro-video {
    padding: 0 1em 1em
  }
}

.home-intro-with-video .home-intro-content>:last-child {
  margin-bottom: 0
}

.home-intro-wrapper {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: relative;
  z-index: 100000000;
  padding: 2em 4em;
  overflow: hidden
}

.home-intro-wrapper>:last-child {
  margin-bottom: 0
}

@media (max-width:56.25em) {
  .home-intro-wrapper {
    padding: 2em
  }
}

@media (max-width:40.625em) {
  .home-intro-wrapper {
    padding: 1em
  }
}

.home-intro-wrapper .home-intro-shape-svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%
}

.home-intro-wrapper .home-intro-header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.6)
}

.home-intro-wrapper .home-intro-header span {
  position: relative;
  z-index: 1;
  background-color: #A5D6ED;
  padding: 0 32px;
  display: inline-block
}

.home-intro-wrapper p {
  font-size: 1.75em;
  margin-bottom: 1.14285714em;
  line-height: 1.7;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300
}

@media (max-width:56.25em) {
  .home-intro-wrapper p {
    font-size: 1.5em;
    margin-bottom: 1.33333333em
  }
}

@media (max-width:40.625em) {
  .home-intro-wrapper p {
    font-size: 1.25em;
    margin-bottom: 0.8em
  }
}

@media (max-width:28.125em) {
  .home-intro-wrapper p {
    font-size: 1em;
    margin-bottom: 0.0625em
  }
}

.cards-section {
  padding: 4em 0;
  text-align: center
}

@media (max-width:50em) {
  .cards-wrapper {
    max-width: 450px;
    margin: 0 auto
  }

  .cards-wrapper .card-container {
    margin-bottom: 2em
  }

  .cards-wrapper .card-container:last-child {
    margin-bottom: 0
  }
}

.card-container {
  background-color: #FFF;
  text-align: left;
  position: relative
}

.card-container:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1E62A3;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), width 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.card-container a {
  display: block;
  height: 100%
}

.card-container:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.card-container:hover .card-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.card-container:active:before {
  height: 4px
}

@media (max-width:50em) {
  .card-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 2em);
    flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important
  }
}

@media (max-width:50em) and all and (max-width:40.625em) {
  .card-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.card-image {
  overflow: hidden
}

.card-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.card-content {
  padding: 2em;
  border-top: 8px solid #1E62A3
}

.card-content>:last-child {
  margin-bottom: 0
}

@media (max-width:40.625em) {
  .card-content {
    padding: 1em
  }
}

.card-content h3 {
  font-size: 1.5em;
  margin-bottom: 0.66666667em
}

@media (max-width:40.625em) {
  .card-content h3 {
    font-size: 1.25em;
    margin-bottom: 0.4em
  }
}

.card-content p {
  font-size: 0.875em;
  margin-bottom: 1.14285714em;
  color: #656565
}

@media (max-width:40.625em) {
  .card-content p {
    font-size: 0.8125em;
    margin-bottom: 0.61538462em
  }
}

.card-cat {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-bottom: 16px
}

@media (max-width:40.625em) {
  .card-cat {
    margin-bottom: 8px
  }
}

.card-cat.cat-students {
  color: #39CCCC
}

.card-cat.cat-new-here {
  color: #B10DC9
}

.card-cat.cat-events {
  color: #0074D9
}

.main-footer {
  padding: 2em 0;
  background-color: #222324;
  color: #FFF;
  position: relative
}

.main-footer:before {
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  -webkit-transform: skewY(-1deg) translateY(30px);
  -ms-transform: skewY(-1deg) translateY(30px);
  transform: skewY(-1deg) translateY(30px);
  background: #222324
}

.main-footer h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8125em;
  margin-bottom: 1.23076923em
}

.main-footer p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875em;
  margin-bottom: 1.14285714em
}

.main-footer a {
  color: rgba(255, 255, 255, 0.6)
}

.main-footer a:hover {
  color: #FFF
}

.main-footer a:active {
  color: rgba(255, 255, 255, 0.75)
}

.main-footer .footer-twitter-icon {
  color: #1DA1F2
}

.main-footer .footer-col-center {
  text-align: center
}

.main-footer .footer-col-right {
  text-align: right
}

.main-footer .footer-col>:last-child {
  margin-bottom: 0
}

@media (max-width:50em) {
  .main-footer .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 2em);
    flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important;
    text-align: center;
    margin-bottom: 2em
  }

  .main-footer .footer-col:last-of-type {
    margin-bottom: 0
  }
}

.rocksalt.rocksalt.copyright-text {
  margin-left: 20px;
}

.rocksalt.copyright-text a img {
  display: block;
  height: 30px;
  margin: 1em auto 1em;
}

.rocksalt.copyright-text a img:last-child {
  display: none;
}

.rocksalt.copyright-text a:hover img:first-child {
  display: none;
}

.rocksalt.copyright-text a:hover img:last-child {
  display: block;
}

@media (max-width:50em) and all and (max-width:40.625em) {
  .main-footer .footer-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.svg-shape-footer {
  bottom: 100%;
  height: 30px
}

.bottom-footer {
  background-color: #2e3031;
  padding: 1em 0
}

.bottom-footer .grid-cols-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width:40.6251em) {
  .bottom-footer .grid-cols-wrapper>[class*=grid-col-]:last-child {
    text-align: right
  }
}

@media (max-width:40.625em) {
  .bottom-footer .grid-cols-wrapper>[class*=grid-col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
    text-align: center
  }

  .bottom-footer .grid-cols-wrapper>[class*=grid-col-]:not(:last-child) {
    margin-bottom: 1em
  }
}

.bottom-footer .bottom-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.bottom-footer .copyright-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1em
}

.bottom-footer .copyright-wrapper>:last-child {
  margin-bottom: 0
}

.bottom-footer .copyright {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  font-size: 12px
}

.bottom-footer .pit-logo-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.inner-page-title-section {
  padding: 2em 0;
  background-color: #1E62A3
}

@media (max-width:40.625em) {
  .inner-page-title-section {
    padding: 1em 0
  }
}

.page-title-wrapper>:last-child {
  margin-bottom: 0
}

@media (min-width:79.0001em) {
  .page-title-wrapper {
    padding: 0 2em
  }
}

.page-title {
  font-size: 3.75em;
  margin-bottom: 0em;
  color: #FFF
}

@media (max-width:62.5em) {
  .page-title {
    font-size: 3em;
    margin-bottom: 0em
  }
}

@media (max-width:50em) {
  .page-title {
    font-size: 2.5em;
    margin-bottom: 0.1em
  }
}

@media (max-width:28.125em) {
  .page-title {
    font-size: 2em;
    margin-bottom: 0.125em
  }
}

.page-subtitle {
  font-size: 2.25em;
  margin-bottom: 0em;
  color: rgba(0, 0, 0, 0.5)
}

@media (max-width:62.5em) {
  .page-subtitle {
    font-size: 1.75em;
    margin-bottom: 0em
  }
}

@media (max-width:50em) {
  .page-subtitle {
    font-size: 1.5em;
    margin-bottom: 0em
  }
}

@media (max-width:28.125em) {
  .page-subtitle {
    font-size: 1.25em;
    margin-bottom: 0em
  }
}

.page-width {
  max-width: 1100px;
  margin: 0 auto
}

.svg-shape-inside-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100px
}

.svg-shape-inside-page path {
  fill: #1E62A3;
  fill: #A5D6ED
}

.inner-page-content-section {
  position: relative;
  z-index: 1;
  padding: 0 0 3em 0;
  overflow: hidden
}

.inner-page-content-section:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1E62A3;
  height: 70px;
  width: 100%;
  -webkit-transform: skewY(-2deg) translateY(-30px);
  -ms-transform: skewY(-2deg) translateY(-30px);
  transform: skewY(-2deg) translateY(-30px);
  -webkit-box-shadow: inset 0 -6px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -6px 0 0 rgba(0, 0, 0, 0.15)
}

@media (min-width:106.25em) {
  .inner-page-content-section:before {
    height: 80px;
    -webkit-transform: skewY(-2deg) translateY(-40px);
    -ms-transform: skewY(-2deg) translateY(-40px);
    transform: skewY(-2deg) translateY(-40px)
  }
}

.page-image-wrapper {
  position: relative;
  overflow: hidden
}

.page-image-wrapper img {
  width: 100%;
  display: block;
  margin: 0 auto
}

.content-with-sidebar,
.content-wrapper,
.sidebar {
  background-color: #FFF
}

.content-with-sidebar table,
.content-wrapper table,
.sidebar table {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 2em
}

.content-with-sidebar table,
.content-with-sidebar td,
.content-with-sidebar th,
.content-wrapper table,
.content-wrapper td,
.content-wrapper th,
.sidebar table,
.sidebar td,
.sidebar th {
  text-align: left;
  vertical-align: top
}

.content-with-sidebar tr:hover,
.content-wrapper tr:hover,
.sidebar tr:hover {
  background-color: #F5F5F5
}

.content-with-sidebar tr:nth-child(2n),
.content-wrapper tr:nth-child(2n),
.sidebar tr:nth-child(2n) {
  background-color: #FAFAFA
}

.content-with-sidebar tr:nth-child(2n):hover,
.content-wrapper tr:nth-child(2n):hover,
.sidebar tr:nth-child(2n):hover {
  background-color: #F5F5F5
}

.content-with-sidebar td,
.content-with-sidebar th,
.content-wrapper td,
.content-wrapper th,
.sidebar td,
.sidebar th {
  padding: 16px;
  font-size: 13px
}

.content-with-sidebar th,
.content-wrapper th,
.sidebar th {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #6892a7;
  background-color: #f3f9ff
}

.content-with-sidebar td,
.content-wrapper td,
.sidebar td {
  color: #656565;
  border: 1px solid #ededed
}

.content-with-sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1
}

@media (max-width:50em) {
  .content-with-sidebar-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.content-with-sidebar-wrapper:after,
.content-with-sidebar-wrapper:before {
  content: " ";
  position: absolute;
  bottom: 100%;
  z-index: -1;
  height: 10px;
  background-color: #1E62A3
}

.content-with-sidebar-wrapper:before {
  -webkit-transform: skewY(-0.75deg);
  -ms-transform: skewY(-0.75deg);
  transform: skewY(-0.75deg);
  width: 100%;
  left: 0
}

.content-with-sidebar-wrapper:after {
  width: 50%;
  right: 0
}

.content-wrapper-full-width {
  max-width: 800px;
  margin: 0 auto;
  border-top: 8px solid #1E62A3
}

.content-with-sidebar ol li,
.content-with-sidebar ul li,
.content ol li,
.content ul li {
  margin: 0.5em 2em;
  font-size: 0.9375em;
  line-height: 1.8
}

@media (max-width:40.625em) {

  .content-with-sidebar ol li,
  .content-with-sidebar ul li,
  .content ol li,
  .content ul li {
    font-size: 0.875em
  }
}

@media (max-width:28.125em) {

  .content-with-sidebar ol li,
  .content-with-sidebar ul li,
  .content ol li,
  .content ul li {
    font-size: 0.8125em
  }
}

.content-with-sidebar ul li,
.content ul li {
  text-indent: -0.5em;
  display: list-item;
  text-align: -webkit-match-parent
}

.content-with-sidebar ul li:before,
.content ul li:before {
  content: '';
  float: left;
  width: 0.5em;
  height: 0.5em;
  background-color: #1E62A3;
  left: -1.25em;
  position: relative;
  top: 0.5em;
  border-radius: 2px
}

.content {
  margin: 0 auto;
  padding: 2em
}

.content>:last-child {
  margin-bottom: 0
}

@media (max-width:40.625em) {
  .content {
    padding: 1em
  }
}

.content-with-sidebar {
  width: 75%;
  margin-right: 2em;
  background-color: #FFF
}

@media (max-width:50em) {
  .content-with-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em
  }
}

.sidebar {
  padding: 1em;
  width: 25%;
  background-color: #FFF
}

.sidebar>:last-child {
  margin-bottom: 0
}

.sidebar h3 {
  font-size: 1.25em;
  margin-bottom: 0.8em
}

@media (max-width:50em) {
  .sidebar {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-top: 5px solid #1E62A3
  }
}

#sidemenu {
  margin-bottom: 1em
}

@media (max-width:40.625em) {
  #sidemenu {
    margin-bottom: 1em
  }
}

#sidemenu a {
  color: #222324
}

#sidemenu h3 a {
  color: #222324
}

#sidemenu h3 a:hover {
  color: #1E62A3
}

#sidemenu ul {
  margin: 0 -16px
}

#sidemenu ul>li {
  font-size: 14px
}

#sidemenu ul ul {
  margin: 0;
  padding-left: 16px
}

#sidemenu ul ul li {
  font-size: 13px
}

#sidemenu ul>li:not(:last-child) {
  margin-bottom: 2px
}

#sidemenu ul a {
  padding: 8px 16px;
  display: block;
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out
}

#sidemenu ul a:hover {
  background-color: #EEE
}

#sidemenu ul a:active {
  -webkit-box-shadow: inset 4px 0 0 0 #1E62A3;
  box-shadow: inset 4px 0 0 0 #1E62A3
}

#sidemenu ul .selected>a {
  background-color: #EEE;
  -webkit-box-shadow: inset 4px 0 0 0 #1E62A3;
  box-shadow: inset 4px 0 0 0 #1E62A3;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500
}

.home-events-section {
  padding: 0 0 6em 0
}

.home-events-cols-wrapper .home-event-col {
  background-color: #FFF
}

.home-events-cols-wrapper .home-event-col>:last-child {
  margin-bottom: 0
}

@media (max-width:50em) {
  .home-events-cols-wrapper .home-event-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 2em);
    flex: 0 1 calc(50% - 2em);
    width: calc(50% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important
  }

  .home-events-cols-wrapper .home-event-col:nth-child(-n+2) {
    margin-bottom: 2em
  }
}

@media (max-width:50em) and all and (max-width:40.625em) {
  .home-events-cols-wrapper .home-event-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 1em);
    flex: 0 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

@media (max-width:40.625em) {
  .home-events-cols-wrapper .home-event-col:nth-child(-n+2) {
    margin-bottom: 1em
  }
}

@media (max-width:21.875em) {
  .home-events-cols-wrapper .home-event-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 2em);
    flex: 0 1 calc(100% - 2em);
    width: calc(100% - 2em);
    margin-left: 1em !important;
    margin-right: 1em !important
  }

  .home-events-cols-wrapper .home-event-col:nth-child(-n+3) {
    margin-bottom: 1em
  }
}

@media (max-width:21.875em) and all and (max-width:40.625em) {
  .home-events-cols-wrapper .home-event-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 1em);
    flex: 0 1 calc(100% - 1em);
    width: calc(100% - 1em);
    margin-left: 0.5em !important;
    margin-right: 0.5em !important
  }
}

.home-event-col-header {
  padding: 0.66666667em 1em;
  background: #1E62A3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EEE), color-stop(1, #FFF));
  background: -ms-linear-gradient(bottom, #EEE, #FFF);
  background: -moz-linear-gradient(center bottom, #EEE 0%, #FFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#EEE', endColorstr='#FFF');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#EEE', endColorstr = '#FFF')";
  background-color: #1E62A3;
  background: -webkit-linear-gradient(54deg, #1E62A3, #195289);
  background: -o-linear-gradient(54deg, #1E62A3, #195289);
  background: linear-gradient(36deg, #1E62A3, #195289)
}

.home-event-col-header>:last-child {
  margin-bottom: 0
}

.home-event-col-header h4 {
  font-size: 0.875em;
  margin-bottom: 1.14285714em;
  color: #FFF
}

@media (max-width:40.625em) {
  .home-event-col-header h4 {
    font-size: 0.875em;
    margin-bottom: 0em
  }
}

@media (max-width:28.125em) {
  .home-event-col-header h4 {
    font-size: 13px
  }
}

.home-event-item {
  font-size: 13px
}

@media (max-width:40.625em) {
  .home-event-item {
    font-size: 12px
  }
}

@media (max-width:28.125em) {
  .home-event-item {
    font-size: 11px
  }
}

.home-event-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.66666667em 1em;
  -webkit-transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out
}

.home-event-link:hover {
  background-color: #EEE
}

.home-event-link:active {
  -webkit-box-shadow: inset 4px 0 0 0 #1E62A3;
  box-shadow: inset 4px 0 0 0 #1E62A3
}

.home-event-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  color: #656565
}

.home-event-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  color: #222324
}

.team-content {
  background-color: transparent !important;
  padding: 0 !important
}

.team-wrapper {
  margin: 0 auto
}

@media (max-width:56.25em) and (min-width:21.8751em) {
  .team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.team-wrapper .team-member {
  margin-bottom: 2em;
  background-color: #FFF
}

@media (min-width:56.2501em) {
  .team-wrapper .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .team-wrapper .team-member:not(:last-child) {
    margin-bottom: 2em
  }
}

@media (max-width:56.25em) and (min-width:21.8751em) {
  .team-wrapper .team-member {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1em);
    flex: 1 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin: 0 0.5em 1em
  }
}

@media (max-width:56.25em) {
  .team-wrapper .team-member {
    max-width: 400px
  }
}

@media (max-width:21.875em) {
  .team-wrapper .team-member:not(:last-child) {
    margin-bottom: 1em
  }
}

@media (min-width:56.2501em) {
  .team-wrapper .team-image {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
  }
}

.team-wrapper .team-image img {
  margin: 0 auto;
  display: block
}

.team-wrapper .team-content-wrapper {
  padding: 2em;
  word-wrap: break-word
}

.team-wrapper .team-content-wrapper p {
  font-size: 0.875em;
  margin-bottom: 0.57142857em
}

@media (min-width:56.2501em) {
  .team-wrapper .team-content-wrapper {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width:40.625em) {
  .team-wrapper .team-content-wrapper {
    padding: 1em;
    border-top: 5px solid #1E62A3
  }

  .team-wrapper .team-content-wrapper p {
    font-size: 0.8125em;
    margin-bottom: 0.61538462em
  }
}

.team-wrapper .team-content>:last-child {
  margin-bottom: 0
}

.team-wrapper .team-title {
  margin-bottom: 4px
}

.team-wrapper .team-position {
  margin-bottom: 16px;
  color: #656565;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-size: 18px
}

@media (min-width:56.2501em) {
  .team-wrapper .team-member:nth-child(odd) .team-content-wrapper {
    padding: 2em 2em 2em calc(2em + 8px);
    -webkit-box-shadow: inset 8px 0 0 0 #1E62A3;
    box-shadow: inset 8px 0 0 0 #1E62A3
  }

  .team-wrapper .team-member:nth-child(2n) .team-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .team-wrapper .team-member:nth-child(2n) .team-content-wrapper {
    padding: 2em calc(2em + 8px) 2em 2em;
    -webkit-box-shadow: inset -8px 0 0 0 #1E62A3;
    box-shadow: inset -8px 0 0 0 #1E62A3
  }
}

.page-cards-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em
}

@media (max-width:40.625em) {
  .page-cards-links-wrapper {
    margin: 0 -0.5em
  }
}

.page-card-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33333% - 2em);
  flex: 1 1 calc(33.33333% - 2em);
  width: calc(33.33333% - 2em);
  margin: 0 1em 2em 1em
}

@media (max-width:40.625em) {
  .page-card-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1em);
    flex: 1 1 calc(50% - 1em);
    width: calc(50% - 1em);
    margin: 0 0.5em 1em 0.5em
  }
}

.page-card-wrapper:nth-last-child(-n+2) {
  margin-bottom: 0
}

.page-card {
  position: relative;
  overflow: hidden
}

.page-card img {
  display: block;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-card a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  background-color: rgba(34, 35, 36, 0.4);
  -webkit-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-card .page-card-content {
  text-align: center;
  padding: 1em;
  position: absolute;
  z-index: 1;
  left: 1em;
  top: 50%;
  width: calc(100% - 2em);
  -webkit-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
  overflow: hidden
}

.page-card .page-card-content>:last-child {
  margin-bottom: 0
}

.page-card .page-card-content:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #1E62A3;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-card .page-card-content:after {
  content: " ";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -20%;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY(-5deg) translateY(100%);
  -ms-transform: skewY(-5deg) translateY(100%);
  transform: skewY(-5deg) translateY(100%);
  -webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0
}

.page-card .page-card-content h4 {
  color: #FFF;
  margin-bottom: 0;
  font-size: 24px
}

@media (max-width:50em) {
  .page-card .page-card-content h4 {
    font-size: 18px
  }
}

@media (max-width:40.625em) {
  .page-card .page-card-content h4 {
    font-size: 16px
  }
}

.page-card .page-card-content p {
  color: rgba(255, 255, 255, 0.75);
  overflow-y: hidden;
  margin-bottom: 0
}

.page-card .page-card-content p span {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  display: block;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.page-card:hover a {
  background-color: rgba(34, 35, 36, 0)
}

.page-card:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.page-card:hover .page-card-content p span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.page-card:hover .page-card-content:before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.page-card:hover .page-card-content:after {
  opacity: 1;
  -webkit-transform: skewY(-5deg) translateY(0);
  -ms-transform: skewY(-5deg) translateY(0);
  transform: skewY(-5deg) translateY(0);
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s
}

.page-card-wrapper-no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page-card-wrapper-no-image .page-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.page-card-wrapper-no-image .page-card a {
  position: static;
  padding: 0;
  background-color: #1E62A3;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.page-card-wrapper-no-image .page-card .page-card-content {
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page-card-wrapper-no-image .page-card .page-card-content>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

.page-card-wrapper-no-image .page-card .page-card-content p span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.page-card-wrapper-no-image .page-card:hover:after {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.calendar ul.month-browser li {
  width: 33.3%;
  padding: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 20px 0
}

.calendar {
  zoom: 1;
  border-bottom: 1px solid #ccc
}

.calendar:before {
  content: '';
  display: block
}

.calendar:after {
  content: '';
  display: table;
  clear: both
}

.calendar .month-display {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.calendar .month-display a {
  text-decoration: none
}

.calendar .month-display .calendar_nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

.calendar .month-display .calendar_nav .border-button {
  margin-bottom: 0
}

.calendar .month-display .right {
  text-align: right
}

.calendar .month-display #current-month {
  float: left;
  width: 33%;
  text-align: center
}

@media (max-width:40.625em) {
  .calendar .month-display #current-month {
    font-size: 12px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700
  }
}

.calendar .days {
  zoom: 1
}

.calendar .days:before {
  content: '';
  display: block
}

.calendar .days:after {
  content: '';
  display: table;
  clear: both
}

.calendar .week {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-bottom: none;
  min-height: 130px;
  position: relative;
  background: url('../images/calendar-bg.png') 14.28571429% top repeat-y, url('../images/calendar-bg.png') 28.57142857% top repeat-y, url('../images/calendar-bg.png') 42.85714286% top repeat-y, url('../images/calendar-bg.png') 57.14285714% top repeat-y, url('../images/calendar-bg.png') 71.42857143% top repeat-y, url('../images/calendar-bg.png') 85.71428571% top repeat-y
}

.calendar .week ul.week {
  margin-bottom: 0 !important
}

.calendar div[class*=week_]:before {
  content: " ";
  position: absolute;
  height: 100%;
  z-index: -1;
  top: 0;
  background-color: rgba(30, 98, 163, 0.1)
}

.calendar .week_1:before {
  left: 0;
  width: 14.28571429%
}

.calendar .week_2:before {
  left: 0;
  width: 28.57142857%
}

.calendar .week_3:before {
  left: 0;
  width: 42.85714286%
}

.calendar .week_4:before {
  left: 0;
  width: 57.14285714%
}

.calendar .week_5:before {
  left: 0;
  width: 71.42857143%
}

.calendar .week_6:before {
  left: 0;
  width: 85.71428571%
}

.calendar .week_end_1:before {
  right: 0;
  width: 14.28571429%
}

.calendar .week_end_2:before {
  right: 0;
  width: 28.57142857%
}

.calendar .week_end_3:before {
  right: 0;
  width: 42.85714286%
}

.calendar .week_end_4:before {
  right: 0;
  width: 57.14285714%
}

.calendar .week_end_5:before {
  right: 0;
  width: 71.42857143%
}

.calendar .week_end_6:before {
  right: 0;
  width: 85.71428571%
}

.calendar .week_today_0:before {
  width: 14.28571429%;
  left: -14.28571429%;
  background-color: #427ABD !important
}

.calendar .week_today_0 .days li:nth-child(0) .date {
  color: #FFF !important
}

.calendar .week_today_0 .days li:nth-child(0) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_0 .days li:nth-child(0) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_1:before {
  width: 14.28571429%;
  left: 0%;
  background-color: #427ABD !important
}

.calendar .week_today_1 .days li:first-child .date {
  color: #FFF !important
}

.calendar .week_today_1 .days li:first-child .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_1 .days li:first-child .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_2:before {
  width: 14.28571429%;
  left: 14.28571429%;
  background-color: #427ABD !important
}

.calendar .week_today_2 .days li:nth-child(2) .date {
  color: #FFF !important
}

.calendar .week_today_2 .days li:nth-child(2) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_2 .days li:nth-child(2) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_3:before {
  width: 14.28571429%;
  left: 28.57142857%;
  background-color: #427ABD !important
}

.calendar .week_today_3 .days li:nth-child(3) .date {
  color: #FFF !important
}

.calendar .week_today_3 .days li:nth-child(3) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_3 .days li:nth-child(3) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_4:before {
  width: 14.28571429%;
  left: 42.85714286%;
  background-color: #427ABD !important
}

.calendar .week_today_4 .days li:nth-child(4) .date {
  color: #FFF !important
}

.calendar .week_today_4 .days li:nth-child(4) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_4 .days li:nth-child(4) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_5:before {
  width: 14.28571429%;
  left: 57.14285714%;
  background-color: #427ABD !important
}

.calendar .week_today_5 .days li:nth-child(5) .date {
  color: #FFF !important
}

.calendar .week_today_5 .days li:nth-child(5) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_5 .days li:nth-child(5) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_6:before {
  width: 14.28571429%;
  left: 71.42857143%;
  background-color: #427ABD !important
}

.calendar .week_today_6 .days li:nth-child(6) .date {
  color: #FFF !important
}

.calendar .week_today_6 .days li:nth-child(6) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_6 .days li:nth-child(6) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar .week_today_7:before {
  width: 14.28571429%;
  left: 85.71428571%;
  background-color: #427ABD !important
}

.calendar .week_today_7 .days li:nth-child(7) .date {
  color: #FFF !important
}

.calendar .week_today_7 .days li:nth-child(7) .show-info {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border: 1px solid #FFF !important;
  color: #FFF !important
}

.calendar .week_today_7 .days li:nth-child(7) .show-info .show-time {
  color: rgba(255, 255, 255, 0.8)
}

.calendar ul {
  margin-top: 0 !important;
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both
}

.calendar ul.weekdays {
  zoom: 1
}

.calendar ul.weekdays:before {
  content: '';
  display: block
}

.calendar ul.weekdays:after {
  content: '';
  display: table;
  clear: both
}

.calendar ul.weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none;
  padding: 10px 6px;
  color: #656565;
  font-size: 12px !important
}

.calendar li {
  text-indent: 0 !important;
  margin: 0 !important;
  display: block !important;
  line-height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.28571429%;
  padding: 0;
  display: block;
  float: left;
  overflow: visible
}

.calendar li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important;
  border: none !important
}

.calendar li .day,
.calendar li .month {
  display: none
}

.calendar li.out_of_range {
  background-color: #F5F5F5;
  color: #666
}

.calendar li .event-button {
  display: block
}

.calendar li .show-info {
  width: 90%;
  margin: 0 5% 5px 5%;
  position: relative;
  z-index: 1000;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out
}

.calendar li .show-info:hover .show-time {
  color: rgba(255, 255, 255, 0.75)
}

.calendar li .span-1 {
  width: 90%
}

.calendar li .span-2 {
  width: 190%
}

.calendar li .span-3 {
  width: 290%
}

.calendar li .span-4 {
  width: 390%
}

.calendar li .span-5 {
  width: 490%
}

.calendar li .span-6 {
  width: 590%
}

.calendar li .span-7 {
  width: 690%
}

.calendar li .show-info:hover .venue {
  display: block
}

.calendar li .show-info .show-name,
.calendar li a {
  text-decoration: none
}

.calendar li .show-time {
  color: #6892a7;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out
}

.calendar .days:last-child li {
  margin-bottom: 0px
}

.calendar .date {
  text-align: right;
  margin-bottom: 5px;
  padding: 5px 5px 0 0
}

.calendar .no-shows {
  display: none
}

.calendar .venue {
  display: none
}

.calendar .day-container {
  zoom: 1
}

.calendar .day-container:before {
  content: '';
  display: block
}

.calendar .day-container:after {
  content: '';
  display: table;
  clear: both
}

.calendar .day-container .list-day {
  float: left;
  width: 20%;
  padding: 10px
}

.calendar .day-container .list-day .day {
  color: #6892a7;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400
}

@media only screen and (max-width:540px) {
  .calendar .day-container .list-day {
    width: 100%
  }
}

.calendar .day-container .list-event {
  float: right;
  width: 78%;
  margin-bottom: 10px;
  padding: 10px
}

@media only screen and (max-width:540px) {
  .calendar .day-container .list-event {
    width: 100%
  }
}

.calendar .day-container .list-event .event-time {
  font-size: 15px
}

.calendar .day-container .list-event .event-title a {
  text-decoration: none;
  font-weight: bold
}

.calendar .day-container .list-event .event-summary {
  font-size: 13px;
  color: #777
}

.calendar .day-container .list-event .event-summary a {
  color: #777;
  text-decoration: none
}

.calendar .day-container .list-event .event-summary a:hover {
  text-decoration: underline
}

.event_image {
  max-width: 100%;
  height: auto
}

.event_times .event_dates {
  font-weight: bold
}

.location_left {
  width: 48%;
  margin-right: 2%;
  float: left
}

@media only screen and (max-width:540px) {
  .location_left {
    width: 100%;
    margin-right: 0%
  }
}

.location_left h4.location_directions,
.location_left h4.location_link,
.location_left h4.location_phone {
  margin-top: 15px
}

.location_right {
  float: right;
  width: 48%;
  margin-left: 2%
}

.location_right .location_image {
  width: 100%
}

@media only screen and (max-width:540px) {
  .location_right {
    width: 100%;
    margin-right: 0%
  }
}

.location_right .proclaim-it-map {
  padding-bottom: 100% !important
}

.calendar-sidebar ul li a:hover {
  border: none
}

.calendar-sidebar h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 0.75em;
  margin-bottom: 1.33333333em;
  text-transform: uppercase;
  letter-spacing: 5px
}

.calendar-sidebar .sidebar-options {
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(34, 35, 36, 0.15)
}

.calendar-sidebar .sidebar-options a {
  color: rgba(34, 35, 36, 0.5)
}

.calendar-sidebar .sidebar-options a.view-selected {
  color: #222324;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700
}

.calendar-sidebar .sidebar-options .sidebar-date-view {
  margin-bottom: 1em
}

.calendar-sidebar .sidebar-options .sidebar-display-view {
  width: 100%
}

@media only screen and (max-width:560px) {
  .calendar-sidebar .sidebar-options .sidebar-display-view {
    display: none
  }
}

@media only screen and (max-width:560px) {
  .calendar-sidebar .sidebar-options .display-h3 {
    display: none
  }
}

.calendar-sidebar .sidebar-ics {
  font-size: 14px
}

.calendar-sidebar .sidebar-ics a {
  width: 100%;
  display: block
}

.calendar-sidebar .calendar-categories ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0 !important;
  zoom: 1
}

.calendar-sidebar .calendar-categories ul:before {
  content: '';
  display: block
}

.calendar-sidebar .calendar-categories ul:after {
  content: '';
  display: table;
  clear: both
}

.calendar-sidebar .calendar-categories ul li {
  text-indent: 0 !important;
  margin: 0px 5px 5px 0px !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 1 !important;
  float: left;
  display: block;
  position: relative;
  overflow: hidden
}

.calendar-sidebar .calendar-categories ul li:before {
  font-family: '' !important;
  content: '' !important;
  color: inherit !important;
  float: none !important;
  width: auto !important
}

.calendar-sidebar .calendar-categories ul li a {
  display: block
}

.calendar-sidebar .calendar-categories .sidebar-all-cats {
  display: block !important;
  float: none !important;
  margin: 0 0 5px 0 !important;
  width: 100% !important
}

.calendar-sidebar .calendar-categories .sidebar-cat-button {
  padding: 5px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out
}

.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all {
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.075);
  color: #6892a7
}

.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all.cat-selected,
.calendar-sidebar .calendar-categories .sidebar-cat-button.sidebar-cat-button-all:hover {
  color: #FFF;
  background-color: #6892a7
}

@media only screen and (min-width:561px) {
  .list-view {
    display: none
  }

  .list-show {
    display: block
  }
}

@media only screen and (max-width:560px) {
  .list-view {
    display: block
  }

  .calendar-view {
    display: none
  }
}

.event-info-wrapper .proclaim-it-map {
  padding-bottom: 50%
}

.event-info-wrapper .event-info-content>:last-child {
  margin-bottom: 0
}

.event-info-wrapper .event-info-content h3 {
  font-size: 1.125em;
  margin-bottom: 0.88888889em
}

.event-info-wrapper .event-info-content p {
  font-size: 0.875em;
  margin-bottom: 1.14285714em
}

.event-detail-title {
  font-size: 2em;
  margin-bottom: 1em;
  letter-spacing: 0;
  color: #222324
}

@media (max-width:40.625em) {
  .event-detail-title {
    font-size: 1.75em;
    margin-bottom: 0.57142857em
  }
}

.detail-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  text-align: center;
  background-color: rgba(34, 35, 36, 0.75);
  display: none
}

.event-detail {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-align: left;
  max-width: 550px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #FFF;
  margin: 0 auto;
  display: none;
  border-radius: 5px;
  opacity: 0
}

.event-detail::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 3px
}

.event-detail::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-radius: 3px
}

.event-detail::-webkit-scrollbar-thumb {
  background-color: #222324;
  border-radius: 3px
}

@media only screen and (max-width:552px) {
  .event-detail {
    width: 96%
  }
}

.event-detail .event-popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.event-detail .category-color {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em
}

.event-detail .day-number-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(30, 98, 163, 0.1);
  color: #1E62A3;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500
}

.event-detail .day-number {
  line-height: 50px;
  vertical-align: middle
}

.event-detail .close-detail {
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656565
}

.event-detail .close-detail i {
  font-size: 18px
}

.event-detail .close-detail:hover {
  background-color: #EEE
}

.event-detail .event-popup-title {
  font-size: 1.5em;
  margin-bottom: 0em;
  letter-spacing: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #222324;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 16px 0
}

.event-detail section {
  zoom: 1;
  text-align: left;
  padding: 0
}

.event-detail section:before {
  content: '';
  display: block
}

.event-detail section:after {
  content: '';
  display: table;
  clear: both
}

.event-detail section>:last-child {
  margin-bottom: 0
}

.event-detail .event-info {
  padding: 1em;
  border-top: 1px solid #F5F5F5
}

.event-detail .event-map iframe {
  width: 100%
}

.event-info-wrapper>:last-child {
  margin-bottom: 0
}

.event-info-wrapper.event-info-popup-wrapper {
  margin-bottom: 1em
}

.event-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em
}

.event-info-item .event-info-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: center;
  color: rgba(34, 35, 36, 0.4)
}

.event-info-item .event-info-icon i {
  vertical-align: baseline;
  font-size: 14px
}

.event-info-item .event-info-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.event-info-item .event-info-content>:last-child {
  margin-bottom: 0
}

.event-info-item .event-info-text {
  display: block;
  font-size: 14px;
  line-height: 1.7
}

.detail-container-show {
  display: block
}

.event-detail-show {
  opacity: 1;
  display: block;
  margin-top: 50px
}

.blog-list-wrapper .blog-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.blog-list-wrapper .blog-list-item:not(:last-of-type) {
  margin-bottom: 2em
}

@media (max-width:40.625em) {
  .blog-list-wrapper .blog-list-item:not(:last-of-type) {
    margin-bottom: 1em
  }
}

.blog-list-wrapper .blog-list-item .blog-image {
  width: 20%;
  text-align: center
}

.blog-list-wrapper .blog-list-item .blog-image img {
  display: block;
  margin: 0 auto
}

.blog-list-wrapper .blog-list-item .blog-content {
  width: 80%;
  margin-right: 1em
}

.blog-list-wrapper .blog-list-item .blog-content>:last-child {
  margin-bottom: 0
}

@media (max-width:40.625em) {
  .blog-list-wrapper .blog-list-item .blog-content {
    margin-right: 1em
  }
}

.blog-list-wrapper .blog-list-item .blog-content .blog-title {
  font-size: 1.5em;
  margin-bottom: 0.08333333em
}

.blog-list-wrapper .blog-list-item .blog-content .blog-title a {
  color: #222324
}

.blog-list-wrapper .blog-list-item .blog-content .blog-title a:hover {
  color: #1E62A3
}

.blog-list-wrapper .blog-list-item .blog-content .blog-date {
  display: block;
  font-size: 0.9375em;
  margin-bottom: 0.53333333em;
  color: rgba(34, 35, 36, 0.75);
  font-family: "proxima-nova", sans-serif;
  font-weight: 500
}

.blog-list-wrapper .blog-list-item .blog-content p {
  font-size: 0.875em;
  margin-bottom: 0.57142857em
}

@media only screen and (max-width:28.125em) {
  .blog-list-wrapper .blog-list-item .blog-image {
    margin-bottom: 0.5em
  }

  .blog-list-wrapper .blog-list-item .blog-content,
  .blog-list-wrapper .blog-list-item .blog-image {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2em
  }
}

.page-pagination {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-pagination:before {
  content: '';
  display: block
}

.page-pagination:after {
  content: '';
  display: table;
  clear: both
}

.page-pagination li {
  margin: 0 8px !important;
  text-indent: 0 !important;
  display: inline-block !important
}

.page-pagination li:before {
  display: none
}

.page-pagination li a,
.page-pagination li span {
  padding: 8px;
  position: relative;
  color: #222324;
  border-radius: 3px;
  text-align: center
}

.page-pagination li a:hover,
.page-pagination li span:hover {
  background-color: #EEE
}

.page-pagination .current a,
.page-pagination .current span {
  color: white;
  background-color: #1E62A3
}

.page-pagination .current a:hover,
.page-pagination .current span:hover {
  color: white;
  background-color: #1E62A3
}

.blog-article>:last-child {
  margin-bottom: 0
}

.blog-article figure,
.blog-article iframe {
  margin-bottom: 2em
}

@media (max-width:40.625em) {

  .blog-article figure,
  .blog-article iframe {
    margin-bottom: 1em
  }
}

.blog-article figure {
  text-align: center;
  background: #EEE
}

.blog-article figure img {
  display: block;
  margin: 0 auto
}

.blog-article figcaption {
  background: #EEE;
  padding: 1em;
  text-align: left
}

.blog-article .blog-title {
  margin-bottom: 0 !important
}

.blog-article .blog-info {
  color: rgba(34, 35, 36, 0.75) !important;
  line-height: 1.2 !important;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700
}

.blog-sidebar>:last-child {
  margin-bottom: 0
}

.blog-sidebar h3 {
  text-transform: none;
  border: none !important;
  font-size: 1em;
  margin-bottom: 0.5em
}

.blog-sidebar .button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em
}

.blog-sidebar .button-list li {
  margin: 0;
  text-indent: 0
}

.blog-sidebar .button-list li:before {
  content: '' !important;
  display: none
}

.blog-sidebar .button-list li:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 5px
}

.blog-sidebar .button-list li:first-child>a {
  padding: 6px 8px
}

.blog-sidebar .button-list li:not(:first-child) {
  margin: 0 5px 5px 0
}

.blog-sidebar .button-list li:not(:first-child) a {
  background-color: #EEE;
  color: #656565
}

.blog-sidebar .button-list li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #EEE;
  color: #656565;
  padding: 4px 8px;
  border-radius: 3px;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 10px
}

.blog-sidebar .button-list li a:hover {
  background-color: #e1e1e1
}

.blog-sidebar .button-list li a.cat-selected {
  background-color: #1E62A3;
  color: #fff
}

.blog-sidebar .button-list li a:active {
  -webkit-box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb
}

.blog-sidebar .blog-sidemenu {
  margin-bottom: 8px
}

.blog-sidebar .blog-sidemenu li {
  margin: 0;
  text-indent: 0
}

.blog-sidebar .blog-sidemenu li:before {
  display: none
}

.blog-sidebar .blog-sidemenu li a {
  display: block;
  padding: 8px 12px
}

.blog-sidebar .blog-sidemenu li a:hover {
  background-color: #EEE
}

.blog-sidebar .blog-sidemenu li:not(:last-child) a {
  border-bottom: 1px solid #EEE
}

.blog-sidebar .blog-sidemenu li span {
  display: block;
  line-height: 1.3
}

.blog-sidebar .blog-sidemenu li .list-title {
  color: #222324;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700
}

.blog-sidebar .blog-sidemenu li .meta {
  color: rgba(34, 35, 36, 0.75);
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500
}

.blog-sidebar .rss-button {
  padding: 3px 8px;
  color: #EE7319;
  display: inline-block;
  margin-top: 1em;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.blog-sidebar .rss-button:hover {
  color: #fff;
  background: #EE7319
}

.blog-sidebar .rss-button:active {
  color: #fff;
  background: #c55c0f
}