@charset "UTF-8";
/* CSS Document */
body {
  margin:0;
} 

img {
  max-width: 100%;
}

.container {
  width:100%;
  margin:0;
  clear:both;
  padding:0;
}

.Uppercase {
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
body {
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}
h1,h2,h3,h4,h5,h6 {
  text-rendering: optimizeLegibility;
}

strong, b {
  font-weight: 700;
}

/*--------------------Styleguide---------------------------------------*/
h1 {
  font-size: 55px;
  font-weight: 600;
  color: #bed62f;
  line-height:58px;
}
h2 {
  font-size: 48px;
  font-weight: 700;
  color: #0089d0;
  line-height: 52px;
}
h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0089d0;
  line-height: 24px;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0089d0;
}
h5 {
  font-size: 16px;
  font-weight: 700;
  color:#222;
  margin:0;
  padding:0;
  }
.page-container {
  clear:both;
  width:1275px;
  margin:0 auto;
  padding:50px 50PX 20px;
  }

.float-left {
  float:left;
  padding-right:20px;
  padding-bottom:20px;
  }

.float-right {
  float:right;
  padding-left:20px;
  padding-bottom:20px;
  }

.block-quote-left {
  background:#ebf7d3;
  padding:30px;
  width:300px;
  font-size:18px;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  color:#0089d0;
  font-weight:700;
  }

.block-quote-right {
  background:#ebf7d3;
  padding:30px;
  width:300px;
  font-size:18px;
  float:right;
  margin-right:20px;
  margin-bottom:20px;
  color:#0089d0;
  font-weight:700;
  }
 
.button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
  font-size:18px;
}
.button:hover {
    background-color:#80A24A;
}


h6 { 
  font-size: 16px;
}
p {
  line-height: 1.6;
  font-weight:400;
}

table.alt-rows {
  font-size:14px;
  color:#333333;
  border-width: 1px;
  border-color: #d7ebf7;
  border-collapse: collapse;
}
table.alt-rows th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #d7ebf7;
  background:#0089d0;
  color:#FFF;
}
table.alt-rows td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #d7ebf7;
}
.odd{
  background-color:#fff;
}
.even{
  background-color:#ebf7d3;
}
ul {
  list-style:outside;
}

ul.no-dots,
.no-dots ul {
  list-style: none;
  padding: 0;
}

ul li {
  margin-left:30px;
 /* line-height: 1.6;*/
}

ul li + li { margin-top: .1em; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #0089d0;
}

a:hover {
  color: #bed62f;
}

