@charset "UTF-8";
/* CSS Document */

body{
	
	margin: 0px auto 0px auto;
	background: #FFFFFF;
	background-size: contain;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	color: #2c2c2c;
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
#mainDiv{
	margin:0px auto 0px auto;
	min-width: 1200px;
}
#fixedHeader{
	/* ONLY THE HEIGHT CHANGES ON THIS STYLE */
	background: transparent url(/images/design/navbar-bg.png) repeat-x top left;
	border-bottom: 3px solid #4c60b1;
	float: left;
	width: 1200px;
	/*min-height: 138px;*/
	min-height: 121px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}

#fixedHeader.fixedHeaderSmaller
{
	height: 72px;
	min-height: 72px;
}

#fixedHeader.fixedHeaderSmaller .logo
{
	height: 55px;
    width: 325px;
    left: 10px;
    top: 8px;
}

#fixedHeader.fixedHeaderSmaller #mainNav li a span
{
	display: none;	
}

#fixedHeader.fixedHeaderSmaller #mainNav
{
	height: 44px;	
}

#fixedHeader.fixedHeaderSmaller #mainNav
{
	top: 30px;
}

#fixedHeader.fixedHeaderSmaller #navLinks
{
	background: transparent url(/images/design/corner-smaller-3.png) no-repeat top left;
	padding: 5px 0px 5px 0px;
}

#fixedHeader.fixedHeaderSmaller .dropdownMenu
{
    top: 44px !important;
}
#fixedHeader.fixedHeaderSmaller .searchDiv
{
	height: 30px;	
}

#fixedHeader.fixedHeaderSmaller input.searchTerm {
    padding: 5px !important;
    top: 0px !important;
}
#fixedHeader.fixedHeaderSmaller .searchButton
{
	height: 30px;	
}

/* Alert Box */
#fixedHeader.fixedHeaderSmaller #homeAlertBox{
	top: 74px; 
	padding: 5px 1%;
}
#fixedHeader.fixedHeaderSmaller #homeAlert{
	font-size: 14px !important;
}

/*
.logoDiv{
	background: transparent url(/images/design/logo-bg.png) no-repeat top left;
	float:left;
	width: 247px;
	height: 147px;
	margin: 8px 0px 0px 8px;
}*/
.logo{
	background: transparent url() no-repeat top center;
    width: 350px;
	height: 100px;
    position: absolute;
    top: 15px;
    left: 0px;
    padding-left: 10px;
    z-index: 1;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}
#navBg{
	/*background: transparent url(../images/navbar-bg.png) repeat-x top left;*/
	width:1200px;
	height: 138px;
	float: left;
	margin:0px auto 0px auto;
	/*border-bottom: 3px solid #4c60b1;*/
}
#navLinks{
	background: transparent url(/images/design/corner.png) no-repeat top;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    float: right;
    width: 855px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}
#navLinks>li {
	float: left; 
	display: inline;
}
#navLinks>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navLinks a{
	display: block;
	padding: 0px 0px 0px 28px; 
	font-family: 'Prompt', sans-serif;
	font-size: 13px;
	color: #b5bcf2;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration:none;
}
#navLinks a:hover{
	color: #66d79a;
	text-decoration: none;
}
.iconContainer{
	padding: 0px 0px 0px 0px;
}
.socialIcon{
    float: left;
    margin: 0px;
	padding: 0px 0px 0px 6px;
}
.socialIcon:hover{
	opacity: 0.6;
}
.socialIcon > .fa, .fas {
    font-weight: 900;
    color: #66d79a !important;
}
.searchButton > i.fa-search:before {
    content: "\f002";
    color: #323d8f;
    font-size: 20px;
}


