

/* *********added by barry************ */

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

/* ckStyles */



.left-report h2.sub-text {
  font-family: Times;
  font-weight: 100;
  color: #2f4636;
  margin: 5px 0;
  font-size: 26px;
}

 a.greenButton {
  background: #1f552e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: none;
  padding: 6px 45px;
  margin-right: 10px;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  outline: none;
  font-size: 16px;
  float: right;
  font-weight: 100;
  text-decoration:none;
}

a.greenButton:hover {
  background: #81b562;
}


/* /ckStyles */

p {
  padding-bottom:13px;
}


.sitemap ul {
    margin:3px 0 12px 0;
}
.sitemap ul li{
    margin:0 0 2px 0;
    list-style-type: none;
}
.sitemap ul li a{
    font-size:12px;
}
.sitemap ul li ul li{
    margin:0 0 2px 30px;
    list-style-type: disc;
}
.sitemap ul li ul li a{
    font-size:11px;
}
.sitemap ul li ul li ul li{
    margin:0 0 2px 20px;
}
.sitemap ul li ul li ul li a{
    font-size:10px;
}
.sitemap ul li ul li ul li ul li a{
    font-size:10px;
}

em, strong em, em strong {font-style: italic}
strong, em strong, strong em {font-weight: bold}

.tagWrap {
    position: relative;
}

.tagWrapPencil {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.popupHolder {
	width: 100%;
	height: 100%;
	background: url(../images/bg_popup.png) repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

.popupBox {
	border: 1px solid #aeaeae;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 100px;
	-moz-box-shadow: 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
	box-shadow: 0px 5px 15px 5px #444;
}  

.cmsEditPopup {
	width: 700px;
    min-height:500px;
	margin-left: -277px;
	top: 100px;
}

.closeBox {
	text-align: right;
	padding: 6px 7px 1px 7px;
	background: #ebebef;
	border-bottom: 1px solid #bdbdbd;
}

.closeBox h3 {
	float: left;
	color: #1e4680;
	font-size: 15px;
	padding: 5px 0 6px 5px;
}

.popupContent {
	padding: 16px;
}

#uberbar  {
  border-bottom:1px solid #eee;
  background:#efefef;
  padding:10px 20px;
  position:fixed;
  bottom:0;
  left:0;
  opacity:0.8;
  z-index:2000;
  width:100%;
}
.cmsConfirmBanner {
    position:fixed;
    z-index:20000;
    width:98%;
    left:0;
    top:0;
    height:60px;
    background:#efefef;
    padding:15px;
}

.bottom a {
    color:#fff;
    text-decoration:none;
}
.logoLink {
    position:absolute;
    left:42%;
    top:10px;
    width:120px;
    height:75px;
    cursor: pointer;
}
.logoLink2 {
    position:absolute;
    left:35%;
    top:85px;
    width:300px;
    height:60px;
    cursor: pointer;
    z-index:1000;
}

.header-top-menu .header-top-menu--center .header-inputs .loggedInHeader {
    color:white;
}

.header-top-menu .header-top-menu--center .header-inputs .loggedInHeader a {
    float:none;
    width:auto;
    display:inline;
    left: 0;
    font-size:11px;
}

.header-top-menu .header-top-menu--center .clients .login {
    min-width:98px;
}

.header-top-menu .header-top-menu--center .clients {
    min-width:200px;
}

.content {
    min-height:280px;
}
.about-center button {
    margin-top:2%;
}
/* ====== added by wm =====*/
.content-slide h3 a, .content-slide h4 a {color: #85bb65;
	font-size: 20px;
	text-decoration:none;}

.content-slide h3 a:hover, .content-slide h4 a:hover {text-decoration:underline;}

.content-ticker .sub-tickername a {color: #85bb65;
	font-size: 20px;
	text-decoration:none;}
	
.content-ticker .sub-tickername a:hover {text-decoration:underline;}

/* ====== /added by wm =====*/

 .header-menu .header-menu--center a.active {
  background: #82bd5f;
}

.ticker {
    display:block;
}

.header-top-menu .header-top-menu--center .header-inputs-in {
	float: right;
	width: 55%;
	padding-top: 9px;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.header-top-menu .header-top-menu--center .header-inputs-in .loggedInHeader {
	color: white;
	float: left;
	padding-right:10px;
}

.header-top-menu .header-top-menu--center .header-inputs-in button {
	display: block;
	background: none;
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	font-family: RalewayLight;
	margin-left:8px;
	float:right;
}

.header-top-menu .header-top-menu--center .header-inputs-in a {
	color: #e7f1e1;
	font-family: RalewayLight;
	display: inline;
	font-size: 11px;
	position: relative;
}

.center-inputs-right {
	float: right;
	padding-right:20px;
	}

.searchpositions select {
	margin: 1%;
	margin-bottom: 5%;
}

.button-report a {color: #fff; text-decoration:none;}

.greenDiv {margin-right: 1%;
	background: #e6f0e0;
	margin-top: 3%;
	margin-left: 3%;
	margin-bottom: 3%;
	-webkit-box-shadow: 0px 0px 4px #666666;
	-moz-box-shadow: 0px 0px 4px #666666;
	box-shadow: 0px 0px 4px #666666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	padding: 1%;
	padding-bottom: 5px
	color: #365d3e;
}

.greenDiv p {float:none;}

.recent-report-2 p {padding-left:5px; width:90%}

@media screen and (max-width: 768px) {

  .content-slide {
    border-left: none !important;
    border-right: none !important;
  }

  .search {
    width: 60px !important;
  }
  .search button {
    margin-top: 18px !important;
    margin-right: 0 !important;
    height: 28px !important;
    width: 60px !important;
    font-size: 14px;
    float: left !important;
  }
  a.greenButton {
    float: none;
    margin: 0 auto;
  }
}


@media screen and (max-width: 680px) {

.content-line-2 {
    margin: 4% auto;
}
.logoLink {
    left:35%;
    width:120px;
}
.logoLink2 {
    left:25%;
}
@media screen and (max-width: 480px) {

.shrinkText .desc span, .shrinkText .table-desc span  {
    font-size:12px;
}


.content-line-2 {
    margin: 6% auto;
}
.logoLink {
    left:35%;
    width:120px;
}
.logoLink2 {
    left:22%;
    width:230px;
}
@media screen and (max-width: 320px) {

.shrinkText .desc span, .shrinkText .table-desc span  {
    font-size:11px;
}
.logoLink {
    left:35%;
    width:80px;
}
.logoLink2 {
    left:0;
    width:280px;
}
}

