@import url("https://use.typekit.net/jml3psl.css");

.shorehamratio {
    padding-top: 10%;
    position: relative;
}
@media (min-width: 768px) {
    .shorehamratio {
        padding-top: 5%;
    }
}

body {
    background-color: #fff;
}
html, body, p, li, th, td, h1, h2, h3, h4, h5, .h1,.h2, .h3, .h4, .h5 {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-size: 12pt;
}
p { line-height: 1.3; margin-bottom: 0.75rem; }
h1, .h1 { 
    color: #052264; 
    margin-bottom: 1rem; 
    font-size: 46pt; 
    font-family: calibri, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.1rem;
    line-height: 1;
}
.styled-title h2 {
    color: #052264; 
    margin-bottom: 1rem; 
    font-size: 46pt; 
    font-family: calibri, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.1rem;
    line-height: 1;
}
h2, .h2 { color: #052264; margin-bottom: 1rem; font-size: 24pt; font-weight: 700; line-height: 1.1; }
h2.heading { margin-bottom: 0.5rem; }
h2.image-link-title {
    font-size: 18pt;
    line-height: 1;
}
h3, .h3 { color: #052264; margin-bottom: 1rem; font-size: 20pt; font-weight: 700; line-height: 1.1; }
h4, .h4 { color: #052264; margin-bottom: 1rem; font-size: 14pt; font-weight: 700; line-height: 1.1; }

.bright-text p, .bright-text h1, .bright-text h2, .bright-text h3, .bright-text li, .bright-text a, .bright-text td {
    color: #fff !important;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    text-align: left;
}
.btn.btn-lg {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    text-align: left;
    font-size: 16pt;
}
.btn.btn-outline {
    border-color: #ccc;
}
.btn-outline-out {
    position: relative;
}
.btn-outline-out:before {
    content: '';
    border: 1px solid rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 500ms ease-in-out;
    border-radius: 5px;
}
.btn-outline-out:hover:before {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgba(255,255,255,0.6);
}
.btn-background-out {
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-background-out:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -2;
}
.btn-background-out:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ff9900;
  transition: all 0.3s;
  border-radius: 5px;
  z-index: -1;
}
.btn-background-out:hover:before {
  width: 100%;
}
.has-btn-background-out:hover .btn-background-out:before {
  width: 100%;
}
.btn-orange {
    background-color: #ff9900;
}
.bg-orange {
    background-color: #ff9900 !important;
}
.bg-orange.bg-opacity-25 {
    background-color: rgba(255,153,0,0.25) !important;
}
.btn-orange.btn-background-out:before {
    background-color: #a36200;
}

.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.grid-button-layertwo div {
    background-image: linear-gradient(#99cc00,#999900);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
box-shadow: 0 0 1px 1px #4AFFED;
}

.personabar-visible .space-on-admin {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
    width: 100% !important;
}
.personabar-visible footer .space-on-admin {
    padding: 0;
    margin: 0;
    border-top: 0px dashed #ff9900;
    border-bottom: 0px dashed #ff9900;
}
.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible footer .show-on-admin { display: none; }
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}

.background-image-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.background-image-fixed {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bright-text h1, .bright-text h2, .bright-text h3, .bright-text h4, .bright-text p, .bright-text li, .bright-text a, .bright-text td, .bright-text th { color: #fff; }

.personabar-visible .sc-cb-pane-glow:hover {
    -webkit-box-shadow: 0 0 2px 0 #30FFF1;
    box-shadow: 0 0 2px 0 #30FFF1;
}
.personabar-visible  div.sc-content-block-list:hover {
    -webkit-box-shadow: 0 0 2px 0 #30FFF1;
    box-shadow: 0 0 2px 0 #30FFF1;
}

table
    tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
}

.fancybox__container {
    z-index: 9999 !important;
}

.topbar a { font-size: 12px; }

.subpagemenu ul li a {
    border-radius: 5px !important;
}
.subpagemenu ul li a:after {
    border-radius: 5px !important;
}

.py-30 { padding-top: 15px; padding-bottom: 15px; }
.py-60 { padding-top: 30px; padding-bottom: 30px; }
.py-90 { padding-top: 45pc; padding-bottom: 45px; }
.py-120 { padding-top: 60px; padding-bottom: 60px; }
@media (min-width: 768px) {
    .py-30 { padding-top: 30px; padding-bottom: 30px; }
    .py-60 { padding-top: 60px; padding-bottom: 60px; }
    .py-90 { padding-top: 90pc; padding-bottom: 90px; }
    .py-120 { padding-top: 120px; padding-bottom: 120px; }
}



































































