@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Oswald:200,300,400,500,600,700");
@font-face {
  font-family: 'hk-carta';
  src: url("fonts/hkcarta-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'hk-carta';
  src: url("fonts/hkcarta-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'hk-carta';
  src: url("fonts/hkcarta-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'hk-carta';
  src: url("fonts/hkcarta-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Comman CSS */
/********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

form {
  height: 100%;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
}

html, body {
  text-align: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  background: #fff;
  color: #222;
  line-height: 18px;
  font-weight: normal;
}

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 18px 0;
}

p {
  padding: 0 0 18px 0;
}

ul, ol {
  padding: 0 0 18px 0;
  margin: 0 0 0 24px;
}

sup {
  vertical-align: top;
  font-size: 8px;
}

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton,
a.CommandButton:link,
a.CommandButton:visited,
a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  text-decoration: underline;
}

.paneOutline {
  outline: 1px dotted #000;
  border: none;
}

.paneOutline center {
  text-align: center;
}

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane {
  font-size: 0px;
  line-height: 0px;
  display: none;
}

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  height: 22px;
  padding: 2px 8px;
  margin: 2px 0px;
}

textarea.NormalTextBox, select.NormalTextBox {
  height: auto;
}

#Body .display-table {
  display: table;
}

/* Button CSS */
/********************************************************************/
.StandardButton {
  display: inline-block;
  border: none;
  text-decoration: none;
  margin: 12px 0;
  padding: 8px 12px;
}

/* Float CSS */
/********************************************************************/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clear-both {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

/* DNN Overwrite CSS */
/********************************************************************/
.textAlignRight {
  text-align: right;
}

.textAlignCenter {
  text-align: center;
}

.FileManager_FileList {
  margin: 2px 0 0 0;
}

.rgMasterTable {
  width: 100%;
}

.rgCurrentPage span {
  line-height: 22px;
}

input.rgPagerTextBox {
  width: 24px !important;
}

.termsContainer,
.privacyContainer {
  padding: 12px;
}

.FileManager_FileList {
  margin: 2px 0 0 0;
}

.rgMasterTable {
  width: 100%;
}

.rgCurrentPage span {
  line-height: 22px;
}

input.rgPagerTextBox {
  width: 24px !important;
}

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited {
  text-decoration: none;
}

#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover,
#dnnCommonTasks a:active, #dnnCommonTasks a:focus,
#dnnCurrentPage a:hover, #dnnCurrentPage a:active,
#dnnCurrentPage a:focus, #dnnOtherTools a:hover,
#dnnOtherTools a:active, #dnnOtherTools a:focus {
  text-decoration: underline;
}

/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Athena-II											            */
/* Created: 12 Apr 2018 by Dipesh Umrigar							*/
/********************************************************************/
/* Comman CSS */
/********************************************************************/
html,
body {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'hk-carta';
  height: 100%;
  background: #ffffff;
  color: #363636;
  line-height: 18px;
  font-weight: normal;
}

/* Text CSS */
/*******************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000000;
  letter-spacing: 0;
}

h1 {
  font-size: 26px;
  line-height: 32px;
}

h2 {
  font-size: 20px;
  line-height: 30px;
}

h3 {
  font-size: 18px;
  line-height: 26px;
}

h4 {
  font-size: 16px;
  line-height: 22px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}

small {
  font-size: 8px;
}

ul li {
  list-style-type: disc;
}

.Normal,
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject {
  font-family: 'hk-carta';
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  text-decoration: none;
  font-family: 'hk-carta';
}

.Normal,
.NormalDisabled {
  color: #000000;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  font-family: 'hk-carta';
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  background: #f6f6f6;
  border: 1px solid #616161;
  padding: 2px 8px;
  margin: 2px 0;
  color: #222;
}

input.NormalTextBox:focus,
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover {
  border-color: #222;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

::-webkit-scrollbar-track {
  background-color: #000000;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #000000;
}

textarea.NormalTextBox,
select.NormalTextBox {
  height: auto;
}

.skClear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

#Body .skinStatus {
  bottom: 53px;
}

#mobNav .navTabs .navItem {
  border-top: 1px solid #fff;
}

#mobNav .navTabs .navLink,
#mobNav .navTabs .navLink:link,
#mobNav .navTabs .navLink:visited {
  border-bottom: 0;
}

/* Button CSS */
/********************************************************************/
.StandardButton {
  font-size: 12px;
  line-height: 18px;
}

.StandardButton:hover,
.StandardButton:focus {
  outline: none;
}

/* Layout CSS */
/********************************************************************/
.skWidth {
  width: 1600px;
  margin: 0 auto;
}

.skArea {
  min-height: 100%;
  background-image: url("images/background-white.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0;
}

.skMobile {
  display: none;
}

/* default image size  */
img {
  max-width: 100%;
}

.default-container .default-content img {
  height: auto !important;
}

/* Inner Pages */
/********************************************************************/
#Body a.TeamPage_actionButton,
#Body .sWebTheme_showSettings,
#Body a.TeamPage_actionButton:link,
#Body a.TeamPage_actionButton:visited,
#Body a.sWebTheme_ActionsLinks span,
#Body a.sWebTheme_ActionsLinks:link span,
#Body a.sWebTheme_ActionsLinks:visited span {
  font-family: 'hk-carta';
}

.TeamPage_TP_newsHeaderLink,
.TeamPage_normalText {
  word-break: break-word;
  -moz-hyphens: auto;
}

.default-container {
  padding: 0;
}

#Body .skArea .bsbSkin {
  background-color: transparent;
}

.skSection,
.skContent,
.skInner-bg {
  background-position: bottom;
  background-repeat: repeat-x;
}

.customBackground .skContent,
.customBackground .skInner-bg {
  background-position: unset;
  background-repeat: no-repeat;
}

.skInner-bg .skNav {
  margin: 0;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.skInner-bg .skWidth.skInnerWidth {
  width: 1300px;
  margin: 0 auto;
  display: table;
  max-width: 100%;
}

.skInner-bg .default-content {
  padding: 20px 15px;
}

.skInner-bg .LeftPane {
  width: calc(69% - 35px);
  float: left;
  margin-right: 22px;
}

.skInner-bg .RightPane {
  width: 31%;
  float: right !important;
}

.skInner-bg .display-table {
  display: block !important;
}

#Body.dnnEditState .inner-table .RightPane {
  float: right;
}

/*Announcement*/
/********************************************************************/
.skAlert .skAlertRow {
  width: 1600px;
}

.skAlert .skAlertLeft {
  width: 4%;
}

.skAlert .skAlertRight {
  width: 96%;
}

/* Top Bar */
/********************************************************************/
.skTopBar {
  background: transparent;
  padding: 7px 0 17px;
}

.skTopBar .skLeft {
  float: left;
  width: 320px;
}

.skTopBar .skRight {
  float: right;
  width: 760px;
}

.skTopBar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.skTopBar li {
  display: inline-block;
  margin-right: 4px;
}

.skTopBar li:last-child {
  margin-right: 0;
}

.skLogin {
  font-size: 24px;
  line-height: 24px;
}

.skLogin a.skBtn {
  color: #0071CE;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0 18px;
  vertical-align: middle;
  letter-spacing: 0.4px;
  font-family: 'hk-carta';
  font-weight: 500;
}

.skLogin span {
  color: #0071CE;
}

.skAction .skSocial {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  align-items: center;
}

.skLogin {
  display: inline-block;
}

.skSocial a.link,
.skSocial a.link:link,
.skSocial a.link:visited {
  text-indent: unset;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #0033A1;
}

.skSocial a.link:hover,
.skSocial a.link:link:hover,
.skSocial a.link:visited:hover {
  background-color: #0033A1;
}

.skSocial a.link:hover svg,
.skSocial a.link:link:hover svg,
.skSocial a.link:visited:hover svg {
  fill: #fff;
}

.skSocial a.link svg,
.skSocial a.link:link svg,
.skSocial a.link:visited svg {
  fill: #0033A1;
}

.skSocial a.skFacebook svg {
  width: 12px;
  height: 24px;
  margin-top: 1px;
}

.skSocial a.skTwitter svg {
  width: 26px;
  height: 20px;
  margin-top: 1px;
}

.skSocial a.skYoutube svg {
  width: 29px;
  height: 20px;
  margin-top: 1px;
}

.skSocial a.skInstagram svg {
  width: 28px;
  height: 28px;
}

.skSocial a.skFlickr svg {
  width: 22px;
  height: 10px;
}

.skHeader .skBannerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.skHeader .skLogo {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.skHeader .skLogo a {
  display: inline-block;
  margin-left: -15px;
}

.skHeader .skLogo a img {
  width: 250px;
  height: 230px;
  max-width: unset;
}

.skHeader h1.skBanner {
  font-size: 55px;
  color: #0033A1;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "hk-carta";
  padding: 0;
  overflow: hidden;
  max-height: 170px;
  text-wrap: nowrap;
  text-transform: uppercase;
}
.skHeader .skLogoContainer {
  display: flex;
  align-items: center;
}

.skAssoc {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: end;
}

.skAssoc .capelli {
  width: 70px;
  height: 74.5px;
  max-width: unset;
}

.skAssoc .punion {
  width: 84.55px;
  height: 90px;
  max-width: unset;
}

.skAssoc .EDP {
  width: 80px;
  max-width: unset;
  height: 63.48px;
}

.skAssoc .usysnl {
  width: 60px;
  max-width: unset;
  height: 83.64px;
}

.skAssoc .usysnlp {
  width: 60px;
  max-width: unset;
  height: 81.8px;
}

/* Navigation CSS */
/*******************************************************************/
.skNav {
  margin: 0;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.skNav #dnnStandardMenu .root {
  border: none;
}

.skNav #dnnStandardMenu .root .txt {
  font-size: 24px;
  line-height: 1;
  color: #0C1E2B;
  font-family: 'hk-carta';
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 19.5px 19px;
}

.skNav #dnnStandardMenu .root .txt:hover {
  list-style: none;
  color: #0033A1;
}

.skNav #dnnStandardMenu .root .m .haschild > .txt .icn {
  height: 12px;
  width: 12px;
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  background-image: url(../images/hover-nav-arrow.png);
}

.skNav #dnnStandardMenu .root .m .haschild > .txt:hover .icn {
  background-image: url(../images/hover-nav-arrow.png);
}

.skNav #dnnStandardMenu .root .mi3 .txt {
  padding: 7px 18px 7px 48px;
}

