/********************************************************************/
/* Website Developed by : Blue Sombrero*/
/* MLS GO Custom Theme*/
/* Created by Meghavi Patel 13/09/2023  */
/********************************************************************/
/* Fonts Css */
/********************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap");
@font-face {
  font-family: 'MLSTifoHeadline-Bold';
  src: url("fonts/mlstifoheadline-bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MLSTifoHeadline-ExtraBold';
  src: url("fonts/mlstifoheadline-extrabold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MLSTifoHeadline-Medium';
  src: url("fonts/mlstifoheadline-medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MLSTifoHeadline-Regular';
  src: url("fonts/mlstifoheadline-regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MLSTifoStandard-Bold';
  src: url("fonts/mlstifostandard-bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MLSTifoStandard-Regular';
  src: url("fonts/mlstifostandard-regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url("fonts/myriadpro-regular.otf") format("truetype");
  font-weight: normal;
  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: #ffffff;
  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;
}

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 #000000;
  border: none;
}

.paneOutline center {
  text-align: center;
}

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane {
  font-size: 0;
  line-height: 0;
  display: none;
}

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  height: 22px;
  padding: 2px 8px;
  margin: 2px 0;
}

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: table;
  height: 0;
  visibility: hidden;
  width: 100%;
  line-height: 0;
}

.clear-both {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

/* 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;
}

/* Comman CSS */
/********************************************************************/
html,
body {
  font-size: 14px;
  font-family: "MLSTifoHeadline-Regular";
  color: #000000;
}

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: "MLSTifoHeadline-Regular";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
}

a.SkinObject,
a.SkinObject:link,
a.SkinObject:visited {
  text-decoration: none;
  font-family: "MLSTifoHeadline-Regular";
}

.Normal,
.NormalDisabled {
  color: #53565a;
}

.BoldText {
  font-weight: bold;
}

.NormalRed {
  font-weight: bold;
}

.AlertText a {
  transition: 0.2s;
}

.AlertText a, .AlertText a:link, .AlertText a:visited {
  color: #ffffff;
}

.AlertText a:hover, .AlertText a:link:hover, .AlertText a:visited:hover {
  color: #d06e79;
}

/* Input Css */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox {
  font-family: "MLSTifoHeadline-Regular";
  color: #222;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  height: 22px;
  background: #f6f6f6;
  border: 1px solid #747474;
  padding: 2px 8px;
  margin: 2px 0;
  transition: 0.2s;
}

input.NormalTextBox:focus,
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover {
  border-color: #222;
}

.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:hover span,
.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:focus span,
.sWebTheme_ActionsArea a.sWebTheme_ActionsLinks:active span {
  background-color: #001f5b;
  color: #ffffff;
}

.sWebTheme_ActionsArea a.sWebTheme_showSettings:hover {
  background-color: #001f5b;
  color: #ffffff;
}

textarea.NormalTextBox,
select.NormalTextBox {
  height: auto;
}

.skLeft {
  float: left;
}

.skRight {
  float: right;
}

.skClear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.skMobOnly,
.skMob {
  display: none;
}

/*logo common css */
/*====================================================*/
.skLogoImage {
  width: 300px;
  height: 300px;
  object-fit: contain;
}

/* Layout Css
=========================================================*/
.skWidth {
  width: 1186px;
  margin: 0 auto;
}

/* Scroll */
/********************************************************************/
::-webkit-scrollbar-track {
  background-color: #ebebeb;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #222;
}

/* Topbar Section
=========================================================*/
.skTopbar {
  background-color: #ffffff;
}

.skTopbar .skTopbarInner {
  text-align: right;
  padding: 0px 10px;
}

.skTopbar .skTopLinksWrap {
  display: inline-block;
}

.skTopbar .skTopLinksWrap ul {
  margin: 0;
  padding: 0;
}

.skTopbar .skTopLinksWrap ul .skLink {
  letter-spacing: 1px;
}

.skTopbar .skTopLinksWrap2 {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 18px;
}