#mainNav{
	background: #0e1758;
    width: 771px;
    /*height: auto;*/
	height: 70px;
    line-height: 8px;
    list-style: none;
    float: left;
    clear: both;
    position: absolute;
	z-index: 1;
    right: 0px;
    top: 52px;
    margin: 0px 0px 0px 0px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;
}
#mainNav li {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c60b1), color-stop(1, #323f90));
	background:-moz-linear-gradient(top, #4c60b1 5%, #323f90 100%);
	background:-webkit-linear-gradient(top, #4c60b1 5%, #323f90 100%);
	background:-o-linear-gradient(top, #4c60b1 5%, #323f90 100%);
	background:-ms-linear-gradient(top, #4c60b1 5%, #323f90 100%);
	background:linear-gradient(to bottom, #4c60b1 5%, #323f90 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c60b1', endColorstr='#323f90',GradientType=0);
	background-color:#4c60b1;
    /*padding: 32px 16px 22px 17px;*/
	padding: 20px 16px 16px 16px;
    margin: 0px;
    border-right: 1px solid #323d8f;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    text-align: center;
    display: inline;
	margin-left: -40px;
	margin-right: 40px;
}
#mainNav a,#mainNav a:visited,#mainNav a:hover,#mainNav a:active{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
	position:relative;
  transition:0.5s color ease;
	text-decoration:none;
	color:#FFFFFF;
	/*font-size:2.5em;*/
}
#mainNav a:hover{
	color:#FFFFFF;
}

#mainNav a{
	font-family: 'Prompt',sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 2px 1px #323d8f;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}
#mainNav li:hover{
	background: linear-gradient(to bottom, #5e6ab9  0%,#333f90  100%); 
	
}

#mainNav li a span {
    font-family: 'Prompt', sans-serif;
    text-transform: none;
    font-weight: 300;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    display: block;
    padding-top: 15px;
}

#mainNav li.darkerNav {
    background: #0e1758;
	/*padding: 32px 16px 10px 17px !important;*/
	padding: 20px 16px 5px 16px !important;
}
.fixedHeaderSmaller #mainNav li.darkerNav {
	padding: 20px 16px 16px 16px !important;
}
#mainNav li.darkerNav:hover {
	background: linear-gradient(to bottom, #3e4ba1  0%,#0e1758  100%); 
}
#mainNav li.darkerNav.noRightBorder {
    border-right: 0px;
	margin-right: -40px;
}

/* START DROPDOWN STYLE */
.menuOpen
{
    display:block !important;
}
.menuBtnClose
{
    display:none !important;
}

.dropdownMenu
{
    background: transparent url(/images/design/dropdown-grey.jpg) no-repeat top left;
	background-size: cover;
    min-height: 372px;
    width: 90%;
    padding: 10px 5% 25px 5%;
    position: absolute;
    top: 70px;
    left: 0px;
    z-index: 5;
    float: left;
    display: none;
    color: #FFFFFF !important;
    border-top: 1px solid #4c60b1;
    border-bottom: 4px solid #4C60B1;
}

.dropdownMenu.fullHeight
{
    height: 432px;
}
.dropdownMenu a {
    font-family: 'Prompt', sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #66d79a!important;
    text-decoration: none!important;
	text-transform: none !important;
}
.dropdownMenu a:hover {
	color:#d2ffe7!important;
}

.dropdownMenu h1
{
    font-family: 'Prompt', sans-serif;
    /*font-size: 16px;*/
    font-size: 1.5em; /* ADA Compliance */
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    letter-spacing: 2px;
    width: 100%;
    text-align: left;
	margin-left: 15px;
}
.dropdownMenu h2
{	
	font-family: 'Prompt', sans-serif;
    /*font-size: 16px;*/
    font-size: 1.5em; /* ADA Compliance */
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    letter-spacing: 2px;
    width: 100%;
    text-align: left;
	margin-left: 15px;
}
.dropdownMenu h2 a
{	
	font-size: 1em !important;
}
.dropdownMenu h3
{	
    font-family: 'Prompt', sans-serif;
    /*font-size: 16px;*/
    font-size: 1em; /* ADA Compliance */
    line-height: 23px;
    color: #ffffff;
    letter-spacing: 2px;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #4c60b1;
}

.dropdownMenu td
{
    font-family: 'Prompt', sans-serif;
    /*font-size: 15px;*/
    font-size: 0.8em; /* ADA Compliance */
    color: #ffffff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
	line-height: 23px !important;
}

.dropdownMenu .cmsImage
{
        width: 100%;
        height: auto;
}

.dropdownMenu .menuClose
{
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
    color: #ffffff;
    background-color: #66D79A;
    position: absolute;
    top: 15px;
    right: 40px;
    /* font-size: 15px; */
    font-size: 0.738em;
    border-radius: 5px;
    border: 0px;
}
.dropdownMenu .menuClose:hover
{
    background-color: #56B883;
}
.dropdownMenu a {
    color: #FFFFFF;
}
.dropdownMenu a:hover {
    color: #CCCCCC;
}

