/* Global */
html, body {
    overflow-x: hidden;
}
body {
	display: table;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	background-color:transparent;
	background-image:url(/Templates/default/gfx/bodybg.jpg);
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

#content {
	padding:.25em .25em;
	margin:.325em;
	min-height:15em;
}
.content-container {
	padding:.5em;
}
.leaderboardContainer {
	background-color: #333f4c;
	z-index: 1;
}
.leaderboard {
	background-color: #293a4a;
	max-height: 64px;
	padding-left: 0;
}
.leaderboard img {
	z-index: 1;
}

.off-canvas-content {
	width: 100%;
	height: 100vh;
	display: table;
	overflow-y: auto;
}

.header, .main-section, .footer {
	display: table-row;
	min-height: 1px;
}

.main-section {
	height: 100%;
}

.contentWrapper {
	background-color: #ffffffed;
    min-height: 100%;
	border-top: 1px solid #b2b2b252;
	box-shadow: 0 5px 5px -2px #b2b2b269;


}

.sticky-nav {
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
	margin: 0px;
	z-index: 9999;
	box-shadow: 0 5px 5px -2px #b2b2b269;
	transition: box-shadow 0.5s ease;
}

.header, .footer {
	color: #fff;
}
.header h1 {
	font-family: 'Cinzel', serif;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 0px;
	word-wrap: break-word; 
}
.header a {
	color: #000000;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}

.pagination button {
	color: #000;
}

.pagination .current {
    background: #1779ba1a;
}

.pagination {
	margin-top: 7px;
}
.pagination .current {
	padding: unset;
	background: unset;
	text-decoration: underline;
}
.pagination button {
	color: #000;
}

.pagination .current {
    background: #1779ba1a;
}

#footer {
	overflow: hidden;

}
.footer {
    font-size: 0.875rem;
	color: #000;
}

.footer a {
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.title-bar {
	border: unset;
	background-color: unset;
    padding: .5rem;
    background-color:rgba(60, 103, 110,.9);
    color: #fefefe;
}
.top-bar {
	background-color:rgba(60, 103, 110,.9);
	color:#fff;
    
}
.top-bar-section ul { background-color:rgba(60, 103, 110,.7);color:#fff; }
.top-bar-section li a:not(.button) { background-color:rgba(60, 103, 110,.7);color:#fff; }
.top-bar-section li a:not(.button):hover { background-color:rgba(60, 103, 110,9); color:#000; }
.top-bar .name h1 a{color:#fff;}


.top-bar-section li.divider {
	border-right:1px rgba(8, 47, 68,.2) solid;
	border-left:1px rgba(8, 47, 68,.2) solid;
}

.top-bar ul {
	background-color: unset;
	padding-left: 32px;
    padding-right: 32px;
    margin-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	padding-left: 5px;
    padding-right: 5px;
    background-color: #e5e7e9d9;
}
*/
.grey {background-color:rgba(0,0,0,.5);}
.greyborder {border:1px solid rgba(0,0,0,2);}
.white-fifty { background-color:rgba(255,255,255,.5); }
.white-seventy { background-color:rgba(255,255,255,.7); }
.white-ninety { background-color:rgba(255,255,255,.9); }
.tan-seventy { background-color:rgba(248,230,191,.7); }
.lightblue {background-color:rgba(1,164,255,9);}
.blueborder {border:1px solid rgba(21,24,158,9);}
.greenborder{ border:1px solid rgba(51,102,51,.7);}
.right-greenborder{ border-top:1px solid rgba(51,102,51,.7);border-right:1px solid rgba(51,102,51,.7);border-bottom:1px solid rgba(51,102,51,.7);}
.left-greenborder{ border-top:1px solid rgba(51,102,51,.7);border-left:1px solid rgba(51,102,51,.7);border-bottom:1px solid rgba(51,102,51,.7);}
.blackborder {border:1px solid rgba(0,0,0,9);}
.whitetext {color:#fff;}
.text-center {text-align: center;}
.text-left {text-align: left;}
.center{margin-left: auto; margin-right: auto; text-align: center;}
.phoneNum {font-size: larger;}
a {
  color:#003;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #2795b6; }
  a img {
    border: none; }

#clear {clear:both;}
/**ZURB Topnavdrop**/ 
#topnavdrop { 
	margin:0px;
	padding:0px;
	position:relative;
	z-index:5000;
	height:46px;
}
hr {
	color:rgba(51,102,51,.7);
}

/**ZURB Topnavdrop end*/
.sm-margin {margin:5px;}
.sm-lmargin {margin-left:5px;}
.sm-rmargin {margin-right:5px;}
.sm-lpadding {padding-left:1.235em;}
.sm-bmargin {margin-bottom:.535em;}
.no-padding {padding:0px;}
button, .button {
    background-color: #000;
    border-color: #dadada;
}
button:hover, button:focus, .button:hover, .button:focus {
	background-color:rgba(6, 12, 92, 0.9);
}
/**radius**/
.radius {
		-webkit-border-radius: 3px;
		border-radius: 3px;			
}
.topradius {
		-webkit-border-radius-top-left: 3px; 
		-webkit-border-radius-top-right: 3px; 
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;			
}
.bottomradius {
		-webkit-border-radius-bottom-left: 3px; 
		-webkit-border-radius-bottom-right: 3px; 
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;			
}
.leftradius {
		-webkit-border-radius-top-left: 3px; 
		-webkit-border-radius-bottom-left: 3px; 
		border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;			
}
.rightradius {
		-webkit-border-radius-top-right: 3px; 
		-webkit-border-radius-bottom-right: 3px; 
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;			
}
.round {
		 -webkit-border-radius: 10px;
      	border-radius: 10px;
}
.topround {
	 	-webkit-border-radius-top-left: 10px;
     	border-top-left-radius: 10px;
	  	-webkit-border-radius-top-right: 10px;
      	border-top-right-radius: 10px;
}
.bottomround {
	 	-webkit-border-radius-bottom-left: 10px;
     	border-bottom-left-radius: 10px;
	  	-webkit-border-radius-bottom-right: 10px;
      	border-bottom-right-radius: 10px;
}
.leftround {
	 	-webkit-border-radius-top-left: 10px;
		-webkit-border-radius-bottom-left: 10px;
     	border-bottom-left-radius: 10px;
		border-top-left-radius: 10px;
}
.rightround {
	 	-webkit-border-radius-top-right: 10px;
		-webkit-border-radius-bottom-right: 10px;
     	border-bottom-right-radius: 10px;
		border-top-right-radius: 10px;
}

#footnav {margin:auto; height:40px; line-height:2.5;}
#footnav a { color:#333; }
.pricing-table {
	border: solid 1px #dddddd;
    margin-left: 0;
    margin-bottom: 1.25em;
}
.pricing-table {
	background-color: #dddddd;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333333;
    font-weight: bold;
    font-size: 1em;
}
.pricing-table * {
    list-style: none;
    line-height: 1;
}
.pricing-table .price {
	background-color: #eeeeee;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 1.25em;
}
.pricing-table .description {
    background-color: white;
    padding: 0.9375em;
    text-align: center;
    color: #777777;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375em;
    text-align: center;
    color: #333333;
    font-size: 0.875em;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
    background-color: whitesmoke;
    text-align: center;
    padding: 1.25em 1.25em 0;
}