.skTopbar .skTopLinksWrap2 .skLink {
  font-family: "MLSTifoHeadline-Regular";
  color: #000000;
  font-size: 9px;
  font-weight: normal;
  line-height: 15px;
  text-decoration: none;
  margin-right: 20px;
  display: block;
  letter-spacing: 1px;
}

.skTopbar img {
  margin-top: 5px;
}

.skTopbar li {
  list-style-type: none;
  text-transform: uppercase;
}

.skTopbar .skLink {
  font-family: "MLSTifoHeadline-Regular";
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  line-height: 21px;
  text-decoration: none;
  margin-right: 20px;
  display: block;
}

.skTopbar .skSocial {
  float: left;
}

.skTopbar .skSocial a {
  display: table-cell;
  padding-right: 16px;
  background-color: transparent;
  vertical-align: middle;
  height: 46px;
}

.skTopbar .skSocial a:hover svg {
  fill: #ffcc00;
}

.skTopbar .skSocial svg {
  fill: #000000;
}

/* Header Section
=========================================================*/
.skBanner {
  background: url("images/header-bg.png");
}

.skBanner .skLogo {
  margin: 7px 0 20px 0;
}

.skBanner .skLogo img {
  width: 278px;
  height: auto;
}

.skBanner .skRight {
  width: calc(100% - 305px);
  text-align: right;
}

.skBanner .skBtn {
  font-family: "MLSTifoStandard-Bold";
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  background: #001f5b;
  padding: 14px 29px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 2px;
  margin: 0 0 25px;
  transition: 0.2s;
}

.skBanner .skBtn:hover {
  background-color: #001f5b;
  color: #ffcc00;
}

.skBanner .skBannerWrap {
  padding: 15px 0 0 0;
}

/* Nav Sectoion
=========================================================*/
.skNav {
  text-align: right;
}

.skNav #dnnStandardMenu li.last a {
  margin-right: 0;
}

.skNav #dnnStandardMenu .txt {
  font-family: "MLSTifoHeadline-Medium";
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 0 12px 15px;
  transition: 0.2s;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.skNav #dnnStandardMenu .root {
  border-left: none;
  margin: 0 4px 8px 0;
}

.skNav #dnnStandardMenu .root a.txt:hover, .skNav #dnnStandardMenu .root a.txt:active, .skNav #dnnStandardMenu .root a.txt:focus {
  color: #001f5b;
}

.skNav #dnnStandardMenu .root.last {
  margin-right: 0;
}

.skNav #dnnStandardMenu .root.sel,
.skNav #dnnStandardMenu .root {
  float: none;
  display: inline-block;
}

.skNav #dnnStandardMenu .root.sel .roottxt:hover,
.skNav #dnnStandardMenu .root .roottxt:hover {
  color: #001f5b;
}

.skNav #dnnStandardMenu .root.sel .roottxt,
.skNav #dnnStandardMenu .root.exp .roottxt {
  color: #000000;
  border-bottom-color: #001f5b;
}

.skNav #dnnStandardMenu .root .m {
  padding: 0;
  background-color: #ffffff;
  width: 240px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.14);
}

.skNav #dnnStandardMenu .root .mi {
  padding: 0 15px 0 18px;
}

.skNav #dnnStandardMenu .root .mi1 .txt {
  font-family: "MLSTifoHeadline-Regular";
  color: #53565a;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 9px 0;
  border: none;
  border-bottom-color: transparent;
}

.skNav #dnnStandardMenu .root .mi:hover {
  background: transparent;
  transition: 0.2s;
}

.skNav #dnnStandardMenu .root .mi:hover > a.txt,
.skNav #dnnStandardMenu .root .mi:hover span.txt {
  color: #001f5b;
}

.skNav #dnnStandardMenu .root .m0 {
  top: 100% !important;
}

.skNav #dnnStandardMenu li.mi2 {
  margin-bottom: 0;
}

.skMarginWrapper {
  margin: 20px 0;
}

/* Card Link */
/********************************************************************/
.skCardLinks {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}

.skCardLinks ul {
  padding: 0;
}

