@keyframes zoom-in-zoom-out {
	0%,to {
		-webkit-transform: scale(1,1)
	}

	50% {
		-webkit-transform: scale(1.1,1.1)
	}
}

@keyframes intro {
	0%,40%,to {
		-webkit-transform: scale(1,1)
	}

	5% {
		-webkit-transform: scale(.9,.9)
	}

	25% {
		-webkit-transform: scale(1.025,1.025)
	}
}

div#ctl00_RadTabStrip1 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 25px
}

#ctl00_hl_Home {
	min-height: 135px;
	display: flex;
	align-items: center;
	justify-content: flex-start
}

body, html {
	height: 100%;
	width: 100%
}

.RadTabStrip_MetroTouch.rtsTop .rtsLevel1, .rtsTop .rtsLevel1, .rtsUL {
	background: linear-gradient(90deg,rgb(5 153 225) 20%,rgb(0 105 217) 100%)
}

*, body, html {
	margin: 0;
	padding: 0
}

img {
	border: 0
}

.login a {
	text-decoration: underline
}

h3 {
	font: 16px"trebuchet-ms",helvetica,sans-serif;
	margin: 0 0 15px
}

a {
	color: #0072c5
}

#AnnouncementsTab, #ctl00_RadTabStrip1 > div > ul > li.rtsLI.rtsSelected {
	background-color: #ffffff00
}

li.rtsLI.rtsSelected {
	background-color: #0054ff !important;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	cursor: pointer !important
}

li.rtsLI {
	background-color: #0069d9;
	border-top-left-radius: 10px;
	margin: 0 !important;
	padding: 0 !important
}

.login a, .login h3, span.rtsTxt {
	color: #fff
}

#loginInformation {
	height: 200px
}

#Header {
	display: flex
}

.left-con {
	height: calc(100vh - 20%)
}

.footer {
	bottom: 0;
	color: #999;
	font: 11px/16px arial,helvetica,sans-serif;
	height: 50px;
	margin-left: 25px;
	padding: 4px 0 0;
	width: 100%
}

.RadTabStrip_MetroTouch.rtsTop .rtsLevel1, .rtsTop .rtsLevel1, .rtsUL {
	background-color: #0599e1;
	border-bottom-width: 0 !important
}

.login {
	color: #fff;
	margin: 12px 5px 10px;
	overflow: hidden;
	padding-bottom: 10px
}

#AnnouncementsTab {
	font-size: 125%
}

.main-box {
	width: auto;
	display: block;
	float: none;
	font-family: "Arial";
	margin: 0 auto;
	padding: 0
}

.RadTabStrip .rtsLevel1 .rtsLink {
	border-width: 0 !important
}

.main-box .inner-main-box {
	margin: 10px 0 30px;
	padding-left: 25px
}

	.main-box .inner-main-box h4 {
		border-bottom: 1px solid #ccc;
		font-size: 24px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 30px;
		margin: 0 auto 14px;
		padding-bottom: 10px
	}

	.main-box .inner-main-box .description {
		font-size: 14px;
		letter-spacing: normal;
		line-height: 25px;
		margin: 10px 0
	}

input#ctl00_Button1, input#ctl00_btnlogin {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	background-image: none;
	border-color: #004b9d;
	border-radius: .25rem;
	color: #fff;
	display: inline-block;
	font-family: "Ubuntu",sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: .375rem .75rem;
	text-align: center;
	transform: scale(1,1);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

input#ctl00_btnlogin {
	background-color: #0054ff
}

span#AnnouncementsTab {
	cursor: default
}

input#ctl00_Button1 {
	background-color: #0599e1 !important;
	margin-top: 5px
}

.left-con {
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	color: #fff;
	height: fit-content;
	width: 300px
}

#SignUpLeftMenu, .login {
	align-items: center;
	display: flex;
	flex-direction: column
}

.login {
	align-content: space-around;
	justify-content: flex-start
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected .rtsLink {
	background: linear-gradient(90deg,#25a0da 80%,#0599e1 100%);
	border-color: #25a0da;
	color: #fff;
	background-color: #25a0da
}

#SignUpLeftMenu {
	background-color: #0069d9;
	border: 2px ridge #231f20;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	width: 200px
}

.animation {
	animation: intro 5s ease-out infinite
}

.left-con {
	background: #0599e1;
	min-height: 150px;
	padding: 6px 0
}

input[type=password], input[type=text], textarea {
	background: #fff;
	border: solid 1px #d9d9d9;
	border-top: solid 1px silver;
	color: #333;
	line-height: 25px;
	padding-left: 5px
}

input[type=password], input[type=text] {
	font-family: arial,sans-serif;
	font-size: 1em;
	height: 22px;
	width: 200px
}

textarea {
	height: 150px;
	width: 300px
}

input[type=submit] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #0599e1 no-repeat center;
	border: 1px solid #3079ed;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 5px 10px
}