.dropdownMenu td h2 {
    /*font-size: 18px;*/
    font-size: 1.125em; /* ADA Compliance */
}

.dropdownMenu ul {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.dropdownMenu li {
  position: relative;
}


.dropdownMenu ul li:before{
   content: '';
   position: absolute;
   border-right:2px solid white;
   border-bottom:2px solid white;
   width:6px;
   height:6px;
    top: calc(50% - 4px);
    left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}


#mainNav ul.nav li:hover .dropdownMenu
{
    /*
    opacity: 1.0;
    display: block;
    */
}
#supportDivMenu
{
    width: 1188px !important;
    left: -525px !important;
	top: 70px !important;
}
#servicesDivMenu
{
    width: 1188px !important;
    left: -963px !important;
	top: 70px !important;
}
#memberCenterDivMenu
{
    width: 1200px !important;
    left: -525px !important;
	top: 70px !important;
}
/* END DROPDOWN STYLE */
.phone{
	font-family: 'Prompt', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    float: left;
    margin: 0px 0px 0px 20px;
	padding-right: 10px;
}
.searchDiv{
	float: right;
    background: #fff;
    height: 51px;
    width: 235px;
    margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
		-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;

}
.search {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
input.searchTerm {
	width: 71%;
	padding: 10px;
	font-size: 14px;
	border: 0px !important;
	margin: 0px !important;
	position: absolute;
	top: 7px;
	right: 67px;
		-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;

}
.searchButton {
   width: 61px;
  height: 51px;
   background: #66d79a;
   text-align: center;
   cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 0px;
		-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.0s;
    -moz-transition: all 0.0s;
    -ms-transition: all 0.0s;
    -o-transition: all 0.0s;
    transition: all 0.0s;

}

/* SLIDER STYLES */

#sliderContainer{
	/* STYLE FULLY SUBJECT TO CHANGE */
	width: 1200px;
    height: 450px;
    float: left;
    position: relative;
	/*margin-top: 78px;*/
	background: #333333;
}
.slider{
	
}
.sliderCover {
    background: url(/images/design/caption-bg.png) no-repeat right;
    /*background-size: cover;
    background-position: center;*/
    width: 1200px;
    height: 520px;
    position: absolute;
    z-index: 1;
}
.captionDiv {
    margin: -20px 0px 0px 0px;
    width: 370px;
    position: relative;
    top: 25%;
    left: 800px;
    text-align: left;
}
.captionDiv h1 {
	font-family: 'Pragati Narrow', sans-serif;
    font-size: 43px;
    line-height: 40px;
    text-align: left;
    color: #66d79a;
	font-weight: 700;
	text-shadow: 1px 2px 1px #0e1758;
    /* float: right; */
    position: relative;
    /* bottom: 100px; */
    padding: 0px 00px 0px 0px;
}
.captionDiv h1 b {
	font-weight: 700;
	padding: 0px 0px 0px 25px;
}
.captionDiv p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-shadow: 1px 2px 1px #0e1758;
    /* float: right; */
    width: 340px;
    text-align: left;
    position: relative;
    left: 30px;
    top: 0px;
}
.captionDiv a{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 2px solid #66d79a;
}
.captionDiv a:hover{
	color:#66d79a;
	border-bottom: 0px solid #66d79a;
}
.sliderImageHolder{
	
}
.filter {
    background: url() repeat top left;
    width: 1200px;
    height: 600px;
    position: absolute;
    float: right;

}
/* END SLIDER STYLES */
#aboutDiv{
	width: 1200px;
	height: 160px;
	border-top: 6px solid #a0a7de;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dddfea));
	background:-moz-linear-gradient(top, #ffffff 5%, #dddfea 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #dddfea 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #dddfea 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #dddfea 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #dddfea 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddfea',GradientType=0);
	background-color:#ffffff;
	float: left;
	position: relative;
}
#aboutDiv p{
	font-family: 'Prompt', sans-serif;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
	line-height: 25px;
	color: #0e1758;
}
.aboutRight{
	float: right;
    width: 200px;
    height: 100px;
    padding: 40px 0px 0px 0px;
}
.aboutContainer{
	padding: 20px 0px 0px 40px;
	width: 885px;
}
.aboutContainer #adminEditButton.homeEdit
{
	position: relative;
	float: left;
	top: -30px;
	right: 0px;
}
.largeContentButton {
	font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 16px;
	color:#0e1758;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
    height: 24px;
    background:#66d79a;
    position: relative;
    padding: 20px 20px 20px 20px;
    line-height: 24px;
    display: inline-block;
}
.largeContentButton:hover{
	/* color: #4c60b1; */
}
.largeContentButton:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    border-left: 8px solid #66d79a;
    border-bottom: 8px solid transparent;
    width: 0;
}