.skNav #dnnStandardMenu .root .mi4 .txt {
  padding: 7px 18px 7px 63px;
}

.skNav #dnnStandardMenu .root.sel .txt, .skNav #dnnStandardMenu .root.exp .txt {
  list-style: none;
  color: #0033A1;
}

.skNav #dnnStandardMenu .root .mi1 .mi .txt:after {
  background: none;
}

.skNav #dnnStandardMenu .root .mi:hover {
  background: #ececec;
}

.skLinks {
  float: left;
  width: 260px;
  margin-right: 15px;
  background: #292929;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.skLinks .skHead {
  font-size: 28px;
  padding: 15px 22px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'hk-carta';
}

.skLinks .skList {
  margin: 0;
  padding: 0;
  height: 440px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.skLinks .skItem {
  display: table-row;
}

.skLinks a.skLink {
  font-family: 'hk-carta';
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  color: #fefefe;
  text-decoration: none;
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.33);
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.skLinks a.skLink span {
  display: table-cell;
  padding: 10px 22px;
  vertical-align: middle;
}

.skLinks a.skLink span .skLinklist {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .skLinks a.skLink {
    font-weight: 500;
    padding: 20px 20px 20px 32px;
    font-size: 20px;
  }
}

#sWebHome_ActionsBar {
  margin: 0;
}