.skCardLinks li {
  background: #001f5b;
  list-style-type: none;
  width: 32.04%;
  margin-right: 1.5%;
  display: inline-block;
}

.skCardLinks li:last-child {
  margin-right: 0;
}

.skCardLinks li a {
  font-family: "MLSTifoHeadline-Bold";
  color: #ffffff;
  font-size: 31px;
  font-weight: 400;
  line-height: 29px;
  width: 100%;
  height: 89px;
  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;
}

.skCardLinks li a:hover {
  color: #ffcc00;
}

.skCardLinks li .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
=======================================================*/
.skRightImageLinks {
  margin-bottom: 60px;
}

.skRightImageLinks ul {
  margin: 0;
  padding: 0;
}

.skRightImageLinks ul li {
  list-style-type: none;
}

.skRightImageLinks img {
  width: 517px;
  height: 504px;
  box-sizing: border-box;
}

.skRightImageLinks .skTitle {
  font-family: "MLSTifoHeadline-Bold";
  color: #000000;
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.skRightImageLinks .skImageWrapper {
  float: right;
}

.skRightImageLinks .skContentWrapper {
  width: calc(100% - 555px);
  text-align: left;
  float: left;
  padding-top: 50px;
}

.skRightImageLinks .skLinkSummary {
  font-family: "MLSTifoStandard-Regular";
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.skRightImageLinks.skImageLinksLower .skImageWrapper {
  float: left;
}

.skRightImageLinks.skImageLinksLower .skContentWrapper {
  float: right;
}

.skLeftImageLinks {
  margin: 0 0 60px;
}

.skLeftImageLinks ul {
  margin: 0;
  padding: 0;
}

.skLeftImageLinks ul li {
  list-style-type: none;
}

.skLeftImageLinks img {
  width: 517px;
  height: 504px;
  box-sizing: border-box;
}

.skLeftImageLinks .skTitle {
  font-family: "MLSTifoHeadline-Bold";
  color: #000000;
  font-size: 31px;
  font-weight: 800;
  line-height: 56px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.skLeftImageLinks .skImageWrapper {
  float: left;
}

.skLeftImageLinks .skContentWrapper {
  width: calc(100% - 555px);
  text-align: left;
  float: right;
  padding-top: 50px;
}

.skLeftImageLinks .skLinkSummary {
  font-family: "MLSTifoStandard-Regular";
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.skLeftImageLinks.skImageLinksLower .skImageWrapper {
  float: right;
}

.skLeftImageLinks.skImageLinksLower .skContentWrapper {
  float: left;
  text-align: left;
}

/* Image Link */
/********************************************************************/
.skImageLinks {
  padding: 45px 0 70px 0;
  margin-bottom: 60px;
  background-color: #ffcc00;
}

.skImageLinks .skImageLinks-Head {
  font-family: "MLSTifoHeadline-Bold";
  font-size: 31px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}

.skImageLinks .skImageList {
  margin: 0;
  padding: 0;
  text-align: center;
}

.skImageLinks .skItem {
  display: inline-block;
  margin-right: 19px;
  position: relative;
  list-style: none;
  width: 380px;
  height: 388px;
  vertical-align: middle;
}

.skImageLinks .skItem:last-child {
  margin-right: 0;
}

.skImageLinks .skTextWrapper {
  padding: 20px 0;
  display: table-cell;
  word-wrap: break-word;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 40px;
}

.skImageLinks .skLinkImage {
  width: 380px;
  height: 388px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
}

.skImageLinks .skLogoImage {
  width: 135px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.4;
  margin-left: -68px;
  margin-top: -55px;
  transition: 0.3s all ease-in-out;
}

.skImageLinks .skLink {
  text-decoration: none;
  transition: 0.2s;
  width: 380px;
  height: 388px;
  display: table;
  vertical-align: middle;
  z-index: 0;
  background-color: #ffffff;
  position: relative;
}

.skImageLinks .skLink:hover .skLogoImage,
.skImageLinks .skLink:hover .skLinkImage {
  opacity: 1;
}

.skImageLinks .skLink::before {
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 75%, #000000 90%);
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.8;
}

.skImageLinks .skTitle {
  font-family: "MLSTifoHeadline-Bold";
  color: #ffffff;
  font-size: 31px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
  padding: 0 10px;
}

/* Video Section
=======================================================*/
.skVideo {
  margin: 0 0 40px;
}

.skVideo iframe {
  width: 100%;
  height: 667px;
}

/* Sponsor Section
=======================================================*/
.skSponsorWrapper {
  padding: 60px 0;
  background-color: #ffffff;
}

.skSponsor .skList {
  margin: 0;
  padding: 0;
}

.skSponsor .skItem {
  margin: 0;
  padding: 15px 15px;
  list-style: none;
  float: left;
}

.skSponsor .skItem .skLink {
  display: inline-block;
}

.skSponsor .skItem img {
  width: 266px;
  height: 120px;
}

.skSponsor .wrapper {
  position: relative;
}

/* Footer Section */
/************************************************************************/
.skFooter {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #001f5b;
  background-repeat: no-repeat;
  background-position: left;
}

.skFooter .footerConatiner {
  padding: 40px 0 100px 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.skFooter .skBtn {
  display: inline-block;
  width: 70%;
  font-family: "MLSTifoHeadline-Bold";
  color: #001f5b;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  text-decoration: none;
  background: #ffcc00;
  padding: 16px 20px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.2s;
  text-align: center;
}

.skFooter .skBtn:hover {
  background-color: #ffcc00;
  color: #001f5b;
}

.skFooter .skFooterBanner {
  display: table-cell;
  width: 20%;
  margin: 0 15px;
  text-align: center;
  vertical-align: middle;
}

.skFooter .skFooterBanner .skBannerLink {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.skFooter .skFooterBanner .skBannerLink img {
  width: 181px;
  height: auto;
}

.skFooter .skLinkWrap {
  vertical-align: top;
  display: table-cell;
  width: 21%;
  margin: 0 15px;
  text-align: center;
}

.skFooter .skLinkWrap .skContactUs h2.skHead {
  font-family: "MLSTifoHeadline-Bold";
  color: #ffffff;
  font-size: 24px;
  font-weight: Normal;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  white-space: normal;
  transition: 0.2s;
  position: relative;
  padding: 10px 0;
}

.skFooter .skLinkWrap .skContactUs h2.skHead:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.skFooter .skLinkWrap .skAboutUs .skAboutInner {
  font-family: "MLSTifoStandard-Regular";
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 47px;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  transition: 0.2s;
  position: relative;
}

.skFooter .skSiteLink {
  display: table-cell;
  width: 45%;
  vertical-align: top;
  padding: 0 0 0 0px;
}

.skFooter .skSiteLink .skList {
  margin: 0;
  text-transform: capitalize;
  padding-left: 15px;
  padding-bottom: 0;
  padding: 0;
}

.skFooter .skSiteLink .skItem {
  list-style: none;
  position: relative;
  padding-left: 15px;
  display: inline-block;
  margin-right: 40px;
}

.skFooter .skSiteLink .skItem:last-child {
  margin-right: 0;
}

.skFooter .skSiteLink .skLink {
  font-family: "MLSTifoHeadline-Bold";
  color: #ffffff;
  font-size: 24px;
  font-weight: Normal;
  line-height: 47px;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  transition: 0.2s;
  position: relative;
}

.skFooter .skSiteLink .skLink:hover {
  text-decoration: underline;
  color: #ffcc00;
}

.skInfo {
  background-color: #ffcc00;
  text-align: center;
}

.skInfo .skLeft {
  margin: 13px 0 15px 0;
}

.skInfo .skRight {
  margin: 12px 0px;
}

.skInfo a.SkinObject,
.skInfo span {
  font-family: "MLSTifoHeadline-Regular";
  color: #000000;
  font-size: 11px;
  font-weight: Normal;
  line-height: 27px;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s;
  white-space: nowrap;
  letter-spacing: 2px;
}

.skInfo a.SkinObject.HiddenLink,
.skInfo span.HiddenLink {
  color: transparent;
}

.skInfo a.SkinObject:hover {
  color: #001f5b;
  text-decoration: underline;
}

.skInfo .skBlueImg {
  display: none;
}

.skInfo .skDetails {
  padding-top: 10px;
  padding-bottom: 10px;
}

.skInnerArea .skAreabg .skInnerWidth {
  margin: 0 auto;
  padding: 30px 35px;
  background-color: #ffffff;
  max-width: 1070px;
}

.skInnerArea .skAreabg .skInnerWrapper {
  display: table;
  width: 100%;
  padding: 30px 0;
}

.skInnerArea .skAreabg .skContentPane {
  margin-bottom: 20px;
}

.skInnerArea .skAreabg .skBottomPane {
  margin-top: 20px;
}

.skInnerArea .skRightPane {
  width: 35%;
  margin-left: 2.9%;
}

.skInnerArea .skLeftPane {
  width: 62%;
}

#websiteManager {
  display: none;
  background-color: #363636;
  padding: 36px 10px;
}

#websiteManager h1.scom-title {
  padding: 0;
  margin: 0;
  font-family: "dsg-sans-black", "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

a.scrollLink {
  text-decoration: none;
  padding: 10px 15px;
  border: 2px solid #0e4c8c;
  text-align: center;
  list-style-type: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  color: #0e4c8c;
  cursor: pointer;
  margin: 22px 5px 0;
}

/* Skin Responsive Code */
/********************************************************************/
@media screen and (max-width: 1200px) {
  .skWidth {
    width: auto;
    padding: 0 18px;
  }
  .skLeftImageLinks,
  .skRightImageLinks {
    padding: 0 25px;
  }
  .skTopbar,
  .skBanner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .skInfo {
    padding: 0 15px;
  }
  .skImageLinks .skItem, .skImageLinks .skItem:last-child {
    margin: 15px;
  }
}

@media screen and (max-width: 1181px) {
  .skImageLinks ul.skList li.skItem {
    width: 31%;
    margin: 10px;
  }
  .skImageLinks ul.skList li.skItem a.skLink {
    width: 100%;
  }
  .skImageLinks ul.skList li.skItem a.skLink img {
    width: 100%;
    height: 100%;
  }
  .skCardLinks li a {
    font-size: 23px;
  }
}

@media screen and (max-width: 1181px) {
  .skFooter .skSiteLink {
    width: 40%;
  }
}

@media screen and (max-width: 982px) {
  .skImageLinks ul.skList li.skItem {
    width: 50%;
    margin: 15px auto;
    display: block;
  }
  .skFooter .skFooterBanner .skBannerLink img {
    width: 100%;
    height: auto;
  }
  .skLinkWrap .skContactUs,
  .skLinkWrap .skAboutUs {
    margin-left: 10px;
  }
}

@media screen and (max-width: 960px) {
  .skLeftImageLinks,
  .skRightImageLinks {
    text-align: center;
  }
  .skLeftImageLinks .skContentWrapper,
  .skRightImageLinks .skContentWrapper {
    float: none;
    width: 100%;
    text-align: center;
  }
  .skLeftImageLinks .skImageWrapper,
  .skRightImageLinks .skImageWrapper {
    float: none;
    display: inline-block;
    margin-bottom: 50px;
  }
  .skLeftImageLinks.skImageLinksLower .skImageWrapper,
  .skLeftImageLinks.skImageLinksLower .skContentWrapper,
  .skRightImageLinks.skImageLinksLower .skImageWrapper,
  .skRightImageLinks.skImageLinksLower .skContentWrapper {
    float: none;
    text-align: center;
  }
  .skMarginWrapper {
    top: 0;
  }
  .skFooter .skSiteLink {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* =========== Mobile Nav ============= */
  #Body #mobNav.navy .navBar {
    background-color: #001f5b;
  }
  #Body #mobNav.navy .navTabs .activeTab {
    background-color: #001f5b;
    border-bottom-color: #ffffff;
  }
  #Body #mobNav.navy .navDropDown {
    background-color: #001f5b;
  }
  #Body .navLogo a img {
    filter: drop-shadow(0 0 4px white);
  }
  #Body .navChild .navLink, #Body .navChild .navLink:link, #Body .navChild .navLink:visited {
    color: #001f5b;
  }
  .skCardLinks li {
    display: block;
    margin: 15px auto;
    width: 350px;
  }
  .skCardLinks li:last-child {
    margin: 0 auto;
  }
  /* Header Section */
  /************************************************************************/
  .skBanner .skLeft,
  .skBanner .skRight {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .skBanner .skBtn {
    margin: 40px 0;
  }
  .skTopbar .skLink {
    margin-right: 20px;
  }
  .skTopbar .skTopbarInner {
    text-align: center;
  }
  .skTopbar .skTopLinksWrap,
  .skTopbar .skNflLogo {
    display: none;
  }
  .skTopbar .skSocial {
    float: none;
    text-align: center;
  }
  .skTopbar .skSocial a {
    display: inline-block;
    height: auto;
    padding: 0 8px;
  }
  .skTopbar .skTopLinksWrap2 {
    display: none;
  }
  .skLeftImageLinks span.skTitle,
  .skRightImageLinks span.skTitle {
    font-size: 28px;
  }
  .skLeftImageLinks .skContentWrapper,
  .skRightImageLinks .skContentWrapper {
    padding-top: 10px;
  }
  .skVideo iframe {
    height: auto;
  }
  .skSponsorWrapper {
    padding: 30px 0;
  }
  .skFooter {
    padding-bottom: 40px;
    text-align: center;
  }
  .skFooter .footerConatiner {
    display: block;
  }
  .skFooter .footerConatiner .skFooterBanner,
  .skFooter .footerConatiner .skLinkWrap,
  .skFooter .footerConatiner .skSiteLink {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .skFooter .footerConatiner .skLinkWrap .skContactUs h2.skHead,
  .skFooter .footerConatiner .skAboutUs .skAboutInner {
    text-align: center;
  }
  .skFooter .footerConatiner .skFooterBanner .skBannerLink {
    display: block;
  }
  .skFooter .skBtn {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    margin-top: 20px;
  }
  .skFooter .skFooterBanner .skBannerLink img {
    width: 181px;
    height: auto;
  }
  .skInfo {
    padding: 15px 0;
  }
  .skInfo .skLeft,
  .skInfo .skRight {
    width: 100%;
    text-align: center;
  }
  /* =========== Inner Area ============= */
  .skInnerArea .skInnerWrapper {
    margin: 0;
    padding: 10px;
    display: block;
    min-width: auto;
  }
  .skInnerArea .skLeftPane {
    margin-bottom: 20px;
  }
  .skInnerArea .skLeftPane,
  .skInnerArea .skRightPane {
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .skImageLinks {
    margin-bottom: 30px;
  }
  .skImageLinks ul.skList li.skItem {
    width: 100%;
    margin: 18px auto;
    display: block;
  }
  .skImageLinks ul.skList li.skItem a.skLink {
    width: 100%;
  }
  .skImageLinks ul.skList li.skItem a.skLink img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 560px) {
  .skLeftImageLinks img,
  .skRightImageLinks img {
    max-width: 100%;
    height: auto;
  }
  .skFooter .skSiteLink a.skLink {
    font-size: 16px;
  }
  .skInfo .skLeft {
    float: none;
  }
  .skInfo span.SkinObject {
    white-space: normal;
  }
  .skCardLinks li {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .skImageLinks {
    padding: 15px 8px;
  }
  .skImageLinks .skItem,
  .skImageLinks .skLink,
  .skImageLinks .skLinkImage {
    width: 100%;
    height: auto;
  }
  .skImageLinks .skLinkWithLogo {
    height: 180px;
  }
  .skImageLinks .skLogoImage,
  .skImageLinks .skLinkImage {
    position: static;
  }
  .skImageLinks .skLogoImage {
    width: auto;
    height: auto;
    position: absolute;
  }
  .skImageLinks .skTextWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: table;
  }
  .skImageLinks .skTitle {
    display: table-cell;
    vertical-align: middle;
  }
}
