.CMSLinks{color:whitesmoke;background:#ff6a00;text-align:center;position: fixed;bottom: 0;width: 100%;z-index: 999;}
.CMSLinks a{color:whitesmoke;text-decoration:underline;}
.CMSLinks select option{color:black;}
.main-content p{line-height:1.4;}
.main-content li{list-style: disc;margin-left:30px;padding-left:6px;}
.main-content li li{list-style: circle;margin-left:30px;padding-left:6px;}
.main-content li li li{list-style: square;margin-left:30px;padding-left:6px;}
.SlideCaption{position:absolute;left:0;bottom:0;margin:30px;width:30%;text-shadow: 0.5px 0.5px 0.5px black;}
.mainCaption{color:white;font-size:30px;font-weight:bold;}
.subCaption{color:white;font-size:24px;}
.linkCaption{background:#004b8e;color:gray;width:inherit;text-align:center;}
.linkCaption a{color:gray;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #FFF !important;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    font-family: sans-serif;
    height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.backgroundBox {
    overflow-x: hidden !important;
}

.logo {
    padding: 5px;
    height: 150px;
}
.text-underline {
    text-decoration: underline;
}
.banner {
    background: url(/images/header.png) center center no-repeat;
    background-size: cover;
    color:white;
}
#bannerText {
    position: relative;
    top: 23px;
}
#bannerText h3 {
    color: white;
}
#OperationFootballBanner {
    overflow: hidden;
    background: linear-gradient(#EA5F0A, yellow);
    min-height: 125px;
}
.operationFootballBannerContent {
    position: relative;
    margin: auto;
    max-width: 1250px;
}
.operationFootballBannerTextLeft, .operationFootballBannerTextRight {
    margin-top: 15px;
    max-width: 500px;
}
.operationFootballBannerTextLeft {
    float: left;
}
.operationFootballBannerTextRight {
    float: right;
    margin-bottom: 5px;
    margin-left: 9px;
    max-width: 465px;
}
.operationFootballBannerText {
    color: white;
    line-height: 1.2em;
    font-family: "Arial";
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
}
.operationFootballBannerTextItalic {
    font-style: italic;
    font-size: 24px;
}
.textAlignRight {
    text-align: right;
}
.textAlignLeft {
    text-align: left;
}
.operationFootballBannerArrow {
    float: right;
    margin-top: 47px;
}
.operationFootballBannerImage {
    margin: auto;
    width: 188px;
}
.operationFootballBannerImage > img {
    height: 125px;
}
.homeLink {
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
}
/*---header---*/
nav {
    font-size:14px;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    color: #FFF !important;
    background: #000 !important;
}
.redLine {
    width: 100%;
    height: 3px;
    background: #ff0000;
    margin: 10px 0px;
}
.socialText {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #ff0000;
}
.socialIcon:hover {
    cursor: pointer;
    opacity: .5;
}
.whatsNew {
    text-align:center;
    color: #ff0000;
}
.whatsNew .heading {
    color:black;
    font-size:18px;
    text-transform: uppercase;
}
ul.memberMenu li {
    display: inline;
    padding: 0 10px;
    text-transform: uppercase;
}
ul.memberMenu li a{
    color:white;
}
img.img.img-responsive {
    display: inline-block;
}
.localContact {
    padding: 8px;
    position: relative;
    float:right;
}
.localContact a {
  color: #ffffff;
  text-shadow: 1px 1px 1px black;

}
.calendarEvents .eventItem {
    line-height: 18px;
    margin-bottom: 10px;
}
.calendarEvents .eventTitle {
    font-weight: bold;
}
.calendarEvents .eventDate {
    font-style: italic;
}

/*---login modal---*/

#loginModal {
  position: absolute;
  width:400px;
  height:325px;
  padding:20px;
  background: rgba(255, 255, 255, 0.854);
  border-radius: 8px;
  color:black;
  margin:0px auto 0px auto;
  top:200px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  font-family: 'IBM Plex Sans', sans-serif;
  overflow: hidden;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background:#ea3323 !important;
}

.logButton {
  width:100% !important;
 background:#ea3323;
  color:white;
  margin-top:20px;
  font-weight: 600;
  font-size: 18px;
}

.forgotPWLink {
  text-align: center !important;
  color:black;
  font-size:14px;
  margin-top:0px;
  margin-left:125px;
  display: inline-block;
  width:auto;
}

.forgotPWLink:hover {
  text-decoration: underline;
  color: #6c6c6c;
}

.dismissButton {
  width:28px !important;
  height:30px !;
  color:#aaa;
  background: #e3e3e3;
  border:0px;
  border-radius: 20px;
  float:right;
  margin:0px 10px 0px 0px;
  font-weight: 600;
}

.dismissButton:hover {
  color:#e3e3e3;
  background: #aaa;
}