/*Num Links*/
/*******************************************************************/
.skNumLinks {
  margin-top: 100px;
}

.skNumLinks .sklnList {
  margin: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  column-gap: 256px;
}

.skNumLinks .sklnList .sklnItem {
  list-style-type: none;
  position: relative;
  width: 200px;
}

.skNumLinks .sklnList .sklnItem:after {
  content: '';
  width: 306px;
  height: 1px;
  background-color: transparent;
  border-top: 1px dashed #000;
  position: absolute;
  top: 50px;
  left: 87%;
}

.skNumLinks .sklnList .sklnItem:last-child:after {
  display: none;
}

.skNumLinks .sklnList .sklnLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
  row-gap: 12px;
  font-size: 26px;
  color: #000;
  font-family: 'hk-carta';
  font-weight: 700;
  text-align: center;
  line-height: normal;
}

.skNumLinks .sklnList .sklnLink p {
  background-color: #0033A1;
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 8.1px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/*Facebook Module*/
/*******************************************************************/
.skSocialWrapper {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.skSocialWrapper .skSocials {
  margin: 100px 0;
  display: block;
  width: 636px;
  text-align: center;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.skSocialWrapper .skSocials .skSocialTitle {
  font-size: 34px;
  font-weight: 500;
  font-family: 'hk-carta';
  background-color: #0033A1;
  color: #000;
  border-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 38px;
  height: 58px;
}

.skSocialWrapper .skSocials .skSocialTitle.skFacebook::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='31' viewBox='0 0 17 27' fill='none'%3E%3Cpath d='M11.3062 17.6157H15.1276L16.6562 11.4885H11.3062V8.42492C11.3062 6.84716 11.3062 5.36131 14.3633 5.36131H16.6562V0.214453C16.1579 0.148585 14.2762 0 12.2891 0C8.139 0 5.19192 2.5382 5.19192 7.19947V11.4885H0.606201V17.6157H5.19192V30.6361H11.3062V17.6157Z' fill='black'/%3E%3C/svg%3E");
  margin-right: 20px;
}

.skSocialWrapper .skSocials .skSocialTitle.skNews::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 512 512'%3E%3Cpath d='M168 80c-13.3 0-24 10.7-24 24V408c0 8.4-1.4 16.5-4.1 24H440c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H168zM72 480c-39.8 0-72-32.2-72-72V112C0 98.7 10.7 88 24 88s24 10.7 24 24V408c0 13.3 10.7 24 24 24s24-10.7 24-24V104c0-39.8 32.2-72 72-72H440c39.8 0 72 32.2 72 72V408c0 39.8-32.2 72-72 72H72zM176 136c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V136zm200-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24z'/%3E%3C/svg%3E");
  margin-right: 20px;
}

.skSocialWrapper .skSocials .skFBWrapper {
  height: 572px;
  overflow-y: auto;
  padding: 33px 64px 65px;
}

.skSocialWrapper .skSocials .skNewsWrapper {
  padding: 33px 22px 65px;
  background: #fff;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent {
  height: 572px;
  overflow-y: auto;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList {
  margin: 0 16px;
  list-style-type: none;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem {
  width: 100%;
  margin: 24px 0;
  list-style-type: none;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem.skFirst {
  margin-top: 0;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink {
  display: flex;
  column-gap: 12px;
  text-decoration: none;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink .skImg img {
  width: 96px;
  height: 96px;
  max-width: unset;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink .skDetail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink .skDetail .skDate {
  font-size: 16px;
  color: #494949;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink .skDetail .skTitle {
  text-align: left;
}

.skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink .skDetail .url {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: #494949;
}

/* flip card */
.skFlipCards {
  padding-top: 100px;
}

.skFlipCards .skHead {
  font-family: 'hk-carta';
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  color: #2E2D2D;
  margin-bottom: 80px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.skFlipCards .skHead span {
  position: relative;
  padding: 0 32.5px;
}

.skFlipCards .skHead span::after, .skFlipCards .skHead span::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #000;
  top: 50%;
}

.skFlipCards .skHead span::before {
  left: 100%;
}

.skFlipCards .skHead span::after {
  right: 100%;
}

.skFlipCards .skFlipInner {
  text-align: center;
}

.flip-card {
  background: transparent;
  width: 23%;
  height: 310px;
  perspective: 1000px;
  display: inline-block;
  margin-right: 27px;
  margin-bottom: 27px;
}

.flip-card a,
.flip-card span {
  color: #fff;
}

.flip-card a:hover,
.flip-card span:hover {
  color: #fff;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card .flip-card-front,
.flip-card .flip-card-back {
  background-color: #0033A1;
  color: #fff;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("images/flipcard-bg.png");
  border-radius: 20px;
  background-size: cover;
}

.flip-card .flip-card-front span,
.flip-card .flip-card-back span {
  color: #fff;
  font-size: 40px;
  line-height: 73px;
  text-transform: uppercase;
  word-break: break-word;
  display: block;
  font-family: 'hk-carta';
  font-weight: 700;
}

.flip-card .flip-card-back span {
  font-size: 16px;
  line-height: normal;
}

.flip-card .skTitle {
  padding: 10px;
  padding-bottom: 15px;
}

.flip-card .skLogoImage {
  height: 281px;
  width: 357px;
  margin: 0 auto;
  max-width: 100%;
}

.flip-card .skLinkImage {
  height: 183px;
  width: 214px;
  padding-top: 27px;
  object-fit: cover;
}

.flip-card:last-child {
  margin-right: 0;
}

.flip-card-inner {
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  background-color: #fff;
  color: #fff;
  transform: rotateY(180deg);
  padding: 26px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flip-card-back a {
  text-decoration: none;
}

.flip-card-back a:hover {
  text-decoration: underline;
}

.flip-card-back .skLinkSummary {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  font-family: 'hk-carta';
  padding: 0;
  text-decoration: none;
  word-break: break-word;
}

.flip-card-back ul.skList li.skItem {
  list-style-type: none;
}

.flip-card-back ul.skList li.skItem a.skReadMore {
  font-family: 'hk-carta';
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 30px;
  display: block;
  line-height: 1;
}

.flip-card-back ul.skList li.skItem a.skReadMore:hover {
  text-decoration: underline;
}

.flip-card-back ul.skList:last-child .skLink {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

/* Card Link */
/********************************************************************/
.skCardLinks {
  display: block;
  margin: 100px 0;
  overflow: hidden;
}

.skCardLinks .skList {
  padding: 0 103px;
  margin: 0;
  display: flex;
  gap: 67px;
}

.skCardLinks .skItem {
  background: #ECECEC;
  list-style-type: none;
  border: 3px solid #0033A1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.skCardLinks .skItem .skLink {
  font-family: 'hk-carta';
  font-size: 24px;
  font-weight: 700;
  color: #0071CE;
  line-height: 24px;
  width: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  table-layout: fixed;
  border-spacing: 0;
  padding: 35px 0;
}

.skCardLinks .skItem .skLink:hover {
  color: gray;
}

.skCardLinks .skItem .skText {
  display: table-cell;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  word-break: break-word;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
}

/* Imagelink Section
=======================================================*/
.skImageLinks {
  margin: 100px 0 120px;
}

.skImageLinks ul {
  margin: 0;
  padding: 0;
  padding-left: 104px;
  padding-right: 104px;
}

.skImageLinks ul li {
  list-style-type: none;
  display: flex;
  column-gap: 53px;
}

.skImageLinks img {
  width: 100%;
  height: auto;
  box-shadow: -50px 40px 0 0 #0033A1;
}

.skImageLinks .skTitle {
  font-family: 'hk-carta';
  font-size: 60px;
  line-height: normal;
  color: #494949;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.skImageLinks .skImageWrapper {
  width: 35%;
}

.skImageLinks .skContentWrapper {
  width: 55%;
  text-align: left;
  margin-right: 53px;
}

.skImageLinks .skLinkSummary {
  font-family: 'hk-carta';
  font-size: 20px;
  line-height: normal;
  color: #494949;
  word-break: break-word;
}

.skImageLinks.skImageLinksLower .skImageWrapper {
  float: right;
}

.skImageLinks.skImageLinksLower .skContentWrapper {
  float: left;
  text-align: left;
}

.skSocial {
  background: transparent;
}

.skSocial .skTabsCnt {
  display: none;
  height: 347px;
  overflow-y: auto;
}

.skSocial .skTabsCnt.skTwitter {
  margin: 14px 15px 22px 30px;
}

.skSocial .skTabsCnt.skFacebook {
  height: 383px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.skFBWrapper,
.skNewsWrapper {
  width: auto;
  background-color: #fff;
  border-radius: 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.facebook-plugin {
  margin: 0 auto;
  display: block;
}

.skNewsEvent {
  background: transparent;
}

.skNewsEvent .skTabsCntskNewsEvent {
  display: none;
  height: 347px;
  overflow-y: auto;
}

.skSocialTab {
  margin: 0;
  padding: 0;
}

.skSocialTab li {
  display: block;
  width: 50%;
  text-align: center;
  float: left;
  list-style: none;
}

.skSocialTab li a.skHead {
  font-family: 'hk-carta';
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.6px;
  line-height: 1;
  color: #ffffff;
  padding: 14px 15px 6px;
  font-weight: normal;
  display: block;
  text-align: center;
}

.skSocialTab li a.skHead:not(.active) {
  background: #8b8b8b;
  padding-top: 6px;
  margin-top: 8px;
  -webkit-box-shadow: 2px 0px 12px -5px #000000 inset;
  -moz-box-shadow: 2px 0px 12px -5px #000000 inset;
  box-shadow: 2px 0px 12px -5px #000000 inset;
}

.skSocialTab li a.skHead:not(.active):hover {
  padding-top: 10px;
  margin-top: 4px;
}

.skSocialTab.hasSocialFeeds li {
  width: 100%;
}

ul.tweet_list {
  margin: 0;
  padding: 0;
}

ul.tweet_list li {
  border-bottom: 1px solid #000000;
  position: relative;
  margin-right: 8px;
  padding: 12px 0 0 46px;
  list-style: none;
}

ul.tweet_list li:first-child {
  padding-top: 0;
}

ul.tweet_list li:first-child:before {
  top: 4px;
}

ul.tweet_list li:before {
  content: "";
  width: 49px;
  height: 31px;
  position: absolute;
  left: -10px;
  top: 15px;
  overflow: hidden;
}

ul.tweet_list li.tweet_first {
  border-top: none;
}

a.tweet_screen_name {
  font-family: 'Oswald', sans-serif;
  display: block !important;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 8px;
}

a.tweet_screen_name:before {
  content: "@";
}

.tweet_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  word-wrap: break-word;
  padding-bottom: 28px;
  display: block;
}

.tweet_text a {
  font-family: 'Open Sans', sans-serif;
}

.tweet_time {
  position: absolute;
  width: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  color: #ffffff;
  margin: 0 0 8px;
  bottom: 0;
  letter-spacing: 0.5px;
}

/* Footer CSS */
/********************************************************************/
.skFooter {
  padding-top: 43px;
  padding-bottom: 24px;
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 399px;
}

.skFooter .skWidth {
  width: 1362px;
  display: table;
}

.skFooter .skHead {
  font-family: 'hk-carta';
  font-size: 23px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 0;
  color: #0033A1;
}

.skFooter .skContactus {
  float: left;
  width: 30%;
}

.skFooter .skContactus .skClubAddress {
  font-family: 'hk-carta';
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 22px;
  text-transform: capitalize;
  color: #fff;
  text-wrap: wrap;
  word-break: break-word;
}

.skFooter .skContactus .skClubAddress a:first-child {
  margin-bottom: 24px;
  display: inline-block;
}

.skFooter .skContactus .skClubPhone,
.skFooter .skContactus .skClubEmail {
  font-family: 'hk-carta';
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  color: #fff;
  line-height: 47px;
  font-size: clamp(16px, 2vw, 24px);
}

.skFooter .skContactus .ftContent {
  letter-spacing: 0.1px;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.skFooter .skFooterBanner {
  float: left;
  width: 38.15%;
  text-align: center;
}

.skFooter .skFooterBanner .skBannerLink {
  padding: 0;
  margin: 0;
  width: 519px;
  height: 280px;
  display: table-cell;
  vertical-align: middle;
}

.skFooter .skFooterBanner .skBannerLink img {
  width: 519px;
  height: auto;
}

.skFooter .skSiteLink {
  float: left;
  width: 21%;
  margin-left: 10.42%;
}

.skFooter .skSiteLink .content {
  padding-top: 17px;
}

.skFooter .skSiteLink ul.skSiteWrapper {
  margin: 0;
  padding: 0;
}

.skFooter .skSiteLink ul.skSiteWrapper li {
  list-style: none;
}

.skFooter .skSiteLink ul.skSiteWrapper li a.skSiteItemLink {
  font-family: 'hk-carta';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  height: auto;
  overflow: visible;
  margin-left: 37px;
  color: #fff;
  position: relative;
  margin-bottom: 23px;
}

.skFooter .skSiteLink ul.skSiteWrapper li a.skSiteItemLink::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.63282 0.278417L7.71985 6.32784C8.09338 6.69906 8.09338 7.30094 7.71985 7.67216L1.63282 13.7216C1.25929 14.0928 0.653677 14.0928 0.280147 13.7216C-0.0933838 13.3504 -0.0933838 12.7485 0.280147 12.3773L5.1306 7.00028L0.280148 1.62273C-0.0933828 1.25151 -0.0933827 0.64964 0.280148 0.278417C0.653678 -0.0928057 1.25929 -0.0928056 1.63282 0.278417Z' fill='white'/%3E%3C/svg%3E");
  color: white;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}

.skBottomBar {
  padding: 18px 0;
  background: #0033A1;
}

.skBottomBar .skInfo {
  margin: 0;
}

.skBottomBar .skInfo .skLeftInfo {
  float: left;
  width: 65%;
}

.skBottomBar .skInfo .skRightInfo {
  float: right;
  width: 287px;
}

.skBottomBar .skInfo .SkinObject,
.skBottomBar .skInfo .skHiddenLogin {
  font-family: 'hk-carta';
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #111111;
}

.skBottomBar .skInfo a.SkinObject {
  white-space: nowrap;
  color: #111111;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1600px) {
  .skWidth {
    width: auto;
    margin: 0 auto;
    padding: 0 18px;
  }
  .skSocialWrapper .skSocials {
    width: 49%;
  }
  .skAlert .skAlertRow {
    width: auto;
  }
  .skAlert .skAlertLeft {
    width: 12%;
  }
  .skAlert .skAlertRight {
    width: 88%;
  }
}

@media screen and (max-width: 1400px) {
  .skFooter .skWidth {
    width: auto;
  }
  .skFooter .skContactus {
    width: 25%;
  }
  .skFooter .skFooterBanner {
    margin-left: 5%;
  }
  .skFooter .skSiteLink {
    width: 26%;
    margin-left: 5%;
  }
  .skFooter .skClubAddress .skClubPhone,
  .skFooter .skClubAddress .skClubEmail {
    font-size: 20px;
    text-wrap: nowrap;
  }
  .skSocialWrapper {
    gap: 40px;
  }
  .skSocialWrapper .skSocials {
    width: 48%;
  }
  .skInner-bg .skWidth.skInnerWidth {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .skHeader h1.skBanner {
    font-size: 28px;
  }
}
@media screen and (max-width: 1140px) {
  .skHeader .skBannerWrap {
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 20px;
  }
  .skHeader .skBannerWrap .skRightBanner {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .skHeader .skBannerWrap .skLogo {
    order: 3;
  }
  .skHeader .skBannerWrap .skLogo a {
    margin-left: 0;
  }
  .skHeader .skBannerWrap .skCapelli {
    order: 2;
  }
  .skHeader .skBannerWrap .skPunion {
    order: 4;
  }
  .skHeader .skBannerWrap .skLogoContainer {
    order: 2;
    flex-direction: column;
  }
  .skHeader .skBannerWrap .skLogoContainer h1.skBanner {
    font-size: 40px;
  }
  .skHeader .skBannerWrap .skAssoc {
    justify-content: center;
    order: 1;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1080px) {
  .skArea {
    overflow-x: hidden;
  }
  .default-container .skOverflow {
    overflow: auto;
  }
  .skInner-bg .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInner-bg .skWidth.skInnerWidth {
    margin: 0;
    display: block;
    min-width: auto;
  }
  .skTopBar .skRight {
    width: 100%;
  }
  .skTopBar .skRight .skAction .skSocial {
    justify-content: center;
  }
  .skNumLinks .sklnList {
    column-gap: 45px;
  }
  .skNumLinks .sklnList .sklnItem:after {
    width: 120px;
    left: 81%;
  }
  .skImageLinks ul,
  .skCardLinks .skList {
    padding: 0 74px;
  }
  .skWidth {
    width: auto;
    padding: 0 18px;
  }
  .skCardLinks .skList {
    gap: 20px;
  }
  .skBottomBar .skInfo {
    margin: 0 35px;
  }
}

@media screen and (max-width: 1024px) {
  .flip-card {
    width: 47%;
  }
  .flip-card:nth-child(2) {
    margin-right: 0;
  }
  .skSocialWrapper {
    gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .skSocialWrapper .skSocials {
    width: 60%;
    margin: 20px 0;
  }
  .skFooter {
    padding: 50px 0;
  }
  .skFooter .skContactus {
    width: 28%;
  }
  .skFooter .skFooterBanner {
    margin-left: 2%;
  }
  .skFooter .skSiteLink {
    width: 29%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 970px) {
  .skImageLinks ul li {
    flex-direction: column;
    align-items: center;
  }
  .skImageLinks .skContentWrapper {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  .skEmbededHTML {
    float: none;
    border: none;
    padding: 27px 0 0 0;
  }
  .skBanner .skTitle h1.skText {
    font-size: 60px;
  }
  .skNews li.item .skLine {
    width: 38%;
  }
  .skLogo {
    padding: 0 18px 0 18px;
  }
  .skLogo a {
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .skAlert .skAlertRow {
    width: auto;
  }
  .skAlert .skAlertLeft {
    float: none;
    width: auto;
  }
  .skAlert .skAlertRight {
    float: none;
    width: auto;
  }
  #Body .skAreatrabg {
    background: transparent;
  }
  .skColumnContent .skHead:after {
    content: "+";
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    top: 50%;
    right: -12px;
    transform: translate(-50%, -50%);
  }
  .skColumnContent.expanded .skHead {
    padding-bottom: 15px;
  }
  .skColumnContent.expanded .skHead:after {
    content: "_";
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin: -2px 0 0 0;
    right: -9px;
    top: auto;
  }
  .skWidth {
    padding: 0 20px;
  }
  .skInner-bg .skInnerSection {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInner-bg .LeftPane {
    width: auto;
    float: none !important;
    margin-right: 0;
  }
  .skInner-bg .RightPane {
    width: auto;
    float: none !important;
    margin-right: 0;
    margin: 0;
  }
  .skHeader .skLogo {
    display: none;
  }
  .skTopBar .skLeft,
  .skTopBar .skRight {
    display: none;
  }
  .skHeader,
  .skLinks {
    display: none;
  }
  .skMobile {
    display: block;
    box-shadow: none;
  }
  .skMobile .skAssoc {
    justify-content: center;
    gap: 1px;
  }
  .skLeftPane,
  .skRightPane {
    float: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .skNav {
    display: none;
  }
  .skLogin {
    text-align: center;
    box-sizing: border-box;
    margin: 12px 0;
  }
  .skLogin a.skBtn {
    letter-spacing: 0.6px;
    width: max-content;
  }
  .skLogin a.skBtn.login {
    float: right;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 0;
  }
  .skLogin a.skBtn.register {
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
    text-wrap: nowrap;
  }
  .skArea {
    background-position: left -130px;
  }
  .skTopBar {
    display: none;
  }
  .skHeader {
    background: transparent;
  }
  .skAction {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px 0;
  }
  h1.skBanner {
    text-align: center;
    display: block;
    margin: 18px 0 22px;
    padding: 0;
    line-height: 35px;
    min-height: inherit;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-height: 70px;
    overflow: hidden;
    color: #0033A1;
    font-weight: 700;
    font-family: 'hk-carta';
    text-wrap: nowrap;
    font-size: 27px;
  }
  .content {
    margin: 0;
  }
  .skFooter {
    padding: 33px 0 36px 0;
    height: auto;
  }
  .skFooter .skWidth {
    display: flex;
    padding: 0 55px;
    text-align: center;
    flex-direction: column;
  }
  .skFooter .skContactus {
    width: 100%;
  }
  .skFooter .skContactus .ftContent {
    text-align: center;
  }
  .skFooter .skFooterBanner {
    width: 100%;
    margin: 0;
  }
  .skFooter .skFooterBanner .skBannerLink {
    display: inline;
  }
  .skFooter .skSiteLink {
    width: 100%;
    margin: 0;
  }
  .skFooter .skSiteLink ul.skSiteWrapper {
    margin: 0 auto;
  }
  .skFooter .skSiteLink ul.skSiteWrapper li a.skSiteItemLink {
    width: auto;
  }
  .skFooter .skBanner img {
    padding-top: 0;
  }
  .skImageLinks ul, .skCardLinks .skList {
    padding: 0 36px;
  }
  .skCardLinks .skList {
    flex-direction: column;
  }
  .skSocialWrapper {
    flex-direction: column;
    align-items: center;
  }
  .skSocialWrapper .skSocials {
    margin: 50px auto;
    width: 100%;
  }
  .skFooter .skBanner {
    width: auto;
    float: none;
    text-align: center;
  }
  .skSiteLink .ftContent {
    text-align: left;
  }
  .skFooter .skSiteLink .ftContent,
  .skFooter .ftContent {
    margin-left: 0px;
    padding: 22px 0 0 0;
  }
  .skBottomBar {
    background: transparent;
    padding: 0px;
  }
  .skBottomBar ul {
    margin: 0;
    text-align: center;
    padding: 8px 0;
    width: 100%;
    display: table;
  }
  .skBottomBar .skInfo {
    background: #0033A1;
    margin: 0px;
    padding: 0px 45px;
  }
  .skBottomBar .skInfo .skLeftInfo,
  .skBottomBar .skInfo .skRightInfo {
    float: none;
    text-align: center;
    width: auto;
  }
  .skBottomBar .skInfo .skLeftInfo {
    padding: 22px 0px 7px;
  }
  .skBottomBar .skInfo .skRightInfo {
    padding: 7px 0px 28px;
  }
  .skBottomBar .skInfo a.SkinObject {
    white-space: normal;
  }
  .skBottomBar ul li {
    display: table-cell;
    margin: 0 10px;
  }
  .skBottomBar .skWidth {
    padding: 0px;
  }
  .skFooter ul.skSiteWrapper {
    width: max-content;
    margin: 0 auto;
  }
  .skFooter ul.skSiteWrapper a.skSiteItemLink {
    text-transform: capitalize;
    width: 93%;
  }
  #mobNav .navLink {
    color: #0033A1;
  }
  #mobNav .navChild0 {
    background: #f6f6f6;
  }
  #mobNav .navChild1 {
    background: #ececec;
  }
  #mobNav .navBar {
    border-bottom: transparent !important;
  }
  #mobNav .navIcon {
    fill: #0033A1;
  }
  .flip-card {
    width: 50%;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .skTableBlock {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .skTableBlock a.skBtn {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
  }
  .skAction .skSocial {
    gap: 12px;
  }
  .skAssoc {
    flex-wrap: wrap;
    justify-content: center;
  }
  .skNumLinks {
    margin-top: 50px;
  }
  .skNumLinks .sklnList {
    flex-direction: column;
    align-items: center;
    row-gap: 45px;
  }
  .skNumLinks .sklnList .sklnLink {
    font-size: 22px;
  }
  .skNumLinks .sklnList .sklnLink p {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .skNumLinks .sklnList .sklnItem:after {
    display: none;
  }
  .skFlipCards {
    padding-top: 50px;
  }
  .skFlipCards .skHead {
    font-size: 42px;
    margin-bottom: 40px;
  }
  .skFlipCards .skHead span:after, .skFlipCards .skHead span:before {
    width: 20%;
  }
  .skFlipCards .skHead span:after {
    right: 90%;
  }
  .skFlipCards .skHead span:before {
    left: 90%;
  }
  .skFlipCards .flip-card {
    width: 100%;
  }
  .skFlipCards .skFlipInner {
    padding-bottom: 0;
  }
  .skImageLinks {
    margin: 50px 0 70px;
  }
  .skImageLinks .skTitle {
    font-size: 42px;
  }
  .skImageLinks .skTitle ::after {
    width: 32vw;
    right: 0;
    left: 110%;
  }
  .skImageLinks .skImageWrapper {
    width: 100%;
    height: auto;
  }
  .skImageLinks img {
    width: 100%;
    height: auto;
    box-shadow: -13px 12px 0 0 #0033A1;
  }
  .skImageLinks ul, .skCardLinks .skList {
    padding: 0 12px;
  }
  .skSocialWrapper .skSocials {
    margin: 0;
  }
  .skSocialWrapper .skSocials .skNewsWrapper {
    padding: 33px 0 65px;
  }
  .skSocialWrapper .skSocials .skNewsWrapper .skContent .skList .skItem .skLink .skDetail .url {
    font-size: 16px;
  }
  .skFooter .skHead {
    font-size: 38px;
  }
  .skFooter .skClubAddress {
    font-size: 18px;
    padding: 0 16px;
  }
  .skFooter a.skSiteItemLink {
    font-size: 16px;
  }
  .skSocial {
    margin: 16px 30px;
    width: auto;
  }
  .skSection .skColumnContent {
    padding: 7px 15px;
  }
  .skSection .skColumn {
    padding: 5px 0;
  }
  .skSocialWrapper .skSocials {
    width: 90%;
  }
}
@media screen and (max-width: 490px) {
  .skMobile .skAssoc img {
    width: 150px;
  }
  .skMobile .skAssoc .usysLogo {
    width: 70px;
  }
  .skMobile .skBanner {
    font-size: 19px;
  }
}
@media screen and (max-width: 414px) {
  h1.skBanner {
    text-wrap: wrap;
  }
  .skFooter .skWidth {
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  .skFooter a.skSiteItemLink {
    width: 90%;
  }
  .skMobile .skBanner {
    font-size: 15px;
  }
}
@media (max-width: 1600px) and (min-width: 1550px) {
  .skHeader h1.skBanner {
    font-size: 50px;
  }
}
@media (max-width: 1550px) and (min-width: 1450px) {
  .skHeader h1.skBanner {
    font-size: 50px;
  }
}
@media (max-width: 1450px) and (min-width: 1350px) {
  .skHeader h1.skBanner {
    font-size: 45px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .skHeader h1.skBanner {
    font-size: 35px;
  }
}