@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');


.CMSComponentMainText {
    margin: 1em !important;
    border-radius: 15px;
    background-color: #f1f1f1f1;
    padding: 2em 0em;
    text-align: left;
}

.CMSComponentMainText .HeadingTitle {
    color: rgb(1, 81, 155) !important;
}

.CMSComponentUpcomingEvents .ComponentHeader {
    color: rgb(1, 81, 155) !important;
}

#cms_Section_updates .CMSComponentTeamFeed {
    margin: 1em !important;
    background-color: #f1f1f1f1;
    padding: 15px;
    border-radius: 15px;
}

body.Inner #cms_Section_cms_Primary {
    padding: 1em !important;
}

#cms_Section_updates .CMSComponent + .CMSComponent {
    margin: 1em !important;
    border-radius: 15px;
}

.CMSComponentUpcomingEvents {
    margin: 1em !important;
    border-radius: 15px !important;
    background-color: #f1f1f1f1 !important;
    width: auto !important;
}

#siteFooter {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    font-size: 1.1em;
    background: #f1f1f1f1;
    padding: 1em;
    color: #FFF;
    border-radius: 15px;
    margin: 1em;
}

#cms_Section_cms_Primary {
    padding: 1em !important;
}

.CMSComponentTeamPartners {
    margin: 1em !important;
    border-radius: 15px !important;
    background-color: #01519b !important;
}

.CMSComponentTeamPartners .ComponentHeader {
    color: #FFFFFF !important;
}
    

.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    border: solid 0.1em #e7e7e7;
    padding: 1em;
    max-width: 300px;
    border-radius: 15px;
    min-width: 300px;
    height: 14em;
    color: #333333;
    justify-content: center;
    box-sizing: border-box;
    background-color: #01519b;
}

.CMSComponentCommandButtons .CommandButtons a.CommandItem {
    margin: 15px;
    max-width: 300px;
    box-sizing: border-box;
    min-width: 300px;
    min-height: 168.75px;
    border-radius: 15px !important;
}
#upcomingEvents{
    padding-right: 2em;
}


.MainNavigator li > a:hover {
    color: #01519b !important;
}

.MainNavigator li.Active > a {
    color: #01519b;
}

.CMSComponentTeamLinks ul > li > a {
    color: #ffffff !important;
}

.CMSComponentTeamLinks li > a:hover {
    color: #ffffff !important;
    font-weight: bold !important;
}

.CMSComponentSocialLinks > .Horizontal > li > a {
    display: block;
    font-size: 1.4em;
    line-height: 1em;
    width: 1em;
    padding: 0.4em;
    border-radius: 50px !important;
    color: #ffffff !important;
       
}
    

#video-wrap {
float: left;
margin: 0 20px 5px 0;
}



#globalTopBar > * {
    padding: 0em !important;
    padding-right: 1em !important;
    color: #ffffff !important;
    border-color: white !important;
}

.CMSComponentAccountBar .AccountInfo {
    flex-direction: row;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	cursor: pointer;
    color: #ffffff;
}

#headerPane #cms_Section_teamIdentity {
	order: 3;
	flex: 0 1 auto;
	padding: 0.25em !important;
	color: white !important;
	border-color: white !important;
}

.CMSComponentTeamLevel > div.LevelSeparator {
    margin-left: 1em;
    margin-right: 1em;
    box-sizing: border-box;
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    border-left: 1px solid #ffffff !important;
    min-height: 4em;
}