/* cmsms stylesheet: SASS Main modified: Monday, June 6, 2022 7:05:41 PM */
/* MAIN */

/*Josefin+Sans: 400;600;700*/
/*Libre+Baskerville: 400;700*/

body {
    font-family: 'Josefin Sans', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


.UnderNav {
    background-color: rgb(47,42,38);
    font-family: 'Libre Baskerville', serif;
    color: #fff;
    font-style: italic;
    font-size:18px;
    text-align: center;
    padding: 20px 0;
}

.UnderUnderNav {
    background-color: rgb(35,38,47);
    padding: 5px 0;
}

.MainHeader {
    background-image: url("/images/sass-back.jpg");
    background-color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px 0;
}

.TheLogos {
    padding: 20px;
}

.SubLogos {
    padding: 10px;
}

.HomeButtonShell {
    background-color: rgb(35,38,47);
    padding: 10px 0;
}

.HomeButtons {
    font-family: 'Libre Baskerville', serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HomeButtons {
    font-size: 16px;
}
}


/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .HomeButtons {
    font-size: 16px;
}
}

.HomeButt {

}

.HomeButtons A:link {text-decoration: none; color: #fff;}
.HomeButtons A:visited {text-decoration: none; color: #fff;}
.HomeButtons A:active {text-decoration: none; color: #fff;}
.HomeButtons A:hover {text-decoration: underline; color: #fff}

.Slider {

}


.HomeLeft {
    padding: 30px;
}

.HomeRight {
    padding: 30px 20px;
}

.HomeMarket {
    background-image: url("/images/dark_wood.png");
    background-color: #000;
    background-repeat: repeat;
    padding: 30px 0;
}

.MarketplaceText {
    color: #fff;
}

.MarketplaceText A:link {text-decoration: none; color: rgb(144,124,104);}
.MarketplaceText A:visited {text-decoration: none; color: rgb(144,124,104);}
.MarketplaceText A:active {text-decoration: none; color: rgb(144,124,104);}
.MarketplaceText A:hover {text-decoration: underline; color: rgb(182,166,150)}

.MarketplaceImage {

}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .MarketplaceImage {
    text-align: center;
}
}

.TheAds {
    margin: 10px 0;
}

.TheBlocks {
    margin-top: 30px;
    padding: 15px;
    font-size: 14px;
    line-height: 17px;
    /*border: 1px solid #666;*/
    /*padding: 25px;*/
    /*background-color: #fff;*/
    /*margin-bottom: 20px;*/
    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.33); */
    /*box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.33);*/
}

.TheBlocks  h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

.AboveFooter{
    background-color: rgb(85,89,100);
    height: 20px;
}

.Footer {
    background-color: rgb(35,38,47);
    padding: 30px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.Footer A:link {text-decoration: none; color: #fff;}
.Footer A:visited {text-decoration: none; color: #fff;}
.Footer A:active {text-decoration: none; color: #fff;}
.Footer A:hover {text-decoration: underline; color: rgb(182,166,150)}

.Copyr {
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}

.SubMainTop {
    margin-bottom: 25px;
}

.SubMainLeft {
    margin-bottom: 25px;
}

.SubMainRight {
    margin-bottom: 25px;
}

.SubMainBottom {
}

.SubLeft {
    padding: 30px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .SubLeft {
        padding: 20px;
    }
}

.SubRight {
    /* padding: 30px 20px; */
}


/* RANDOMNESS */

.columns.nopadding {
  padding-left: 0;
  padding-right: 0;
}

A:link {text-decoration: none; color: rgb(40,101,172);}
A:visited {text-decoration: none; color: rgb(40,101,172);}
A:active {text-decoration: none; color: rgb(40,101,172);}
A:hover {text-decoration: underline; color: rgb(40,101,172);}

A.button:link {text-decoration: none; color: #fff}
A.button:visited {text-decoration: none; color: #fff}
A.button:active {text-decoration: none; color: #fff}
A.button:hover {text-decoration: none; color: #fff}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    color: rgb(40,101,172);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    color: rgb(40,101,172);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: rgb(40,101,172);
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

h2.SponorHeader {
  overflow: hidden;
  text-align: center;
  color: #000;
  font-size: 18px;
}

h2.SponorHeader:before,
h2.SponorHeader:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h2.SponorHeader:before {
  right: 0.5em;
  margin-left: -50%;
}

h2.SponorHeader:after {
  left: 0.5em;
  margin-right: -50%;
}
/* cmsms stylesheet: SASS Nav modified: Thursday, February 18, 2021 5:31:17 PM */
.NavShell {
    background: #fff;
}

.dropdown-pane {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto !important;
    left: 0% !important;
    right: 0% !important;
    background: #fff;
    color: #000;
}

.dropdown-pane img {
/*   margin: 15px auto; */
}

.dropdown-pane .row li {
  background: #fff !important;
  list-style-type: none;
}

.ZeNav div {
    padding: 5px;
    margin: 0px;
}

.ZeNav h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.ZeNav div div {
    padding: 0px;
    margin: 0px;
}

.ZeNav div div ul li {
    padding: 0px;
    margin: 0px;
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .ZeNav div div ul li:first-child {
    padding: 0px;
    margin: 0px;
    border-top: none;
}
}

.NavHNo {
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .NavHNo {
        height: 49px;
}
}

.ZeNav div div ul li a:link {text-decoration: none; color: #000;}
.ZeNav div div ul li a:visited {text-decoration: none; color: #000;}
.ZeNav div div ul li a:active {text-decoration: none; color: #000;}
.ZeNav div div ul li a:hover {text-decoration: none; color: rgb(195,98,27);}

/*.dropdown-pane .row .large-9 .columns:last-child {*/
/*  border-right: 1px solid silver;*/
/*}*/

/*.dropdown-pane .row .large-3 .columns, .dropdown-pane .row .row .large-3.columns ul li {*/
/*  background: #0B3358;*/
/*}*/

/*#megamenu-resources img {*/
/*  position: relative;*/
/*   margin: 15px auto; */
/*}*/

/* Dropwdown Arrows */

dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: transparent transparent transparent rgb(47,58,70);
}

.title-bar {
    background: #fff;
    padding: 5px 10px;
    color: #000;
    margin: 10px 0;
}

.title-bar-title {
    color: #000;
}


.top-bar {
    #fff;
    padding: 0px;
    margin: 10px 0;
    display: inline-block;
}

.title-bar-title {
    color: rgb(47,58,70)!important;
}

.top-bar ul {
    background: #fff;
    padding: 0px;
    margin: 0px;
}

.top-bar ul li {
    background: #fff;
    padding: 2px 0px 2px 0px;
}

.top-bar ul li a {
    color: rgb(47,58,70);
    font-weight: 400;
    font-size: 16px;
}

.top-bar ul li:hover {
    /*background-position: bottom left;*/
    /*background-image: url("/images/navover.png");*/
    /*background-repeat: repeat-x;*/
}

.top-bar ul li.navactive {
    /*background-position: bottom left;*/
    /*background-image: url("/images/navover.png");*/
    /*background-repeat: repeat-x;*/
}

.top-bar ul li a:link {text-decoration: none; color: #000;}
.top-bar ul li a:visited {text-decoration: none; color: #000;}
.top-bar ul li a:active {text-decoration: none; color: #000;}
.top-bar ul li a:hover {text-decoration: none; color: rgb(195,98,27);}

.menu-text {
    color: #000;
}

@media only screen and (max-width: 40em) {
    .menu-text {
        display: none !important;
    }
}

@media only screen and (min-width: 40em) {
    .menu:last-child {
        /*border-left: 1px solid #4e4e4e;*/
    }
    .menu:first-child {
        border-left: none;
    }
    .menu li:not(:last-child) {
        /*border-right: 1px solid #4e4e4e;*/
    }
}

.dropdown.menu .submenu {
    border: none;
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: rgb(47,58,70) transparent transparent;
}

.is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent rgb(47,58,70);
}

.dropdown.menu.vertical > li > a::after {
    right: 0px;
}

.js-drilldown-back::before {
    border-color: transparent rgb(47,58,70) transparent transparent;
}

.menu {
text-align: left;
}

nav.top-bar {

}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333;
    content: '';
}

.ServicesNavBlock {
    background-color: #fff;
}

li.NavItems a {
    padding: 4px;
    margin: 4px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
/* cmsms stylesheet: SASS Marketplace modified: Tuesday, February 16, 2021 4:36:12 PM */
.SumSponsorItem {
    border: 1px solid #ccc;
    padding: 10px;
}

.SumSponsorImage {
    padding: 10px;
}

.SumSponsorName {
    font-size: 18px;
    font-weight: 700;
}

.SumSponsorAddress {
    font-size: 14px;
}

.SumSpace {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.SumSponsorPhoneE {
    font-size: 14px;
}

.SumSponsorText {
    font-size: 14px;
}

/* MASONRY */

.masonry-css {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 50em) {
  .masonry-css {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 68.75em) {
  .masonry-css {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}
/* cmsms stylesheet: SASS Annual Matches modified: Tuesday, April 12, 2022 3:12:53 PM */
.MatchRows {
    border: 1px solid #ccc;
}

div.MatchRows:nth-child(even) {background: #fff}
div.MatchRows:nth-child(odd) {background: #efefef}

.MatchTitleBox {
    padding: 7px;
    border-right: 1px solid #ccc;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .MatchTitleBox {
    border-bottom: 1px dashed #ccc;
}
}

.MatchLocationBox {
    padding: 7px;
}

.MatchContactBox {
    padding: 7px;
    border-left: 1px solid #ccc;
    text-align: right;
}

li.tabs-title a {
    font-size: 14px !important;
    font-weight: 700;
    padding: 1.25rem 1.3rem;
}

li.tabs-title A:link {text-decoration: none; color: #333;}
li.tabs-title A:visited {text-decoration: none; color: #333;}
li.tabs-title A:active {text-decoration: none; color: #333;}
li.tabs-title A:hover {text-decoration: underline; color: #333}
/* cmsms stylesheet: SASS Clubs modified: Wednesday, April 20, 2022 4:05:48 PM */
.ClubRows {
    border: 1px solid #ccc;
}

div.ClubRows:nth-child(even) {background: #fff}
div.ClubRows:nth-child(odd) {background: #efefef}

.ClubTitleBox {
    padding: 7px;
    border-right: 1px solid #ccc;
    font-size: 14px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .ClubTitleBox {
    border-bottom: 1px dashed #ccc;
}
}

.ClubLocationBox {
    padding: 7px;
    font-size: 14px;
}

.ClubContactBox {
    padding: 7px;
    border-left: 1px solid #ccc;
    text-align: right;
    font-size: 14px;
}

li.tabs-title a {
    font-size: 14px !important;
    font-weight: 700;
    padding: 1.25rem 1.3rem;
}

li.tabs-title A:link {text-decoration: none; color: #333;}
li.tabs-title A:visited {text-decoration: none; color: #333;}
li.tabs-title A:active {text-decoration: none; color: #333;}
li.tabs-title A:hover {text-decoration: underline; color: #333}

.ClubDetailsRows {
    border-bottom: 1px dotted #ccc;
    padding: 15px;
}

.ClubDetailsTitle {
    font-family: 'Libre Baskerville', serif;
    font-size: 24px;
    color: #333;
    font-weight: 600;
    padding: 10px 0;
    margin: 10px 0;
}

.ClubDetailsdates {
    font-size: 16px;
    text-align: center;
}

.ClubDetailsAddress {
    font-size: 14px;
}

.ClubDetailsWebAddress {
    
}

.ClubDetailsContact {
    font-size: 14px;
}

.ClubDetailsContactG {
    font-size: 14px;
}

.ClubDetailsContactA {
    font-size: 14px;
}
/* cmsms stylesheet: FormBuilder Default Style modified: Wednesday, April 27, 2022 4:17:47 PM */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #000;
	background: #ccc;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 0.5em;
	padding: 5px 15px;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #ccc;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #ccc;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #ccc;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