.loginHeader {
  font-weight: 600;
  font-size:27px;
  letter-spacing: -1px;  
}

.loginAlertBox {
  margin:20px 0px 14px 0px;
  line-height: 18px;
  background: none;
  color:#555;
  display: block;
}

.loginIcon {display: inline-block !important;width:45px;vertical-align: middle;}
.alertText {display: inline-block !important;width:300px;margin-left:10px;margin-top:5px;vertical-align: middle;}

#loginModal input {
  border-radius: 6px;margin:5px 0px 8px 0px;border-color: #ddd;
}


/*---main----*/
span.glyphicon.glyphicon-menu-hamburger {
    color: white;
}
.navbar {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav a:hover {
    color:  #004b8e;
}
.content {
    padding:5px !important;
    min-height:200px;
}
.box {
    padding:10px 20px;
    background:gray;
}
.boxLight{
  background:#959595;
}
.calendarEvents .body ul {
    padding:0;
    margin:0;
    list-style: none;
    color:#ff0000;
}
.calendarLink {
    position: relative;
    padding: 5px;
    color: white;
    background: #094993;
    margin: 8px;
}
/*---footer----*/
.footer {
    background: #898576;
    color:white;
}
.footerBox {
  padding:25px;
}
.footer a {
  color:white;
  text-decoration: none;
}
.footer h3 {
    color:white;
}
.nav a {
    /*background-color: #1a2f3c !important;*/
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#HomepageBottomImg {
   background-attachment: fixed !important; 
}

@media (min-width: 768px) {
    
    #mobile-dropdown {
        height: 100%;
        overflow-y: scroll;
    }
    
    .navbar-right {
        float: left !important;
        margin-right: 0;
    }
    
    .navbar-right .dropdown-menu .subdropdown .dropdown-menu {
        left: 15px;
    }
    
    .nav > li > ul > li > ul {
        background-color: #f7f7f7 !important;
    }
    
    .nav > li > ul > li > ul > li > ul {
        background-color: #efefef !important;
    }
    
    .nav > li > ul > li > ul > li > ul > li > ul {
        background-color: #e7e7e7 !important;
    }
}

@media only screen and (min-width: 992px) {
    #mobile-dropdown {
        height: 500px;
        overflow-y: scroll;
    }

}

@media only screen and (max-width: 1600px) {
    .main-content {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1300px) {
    .operationFootballBannerContent {
        max-width: 850px;
    }
    .operationFootballBannerTextLeft, .operationFootballBannerTextRight {
        margin-top: 26px;
        max-width: 300px;
    }
    .operationFootballBannerTextRight {
        margin-top: 13px;
        max-width: 265px;
    }
    .operationFootballBannerText {
        font-size: 22px;
    }
    .operationFootballBannerTextItalic {
        font-size: 18px;
    }
}

@media only screen and (max-width: 900px) {
  
  #loginModal {
    position: absolute;
    width:96vw !important;
    height:325px;
    padding:15px !important;
    background: rgba(255, 255, 255, 0.854);
    border-radius: 8px;
    color:black;
    margin:0px auto 0px auto;
    top:100px;
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
    font-family: 'IBM Plex Sans', sans-serif;
    overflow: hidden;
  }
  
  
    #OperationFootballBanner {
        min-height: 200px;
    }
    .operationFootballBannerContent {
        max-width: 580px;
    }
    .operationFootballBannerTextLeft, .operationFootballBannerTextRight {
        float: unset;
        max-width: 280px;
    }
    .operationFootballBannerTextLeft {
        margin-top: 10px;
    }
    .operationFootballBannerTextRight {
        margin-left: 10px;
        max-width: 270px;
    }
    .operationFootballBannerText {
        text-align: right !important;
    }
    .operationFootballBannerArrow {
        display: none;
    }
    .operationFootballBannerImage {
        position: absolute;
        top: -10px;
        right: -15px;
        width: unset;
    }
    .operationFootballBannerImage > img {
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        height:80px;
    }
    
    .localContact {
        font-size: 10px;
    }
    #bannerText h3 {
        font-size: 20px;
    }
    
    #mobile-dropdown {
        height: 500px;
        overflow-y: scroll;
    }
    
    .navbar {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .dropdown-menu > li > a {
        color: #FFF !important;
    }

    .dropdown-menu > li > a:hover {
        color: #000 !important;
    }
    
    .dropdown > a[aria-expanded='true'] {
        color: #000 !important;
    }
    
    .dropdown > a[aria-expanded='false'] {
        color: #FFF !important;
    }
    
    .dropdown-menu > li > a[aria-expanded='true'] {
        color: #000 !important;
    }
    
    .dropdown-menu > li > a[aria-expanded='false'] {
        color: #FFF !important;
    }
    
    #HomepageBottomImg {
        background-attachment: inherit !important; 
    }
    
    #referralAgentTextArea {
        overflow-x: scroll;
    }
    
    .nav > li > ul {
        background-color: #4c4c4c !important;
    }
    
    .nav > li > ul > li > ul {
        background-color: #6b6b6b !important;
    }
    
    .nav > li > ul > li > ul > li > ul {
        background-color: #8a8a8a !important;
    }
    
    .nav > li > ul > li > ul > li > ul > li > ul {
        background-color: #a9a9a9 !important;
    }
}