#eventsDiv{
	background: url(/images/design/bg-blue-connections.jpg) no-repeat bottom left;
	background-size: cover;
    width: 1200px;
    height: 280px;
    float: left;
	border-top: 1px solid #fff;
	padding: 100px 0px;
}
#eventsLeft{
	padding: 15px 0px 0px 25px;
    width: 300px;
    height: 255px;
    float: left;
    border-right: 1px dotted #FFFFFF;
}
#eventsLeft h1{
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
#eventsLeft p {
	color: #FFFFFF;
}
.eventDate{
	width: 65px;
    height: 65px;
    background: #323d8f;
    border: 2px solid #fff;
    box-shadow: 1px 0px 4px #323d8f;
    float: left;
	margin-right: 15px;
}
.eventDate p{
	font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #b5bcf2;
    text-align: center;
    margin: 5px 0px 0px 0px;
}
.eventDate h1{
	font-family: 'Prompt', sans-serif;
    font-weight: 700 !important;
    font-size: 34px !important;
    color: #fff !important;
    text-align: center;
    margin: -10px 0px 0px 0px;
}
.eventContainer{
	background: #e6e9fc;
    width: 300px;
    height: 70px;
    margin: 0px 0px 16px 0px;
    padding: 15px 15px 15px 15px;
}
.eventListing{
	/*float: left;*/
    padding: 10px 20px 0px 0px;
}
.eventListing a{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0e1758;
    text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 190px;
	overflow: hidden;
	float: left;
}
.eventListing p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323d8f;
    margin: 0px 0px 0px 0px;
}
#eventsRight{
	padding: 15px 0px 0px 25px;
    width: 800px;
    height: 250px;
    float: left;
}
#eventsRight h1{
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}

/* FROM DESIGN DOC */
#featuredDiv{
	width: 1200px;
	height: 680px;
	float: left;
	background-color:#ffffff;
}
.featuredEvent{
	width: 750px;
	height: 580px;
	padding: 20px 0px 0px 20px;
	float: left;
}
.eventList{
    width: 325px;
    height: 450px;
    margin: 0px 20px 0px 0px;
    float: right;
}
.featuredLink{
	float: right;
	padding: 27px 0px 0px 0px;
}
.featuredLink a{
	font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	text-decoration: none;
    letter-spacing: 1px;
    color: #323d8f;
}
.featuredLink a:hover{
	color: #4c60b1;
}
.featuredNewsLink{
	float: right;
    padding: 34px 0px 0px 5px !important;
    margin-right: 30px !important;
}
.featuredNewsLink a{
	font-family: 'Prompt', sans-serif;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase;
	text-decoration: none;
    letter-spacing: 1px;
    color: #323d8f !important;
	border-bottom: none !important;
}
.featuredNewsLink a:hover{
	color: #4c60b1 !important;
}
.featuredNewsGradient{
	width: 120px;
    height: 120px;
    margin: 3px 0px 0px 2px;
    float: left;
    position: absolute;
    z-index: 1;
}
.eventEntry{
	background: #e6e9fc;
    width: 300px;
    height: 70px;
    margin: 0px 0px 16px 0px;
    padding: 15px 15px 15px 15px;
}
.eventEntry:hover{
	opacity: 0.9;
	cursor: pointer;
}
.eventEntry a{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 16px;
	color:#0e1758;
	text-decoration: none;
}
.eventEntry p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #323d8f;
	margin: 0px 0px 0px 0px;
}
.eventEntryWrapper{
	float: left;
    padding: 10px 20px 10px 20px;
}
.date{
	width: 65px;
    height: 65px;
    background: #323d8f;
    border: 2px solid #fff;
	box-shadow: 1px 0px 4px #323d8f;
    float: left;
}
.date p{
	font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #b5bcf2;
    text-align: center;
    margin: 5px 0px 0px 0px;
}
.date h1{
	font-family: 'Prompt', sans-serif;
    font-weight: 700 !important;
    font-size: 34px !important;
    color: #fff !important;
    text-align: center;
    margin: -10px 0px 0px 0px;
}
.dateFloat {
    margin: 0px 0px 0px 0px;
    position: relative;
	z-index: 1;
    top: 10px;
    left: 6px;
    float: right;
}
.floatWrap{
	float: right;
	width: 30%;
	position: absolute;
	z-index: 1;
}
#featuredDiv h1{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 28px;
	color:#0e1758;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
