/* Global */
html, body {
    overflow-x: hidden;
}
body {
	background-image:url(/Templates/flamingo/gfx/flamingoBG.jpg);
	background-position:top left;
	background-repeat:repeat;
	background-attachment: fixed;
}
#homeslider {
	text-align:center;
	padding:0px;
	margin:0px 1.525em 0px 1.525em;
}
#content {
	padding-top: 150px;
	padding-bottom:.25em;
	min-height:60vh;
	background-color:rgba(255,255,255,.7);
}
.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 {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	width:100%;
	background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.85));
}
.sticky-nav {
	position: fixed;
	top: 0;
	left: 0px;
	right: 0px;
	margin: 0px;
	z-index: 9999;
	box-shadow: 0 5px 5px -2px #6a2998;
	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;
}

#top-nav {
	background-color: rgba(0,0,0,.7);
	position: relative;
	z-index: 2147483647;
}
.top-bar{
	background-color: transparent;
	color:#fff;
}
.top-bar, .top-bar ul {
	background-color:transparent;
}
.top-bar, .top-bar ul a{
	color:#fff;
}
.top-bar ul .dropdown{
	background-color: rgba(0,0,0,.99);
	color:#fff;
	margin-top:8px;
	border-top:0px;
}
.top-bar ul .dropdown a{
	color:#fff;
}
.top-bar ul .dropdown a:hover{
	color:#000;
	background-color: rgba(255,255,255,.5);
	-webkit-box-shadow:inset 0px 0px 0px 1px #1b032c;
    -moz-box-shadow:inset 0px 0px 0px 1px #1b032c;
    box-shadow:inset 0px 0px 0px 1px #1b032c;
}
.top-bar input {
	max-width: unset;
	margin: 0px;
	margin-right: 6rem;
	transition: margin-right 0.2s;
}
.top-bar input:focus {
    margin-right: 10rem;
	transition: margin-right 0.2s;
}.menu .button, .menu a {
	color:#3c3c3c;
}
.dropdown.menu .is-active>a {
    color: #AABCBF;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #fff transparent transparent;
}
.is-dropdown-submenu {
    min-width: 200px;
    border: 1px solid  rgba(64,61,74,.7);
	-moz-box-shadow: 0 0 4px #333;
    -webkit-box-shadow: 0 0 4px #333;
    box-shadow: 0px 0px 4px #333;
}
.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;}
.bottom-shadow {
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0px 0px 4px #333;
}
.shadow {
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0px 0px 4px #333;
}
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:rgba(60, 103, 110,.9);}
button:hover, button:focus, .button:hover, .button:focus {
	background-color:rgba(22, 50, 54, 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; }