input { 
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.check {
  padding:0;
  margin:0;
}

figure {
  display: table;
}

figcaption {
    display: table-caption;
    caption-side: bottom;
    background: #e9f3f9;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
}


img {border:none;}

.clear {clear:both;}

.left {float:left}
.right {float:right}
.no-margin-left {margin-left:0px !important;}
.no-margin-right {margin-right:0px !important;} 

.center {margin:auto;}
.caps {text-transform:uppercase;}

.view-more a:before{
  content:'> ';
}

.learn-more a:before{
  content:'> ';
}

.intro {
  font-size:22px;
  font-weight:500;
  line-height:34px;
  color:#555;
}

.intro img {
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}

.learn-more {
  width: 100%;
  background: #d7ebf7;
  text-align: center;
  padding: 10px 0;
  margin-top: 25px;
}

.submit {
  background: #bed62f;
  text-align: center;
  padding: 10px 0;
  margin-top: 5px;
  color:#FFF;
  font-size:16px;
}

.submit a {
  color:#FFF;
  font-weight:600;
}
.submit:before {
  content:'> ';
  color:#FFF;
  font-weight:600;
}

header {
  width:1275px;
  padding:0 20px;
  margin:0 auto;
  height:115px;
}

header .logo {
  float:left;
  height:90px;
  padding:20px 0 0 0;
  z-index:100;
  border:none;
}

header .logo img { 
  border:none;
}

header .utilities {
  float:right;
  z-index:200;
}

header .utilities ul.uti-nav {
  margin-top:0px;
}

header .utilities ul.uti-nav li {
  display:inline-block;
  border-left: solid 1px #ccc;
  padding:20px 8px 0px 8px !important;
  margin:0;
  text-transform:uppercase;
}
#gsc-i-id1, input[type="text"].gsc-input{ background:none !important ;}
/*header .utilities ul.uti-nav li:last-child {
background:#bed62f;
padding-bottom:10px !important;
}*/

header .utilities ul.uti-nav li:last-child a {
  color:#FFF;
}
header .utilities ul.uti-nav li:last-child:hover {
  background:#0089d0;
}

header .utilities ul.uti-nav li a {font-weight:500;}

header .utilities .search {
  background-color: #eff5cd;
  color: #006b51;
  padding: 10px 10px;
  width: 310px;
  float:right;
  font-size:14px;
}

header .utilities .search-icon {
  font-size:22px;
  color:#0089d0;
}

header .utilities .search input {
  background:none;
  box-shadow:none !important;
  border:none;
  width:276px;
  padding:4px;
}

table.gsc-search-box td {
  vertical-align: top !important;
}

.gsib_b {
  padding: 2px;
}


/*----------------------------FOOTER----------------------------------*/
footer {
  clear:both;
  height:auto;
  background:#0089d0;
}
footer .container {
  background:#0089d0;
  height:auto;
  margin-top:25px !important;
  padding:25px 0px;
  clear:both;
}

footer .container .footer {
  width:1240px;
  margin:auto;
  color:#FFF !important;
}
footer .container .footer a,
footer .container .footer a:link,
footer .container .footer a:visited
{
  color:#FFF !important;
}

footer .container .footer h3 {
  font-size:30px;
  font-weight:400;
  color:#FFF;
}

footer .container .footer p {
  font-size:14px;
}

footer .container .footer ul {
  display:inline-block;
  list-style:none;
  margin:0 !important;
  padding:0;
}

footer .container .footer ul li {
  display:inline-block;
  list-style:none;
  margin:0 !important;
  padding:0;
  float:left;
}
footer .container .footer ul li:nth-child(2) {
  border-left:solid 1px #299cd8;
  padding-left:30px;
  margin-left:30px !important;
}

footer .container .footer ul li ul{
  display:list-item;
  list-style:none;
  margin:0 !important;
  padding:0;
}

footer .container .footer ul li ul li {
  float:none !important;
  display:list-item;
  color:#fff;
  padding:3px 0px;
}
footer .container .footer ul li ul li:nth-child(2) {
  border-left:none;
  padding-left:0px;
  margin-left:0px !important;
} 
footer .container .footer ul li ul li:before {
  content:'> ';
}

footer .container .footer ul li ul li a {
  font-weight:400;
  color:#fff;
}

footer .container .footer .grid_3{
  color:#FFF;
  border-right:solid 1px #299cd8;
  padding-right:20px;
  padding-left:0px;
}
footer .container .footer .grid_4 {
  float:left;
  margin-left:35px;
  margin-bottom:15px;
  border-right:solid 1px #299cd8;
  height:300px;
  padding-right:45px;
  width:28%;
}
footer .container .footer .grid_4 .copyright a {
  color:#FFF;
  font-weight:300;
  text-decoration:underline;
}

footer .container .footer .grid_4:nth-child(3) {
  border-right:none;
}

footer .container .footer .grid_4 img {
  float:left;
  margin-right:15px;
  margin-bottom:15px;
  margin-top:15px;
  border:solid 1px #FFF;
}


.container2 {
  background:#0073af!important;
  float:none;
  margin:0 auto !important;
  height:20px;
  width:100%;
  clear:both;
}

footer .container .footer .copyright {
  margin-bottom:30px;
  margin-top:20px;
  line-height:24px;
}


/*----------------------------FEATURE AREA----------------------------

.feature-area {
width:1275px;
margin:1.7% auto 2.6%;
overflow:hidden;
}

.feature-area .grid_6 {
width: 48.8% 
}

.feature-area .grid_6:nth-child(1){
margin-left: 0% !important;
margin-right: 1.20% !important;
background:#000;
}
.feature-area .grid_6:nth-child(2){
margin-left: 1.2% !important;
margin-right: 0%!important;

}

.feature-area .grid_6 .col {
width: 48.0% ;
background:#C03;
float:left;
}

.feature-area .grid_6 .col img {
max-height:300px;
}

.feature-area .grid_6 .slider {
width:100%;
overflow:hidden;
}


.feature-area .grid_6 .col:nth-child(1) {
margin-left: 0% !important;
margin-right: 2% !important;
margin-bottom: 3.2% !important;
}

.feature-area .grid_6 .col:nth-child(2) {
margin-left: 2% !important;
margin-right: 0% !important;
margin-bottom: 3.2% !important;
}
.feature-area .grid_6 .col:nth-child(3) {
clear:both;
margin-left: 0% !important;
margin-right: 2% !important;
}

.feature-area .grid_6 .col:nth-child(4) {
margin-left: 2% !important;
margin-right: 0% !important;
}

.feature-area .grid_6 .slider div.text {
position:absolute;
z-index:50;
top:480px;
width:33.6%;
height:180px;
overflow:hidden;
padding:25px;
background:url(https://www.smenet.org/images/op-50.png);
color:#FFF;
}

.feature-area .grid_6 .slider div.text h2 {
font-size:26px;
font-weight:400;
margin:7px 0px;
line-height:28px;
}

.feature-area .grid_6 .slider div.text h3 {
font-size:18px;
font-weight:500;
margin:7px 0px;
}

.feature-area .grid_6 .slider div.text .date {
font-size:16px;
font-weight:400;
}

.feature-area .grid_6 .slider div.text p {
font-size:16px;
line-height:20px;
}

.feature-area .grid_6 .slider div.text a {
color:#bed62f;
}

.feature-area .grid_6 .slider div.text a:hover {
text-decoration:underline;
}
*/
/*----------------------------HOME CONTENT----------------------------*/


.home-content {
  clear:both;
  width:1275px;
  margin:0 auto;
  padding:20px 0PX;
}
.home-content .home-intro {
  background:#d9edf8;
  padding:11px 30px;
  margin:0;
}

.home-content .home-intro h1 {
  font-size:20px;
  font-weight:500;
  margin:7px 0px;
  line-height:27px;
  color:#555;
}

.home-content .grid_8 {
  margin-left: 0% !important;
  margin-right: 1.2% !important;
  margin-bottom: 3.2% !important;
  width:62.5%;
}

.home-content .grid_4 {
  margin-left: 1.2% !important;
  margin-right: 0% !important;
  margin-bottom: 3.1% !important;
  background:#0089d0 !important;
  width:30.2%;
  float:right;
}

.home-content .grid_4 .ad img {
  width:100%;
}

.home-content .grid_6 {
  margin-left: 0% !important;
  margin-right: 1.5% !important;
  margin-bottom: 3.2% !important;
  width:46.7%;
  overflow:hidden;
}

.home-content .last {
  margin-left: 1.5% !important;
  margin-right: 0% !important;
  border-left: solid 1px #e1e1e1;
  padding-left:40px;
  float:right;
}

.home-content .grid_6 .headlines-title {
  background:#0089d0;
  padding-left:30px;
  padding-right:30px;
  padding-top:25px;
  padding-bottom:25px;  
}


.home-content .grid_6 ul.headlines {
  padding-left:0px;
  padding-right:20px;
  padding-top:20px;
  padding-bottom:20px;
  margin:0;
  list-style-type:none;
}

.home-content .grid_6 ul.headlines li {
  /*width:5.5% !important;*/
  clear:both;
}

.home-content .grid_6 ul.headlines li img {
  float:left;
  margin-top:-10px;
  margin-right:30px;
  margin-bottom:50px;
  border: solid 1px #eee;
}


.home-content .grid_6 ul.headlines li h4 {
  margin-bottom:0px;
  font-weight:400;
  line-height:24px;
}

.home-content .grid_6 .headlines-title h4 a{
  color:#FFF;
  font-weight:500;
}

.home-content .grid_6 .headlines-title h4 {
  font-size:30px;
  font-weight:400;
  color:#FFF;
  padding:0;
  margin:0;
}

.home-content .grid_6 .view-more {
  margin-top:-55px;
  float:right;
  background:#5eb4e1;
  color:#FFF;
  margin-right:20px;
  padding:10px;
  font-weight:500;
  font-size:18px;
}


.home-content .grid_6 .view-more a {
  color:#FFF;
  font-weight:500;
}
.home-content .grid_6 ul.headlines p.date {
  padding-top:10px;
  padding-bottom:0px;
  padding-left:0;
  padding-right:0;
  margin:0;
  font-weight:600;
}

.home-content .grid_12 {
  background:#ebf7d3;
  padding:30px 30px;
  clear:both;
  margin-left: 0%;
  margin-right: 0%;
  width: 94%; 
  
}

.home-content .grid_12 .column {
  background:#FFF;
  width:38.73%;
  margin-left: 0% !important;
  margin-right: 3% !important;
  padding:50px;
  float:left;
}

.home-content .grid_12 .column2 {
  background:#FFF;
  width:38.73%;
  margin-left: 0% !important;
  margin-right: 0% !important;
  padding:50px;
  float:right;
}

.home-content .grid_12 .column .learn-more, 
.home-content .grid_12 .column2 .learn-more {
  width:100%;
  background:#d7ebf7;
  text-align:center;
  padding:10px 0;
  margin-top:25px;
}

.home-content .grid_12 .column .right,
.home-content .grid_12 .column2 .right {
  width:50%;
}
.home-content .grid_12 .column .right h4, 
.home-content .grid_12 .column2 .right h4 {
  line-height:20px;
  margin-bottom:10px;
}
.home-content .grid_12 .column .right h5,
.home-content .grid_12 .column2 .right h5 {
  line-height:20px;
  margin-top:0;
}
.home-content .row3 .grid_4 {
  margin-left: 0% !important;
  margin-right: 1% !important;
  margin-bottom: 3.2% !important;
  padding:30px;
  background:none !important;
  width:27.6%;
  float:left;
  border-right:solid 1px #CCC;
  min-height:300px;
}
.home-content .row3 .grid_4_last {
  margin-left: 0% !important;
  margin-right: 0% !important;
  margin-bottom: 3.2% !important;
  background:none !important;
  width:27.6%;
  float:right;
  padding:30px;
  border-right:none;
  min-height:260px;
}
.home-content .row3 .grid_4 h2,
.home-content .row3 .grid_4_last h2 {
  font-size:36px !important;
  color:#09F;
}

.home-content .row3 .grid_4 img {
  float:left;
  margin-right:15px;
  margin-bottom:15px;
}
.home-content .row3 .grid_4 ul {
  list-style:none;
  margin-left:0px;
  padding-left:0px;
}
.home-content .row3 .grid_4 ul li{
  margin-bottom:5px;
}
.mobile-line {
  display:none;
}


/* ----------------------------------- HOMEPAGE HEADLINES ROTATION ------------------------------ 



#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
position:relative;

}
.nbs-flexisel-ul {
position:relative;
width:9999px;
margin:0px;
padding:0px;
list-style-type:none;    
}

.nbs-flexisel ul {
display:list-item;
margin:0;
padding:0; 
}

.nbs-flexisel ul li {
display:list-item; 
}
.nbs-flexisel-inner {
overflow:hidden;
float:left;
}

.nbs-flexisel-item {
float:none;
margin:0px;
padding:0px;
cursor:pointer;
position:relative;
line-height:0px;
/*max-width:1050px;
}
.nbs-flexisel-item img {
cursor: pointer;
position: relative;
}

nbs-flexisel-inner {}

/*** Navigation 

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
width: 22px;
height: 22px; 
position: absolute;
cursor: pointer;
z-index: 100;
opacity: 0.5;
}

.nbs-flexisel-nav-left {
left: 10px;
background: url(https://www.smenet.org/images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
right: 5px;
background: url(https://www.smenet.org/images/button-next.png) no-repeat;
}


/*----------------------------LANDING PAGES----------------------------*/

.page-header {
  width:100%;
  background:url(https://www.smenet.org/App_Themes/SME-Styles/images/header-gradient.png) bottom repeat-x;
  padding:0px 0px;
  margin-left:auto;
  margin-right:auto;
  margin-top:-30px;
  /*height:170px;*/
  margin-bottom:20px;
}
.page-header .header-container{
  width:1240px;
  padding:20px 0px;
  margin:auto;
}

.page-header .header-container h1 {
  font-size:54px;
  font-weight:600;
  color:#bed62f;
  float:left;
  margin: 0 0 20px;
  line-height:1.2em;  
}

.page-header .header-container .ad {
  float:right;
  margin-top:-9px;
}

ul.crumbs {
  display:inline-block;
  list-style:none;
  padding:0;
  margin:0;
  clear:both;
  float:none;
  width:100%;
  margin-top:-20px;
}

ul.crumbs li {
  float:left;
  padding:0 15px 0 0px;
  margin:0 15px 0 0;
  border-right:solid 1px #ccc;
}

ul.crumbs li a {
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
}

ul.crumbs li:last-child {
  border-right:none;
}

.landing-page-content {
  clear:both;
  width:1275px;
  margin:0 auto;
  padding:20px 50PX;
}

.landing-page-content .one-fourth {
  width:25%;
  margin-right:50px;
  overflow:hidden;
  float:left;
}

.landing-page-content div.one-fourth .feature-item-title img {
  width:35px;
  height:35px;
  z-index:200;
  float:right;
  margin-right:-20px;
  margin-top:60px;
}

.landing-page-content div.one-fourth .feature-item-title {
  padding:5px 20px 20px 20px;
  overflow:hidden;
  text-overflow:ellipsis;
  position:relative;
  top:0px;
  color:#fff !important;
  list-style:none;
  background:url(https://www.smenet.org/App_Themes/SME-Styles/images/op-50.png);
  margin:-110px 0px 0px 0px;
}

.landing-page-content h2 {
  font-size:48px;
  font-weight:700;
  color:#0089d0;
}

.landing-page-content .body {
  width:1275px;
  margin:0 auto;
  padding:50px 0px;
}
.landing-page-content .body .grid_3 {
  width:21.6%;
  margin-right:3.25%;
  margin-left:0;
}
.landing-page-content .body .grid_3 .last {
  margin-right:0;
}

.landing-page-content .body .grid_4 {
  width:30%;
  margin-right:3.05%;
  margin-left:0;
}
.landing-page-content .body .grid_4 .last {
  margin-right:0;
}

.landing-page-content .body .grid_6 {
  width:46.5%;
  margin-right:3.25%;
  margin-left:0;
}
.landing-page-content .body .grid_6 .last {
  margin-right:0;
}

.landing-page-content .body .grid_12 {
  width:96.4%;
  margin-right:0%;
  margin-left:0;
}

.landing-page-content .body .bucket .heading {
  padding:7% 7%;
  background:#0089d0;
  width:86%;
  color:#FFF;
  font-size:24px;
  border:solid 1px #c0e2f4;
  line-height:26px;
}

.landing-page-content .body .bucket.grid_8_bucket .heading {
  padding: 1em 2em;
  width: 100%;
  box-sizing: border-box;
}

.landing-page-content .body .bucket.grid_8_bucket .body {
  padding: 3em;
  width: 100%;
  box-sizing: border-box;
}

.landing-page-content .body .bucket .heading-long {
  padding:4% 7%;
  background:#0089d0;
  width:86%;
  color:#FFF;
  font-size:24px;
  border:solid 1px #c0e2f4;
  line-height:26px;
}
.landing-page-content .body .bucket .heading-long a,
.landing-page-content .body .bucket .heading a {
  color:#FFF;
  font-weight:400;
}

.landing-page-content .body .bucket .body {
  padding:7% 7%;
  width:86%;
  font-size:14px;
  border:solid 1px #c0e2f4;
   min-height: 210px;
    position: relative;
  }

.landing-page-content .body .bucket .learn-more {
  position: absolute;
  width: 85%;
  bottom: 20px;
}

.landing-page-content .body .grid_6 .bucket .heading {
  padding:4% 4%;
  background:#0089d0;
  width:92%;
  color:#FFF;
  font-size:24px;
  border:solid 1px #c0e2f4;
  line-height:26px;
  }
.landing-page-content .group-title {
  background:#ebf7d3;
  padding:3% 0%;
  color:#bed62f;
  font-size:48px;
  font-weight:800;
  text-align:center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.landing-page-content .body .bucket .body input {
  background:none;
  box-shadow:none !important;
  border:solid 1px #ccc;
  width:100%;
  padding:12px;
  text-transform:none;
  font-size:14px;
  font-weight:400;
  /*margin-top:5px;*/
  box-sizing: border-box;
  height: auto;
}

.landing-page-content .body .form-group + .form-group,
.landing-page-content .body .login_in div + div {
  margin-top: 6px;
}

.login-page-content {
  clear:both;
  max-width:1275px;
  margin:0 auto;
  padding:0px 50PX 5px 50px;
}

div.login-section {
    padding-right: 20px !important;
}

.login-page-content .buttons
{
    max-width: 150px;
}

.login-page-content p
{
  word-break: break-all;
}

.login-page-content input[type="text"], 
.login-page-content input[type="password"]
{
    max-width: 250px;
}

.update-progress-panel {
    position: relative; 
    top:45%; 
    left:45%; 
    z-index: 10;
}
.update-progress-panel img {
}

@media screen and (max-width: 1000px) {
  .login-page-content .buttons {
      //max-width: 100%;
  }
  .login-page-content input[type="text"], 
  .login-page-content input[type="password"] {
      //max-width: 100%;
  }
}
.password-strength-text {
  /*padding: .6em .8em;
  width: 100%;
  background-color: #ccc;
  box-sizing: border-box;*/
  display: none;
}

.passw-strength-indicator {
  display: none;
}

.landing-page-content .body .form-group + .form-group.password-group {
  margin-top: 12px;
}

.form-group.password-group label {
  margin-bottom: 2px;
}

.landing-page-content .body .bucket .body .forgot {
  margin-top:-30px;
  right: 40px;
  z-index:199;
  position:absolute;
  font-weight:400;
  
}
.landing-page-content .body .bucket .body .buttons {
  width:100%;
  clear:both;
  margin-top:10px;
  height:40px;
}
.landing-page-content .body .bucket .body .submit {
  width:100px;
  float:left;
  margin-bottom:20px;
}
.landing-page-content .body .bucket .body .remember-me {
  margin-top: 4px;
}

.landing-page-content .body .bucket .body .checkbox input[type="checkbox"] + label {
  margin-left: 2px;
}

.landing-page-content .body .bucket .body .checkbox label {
  display: inline-block;
}

.landing-page-content .body .bucket .body .join {
  float:right;
  padding-left:20px;
  margin-top:5px;
}
.landing-page-content .body .bucket .body .join a {
  font-weight:400;
  font-size:12px;
}
.landing-page-content .body .bucket .body .remember-me input {
  width:20px;
}


/*----------------------------------SEARCH PAGE ------------------------------------*/

.landing-page-content .s-ms a,
.landing-page-content .s-ms-menu-item s-ms-filter-item {
color: #0089d0;
}

.landing-page-content .s-ms-filter.s-ms-primary .s-ms-checked {
  border-left-color: #0089d0;
}

.landing-page-content .s-ms-desktop .s-ms-results .s-ms-type,
.landing-page-content .s-ms-mobile .s-ms-results .s-ms-type,
.landing-page-content .s-ms-desktop .s-ms-add-filter-item-highlight li:hover,
.landing-page-content .s-ms-mobile .s-ms-add-filter-item-highlight li:hover {
  background-color: #bed62f;
}

.landing-page-content .s-ms, .s-ms-paging a, 
.landing-page-content .s-ms-filter .s-ms-checked,
.landing-page-content .s-ms-terms .s-ms-reset-terms,
.landing-page-content .s-ms-results .s-ms-time, 
.landing-page-content .s-ms-filter .s-ms-menu-item{
  line-height: 1.6;
  color: #000;
}

.s-ms-form-wrapper .s-ms-form .s-ms-submit {
    background-color: #0089d0 !important;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    margin: 0 0 0 -5px;
}

.s-ms-desktop .s-ms-additional-options .s-ms-sort-on-wrapper {
  width: 35%;
}

.landing-page-content .s-ms-form .s-ms-query-wrapper {
  width: 695px;
}

.landing-page-content .s-ms input {
    background: white;
    box-shadow: none !important;
    border: solid 1px #ccc;
    padding: 5px 12px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    border-radius: 0;
}

.landing-page-content .s-ms-additional-options {
  padding: 4px 9px 20px;
}

.landing-page-content .s-ms-desktop {
  width: auto;
}

.landing-page-content .s-ms-desktop .s-ms-filters-wrapper {
    float: left;
    width: 28%;
    padding: 0 50px 0 0;
}

.landing-page-content .s-ms-desktop .s-ms-results .s-ms-article,
.landing-page-content .s-ms-mobile .s-ms-results .s-ms-article .s-ms-type,
.landing-page-content .s-ms-desktop .s-ms-featured .s-ms-featured-item,
.landing-page-content .s-ms-mobile .s-ms-featured .s-ms-featured-item .s-ms-type {
  background-position: 10px 37px;
}

.landing-page-content .s-ms-desktop .s-ms-results .s-ms-article {
  padding: 30px 0 0px 35px;
}

.landing-page-content .s-ms-desktop .s-ms-results-wrapper,
.landing-page-content .s-ms-desktop .s-ms-form-wrapper {
    float: right;
    width: 72%;
}

.landing-page-content .s-ms-mobile .s-ms-results .s-ms-type,
.landing-page-content .s-ms-save-search,
.landing-page-content .s-ms-mobile .s-ms-results-wrapper .s-ms-article .s-ms-type {
  color: white;
  padding: 5px;
  border-radius: 3px;
}

.landing-page-content .s-ms-mobile .s-ms-wrapper,
.landing-page-content .s-ms-mobile .s-ms-results-wrapper .s-ms-results,
.landing-page-content .s-ms-mobile .s-ms-results-wrapper .s-ms-paging{
  background-color: transparent;
}

.landing-page-content .s-ms-mobile .s-ms-results-wrapper .s-ms-article {
  border: none;
}

.landing-page-content .s-ms-mobile .s-ms-form-wrapper {
    -moz-box-shadow:  none;
    -webkit-box-shadow:  none;
    box-shadow: none;
}

.landing-page-content .s-ms-mobile .s-ms-filters-wrapper .s-ms-filters {
    border-right: none;
}

.landing-page-content .s-ms-paging a.s-ms-current {
  background-color: #0089d0;
  border-color: #0089d0;
}


/* Create a responsive wrapper for the ATSMS. The search is server-responsive, 
but comes at a fixed-width that breaks the layout in smaller desktop browsers */
@media screen and (max-width: 970px) { 
  .landing-page-content .s-ms-desktop,
  .landing-page-content .s-ms-desktop .s-ms-results-wrapper,
  .landing-page-content .s-ms-desktop .s-ms-form-wrapper,
  .landing-page-content .s-ms-desktop .s-ms-filters-wrapper {
    width: 100% !important; 
    float: none !important;
  }
  .landing-page-content .s-ms-desktop .s-ms-form .s-ms-query-wrapper {
    width: 85% !important;
  }
  
  .landing-page-content .s-ms-desktop .s-ms-form-wrapper input {
      font-size: 16px;
  }
  
  .landing-page-content .s-ms-desktop .s-ms-filter .s-ms-term {
    border-bottom: 1px dotted;
  }

  .landing-page-content .s-ms-desktop .s-ms-filter.s-ms-primary.s-ms-all .s-ms-filter-item {
    margin: 10px 0;
    font-size: 16px;
  }
  

}  

/*---------------------------------- IN-PAGE SEARCH ------------------------------------*/
.in-page-search input.gsc-search-button,
.in-page-search input.gsc-search-button:hover,
.in-page-search input.gsc-search-button:focus {
  border-color: transparent;
  background-color: transparent;
  padding: 10px;
}

.in-page-search td.gsc-input,
.in-page-search td.gsc-search-button {
  padding: 0
}

.in-page-search .gsc-search-box-tools .gsc-search-box .gsc-input {
padding-right: 0;}

.in-page-search .gsc-input-box {
padding: 5px;}

/*----------------------------------ARTICLE PAGE ------------------------------------*/

.article-page-content {
  clear:both;
  width:1275px;
  margin:0 auto;
  padding:0px 50px 20px;
}
.article-page-content .grid_2 {
  width:20%;
  margin-right:3.25%;
}

.article-page-content .grid_8 {
  /*width:47.7%;*/
  width: 46.9%;
  margin-right:3.25%;
}

.article-page-content .grid_10 {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .article-page-content .grid_10 {
    width: 74%;
  }
}


/*--------RightCOL------*/
.article-page-content .grid_2 ul.rightcol {
  list-style:none;
  padding:0;
  margin-top:0;
  margin-left:0;
  margin-bottom:0;
}
.article-page-content .grid_2 ul.rightcol li {
  padding:0;
  margin:0;
}

.article-page-content .grid_2 ul.rightcol li {
  font-size:16px;
  padding: 15px 0px 15px 15px;
  border-bottom:solid 1px #e1e1e1;
}
.article-page-content .grid_2 ul.rightcol li a{
  font-weight:600;
  color:#999;
}
.article-page-content .grid_2 ul.rightcol li.active a {
  color:#0089d0;
}
.article-page-content .grid_2 ul.rightcol li a:hover {
  color:#bed62f;
}
.article-page-content .grid_2 ul.rightcol li.active ul {
  list-style-image:url(https://www.smenet.org/App_Themes/SME-Styles/images/arrow-gray.png);
  list-style-position:outside;
  padding-top:20px;
  padding-left:20px;
  margin-left:0px;
}
.article-page-content .grid_2 ul.rightcol li.active ul li{
  border-bottom:none;
  padding:0;
  font-size:14px;
  padding:3px 0px;
  margin-left:0px;
}

.article-page-content .grid_2 ul.rightcol li.group-title {
  background:#f1f9e1;
  color:#bed62f;
  font-weight:600;
}

.article-page-content .body h2 {
  font-size:48px;
  font-weight:700;
  color:#0089d0;
  line-height:52px;
  /*margin-top:0;*/
  padding-top:0;
}
.article-page-content .table-of-contents {
  margin-top:50px;
} 
.article-page-content .table-of-contents h3 {
  background:#eff9dd;
  color:#bed62f;
  font-size:24px;
  font-weight:600;
  padding:20px;
}

.article-page-content .table-of-contents ul {
  margin:0;
  padding:0;
  list-style:none;
}

.article-page-content .table-of-contents ul li {
  margin: 0;
  padding:0;
  display:block;
  border-top:solid 1px #e1e1e1;
  clear:both;
}

.article-page-content .table-of-contents ul li div.number {
  padding:20px;
  font-size:24px;
  float:left;
  width:9%;
  color:#0089d0;
}
.article-page-content .table-of-contents ul li div.section {
  float:left;
  width:75%;
  padding:20px;
  border-left:solid 1px #e1e1e1;
}
.article-page-content .table-of-contents ul li div.section p {
  padding:0 0 10px 0;
  margin:0;
  line-height:20px;
}
.article-page-content .table-of-contents ul li div.section p a {
  font-weight:500;
}
.article-page-content .table-of-contents ul li div.section p:nth-child(1){
  font-size:18px;
}

/*---------------Calendar page specifics------------------  --> */

.no-events {
  display: inline-block;
  font-size: 1.5em;
  margin: 40px 0 50px 0;
  font-weight: bold;
  line-height: 1.2;
}

<!---------------poll css------------------  -->

.PollFooter input:before{
  
}

.PollFooter {
  width: 100%;
  background: none repeat scroll 0 0 #d7ebf7;
  text-align: center;
  padding: 10px 0;
  margin-top: 25px;
}

.PollVoteButton{
  text-decoration: none;
  font-weight: bold;
  color: #0089d0;
  background:none!important;
  border:none; 
  padding:0!important;
  font-size: 14px;
  cursor:pointer;
}
.home-content .grid_12 .column{
  padding: 39px 50px;
}
.PollFooter{
  cursor:pointer; display:block;
}
.PollVoteButton.btn.btn-default:hover {
  color: #bed62f; 
}
.PollVoteButton.btn.btn-default{
  padding:10px 0px;
}

.PollFooter:before {
  content:">"; position:relative; left:0px; color:#0089d0; font-size:16px; 
  font-family:Raleway,Helvetica,Arial,sans-serif;
  font-weight:bold;
}
.PollFooter{
  margin-top:16px;
}

.PollResult {
    color: #000;
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.PollAnswers {
  margin-top: 16px;
}

.PollTitle
{
  display:none;
}

.PollAnswers
{
  
  margin-top: 5px;
}

.PollAnswer input
{
  margin-left: 0px;
}

.PollGraph
{
  height: 10px;
  background-color: #dadada;
  margin-bottom: 25px;
  margin-top: 3px;
}

.PollGraph div
{
  height: 10px;
  background: url(https://www.smenet.org/App_Themes/CorporateSite/Images/bg_pollLine.png) 100% 0% repeat-x;
  line-height: 0px;
  
}

.PollQuestion
{
  
  margin-bottom: 10px;
  display: block;
}

.PollCount
{
  text-align: right;
  vertical-align: top;
  padding-left: 10px;
}


/*----------------------BreadCrumbs CSS-------------*/

ul.crumbs a {
  float:left;
  padding:0 15px 0 0px;
  margin:0 15px 0 0;
  border-right:solid 1px #ccc;
  font-weight:600;
  text-transform:uppercase;
  font-size:12px;
}

ul.crumbs a:last-child {
  border-right:none;
}


/*--------------------right column title css---------------*/

/*.article-page-content .grid_2 ul.rightcol div.group-title {
background:#f1f9e1;
color:#bed62f;
font-weight:600;
}*/
.article-page-content .grid_2 ul.rightcol div.group-heading li.group-title{
  background:#f1f9e1;
  color:#bed62f;
  font-weight:bold;
}

.group-content{
  /* border-bottom:1px solid #e1e1e1;*/
  padding:15px 0 15px 15px;
}

.article-page-content .grid_2 ul.rightcol div.group-heading li.group-title{
  font-size:16px;
  padding: 15px 0px 15px 15px;
}

/*------------------------slider-------*/

.article-page-content .grid_2 .menu .leftnav li ul{
  display:none;
}

/*------------------------awards css modified-------------------*/

.article-page-content .grid_8  {
  background:#fff;
  color:#555;
  margin-right:20px;
  padding:10px;
  font-weight:500;
  font-size:18px;
  /*border-bottom:1px solid #e1e1e1;*/
  list-style:none;
}

.article-page-content .grid_8.no_padding {
  padding: 0;
}

.article-page-content .grid_10 {
  font-size: 18px;
}

.awards-content ul{padding:0;margin:0;}
.awards-content li{padding:0;margin:0; list-style:none; margin-bottom:15px; }
.awards-content li ul li{ border-bottom:1px solid #e1e1e1; border-top:none; border-right:none; border-left:none; padding-bottom:5px; margin-bottom:5px;}
.slide{padding:0 35px;}
.acc_btn{background:#bed62f; padding:10px 20px; float:right;color:#fff; margin-top:20px; font-weight:bold !important; margin-bottom:2px;}
.acc_btn:hover{color:#fff;}
.article-page-content .grid_8 .body .awards-content li a {
  font-weight:500;
  font-size:15px;
}

.article-page-content .grid_8 .body .awards-content h1{
  background:none repeat scroll 0 0 #e9f3f9;
  color:#0089d0;
  font-size:26px;
  font-weight:bold;
  padding:20px 0 20px 20px;
  margin:0;
  position:relative;
}

.article-page-content .grid_8 .body .awards-content .slide{
  display:none;
}

.intro-awards {
  font-size:15px;
  font-weight:500;
  line-height:33px;
  color:#000;
}

.intro-awards img {
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}
.intro-awards-choose {
  font-weight:bold;
  line-height:1.6;
  color:#000;
}

.view-more-new a:before{
  content:'>';
  padding-right: .4em;
  display: table-cell;
}

.view-more-new a {
  display: table-row;
}

.LogonPageBackground table{width:100%;}
.LogonPageBackground .btn,
.registration-form .btn {width:auto !important; background:#bed62f !important; color:#fff !important;padding:10px 20px !important; font-weight:bold !important; margin-top:10px !important; margin-bottom:4px !important; clear: both; float: right; }
.registration-form {overflow: auto;}
.LogonPageBackground .checkbox input{width:auto !important;}
.LogonPageBackground .checkbox{float:right; margin-top:10px;}
.login_in{position:relative;}
#lnk_forgot{position:absolute; bottom:14px; right:15px;}
.awards-title:after {
  content: "+";
  font-size: 55px;
  position: absolute;
  right: 15px;
}
.awards-title.active:after {
  content: "-";
  position: absolute;
  right: 15px;
}

.awards-content .feature-item-title {
  background: url("https://demokentico8.raybiztech.com/App_Themes/SME-Styles/images/green-box-arrow.svg") no-repeat scroll right bottom, url("https://demokentico8.raybiztech.com/App_Themes/SME-Styles/images/op-50.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff !important;
  height: 49px;
  left: -245px;
  list-style: outside none none;
  overflow: hidden;
  padding: 25px 20px 20px 25px;
  position: relative;
  text-overflow: ellipsis;
  top: -18px;
  width: 167px;                              
}

.awards-content .feature-item-title h2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px !important;
  padding: 0;
}

/*---------------------login/join---------*/

header .utilities ul.uti-nav li:last-child {
  background:#bed62f;
  padding-bottom:10px !important;
  display: inline-block;
  margin: -4px;
  text-transform: uppercase;
  border-left:1px solid #fff
}

header .utilities ul.uti-nav li:nth-last-child(2) {
  background:#bed62f;
  padding-bottom:10px !important;
}

header .utilities ul.uti-nav li:nth-last-child(2) a {
  color:#FFF;
}
header .utilities ul.uti-nav li:nth-last-child(2):hover {
  background:#0089d0;:
}
.gsc-search-button{width:15px !important; background: none repeat scroll 0 0 #0089d0;  text-align: center;}

th, td {
  padding: 8px;
}

.accordion-header, .accordion-header h3, .accordion-header h4, .PaneHeader, .SelectedPaneHeader {
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #0089d0;
  font-size: 18px;
  font-weight: bold;
}

.accordion-header:hover, .accordion-header h3:hover, .accordion-header h4:hover, .PaneHeader:hover {
  color: #bed624;
}

.join-now-btn {
  background: url('https://www.smenet.org/getmedia/f91643bc-f92f-4901-94fd-2c0194ff0e3d/Join-Now-Main.png.aspx?width=180&height=45&ext=.png');
  height: 45px;
  width: 180px;
  cursor: pointer;
  display: block;
}

.join-now-btn:hover {
  background: url('https://www.smenet.org/getmedia/83b47eab-0880-4d59-8be5-07c961dcd2ba/Join-Now-Hover.png.aspx?width=180&height=45&ext=.png');
}

@media screen and (min-width: 1280px) {
  ul li {
line-height:22px;
    }
   ul li.view-more-new
    {
      line-height:30px;
    }
  }

@media screen and (min-width: 768px) {
  .left-image {
    float: left;
    margin-right: 1em;
  }
 
  .right-copy {
    overflow: auto;
  }
  
  .right-copy p {
    margin-top: 0;
  }
}
.responsiveForm .form-buttons .btn-primary {
    background: #0089d0 none repeat scroll 0 0;
    color: #fff;
   box-shadow: 0 -3px 0 #0B7FBA inset;
}
.responsiveForm .form-buttons .btn-primary:hover {
    background: #0B7FBA none repeat scroll 0 0;

}

/* Responsive tables */
.table-responsive td {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/************************
Specific form Styles
*************************/
.form-request-a-lecturer
{
  width:50%;
    margin:0 auto;
}
.form-request-a-lecturer .form-table td.form-table-label-cell 
{
  width:33%;
}
.form-request-a-lecturer .form-table th
{
    border-bottom: 1px solid #aaa;
    font-size: 16px;
    line-height: 2em;
}
@media screen and (max-width:500px)
  {
  .form-request-a-lecturer
{
  width:100%;
    margin:0 auto;
}
  }

.SelectedPaneHeader + div > .SelectedPaneHeader {
  color: #555;
  cursor: auto;
}
/****************************
Divisions accordion
****************************/
.divisions .PaneContent ul
{
  padding:0;
  margin:0;
}
.divisions .PaneContent li
{
  padding:0;
  margin:0;
  list-style:none; 
  margin-bottom:15px; 
}
.divisions .PaneContent ul li
{ 
  border-bottom:1px solid #e1e1e1; 
  border-top:none; 
  border-right:none; 
  border-left:none; 
  padding-bottom:5px; 
  margin-bottom:5px;
}
.divisions .PaneContent ul li a
{
  font-size:15px;
  font-weight:500;
}
.divisions .slide{
  padding:0 35px;
}

/*.divisions .PaneHeader, .divisions .SelectedPaneHeader
{
  background:none repeat scroll 0 0 #e9f3f9;
  color:#0089d0;
  font-size:26px;
  font-weight:bold;
  line-height:52px;
  padding:20px 0 20px 20px;
  margin:15px 0; *//*Required to prevent vertical scrollbar from appearing*/
  /*position:relative;
}*/
.divisions .SelectedPaneHeader, .divisions .PaneContent
{
   border: 1px solid #e1e1e1;
}
.divisions .PaneContent
{
  padding: 1em 35px;
}

.divisions .SelectedPaneHeader
{
  border-bottom:none;
  margin-bottom:0;
}
.divisions .PaneContent
{
   border-top: none;
}
.divisions .PaneHeader::after 
{
    content: "+";
    font-size: 55px;
    position: absolute;
    right: 15px;
}
.divisions .SelectedPaneHeader::after{
  content: "-";
    font-size: 55px;
    position: absolute;
    right: 15px;
}
/****************************
Display Table
****************************/
.EditForm
{
  border:none;
}
.display-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
}
.display-table td
{
  border:1px solid #eee;
}
 .display-table-label-cell {
    font-size: 1em;
    text-align: left;
    width: 31%;
}

.display-table  label .helptext {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    line-height: 0.4em;
}
.display-table .display-table-group:nth-child(even) {
    background: #eee none repeat scroll 0 0;
}
.display-table .display-table-value-cell {
    padding: 0 7px 2px 5px;
}
.display-table .display-table td {
    border: 1px solid #ccc;
}
.display-table .display-table-label-cell label {
    margin: 5px;
}
.display-table th
{
    background: #0089d0 none repeat scroll 0 0;
    color: #fff;
}
/************************
  Divisions
************************/
.divisions .PaneContent ul
{
  margin:0;
}
.divisions .PaneContent ul li
{
  margin-bottom:5px;
}
@media screen and (max-width:599px)
  {
    .display-table{
    width:100%;
    }
  }
@media screen and (max-width:500px)
  {
  .display-table 
    { 
      width:100%;
    }
   
  .display-table td
  {
    border:none;
    box-sizing:border-box;
    display:block;
    padding-bottom:5px;
    height:auto;
    background:none !important;
  }
.display-table  .display-table-value-cell
  {
    padding-bottom:5px;
    }
  .display-table .display-table-label-cell label
  {
    margin-bottom:0;
    }
}
/*******************************
    Event Details
*******************************/
.event-details .event-title
{
  margin-top:0;
  margin-bottom:0.5em;
}
.event-details .event-content
{
  margin-bottom:1em;
  line-height: 1.7em;
}

.menu.cal-back {
  font-size: 16px;
  margin-top: 20px;
}

.group-content:nth-child(3n) {
  padding: 0 !important;
}

/*********************
Full login 
***********************/
.full-personify-login .landing-page-content {
  width: 100%;
}

.full-personify-login .landing-page-content .body {
  padding-top: 0;
  width: 100%;
  text-align: center;
}

.full-personify-login .landing-page-content .body .grid_4 {
  margin: 0;
  width: 100%;
}

.full-personify-login .landing-page-content .body .bucket .heading {
  display: none;
  text-align: center;
}

.full-personify-login .landing-page-content .body .bucket .body {
  padding: 0;
  width: 100%;
  border: none;
  display: block;
}

.full-personify-login .landing-page-content .body .bucket .body > span {
  font-size: 300%;
  font-weight: bold;
  line-height: 1.3;
}

.full-personify-login .landing-page-content .body .bucket .body span + ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 1em;
  padding-bottom: .8em;
  text-align: center;
}

.full-personify-login .landing-page-content .body .bucket .body ul li {
  display: inline-block;
  padding: .8em 1.2em;
  color: #fff;
  font-size: 165%;
  background-color: #0089d0;
  margin-left: 0;
}

.full-personify-login .landing-page-content .body .bucket .body ul li + li {
  margin-left: 1em;
}

.full-personify-login .landing-page-content .body .bucket .body ul li a {
  color: #fff;
}

.full-personify-login .landing-page-content .body .bucket .body input + input {
  margin-top: 1.2em;
}

.full-personify-login .landing-page-content .body .bucket .body .submit {
  float: right;
}

.full-personify-login .landing-page-content .body .bucket .body .forgot {
    clear: both;
    display: block;
    float: right;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
    text-align: right;
    top: -30px;
}

.full-personify-login .landing-page-content .body .bucket .body .remember-me {
  text-align: left;
}

.full-personify-login .landing-page-content .body .bucket .body .remember-me + .remember-me {
  margin-top: 10px;
}

.full-personify-login .landing-page-content .body .bucket .body .buttons {
  padding-top: 20px;
}

.PollAnswerRadio label {
  display: inherit;
  font-weight: 600;
  margin: 0 5px 5px;
  padding: 5px 0 !important;
}

/*-----------accordion css for h3 tag----------*/
.article-page-content .grid_8 .body .awards-content h3 {
  background: #e9f3f9 none repeat scroll 0 0;
  margin: 0;
  padding: 20px 0 20px 20px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #0089d0;
  line-height: 24px;
}

.divisions .PaneHeader, .divisions .SelectedPaneHeader
{
  background:none repeat scroll 0 0 #e9f3f9;
  color:#0089d0;
  font-size:22px;
  font-weight:700;
  line-height:24px;
  padding:20px 0 20px 20px;
  margin:15px 0; /*Required to prevent vertical scrollbar from appearing*/
  position:relative;
}

/*
** personify login bucket (appears on members overview page, etc.)
*/

.landing-page-content .body .grid_4 .bucket .personify-login-bucket .body .submit {
  float: right;
  margin-top: 0;
}

.grid_4 .personify-login-bucket .remember-me {
  text-align: left;
}

.grid_4 .personify-login-bucket .remember-me + .remember-me {
  clear: both;
  text-align: right;
}

.grid_4 .personify-login-bucket .body {
  text-align: center;
}

.grid_4 .personify-login-bucket .body > span {
  font-size: 145%;
  font-weight: bold;
  line-height: 1.4;
}

.grid_4 .personify-login-bucket .body ul {
  list-style-type: none;
  padding-left: 20%;
  font-size: 115%;
  text-align: left;
}
.modal-text p
{
  font-style:normal;
  }

.article-page-content .grid_10 .body .awards-content h3 {
    background: hsl(206, 54%, 95%) none repeat scroll 0 0;
    color: hsl(200, 100%, 41%);
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 20px 0 20px 20px;
    position: relative;
}
.article-page-content .grid_10 .body .awards-content li a {
    font-size: 15px;
    font-weight: 500;
}

input.placeholder {
  color: lightgrey;
  }

p.small {
  font-size: 10px;
  font-weight: 600;
  }

/*-----------Formatting Featured Award Winner Box----------*/
.row1 {
    margin-left: -15px;
    margin-right: -15px;
    height: 230px;
    background-color: #d7ebf7;
    padding: 20px;
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
    height: 385px;
    background-color: #d7ebf7;
    padding: 20px;
}

.row4 {
    margin-left: -15px;
    margin-right: -15px;
    height: 315px;
    background-color: #d7ebf7;
    padding: 20px;
}

/*-----------Realistic Button Formatting----------*/
.btn-realistic {
padding: 10px !important; display: inline; white-space: nowrap; float: left !important;
}

.submit {
background: #bed62f;
text-align: center;
padding: 10px 0;
margin-top: 5px;
color:#FFF;
font-size:16px;
}

.submit:hover{
background: #bed62f;
text-align: center;
padding: 10px 0;
margin-top: 5px;
color:#FFF;
font-size:16px;
}

.blue {
background: #0089D0;
}

/*-----------TYK Formatting----------*/
.home-content .home-intro {
    background: none;
    padding: 11px 30px;
    margin: 0;
}