#featuredDiv h2{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 0;
    padding-bottom: 20px;
    color: #323d8f;
    text-decoration: none;
    letter-spacing: 1px;
}
#featuredDiv h3{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 18px;
	color:#0e1758;
	margin: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 215px;
	overflow: hidden;
	/*float: left;*/
}
.featuredBlock{
	background: #fff;
	width: 400px;
	height: 450px;
}
.featuredBlockWrapper{
	/* width: 350px; */
    margin: 280px 0px 0px 0px;
    float: left;
    height: auto;
}
.featuredBlockWrapper p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #2c2c2c;
}
.featuredNews{
	width: 420px;
	height: 580px;
	padding: 20px 0px 0px 0px;
	float: right;
}
.featuredNews a{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #0e1758;
    border-bottom: 2px solid #66d79a;
    text-decoration: none;
}
.featuredNews a:hover{
	color: #4c60b1 !important;
}
.featuredNews p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 13px;
	line-height:14px;
    letter-spacing: 1px;
    color: #2c2c2c;
	margin: 10px 0px 0px 0px;
}
.featuredNews b{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
	color: #4c60b1;
}
.featuredNewsLabel {
    float: left;
    position: absolute;
    /*z-index: 999999;*/
    margin: 95px 0px 0px 2px;
    padding: 0px 0px 5px 0px;
    background: #323d8f;
    width: 120px;
}
.featuredNewsLabel p{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 11px;
	color: #fff;
	text-shadow: 1px 2px 1px #0e1758;
	text-align: center;
}
.featuredGradient{
	width: 370px;
    height: 270px;
    float: left;
    position: absolute;
    z-index: 1;
    margin: 2px 0px 0px 2px;
}
.featuredEventLabel{
	float: left;
    position: absolute;
    z-index: 3;
    margin: 0px 0px 0px 10px;
}
.featuredEventLabel p{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 14px;
	color: #fff;
	text-shadow: 1px 2px 1px #0e1758;
}
.featuredEventImg{
    width: 370px;
    height: 270px;
    float: left;
    border: 2px solid #fff;
    border-bottom: 4px solid #66d79a;
    box-shadow: 1px 0px 8px #323d8f;
	position: absolute;
	object-fit: cover;
}
.featuredEventImg:hover{
	opacity: 0.8;
}
.featEventTitle{
	width: 370px;
    height: 60px;
    float: left;
    position: absolute;
    z-index: 2;
    margin: 210px 0px 0px 0px;
    padding: 10px 0px 0px 15px;
}
.featEventTitle h3{
    font-family: 'Prompt', sans-serif;
    font-weight: 500 !important;
    font-size: 18px;
    color: #fff !important;
    margin: 0px;
	width: 100% !important;
}
.featEventTitle p{
	color: #a0a7de !important;
    font-size: 13px !important;
    margin: 0px 0px 0px 0px !important;
    text-transform: uppercase !important;
}
.featuredNewsWrapper{
	width: 360px;
    height: 140px;
    padding: 0px 20px 20px 0px;
    float: left;
	border-bottom: 1px solid #ccc;
}
.featuredNewsImg{
	background: blue;
    width: 120px;
    height: 120px;
    float: left;
    border: 2px solid #fff;
    border-bottom: 4px solid #66d79a;
    box-shadow: 1px 0px 8px #323d8f;
    margin: 0px 20px 0px 0px;
}
.featuredNewsImg:hover{
	opacity: 0.8;
}
.newsEntry p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 11px;
	line-height:12px;
    letter-spacing: 1px;
    color: #2c2c2c;
	margin: 10px 0px 0px 0px;
}
.newsEntry b{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
	color: #4c60b1;
}
.newsEntry{
    width: 370px;
    height: 100px;
    margin: 0px 0px 16px 0px;
    padding: 15px 15px 15px 0px;
    float: left;
}
.newsEntryImg{
	background: blue;
    width: 90px;
    height: 90px;
    float: left;
    margin: 0px 20px 0px 0px;
    border: 2px solid #fff;
    box-shadow: 1px 0px 8px #323d8f;
}
.newsEntryImg:hover{
	opacity: 0.8;
}
.newsEntry a{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 13px;
	color:#0e1758;
	border-bottom: 2px solid #66d79a;
	text-decoration: none;
}
#connectedDiv{
	background: #323d8e;
    float: left;
    height: 550px;
    width: 100%;
    position: relative;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
 #contentVideo {
	width: 100%;
	min-height:100%;
	min-width:100%;
}
.connected{
	width: 450px;
    height: 480px;
    float: left;
    position: absolute;
    z-index: 1;
    left: 50px;
}
.connected h1{
	font-family: 'Pragati Narrow', sans-serif;
    font-size: 70px;
    line-height: 65px;
    text-align: left;
	letter-spacing: 2px;
    color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 2px 1px #0e1758;
	margin-bottom: 20px;
}
.connected h1 b{
	color: #ced4ff;
	font-weight: none;
}
.connected p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
	margin: 10px 0px 0px 0px;
    color: #fff;
    text-shadow: 1px 2px 1px #0e1758;
	
}
.connectedPhone{
	width: 900px;
    height: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.storeIcon{
	padding: 0px 10px 0px 0px;
}
.storeIcon:hover{
	opacity:0.8;
}
#districtsDiv{
	background: #f1f2f1;
	width: 1200px;
	height: 450px;
	float: left;
	border-top: 6px solid #66d79a;
}
.districtsNewImg {
    float: left;
    z-index: 0;
    position: relative;
    margin-top: -50px;
}
.districtsContent{
	width: 450px;
    height: 400px;
    float: right;
    padding: 40px 40px 0px 0px;
}
#districtsDiv h1{
	font-family: 'Pragati Narrow', sans-serif;
    font-size: 45px;
    line-height: 40px;
	letter-spacing: 1px;
    text-align: left;
    color: #323d8f;
    font-weight: 700;
}
#districtsDiv p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #2c2c2c;
}
/* News END OF FROM DESIGN STYLE */
.featuredEvents{
	/* width: 835px; */
	width: 100%;
    height: 240px;
    float: left;
	margin-bottom: 50px;
	border-bottom: 1px solid #CCCCCC;
}
.scroll { 
    /*overflow-x: scroll;*/
    overflow-y: hidden;
    height: 250px;
    /* white-space:nowrap; */
} 
.featuredTitle{
	/* width: 200px;
    height: 60px;*/
    padding-top: 10px;
	/* overflow: hidden; */
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	color: #0e1758;
}
.featuredEvents a{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color: #0e1758;
	font-weight: 200;
	text-decoration: none;
}
.featuredEvents p{
	font-family: 'Lato', sans-serif;
	font-size:12px !important;
	color: #666666 !important;
	font-weight: 200;
	text-decoration: none;
	line-height: 0;
	margin-top: 0px;
}
.thumb{
	float: left;
    width: 220px;
    min-height: 190px;
    padding-right: 30px;
}
.scrollWrapper{
	width:1200px;
}
.eventImg{
	border: 2px solid #0e1758;
	margin-right: 30px;
}
.eventImgCal {
	border: 2px solid #0e1758;
	margin-right: 30px;
}
.eventImgWrapper{
	background: #0e1758;
	width: 318px;
    height: 194px;
}
.eventImgWrapper:hover img{
	opacity: 0.5;
}