@media only screen and (max-width: 625px) {
    .operationFootballBannerTextLeft, .operationFootballBannerTextRight {
        margin-left: auto;
        margin-right: auto;
    }
    .operationFootballBannerText {
        text-align: center !important;
    }
    .operationFootballBannerImage {
        display: none;
    }
}

/* Print styling */
@media print{
	.sidebar{
		display:none;
	}
	.hide-on-print{
		display:none;
	}
	a[href]:after {
		content: "" !important;
	}
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.FeedContainer {
	display:block;
	width: 240px;
	/*border:1px solid white;*/
	right:0px;
	/*float:right;*/
	padding: 0 0 0 0;
	margin: 0 0;
	text-align: center;
	z-index: 1;
	position:relative;
}
	.FeedContainer .FeedContent {
		display:block;
		width: 100%;
		height: 225px;
		margin:5px 0 0px 0;
		overflow:hidden;
	}
		.FeedContainer .FeedContent ul {
			list-style:none;
			list-style-type:none;
			padding:0;
			margin:0;
			display:block;
			width:240px;
			/*height:142px;*/
			/*line-height: 28px;*/
		}
			.FeedContainer .FeedContent ul li {
				display:block;
				height:100px;
				width: 240px;
				padding: 0px 0 0px 0;
				/*border-bottom:1px solid #000;*/
				}
				.FeedContainer .FeedContent .FeedItemHeader {
					 /* font-size: 18px; */
					font-weight: normal;
					font-family: Arial, Helvetica, sans-serif;
					text-decoration:none;
					float:left;
					padding: 0 0 0 5px;
					}
					.FeedContainer .FeedContent .FeedItemHeader a{
						 /* font-size: 18px; */
						font-weight: bold;
						font-family: Arial, Helvetica, sans-serif;
						text-decoration:none;
						color: #ff0000;
					}
				.FeedContainer .FeedContent .FeedItemHeader a:hover {

						font-style:italic;
						text-decoration:underline;
					}
			.FeedContainer .FeedContent .FeedItemSubHeader {
					font-family:Arial, Helvetica, sans-serif;
					font-style:italic;
					/* font-size:18px; */
					float:left;
					padding: 0 0 0 7px;
					display:none;
					}
					.FeedContainer .FeedContent .FeedItemSubHeader a {
						text-decoration:none;
						/*font-size:18px;*/
						font-weight:bold;
						color: Gray;
					}
					.FeedContainer .FeedContent .FeedItemSubHeader a:hover {
						text-decoration:underline;
					}
				 .FeedContainer .FeedContent .FeedItemSummary {
					font-family:Arial, Helvetica, sans-serif;
					/*font-size:18px;*/
					float:left;
					padding: 0 0 0 5px;
					color: Gray;
					}
					.FeedContainer .FeedContent .FeedItemSummary a {
						text-decoration:none;
						/*font-size:18px;*/
						font-weight:bold;
						color: Gray;
					}
				 .FeedContainer .FeedContent .FeedItemSummary a:hover {
						text-decoration:underline;
					}
.FeedHeader {
	display:none;
}
.FeedIcon {
	display:none;
}
.FeedItemSummary {
	float:right;
	font-size:12px;
	padding: 0 0 0 5px;
	margin: 7px 0 0 0;
}
.FeedItemHeader {
	padding: 0 10px 0 0;
	float:left;
	margin-top:5px;
}
.FeedContentTop {
	text-align:left;
	margin:0 0 0 0;
	width:730px;
	overflow:hidden;
}


#newsLink li {
    list-style: none;
    margin-bottom: 10px;
}
.newsFeedLink {
    color:#ff0000;
    font-weight: bold;
}

.topContent {
    min-height: 100%;
    height: auto !important;
    height: 98%;
    margin-bottom:-120px;
    padding-bottom: 110px;
}
.footerIbew481 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
}
#newsLink ul {
    padding-left: 0px !important;
}

.content iframe {
    width: 100%;
}

a.navbar-brand {
  padding-top:10px;
}

a.navbar-brand:hover{
    background-color: #eeeeee !important;
}

label {
  padding-left: 4px !important; 
}

a.logout {
    font-weight: bold !important;
    color:#ff0000 !important;
}

.memberHomeButton {
    margin-top: 15px;
    margin-right: 15px;
}