input, textarea {
	font: 99%arial,helvetica,clean,sans-serif
}

i.far.fa-calendar-alt {
	color: #0599e1;
	font-size: 200%;
	margin-right: 5px
}

i.fas.fa-bullhorn {
	color: #0599e1;
	font-size: 275%;
	margin-right: 25px;
	transform: rotate(-30deg)
}

.far, .fas {
	-moz-osx-font-smoothing: #808080scale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 400;
	font-family: "Font Awesome 5 Free"
}

.fas {
	font-weight: 900
}

.RadInput {
	vertical-align: middle
}

	.RadInput .riTextBox {
		height: 17px
	}

.riSingle .riTextBox {
	height: 1.833em
}

html body .RadInput .riTextBox {
	border-width: 1px;
	border-style: solid;
	padding: 2px 2px 1px;
	vertical-align: middle
}

.RadInput .riLabel {
	margin: 0 4px 0 0;
	white-space: nowrap;
	width: 40%;
	background: 0 0
}

.riSingle {
	display: inline-block;
	white-space: nowrap;
	text-align: left
}

	.riLabel, .riSingle, .riSingle .riContentWrapper, .riSingle .riTextBox {
		box-sizing: border-box
	}

		.riSingle .riLabel {
			vertical-align: middle;
			display: inline-block;
			margin: 0;
			padding-right: 5px
		}

		.riSingle .riContentWrapper {
			display: inline-block;
			vertical-align: middle;
			overflow: visible;
			width: 60%
		}

html body .riSingle .riTextBox {
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
	width: 100%
}

.RadInput_Default {
	font: 12px"segoe ui",arial,sans-serif
}

html body .RadInput_Default .riTextBox {
	border-color: #b3b3b3;
	color: #333;
	background-color: #fff;
	font: 12px"segoe ui",arial,sans-serif
}

.RadInput_Default .riLabel {
	color: #000
}

.RadTabStrip {
	line-height: 1.42857143;
	overflow: hidden
}

	.RadTabStrip .rtsLevel {
		box-sizing: border-box
	}

	.RadTabStrip .rtsUL {
		margin: 0;
		padding: 0;
		list-style: none
	}

	.RadTabStrip .rtsLI, .RadTabStrip .rtsLink {
		display: block;
		position: relative
	}

	.RadTabStrip .rtsLink {
		padding: 10px 15px;
		background-position: 0 0;
		background-repeat: repeat-x;
		text-decoration: none;
		cursor: pointer
	}

	.RadTabStrip .rtsTxt {
		text-decoration: inherit;
		display: inline-block;
		vertical-align: middle
	}

	.RadTabStrip .rtsLevel1 {
		border-width: 0;
		border-style: solid
	}

		.RadTabStrip .rtsLevel1 .rtsLink {
			border-style: hidden !important
		}

.rtsHorizontal .rtsLevel {
	width: 100%
}

.rtsHorizontal .rtsLI {
	display: inline-block;
	vertical-align: top
}

.rtsTop .rtsLevel1 .rtsUL {
	margin-bottom: -1px
}

.description.ng-binding {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start
}

.RadTabStrip_MetroTouch {
	color: #333;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif
}

	.RadTabStrip_MetroTouch .rtsLevel1 {
		border-color: #25a0da
	}

		.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
			border-color: #e0dfdf;
			color: #000;
			background-color: #f9f9f9
		}

	.RadTabStrip_MetroTouch.rtsTop .rtsLevel1 .rtsUL {
		margin-bottom: 0
	}

	.RadTabStrip_MetroTouch.rtsTop .rtsLevel1 .rtsLink {
		border-bottom-width: 0
	}

.RadMultiPage {
	box-sizing: border-box
}

	.RadMultiPage .rmpView {
		height: 100%;
		box-sizing: border-box
	}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2)format("woff2");
	unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2)format("woff2");
	unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2)format("woff2");
	unicode-range: U+1F00-1FFF
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2)format("woff2");
	unicode-range: U+0370-03FF
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2)format("woff2");
	unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jsGyN.woff2)format("woff2");
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2)format("woff2");
	unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2)format("woff2");
	unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2)format("woff2");
	unicode-range: U+1F00-1FFF
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2)format("woff2");
	unicode-range: U+0370-03FF
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2)format("woff2");
	unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
	font-display: swap;
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3jsGyN.woff2)format("woff2");
	unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