#newsDiv{
	background: #e8e7e9;
    width: 1200px;
	height: 350px;
    float: left;
	border-top: 2px dotted #d8d8d8;
}
#newsLeft{
	padding: 15px 0px 0px 25px;
    width: 520px;
    height: 330px;
    float: left;
    border-right: 2px dotted #d8d8d8;
}
#newsLeft h1{
	font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    color: #303030;
	font-weight: 600;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 0px 0px 0px;
}
#newsThumb{
	width: 505px;
    /* height: 165px; */
    /* margin: 25px 0px 0px 0px; */
    float: left;
}
.newsImg{
	border: 2px solid #0e1758;
	margin-right: 30px;
}
.newsImg:hover{
	opacity: 0.8;
}

#newsLeft .newsImg{
	width: 200px;
    height: 140px;
    object-fit: cover;
}


.newsContainer{
	width: 100%;
	height: 100px;
	margin: 0px 0px 16px 0px;
	padding: 15px 15px 15px 0px;
	float: left;
}
.newsContainer h2{
	font-family: 'Prompt', sans-serif;
    font-size: 18px;
    color: #303030;
	font-weight: 400;
}
.newsContainer h3
{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0e1758;
    margin: 0px;
}
.newsContainer b{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #4c60b1;
}
.newsContainer p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #2c2c2c;
    margin: 10px 0px 0px 0px;
}
.newsContainer a{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: #0e1758;
    border-bottom: 2px solid #66d79a;
    text-decoration: none;
}
.newsContainer a:hover{
	color:#38274a;
	text-decoration: none;
	border-bottom: none;
}
#newsRight{
	padding: 15px 0px 0px 0px;
    width: 610px;
    height: 330px;
    float: right;
}
#newsRight h1{
	font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    color: #303030;
	font-weight: 600;
    letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 0px 0px 0px;
}
.facebook{
	width: 300px;
	height: 300px;
	float: left;
}
.instagram{
	width: 280px;
    height: 285px;
    margin: -55px 0px 0px 0px;
    float: left;
}
.instagram img
{
	width: 90%;
	border: 2px solid #f6822c;
}
.instagram h2{
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #303030;
	font-weight: 400;
}
#footer {
    background: #333333;
    width: 1200px;
    position: relative;
    display: inline-block;
}
.footerColumn{
	width: 280px;
    padding: 30px 0px 0px 30px;
    float: left;
}
.footerColumn h1{
	font-family: 'Titillium Web', sans-serif;
	font-size:20px;
	color: #e8e7e9;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
}
.footerColumn p{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #e8e7e9;
    font-weight: 300;
}
.footerColumn a{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #e8e7e9;
    line-height: 22px;
    font-weight: 300;
	text-decoration: none;
}
.footerColumn a:hover{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #f6822c;
	line-height: 22px;
    font-weight: 300;
	text-decoration: none;
}
.footerColumnTwo{
	width: 230px;
    padding: 77px 0px 0px 0px;
    margin: 0px 0px 0px -50px;
    float: left;
}
.footerColumnTwo a{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #e8e7e9;
    line-height: 22px;
    font-weight: 300;
	text-decoration: none;
}
.footerColumnTwo a:hover{
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #f6822c;
	line-height: 22px;
    font-weight: 300;
	text-decoration: none;
}
#copyright{
	border-top: 6px solid #4c60b1;
    background: #2c2c2c;
    width: 1180px;
    height: 50px;
    padding: 10px 0px 10px 20px;
    float: left;
}
#copyright p{
	font-family: 'Prompt', sans-serif;
    font-weight: 300;
    font-size: 15px;
	color: #fff;
}
#copyLinks{
	float: right;
    margin: 12px 0px 0px 0px;
    padding-right: 30px;
}
#copyLinks a{
    font-family: 'Prompt', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #66d79a;
    text-decoration: none;
}
#copyLinks a:hover{
	color: #5cb898;
}
.calendarDisplayWrapper
{
	width: 90%;
	float: left;
	margin-left: 35px;
}
.sidebarNews
{
	font-family: 'Prompt', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0e1758;
    margin: 0px;
}

#mainNav #memberCenterDivMenu h1 a
{
	font-size: 1em !important;	
}

#mainNav li ul
{
	
}

#mainNav li ul li 
{
	background: none;
	background-color: none;
	padding: 0px;
    margin: 0px 0px 10px 0px;
    border-right: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    float: none;
    text-align: left;
    display: block;
	font-size: 14px;
}

#mainNav li ul li:hover{
	background: none; 
}

#mainNav li ul li a
{
	font-size: 14px;	
}

#filterGroups {
	width: 250px;
}

.filterGroupsDirectory{
	width: 175px;
	margin-right: 15px;
}

.fa-star {
	cursor:pointer;
}