﻿/*Less Variables*/
/*Grey color in Grids*/
/*Neon Green Hover*/
/*END Less Variables*/
/****************************************/
/*         MASTER STYLESHEET            */
/*   Reset Default Browser Settings     */
/****************************************/
/*********************************************region Clear for all browsers*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a img,
:link img,
:visited img {
  border: none;
}
a:focus {
  outline: 0;
}
:link,
:visited {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
label {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
* {
  -webkit-tap-highlight-color: transparent;
}
/*div, a, section, article, img, h1, h2, h3, h4, h5 ,h6 { -webkit-user-select:none; -moz-user-select:none; }*/
html {
  font-size: 100.01%;
  height: 100%;
  background: #f8fdf9;
  background-size: auto;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: cover;
  background-position-x: right;
  background-position-y: top;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  overflow: scroll;
  /*Added from MyPort Styling*/
  color: #52585D;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*********************************************END region Clear for all browsers*/
/**********************************************region general*/
.Hide {
  display: none;
}
.ForceHide {
  display: none !important;
}
.InLineB {
  display: inline-block;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.placeholder {
  color: #aaa;
}
.borRed {
  border: 1px solid #F00 !important;
}
.bold {
  font-weight: bold;
}
.clear {
  clear: both;
}
.lblSmall {
  font-size: 1.2em;
}
.lbl2XSmall {
  font-size: 1.6em;
}
.lblMedium {
  font-size: 1.7em !important;
}
.lblLarge {
  font-size: 2.5em;
}
.lblSuper {
  font-size: 2em;
}
.lblMega {
  font-size: 5em;
}
.lblLudicrous {
  font-size: 8em;
}
.lblMucho {
  font-size: 3.2em;
}
.fs1em {
  font-size: 1em !important;
}
.fs2em {
  font-size: 2em;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w27 {
  width: 27%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
.minw125 {
  min-width: 125px;
}
.w4em {
  width: 4em;
}
.w5em {
  width: 5em;
}
.w6em {
  width: 6em;
}
.w7em {
  width: 7em;
}
.w10em {
  width: 10em;
}
.w11em {
  width: 11em !important;
}
.w12em {
  width: 12em;
}
.w15em {
  width: 15em;
}
.w25em {
  width: 25em;
}
.w30em {
  width: 30em;
}
.w41em {
  width: 41em;
}
.w200px {
  width: 200px;
}
.flLeft {
  float: left;
}
.flRight {
  float: right;
}
.flNone {
  float: none;
}
.hinputsml {
  height: 0.8em;
}
.hinput {
  height: 1.2em;
}
.h5em {
  height: 5em;
}
.h10em {
  height: 10em;
}
.lh10 {
  line-height: 1em;
}
.lh14 {
  line-height: 1.4em;
}
.lh16 {
  line-height: 1.6em;
}
.lh18 {
  line-height: 1.8em;
}
.padA10 {
  padding: 10px;
}
.padA15 {
  padding: 15px;
}
.pad5 {
  padding: 5px;
}
.pad8 {
  padding: 0px 8px 8px 8px;
}
.padR10 {
  padding-right: 10px;
}
.padL5 {
  padding-left: 5px;
}
.padB10 {
  padding-bottom: 10px;
}
.padB25 {
  padding-bottom: 25px;
}
.padT25 {
  padding-top: 25px;
}
.marL5 {
  margin-left: 5px;
}
.marL10 {
  margin-left: 10px;
}
.marL15 {
  margin-left: 15px;
}
.marL20 {
  margin-left: 20px;
}
.marL25 {
  margin-left: 25px;
}
.marL50 {
  margin-left: 50px;
}
.marT5 {
  margin-top: 5px;
}
.marT10 {
  margin-top: 10px;
}
.marT15 {
  margin-top: 15px;
}
.marT20 {
  margin-top: 20px;
}
.marT25 {
  margin-top: 25px;
}
.marT55 {
  margin-top: 55px;
}
.marT75 {
  margin-top: 75px !important;
}
.marR5 {
  margin-right: 5px;
}
.marR10 {
  margin-right: 10px;
}
.marR15 {
  margin-right: 15px;
}
.marB2 {
  margin-bottom: 2px;
}
.marB5 {
  margin-bottom: 5px;
}
.marB10 {
  margin-bottom: 10px;
}
.marB15 {
  margin-bottom: 15px;
}
.marB20 {
  margin-bottom: 20px;
}
.marB25 {
  margin-bottom: 25px;
}
.marB45 {
  margin-bottom: 45px;
}
.marNo {
  margin: 0;
}
.mar0 {
  margin: 0 !important;
}
.mar5 {
  margin: 5px;
}
.mar10 {
  margin: 10px;
}
.mar15 {
  margin: 15px;
}
.marcntr {
  margin: 10px auto 10px auto;
}
.marAuto {
  margin-left: auto;
  margin-right: auto;
}
.maxH75 {
  max-height: 75px;
}
.maxH200 {
  max-height: 200px;
}
.alRight {
  text-align: right !important;
}
.alLeft {
  text-align: left !important;
}
.alCenter {
  text-align: center !important;
}
.alBottom {
  bottom: 0;
}
::-webkit-input-placeholder {
  color: #DCDCDC;
  font-style: italic;
}
:-moz-placeholder {
  color: #DCDCDC;
  font-style: italic;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #DCDCDC;
  font-style: italic;
}
/* ie */
input:-moz-placeholder {
  color: #DCDCDC;
  font-style: italic;
}
.vaTop {
  vertical-align: top;
}
.vaBottom {
  vertical-align: bottom;
}
/**********************************************END region general*/
/*Misc Classes Needed for Header Styling*/
.red {
  color: #dd6149 !important;
}
.brightRed {
  color: red !important;
}
.green {
  color: green;
}
.HideBulletin {
  margin-top: -2000px;
}
/*END Misc Classes Needed for Header Styling*/
/*Default Global Control Styling*/
/*Default Fieldset Styling*/
.FSContainer fieldset {
  border: 0;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  box-shadow: 5px 5px 3px #808080;
  /*opacity: .8;*/
}
.FSContainer fieldset legend {
  position: relative;
  top: 20px;
  font-size: 2em;
  /*font-size: 2.2em;*/
  padding: 10px;
  border-radius: 5px;
  /*background: linear-gradient(to bottom, @color-base 1%,#FFFFFF 100%);*/
  /*background: linear-gradient(to bottom, #12aa73  1%,#92eae3  100%);*/
  /*background: linear-gradient(to bottom,#12aa73 20%,#92eab3 100%);*/
  color: black;
  font-weight: bold;
}
/*END Default Fieldset Styling*/
/*Button Styling*/
input[type=button],
input[type=submit],
button,
.button_type,
#MerchantStatementAnchor {
  -moz-box-shadow: 0px 10px 14px -7px #732727;
  -webkit-box-shadow: 0px 10px 14px -7px #732727;
  box-shadow: 0px 10px 14px -7px #732727;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.25, #ff822a), color-stop(1, #a05100));
  background: -moz-linear-gradient(top, #ff822a 5%, #a05100 80%);
  background: -webkit-linear-gradient(top, #ff822a 5%, #a05100 80%);
  background: -o-linear-gradient(top, #ff822a 5%, #a05100 80%);
  background: -ms-linear-gradient(top, #ff822a 5%, #a05100 80%);
  background: linear-gradient(to bottom, #ff822a 5%, #a05100 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff822a, endColorstr=#a05100, GradientType=0);
  -webkit-appearance: none;
  background-color: #ff822a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #5b8a3c;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.button_type:hover,
#MerchantStatementAnchor:hover {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff822a), color-stop(1, #a05100));
  background: -moz-linear-gradient(top, #ff822a 5%, #a05100 100%);
  background: -webkit-linear-gradient(top, #ff822a 5%, #a05100 100%);
  background: -o-linear-gradient(top, #ff822a 5%, #a05100 100%);
  background: -ms-linear-gradient(top, #ff822a 5%, #a05100 100%);
  background: linear-gradient(to bottom, #ff822a 5%, #a05100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a', GradientType=0);
  background-color: #ff822a;
}
input[type=button]:active,
input[type=submit]:active,
button:active,
.button_type:active,
#MerchantStatementAnchor:active {
  position: relative;
  top: 1px;
}
/*END Button Styling*/
/*Checkbox Styling*/
/*input[type=radio], input[type=checkbox]
{
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=radio] + label, input[type=checkbox] + label
{
	padding-left:27px;
	height:22px;
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:2.2em;
	vertical-align:middle;
	cursor:pointer;
	display:inline-block;
	transition: all 0.3s ease 0s;
}

input[type=radio]:checked + label , input[type=checkbox]:checked + label
{
	background-position: 0 -22px;
	font-weight:600;
}

input[type=radio] + label, input[type=checkbox] + label
{
	background-image:url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	padding-right:5px;
}*/
/*END Checkbox Styling*/
/*END Default Global Control Styling*/
/*Header Styling*/
.header_wrapper {
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  height: 110px;
  z-index: 9999;
  background-color: #005596;
}
.header_wrapper ~ * {
  margin-top: 110px;
}
.header {
  max-width: 980px;
  margin: 0 auto;
  height: 110px;
  /*.logo
	{
		padding:10px 0px;
		float:left;
		max-width:25%;
		//max-height:80px;
		margin-left: 2.5%;

		img
		{
			//width:100%;
			max-height:45px;

            &.EMSLogo{
                //width:88px;
            }
		}

		.imgMobile
		{
			text-align:left !important;
			width:40%;
			height:35px;
		}
	}*/
  /*Login Wide - Styling for UserName, SubMenu, Alert Bell*/
}
.header .EMSLogo {
  float: left;
  min-height: 80px;
}
.header .MPLogo {
  max-height: 50px;
}
.header .login {
  float: right;
  margin-right: 2.5%;
  margin-top: 10px;
  max-width: 25%;
}
.header .login ul {
  margin-top: 5px;
}
.header .login ul li {
  margin-bottom: 8px;
}
.header .login ul li span {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  display: inline-block;
  max-width: 100%;
}
.header .login ul li input {
  max-width: 270px;
  width: 90%;
  border-radius: 5px;
  padding: 5px;
  opacity: 0.8;
  background-color: white;
  color: black;
  font-weight: bold;
}
.header .login ul li label {
  display: inline;
}
.header .loginWide {
  float: right;
  margin-right: 2.5%;
  margin-top: 10px;
  max-width: 70%;
}
.header .loginWide ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.header .loginWide ul li span {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}
.header .loginWide ul li input {
  max-width: 270px;
  width: 90%;
  border-radius: 5px;
  padding: 5px;
  background-color: transparent;
  color: white;
  font-weight: bold;
  border: none;
}
.header .loginWide ul li img {
  height: 35px;
  vertical-align: middle;
}
.header .nav {
  width: 100%;
  display: flex;
}
.header .nav .navUL {
  margin: 0 auto;
  margin-top: -40px;
}
#EMSLogo {
  text-align: left !important;
  /*&:hover
	{
		content:url(../images/MyPortLogoWhite.png);
	}*/
}
.lblOffice {
  color: black !important;
}
#liUserName {
  /*text-align: right !important;
	width: 200px;*/
}
#NavSubMenu img {
  height: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.AlertBell {
  cursor: pointer;
}
.AlertBellClicked {
  cursor: pointer;
  background-color: white;
  border: 2px solid green;
  border-bottom: none;
}
.AlertDiv {
  background-color: white;
  border-radius: 10px;
  border: 2px solid green;
  width: 250px;
  transition: visibility 0.65s ease-in;
  z-index: 999;
  position: absolute;
  border-top-right-radius: 0px;
  border-top: none;
  right: 0;
}
.AlertDiv .Alertli {
  /*Needed to set hover this way because AlertDiv has z-index of 999*/
}
.AlertDiv .Alertli:hover {
  border-radius: 5px;
  background-color: #BBE5D7 !important;
}
.AlertDiv ul li {
  width: 95%;
}
.AlertDiv label {
  font-size: 1.5em;
  color: black;
  margin-bottom: 5px;
}
.NewAlertli {
  border-bottom: 1px solid black;
  margin-bottom: 5px;
}
.NewAlertlbl {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #dd6149 !important;
}
.PrevAlertshl {
  font-size: 1.7em;
  color: green;
  font-weight: bold;
  text-decoration: none;
}
.PswdExpireli {
  border-top: 1px solid black;
  margin-top: 5px;
}
.PswdExpirelbl {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #dd6149 !important;
}
.Alertli {
  text-align: left;
  width: 210px!important;
  padding: 5px;
}
.AlertHdr {
  margin-bottom: 5px;
  cursor: pointer;
  color: black;
  font-weight: bold;
}
.AlertHdrFull {
  word-wrap: break-word;
}
.AlertDesc {
  font-weight: normal;
  cursor: pointer;
  color: black;
}
.AlertDescFull {
  font-weight: normal;
  word-wrap: break-word;
  color: black;
  margin-bottom: 5px;
}
.AlertTime {
  font-weight: normal;
  cursor: pointer;
  color: black;
}
.liRead {
  margin-bottom: 10px;
}
.lblMarkRead {
  width: 45%;
  display: inline;
  color: #dd6149 !important;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
}
.cbMarkRead input[type=checkbox] {
  width: 10% !important;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid white;
  color: white;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.arrow-down:hover {
  cursor: pointer;
  border-top: 12px solid #BBE5D7 !important;
}
.grdArrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid green;
  color: white;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.grdArrow-down:hover {
  cursor: pointer;
  border-top: 12px solid #BBE5D7 !important;
}
#LoginUL {
  background: black;
  border-radius: 5px;
  opacity: 0.8;
  width: 200px;
  transition: visibility 0.65s ease-in;
  z-index: 999;
  position: absolute;
  margin-top: 30px;
  right: 1%;
}
#LoginUL li {
  border-bottom: 1px solid #0a8919;
  height: 30px;
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 8px;
}
#LoginUL li:hover {
  visibility: visible;
}
#LoginUL li a {
  color: white;
  font-size: 1.7em;
  text-decoration: none;
  width: auto;
  float: left;
  margin-left: 10px;
}
#LoginUL li a:hover {
  color: #0a8919;
  text-decoration: underline;
}
#LoginUL li a img {
  height: 18px;
  margin-right: 10px;
  vertical-align: bottom;
}
#LoginUL li img {
  height: 18px;
  margin-right: 5px;
  vertical-align: bottom;
}
.liLogout img {
  vertical-align: text-bottom !important;
  margin-right: 8px;
}
.liLogout input {
  width: 32% !important;
  margin-right: 40%;
  font-size: 1.5em;
  font-weight: normal !important;
  /*Remove Default Input Styling*/
  box-shadow: none;
  background: black;
  text-shadow: none;
}
.liLogout input:hover {
  color: #0a8919 !important;
  text-decoration: underline;
  background: black;
  background-color: black;
}
.navUL li {
  float: left;
}
.SubNavBar {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.SubNavBar li {
  display: inline-block;
}
/*Slide Navigation*/
.toggle {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-weight: bold;
  font-size: 2em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.toggle:hover {
  color: #BBE5D7 !important;
  /*Animation Under Nav Links. Removed because it required two clicks on mobile devices*/
  /*&:before
		{
		width: 100%;
		}*/
}
.toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: 19px;
  height: 6px;
  width: 6px;
  background: #ffffff;
  opacity: 0.5;
}
.toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #BBE5D7;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  -ms-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
/*Removes Square from last li*/
.navUL li.last > label:after,
.navUL li:last-child > label:after {
  display: none;
}
/*Class is added dynamically in JS when Nav li is selected*/
.ToggleSelect {
  transition: border-bottom 0.5s ease;
  padding-bottom: 12px;
  border-bottom: 3px solid #BBE5D7;
}
.ToggleSelect:before {
  content: none;
}
.buttonToggle {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 1.7em;
  background: green;
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.buttonToggle :hover {
  background: rgba(255, 255, 255, 0.6);
}
.pollSliderLeft {
  position: fixed;
  height: 90%;
  background: #005596;
  /*width:300px;*/
  width: 250px;
  left: 0px;
  /*margin-left: -300px;*/
  margin-left: -250px;
  margin-top: 0;
  z-index: 50;
}
.PopOutDivWrapper {
  position: fixed;
  /*opacity:0.8;*/
  z-index: 50;
  max-width: 980px;
  width: 100%;
  top: 110px;
}
.pollSliderNews {
  height: auto;
  background: #005596;
  /*width:350px;*/
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.pollSliderRight {
  position: fixed;
  height: 90%;
  background: #005596;
  /*width:300px;*/
  width: 250px;
  right: 0px;
  margin-top: 0;
  /*margin-right: -300px;*/
  margin-right: -250px;
  z-index: 50;
}
.slideMenu {
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
.slideMenu li {
  border-bottom: 1px solid #ff822a;
  width: 100%;
  min-height: 50px;
}
.slideMenu li:hover {
  border-left: 3px solid #ff822a;
  /*Border causes li to expand, width needed adjusted*/
  width: 99%;
}
.slideMenu li a {
  color: white;
  font-size: 1.8em;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 1em;
}
.slideMenu li a:hover {
  color: #ff822a;
  background: #000;
  cursor: pointer;
}
.slideMenu li input {
  color: white;
  font-size: 1.8em;
  text-decoration: none;
  width: 98%;
  display: inline-block;
  padding: 0.9em;
  background-color: black;
  text-align: left;
  border: none;
  outline: none;
  /*Remove Default input styling*/
  box-shadow: none;
  background: none;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
}
.slideMenu li input:hover {
  color: #ff822a;
  background: none;
  background-color: black;
}
.slideMenuNews {
  color: white;
  padding: 10px;
}
.slideMenuNews label {
  color: white;
}
.slideMenuNews a {
  font-size: 1.8em;
  color: green;
  font-weight: bold;
}
.slideMenuNews a img {
  width: 95%;
}
.slideMenuNews li {
  /*margin-bottom:15px;*/
}
.slideMenuNews .lblNewsTitle {
  color: #BBE5D7;
  font-weight: bold;
  font-size: 2em;
}
.slideMenuNews .lblNewsDesc {
  color: white;
  font-size: 1.8em;
  margin-bottom: 5px;
}
.slideMenuNews .lblNewsDate {
  font-size: 2em;
}
.lblNewsHdr {
  text-align: center;
  display: inline-block;
  margin-left: 15%;
  color: #0a8919 !important;
  font-size: 2.2em;
  font-weight: bold;
}
.close {
  display: inline-block;
  padding: 1.5em;
}
.close:hover {
  cursor: pointer;
  background-color: #ff822a !important;
}
.closeIcon {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #fff;
}
#closeNews {
  /*margin-left: -130px;*/
  margin-right: 320px;
}
/*END Header Styling*/
/****************************************/
/*              Footer                  */
/****************************************/
.footer {
  width: 100%;
  line-height: 50px;
  font-size: 1.1em;
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
/*1024 = Landscap on Ipad Air*/
@media (max-width: 1024px) {
  .close {
    padding: 0.9em;
  }
  /*Slim down nav links on mobile / table devices*/
  .slideMenu li {
    min-height: 30px;
  }
  .slideMenu li a {
    padding: 0.5em;
  }
  .slideMenu li input {
    padding: 0.5em;
  }
}
@media (max-width: 800px) {
  .nav {
    margin-right: 18% !important;
  }
  .rs800 {
    width: 95% !important;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
  }
}
@media (max-width: 710px) {
  .toggle {
    padding: 15px 15px;
  }
}
@media (max-width: 700px) {
  .toggle {
    padding: 15px 25px;
  }
  .rsNav {
    margin-right: 15% !important;
  }
  .slideMenu {
    height: 80%;
  }
}
@media (max-width: 675px) {
  .toggle {
    padding: 15px 20px;
  }
}
@media (max-width: 620px) {
  .toggle {
    padding: 10px 40px;
  }
  .rsNav {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 535px) {
  .toggle {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  .rs480 {
    /*float:none !important;*/
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .rs480Footer {
    height: 90px;
  }
}
/*Media to Adjust Header Links*/
@media (max-width: 390px) {
  .toggle {
    font-size: 1.5em;
  }
}
@media (max-width: 330px) {
  .toggle {
    padding: 15px 15px;
  }
}
@media (max-width: 270px) {
  .toggle {
    font-size: 1em;
  }
}
/*Reset Password Popout Styling*/
.accountMaint {
  /*background: #181818;*/
  background: black;
  color: #FFF;
  position: relative;
  left: 0;
  width: 100%;
  height: 285px;
  padding: 20px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
.accountMaint h1 {
  color: #FFF;
  font-size: 30px;
  margin-top: 20px;
  font-weight: 100;
  margin-bottom: 20px;
}
.accountMaint h2 {
  font-size: 24px;
  font-weight: normal;
}
.accountMaint h2 a {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
.accountMaint ul li span {
  width: 160px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  font-size: 1.4em;
}
.accountMaint ul li input {
  width: 120px;
  margin-bottom: 5px;
}
.accountMaint label {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: white;
}
@media only screen and (max-width: 600px) {
  .accountMaint {
    height: 380px;
  }
  .accountMaint ul li span {
    text-align: left;
  }
}
/*End Reset Password Popout Styling*/
/*Preloader* (Page Load Animation)/
/*#region Preloader*/
#preloader {
  background-color: rgba(244, 244, 244, 0.49);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
}
.spinner {
  margin: 100px auto 0;
  text-align: center;
  width: 70px;
}
.spinner .bounce1 {
  -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  -o-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
}
.spinner .bounce2 {
  -webkit-animation: 1.4s ease-in-out 0.16s normal both infinite bouncedelay;
  -o-animation: 1.4s ease-in-out 0.16s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0.16s normal both infinite bouncedelay;
}
.spinner .bounce3 {
  -webkit-animation: 1.4s ease-in-out 0.32s normal both infinite bouncedelay;
  -o-animation: 1.4s ease-in-out 0.32s normal both infinite bouncedelay;
  animation: 1.4s ease-in-out 0.32s normal both infinite bouncedelay;
}
.spinner > div {
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background-color: #2C3E50;
}
@-moz-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*#endregion*/
.pageSubHeader1 {
  font-weight: bold !important;
  font-size: 18px !important;
}
.pageSubHeader1 span {
  font-weight: bold !important;
  font-size: 18px !important;
}
/*************** Table Sort Css*/
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  /*background-image: url(../images/SortDefault.gif);*/
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: 4% 75%;
  cursor: pointer;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
  /*background-image: url(../images/SortASC.gif);*/
  border-bottom: #BBE5D7 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
  /*background-image: url(../images/SortDESC.gif);*/
  border-bottom: #BBE5D7 2px solid;
}
.tablesorter-default thead .sorter-false {
  cursor: default;
}
/*************** END Table Sort Css*/
/*Need to hide the flyouts when printing*/
@media print {
  .pollSliderLeft,
  .pollSliderRight,
  .pollSliderNews {
    display: none !important;
  }
}