﻿body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, ul, h1, h4, h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.center {
  width: 1080px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

img {
  border: 0 none;
}

.donate {
  height: 45px;
  width: 185px;
  border-radius: 5px;
  line-height: 45px;
  overflow: hidden;
  margin-top: 5px
}

.donate a {
  height: 45px;
  width: 185px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: White;
  display: block;
  font-weight: bold;
  font-size: 21px;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  background-image: linear-gradient(top, #ffac03, #ff7700);
  background-image: -o-linear-gradient(top, #ffac03, #ff7700);
  background-image: -moz-linear-gradient(top, #ffac03, #ff7700);
  background-image: -webkit-linear-gradient(top, #ffac03, #ff7700);
  background-image: -ms-linear-gradient(top, #ffac03, #ff7700);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac03', endColorstr='#ff7700');
}

.donate a:hover {
  color: #ffffff;
}

.subscribe {
  height: 45px;
  width: 185px;
  border-radius: 5px;
  line-height: 45px;
  overflow: hidden;
  margin-top: 5px
}

.subscribe a {
  height: 45px;
  width: 185px;
  border-radius: 5px;
  line-height: 40px;
  border: 1px solid #9A2E00;
  text-align: center;
  color: White;
  display: block;
  font-weight: bold;
  font-size: 21px;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  background-image: linear-gradient(top, #D1510E, #AC3006);
  background-image: -o-linear-gradient(top, #D1510E, #AC3006);
  background-image: -moz-linear-gradient(top, #D1510E, #AC3006);
  background-image: -webkit-linear-gradient(top, #D1510E, #AC3006);
  background-image: -ms-linear-gradient(top, #D1510E, #AC3006);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1510E', endColorstr='#AC3006');
}

.subscribe a:hover {
  color: White;
  background-image: linear-gradient(top, #FF8216, #CC4C0D);
  background-image: -o-linear-gradient(top, #FF8216, #CC4C0D);
  background-image: -moz-linear-gradient(top, #FF8216, #CC4C0D);
  background-image: -webkit-linear-gradient(top, #FF8216, #CC4C0D);
  background-image: -ms-linear-gradient(top, #FF8216, #CC4C0D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8216', endColorstr='#CC4C0D');
}

/*header ------------------------*/
header {
  height: 235px;
  min-width: 1080px;
}

header .center div.left {
  float: left;
}

header .center div.right {
  float: right;
}

header .level_1 {
  height: 180px;
  background-color: #2C8591;
}

header .level_1 .header_logo .left {
  padding-top: 20px;
}

header .level_1 .search input {
  width: 218px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #18535D;
  box-shadow: inset 0 1px 3px #E2E2E2;
  vertical-align: middle;
  color: #c5c5c5;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header .level_1 .connect {
  line-height: 30px;
  height: 55px;
}

header .level_1 .connect .left > * {
  vertical-align: middle;
  display: inline-block;
}

header .level_1 .connect .left > a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
}

header .level_1 .connect .left > a.linkedin {
  background: url(/assets/images/header/in_icon.png) no-repeat center center;
}

header .level_1 .connect .left > a.facebook {
  background: url(/assets/images/header/facebook_icon.png) no-repeat center center;
}

header .level_1 .connect .left > a.twitter {
  background: url(/assets/images/header/twitter_icon.png) no-repeat center center;
}

header .level_1 .connect .left > a.linkedin:hover {
  background: url(/assets/images/header/linkin_hover.png) no-repeat center center;
}

header .level_1 .connect .left > a.facebook:hover {
  background: url(/assets/images/header/facebook_hover.png) no-repeat center center;
}

header .level_1 .connect .left > a.twitter:hover {
  background: url(/assets/images/header/twitter_hover.png) no-repeat center center;
}

header .level_1 .connect span {
  font-family: Segoe UI Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: White;
}

header .level_1 .search .search_btn {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #005966;
  overflow: hidden;
}

header .level_1 .search .search_btn a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: block;
  border: 1px solid #18535D;
  box-shadow: inset 0 1px 1px #337A85;
  background-color: #005966;
  text-decoration: none;
  background-image: url(/assets/images/header/search_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

header .level_1 .search .search_btn a:hover {
  background-color: #008598;
}

header .level_2 {
  border: 1px solid #186B77;
  height: 55px;
  background-color: #0C5765;
  box-shadow: inset 0 1px 5px #0B4F5A;
}

header .level_2 >div {
  height: 55px;
  line-height: 55px;
}

header .level_2 .left a {
  padding: 0 10px;
  text-decoration: none;
  color: White;
  font-size: 17px;
  font-family: Segoe UI Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: 0 0 1px #000000;
}

header .level_2 .left a:first-child {
  padding-left: 0
}

simple_header {
  height: 235px;
}

simple_header .level_1 {
  height: 120px;
  background-color: #2C8591;
}

simple_header .level_1 .header_logo .left {
  padding-top: 20px;
}

.simple_center {
  width: 800px;
  margin: 0 auto;
}

/*container*/
.container .center .right_column {
  float: right;
  width: 336px;
  margin-top: 52px !important;
}

.container .center .right_column > * {
  border: 1px solid #D3D3D3;
}

.container .center .right_column form {
  background-color: #EAF7FF;
  padding: 10px;
  margin: 20px 0;
  display: block;
}

.container .center .right_column form > * {
  margin: 10px 0;
}

.container .center .right_column form > p {
  color: #484848;
}

.container .center .right_column form > h4 {
  font-size: 18px;
  color: #153245;
}

.container .center .right_column form input {
  width: 200px;
  height: 35px;
  border: 1px solid #CCD7DE;
  box-shadow: inset 0 1px 5px #F1F3F5, 0 0 1px #F0FAFF;
  margin: 0;
  vertical-align: bottom;
}

.container .center .right_column form .sign_up {
  display: inline-block;
  width: 95px;
  height: 37px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: bottom;
  color: White;
  border: 1px solid #4F92A8;
  font-weight: bold;
  font-size: 16px;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  box-shadow: inset 0 1px 1px #5FC4CF;
  background-image: linear-gradient(top, #36B3C2, #2A869E);
  background-image: -o-linear-gradient(top, #36B3C2, #2A869E);
  background-image: -moz-linear-gradient(top, #36B3C2, #2A869E);
  background-image: -webkit-linear-gradient(top, #36B3C2, #2A869E);
  background-image: -ms-linear-gradient(top, #36B3C2, #2A869E);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36B3C2', endColorstr='#2A869E');
  line-height: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.container .center .right_column form .sign_up a {
  width: 95px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: White;
  border-radius: 5px;
}

.container .center .right_column form .sign_up:hover {
  background-image: linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -o-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -moz-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -webkit-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -ms-linear-gradient(top, #4ADFE6, #359DB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ADFE6', endColorstr='#359DB0');
}

.container .center .right_column .popular {
  box-shadow: 0 0 1px #F7F7F7;
  margin: 20px 0;
  color: #484848;
}

.container .center .right_column .popular > * {
  padding: 10px;
}

.container .center .right_column .popular .most_popual {
  border-bottom: 1px solid #F7F7F7;
  font-size: 18px;
}

.container .center .right_column .popular .loren_ipsum > * {
  vertical-align: middle;
  display: inline-block;
}

.container .center .right_column .popular .loren_ipsum .opys {
  font-size: 18px;
}
.container .center .right_column .popular .loren_ipsum .opys p {
  width: 200px;
}
.container .center .right_column .popular a {
  text-decoration: none;
  color: #333333;
}
.container .center .right_column .popular a:hover {
  text-decoration: underline;
}

.container .center .right_column .popular .loren_ipsum .photo {
  width: 88px;
  height: 88px;
  /*background-image: url(/assets/images/right_column/photo.png);*/
  background-position: center center;
  background-repeat: no-repeat;
}

.container .center .right_column .popular ul {
  list-style: none;
  padding-left: 20px;
  font-size: 14px;
}

.container .center .right_column .popular ul li {
  background-image: url(/assets/images/right_column/li_img.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.container .center .left_column {
  padding-right: 360px;
}

/* TOPIC PAGE ---------------------------------------
*/
.topic .left_column > h6 {
  margin-bottom: 20px;
  color: #868686;
  font-size: 14px;
}

.topic .left_column > h6 >span {
  color: #484848;
}

.topic .left_column > h6 > span > span {
  color: #247E88;
}

.topic .left_column > div {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
}

.topic .left_column > div ul {
  list-style: none;
}

.topic .left_column > div ul.page_list li {
  padding: 20px;
  height: 120px;
  border-bottom: 1px solid #EAEAEA;
  display: none;
}

.topic .left_column > div ul.page_list li > * {
  vertical-align: middle;
}

.topic .left_column > div ul.page_list li .photo {
  float: left;
}

.topic .left_column > div ul.page_list li .opys {
  padding-left: 140px;
}

.topic .left_column > div ul.page_list li .opys h4 {
  font-size: 18px;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.topic .left_column > div ul.page_list li .opys p {
  height: 45px;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #484848;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.topic .left_column > div ul.page_list li .opys p.data {
  color: #8C8C8C;
  font-size: 12px;
}

.topic .left_column > div ul.page_list li .opys p.data span {
  color: #247E88;
}

.topic .left_column > div ul.page_list li .opys p.data img {
  vertical-align: middle;
  margin: 0 10px;
}

.left_column > div .navigation ul {
  list-style: none;
  text-align: center;
  padding: 20px 0;
}

.left_column > div .navigation ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}

.left_column > div .navigation ul li a {
  /*width: 20px;*/
  min-width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 1px #ECECEC;
  text-decoration: none;
  line-height: 17px;
  color: #858585;
  text-align: center;
}

.left_column > div .navigation ul li a.active {
  background-color: #2C9CAF;
  color: #ABD7DF;
  box-shadow: 0 0 1px #D5EBEF;
}

.topic .left_column > div ul.page_list li .noimage {
  padding-left: 10px;
}

.topic .left_column > div ul.page_list li .noimage h4 {
  font-size: 18px;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.topic .left_column > div ul.page_list li .noimage p {
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #484848;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.topic .left_column > div ul.page_list li .search {
  padding-left: 10px;
}

.topic .left_column > div ul.page_list li .search h4 {
  font-size: 18px;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.topic .left_column > div ul.page_list li .search p {
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #484848;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* END TOPIC PAGE ---------------------------------------
*/
table {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/************* LINKS *************/
a img {
  border: none;
}

:focus {
  outline: 0;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

/************* FORMS *************/
/*
form {
margin: 0px;
padding: 0px;
display: inline;
}
input[type=text], input[type=password], textarea, select {
border: solid #898989 1px;
font-size: 12px;
}
input[type=text], input[type=password], textarea, select option {
padding: 2px 3px;
} input[type=button], input[type=submit], input[type=reset], button {
display: inline-block;
background: #D24210;
color: white;
font-size: 12px;
padding: 0px 3px;
border: solid 1px;
border-color: #63220C;
border-radius: 0.45em;
box-shadow: 1px 1px 3px rgba(0,0,0,0.40);
cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset], button:hover {
color: #000000;
background: #F6E1C7;
}
*/
.formcaption {
  font-size: 11px;
  text-align: right;
  padding: 3px 4px;
  font-weight: bold;
  white-space: nowrap;
}

.formfield {
  padding: 1px 4px 5px 4px;
}

fieldset {
  position: relative;
  background: #F0F0F0;
  text-align: left;
  padding: 10px;
}

fieldset legend {
  position: absolute;
  top: -.8em;
  left: .2em;
}

object, embed {
  display: block;
}

.clear {
  clear: both;
}

/*** captions: copy changes to .tbox tabs ***/
.caption em {
  font-size: inherit;
  font-style: inherit;
}

h1.caption, h2.caption, h3.caption, h4.caption, h5.caption, h6.caption {
  font-family: 'Cabin Condensed', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 1em;
  color: #000000;
}

h1.caption em, h2.caption em, h3.caption em {
  color: #D24210;
  font-weight: 600;
}

h4.caption em, h5.caption em, h6.caption em {
  color: #8E5340;
  font-weight: 600;
}

h1.caption, h4.caption {
  font-size: 26px;
}

h2.caption, h5.caption {
  font-size: 24px;
}

h3.caption, h6.caption {
  font-size: 20px;
}

/*** titles: copy changes to .tbox title ***/
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  font-family: 'Cabin Condensed', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15em;
  color: #2D2D2D;
  margin: 0.2em 0 0.4em 0;
}

h1.title, h4.title {
  font-size: 18px;
}

h2.title, h5.title {
  font-size: 16px;
}

h3.title, h6.title {
  font-size: 14px;
}

/*.title a { color: #993D3B; }*/
/*.title a:hover { color: #333333; }*/
/**************/
hr {
  height: 1px;
  border: none;
  color: #898989;
  background: #898989;
}

/************* LISTS *************/
.margin-collapse :first-child {
  margin-top: 0;
}

.margin-collapse :last-child {
  margin-bottom: 0;
}

/************* MAIN STYLES *************/
.text {
  line-height: 18px;
}

.main-size {
  width: 1046px;
  margin: 0px auto;
}

.main-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
}

.pageheader {
  height: 85px;
  background: #3D3F3E;
  color: #999999;
}

.pageheader a {
  color: #A8A8A8;
}

.pageheader a:hover {
  color: #DBDBDB;
}

.pageheader #main-logo {
  float: left;
  margin: 24px 0 0 30px;
}

.pageheader #issue-nav {
  float: right;
  width: 150px;
}

table.main {
  width: 100%;
}

table.main td.column-left,
table.main td.column-center,
table.main td.column-right {
  padding: 10px;
}

table.main td.column-left {
  width: 186px;
  background-color: #F2F2F2;
  border-right: dotted #B7B4B0 1px;
}

table.main td.column-center {
}

table.main td.column-right {
  width: 300px;
  padding-left: 0;
}

.icon-16x16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: center top no-repeat;
  cursor: pointer;
}

.icon-16x16:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center bottom;
}

/************* MENU *************/
.mainmenu-wrap {
  height: 25px;
  background: url("/assets/images/menubar-phone.png") no-repeat 98% center #595D5C;
  overflow: hidden;
}

div#mainmenu {
  padding: 0 5px;
}

table#tblmainmenu {
  border: none;
}

table#tblmainmenu td {
  font-family: 'Cabin Condensed', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: lowercase;
  height: 25px;
}

.menuitem-wrap {
  padding: 0 9px;
  border-right: solid #DBDBDB 1px;
}

table#tblmainmenu td:last-child .menuitem-wrap {
  border-right: none;
}

table#tblmainmenu td a {
  color: #FFFFFF;
}

table#tblmainmenu td.hover {
  background: #2A2C2B;
}

table#tblmainmenu td.hover a {
  color: #D24210;
}

div.submenu {
  position: absolute;
  display: none;
  width: 175px;
  z-index: 200;
  background: #2A2C2B;
  border: solid #191919 1px;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 5px 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.50);
}

div.submenu table {
  border-collapse: collapse;
}

div.submenu td {
  white-space: nowrap;
  padding: 4px 6px;
  border: solid #D24210 1px;
  border: none;
  font-size: 12px;
}

div.submenu td a {
  text-decoration: none;
  color: #fff;
}

div.submenu td.hover {
  cursor: pointer;
}

div.submenu td.hover a {
  color: #D24210;
}

/*********************************/
/*footer --------------------------------*/
footer {
  min-width: 1080px;
}

footer .level_1 {
  background-color: #378893;
  box-shadow: inset 0 1px 5px #2E717B;
  padding: 10px 0;
  padding-top: 20px;
}

footer .level_1 .nsa {
  margin-left: 50px;
}

footer .level_1 .nav > * {
  display: inline-block;
  vertical-align: top;
}

footer .level_1 .nav .footer_left_column {
  width: 500px;
  padding: 0;
}

footer .level_1 .nav .footer_left_column .donate {
  margin-left: 30px;
  display: inline-block;
}

footer .level_1 .nav .footer_left_column .lastIssue {
  margin-top: 30px;
}

footer .level_1 .nav .footer_left_column .lastIssue > * {
  display: inline-block;
  vertical-align: top;
}

footer .level_1 .nav .footer_left_column .lastIssue a {
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  margin: 10px 0;
  margin-left: 30px;
}

footer .level_1 .nav ul {
  padding: 0 27px;
  font-size: 14px;
}

footer .level_1 ul.list_pages li {
  list-style: none;
  padding-bottom: 20px;
}

footer .level_1 ul.list_pages li a {
  text-decoration: none;
  color: White;
}

footer .level_1 ul.our_team li > * {
  display: inline-block;
  vertical-align: middle;
}

footer .level_1 ul.our_team li .opys p,
footer .level_1 ul.our_team li .opys h4 {
  color: White;
}

footer .level_1 ul li:first-child {
  height: 70px;
  line-height: 70px;
  color: White;
  font-weight: bold;
}

footer .level_1 .connect {
  line-height: 55px;
  height: 55px;
}

footer .level_1 .connect > * {
  vertical-align: middle;
  display: inline-block;
}

footer .level_1 .connect > a {
  margin: 0 5px;
  width: 40px;
  height: 40px;
}

footer .level_1 .connect > a.linkedin {
  background: url(/assets/images/header/in_icon.png) no-repeat center center;
}

footer .level_1 .connect > a.facebook {
  background: url(/assets/images/header/facebook_icon.png) no-repeat center center;
}

footer .level_1 .connect > a.twitter {
  background: url(/assets/images/header/twitter_icon.png) no-repeat center center;
}

footer .level_1 .connect > a.linkedin:hover {
  background: url(/assets/images/header/linkin_hover.png) no-repeat center center;
}

footer .level_1 .connect > a.facebook:hover {
  background: url(/assets/images/header/facebook_hover.png) no-repeat center center;
}

footer .level_1 .connect > a.twitter:hover {
  background: url(/assets/images/header/twitter_hover.png) no-repeat center center;
}

footer .level_1 .connect span {
  color: White;
}

footer .btn {
  margin-top: 50px;
  display: inline-block;
}

footer .donate {
  margin-left: 20px;
}

footer .level_2 {
  background-color: #1E4A50;
  box-shadow: inset 0 1px 5px #1C444A;
  height: 50px;
  line-height: 50px;
}

footer .level_2 p {
  text-align: center;
  color: White;
}

/********* PAGE NAV **********/
table.pagenav {
  display: inline;
}

table.pagenav td {
  font-size: 11px;
  border: solid #525E11 1px;
  padding: 0px;
  color: black;
  width: 20px;
  height: 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

table.pagenav td:hover {
  background: #525E11;
}

table.pagenav td:hover, table.pagenav td:hover a {
  color: #fff;
}

table.pagenav td a {
  font-weight: normal;
  text-decoration: none;
}

/************* BLOG/NEWS *************************/
div.blog-titlebar {
}

.blog-titlebar span.title, .blog-titlebar span.title a {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

div.blog-titlebar .author, div.blog-titlebar .timestamp {
  font-size: 11px;
  color: #7F7F7F;
}

div.blog-content {
}

/************* SEARCH **************/
span.searchterm {
  font-weight: bold;
}

div.search-result {
  margin-bottom: 20px;
}

div.search-result-title {
  font-weight: bold;
  font-size: 15px;
}

div.search-result-content {
  font-size: 12px;
}

div.search-result-link {
  font-size: 12px;
  font-style: italic;
}

#divBackIssues {
  position: absolute;
  display: none;
  background: white;
  border: solid #7DAC4B 1px;
  padding: 6px;
  font-size: 11px;
  width: 140px;
  overflow: auto;
  z-index: 204;
}

div.backIssueSelected {
  background-color: #F6E1C7;
}

div.backIssueOn {
  background-color: #E2C8A7;
}

tr.formerror td, td.formerror {
  padding-left: 5px;
  color: red;
  font-size: 11px;
  font-style: italic;
}

div.article-comment-text blockquote {
  font-style: italic;
  border: dotted #BBC8A1 1px;
  padding: 4px;
  background: #EFF6FC;
}

.advertisement {
  font-size: 10px;
  color: #BFBFBF;
}

div.contentbox-tabs {
  word-spacing: -1em;
}

div.contentbox-tabs > span {
  zoom: 1;
  display: inline-block;
  border: solid #999999;
  border-width: 1px 1px 1px 0;
  width: 180px;
  margin: 0;
  margin-bottom: -1px;
}

div.contentbox-tabs span:first-child {
  border-left-width: 1px;
}

div.contentbox-tabs > span > img {
  margin: 4px 0 0 8px;
}

div.contentbox-tabs > span.selected {
  border-bottom: solid #fff 1px;
}

div.contentbox-content {
  border: solid #999999 1px;
  padding: 14px;
}

div.breadcrumbs {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 2px;
}

div.initiative {
  height: 35px;
  line-height: 35px;
  border: solid transparent 1px;
  cursor: default;
}

div.initiative-hover {
  background: #ECF0D5;
  border: dotted #8A9630 1px;
}

div#initiative-desc {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  background: #ECF0D5;
  border: dotted #8A9630 1px;
  border-top: none;
}

/*###########################*/
/********** tbox *************/
.tbox {
  position: relative;
  background-color: #FFFFFF;
  border: solid #999999 0px;
  margin: 10px auto;
}

.tbox > .pages {
  clear: both;
  border: inherit;
  border-width: 1px;
  padding: 8px 10px;
  min-height: 50px;
  height: 100%;
  overflow: auto;
}

.tbox > .pages .page {
  position: relative;
  display: none;
  min-height: inherit;
}

.tbox > .pages .page.default,
.tbox > .pages .page.active {
  display: block;
}

/*
.tbox > .pages .page > .title {
text-transform: uppercase;
color: #D24210;
text-shadow: 1px 1px 0px #444C16;
color: #343434;
text-shadow: 1px 1px 0px #9FA57D;
text-shadow: 1px 1px 0px rgba(150, 160, 100, 0.3);
font-weight: 400;
font-family: 'Cabin Condensed', 'Arial', sans-serif;
font-size: 1.30em;
line-height: 1.15em;
margin-bottom: 0.4em;
}
*/
.tbox > .pages .page > .title {
  text-transform: uppercase;
  color: #343434;
  text-shadow: 1px 1px 0px rgba(150, 160, 100, 0.3);
  color: #2D2D2D;
  text-shadow: none;
  font-weight: 400;
  font-family: 'Cabin Condensed', 'Arial', sans-serif;
  font-size: 1.30em;
  line-height: 1.15em;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.4em;
}

.tbox > .pages .page > .content {
}

.tbox > .pages .page > .photo {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0px;
  height: 0px;
  float: right;
  margin: 0 0 0.5em 0.5em;
}

.tbox > .pages .page > .photo.left {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.tbox > .pages .page > .link, .morelink {
  font-family: 'Cabin Condensed', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

/*
.tbox > .pages .page > .link {
display: inline-block;
position: relative;
margin-bottom: -8px;
padding: 1px 5px;
height: 14px;
line-height: 1.1em;
}
*/
.tbox > .pages .page > .link {
  display: block;
  position: absolute;
  padding: 1px 5px;
  height: 14px;
  line-height: 1.1em;
  right: 0;
  bottom: -8px;
  opacity: 0.75;
}

.tbox > .pages .page > .link:hvoer {
  opacity: 1;
}

.tbox > .pages .page > .link,
.tbox > .pages .page > .link.right {
  float: right;
  border-width: 1px 0 0 1px;
  border-radius: 0.35em 0 0 0;
  right: -10px;
}

.tbox > .pages .page > .link:hover {
  color: #5B6717;
  background-color: #ECF0D5;
}

.tbox > .tabs {
  display: block;
  position: relative;
  background-color: inherit;
  border: inherit;
  white-space: nowrap;
}

.tbox > .tabs .tab {
  display: inline-block;
  position: relative;
  z-index: 101;
  margin: 0 -1px 0 0;
  background-color: inherit;
  border: inherit;
  border-width: 1px 1px 0 1px;
  border-radius: 3px 3px 0 0;
  vertical-align: bottom;
  white-space: nowrap;
}

.tbox > .tabs .tab .label {
  display: block;
  position: relative;
  padding: 0 0.4em;
  border-radius: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.tbox > .tabs .tab.active {
  border-radius: 5px 5px 0 0;
}

.tbox > .tabs .tab.active .label {
  cursor: default;
}

/*##### TAB DIMENSIONS #####*/
/*[ default ]*/
.tbox > .tabs .tab {
  height: 25px;
}

.tbox > .tabs .tab .label {
  height: 100%;
  line-height: 25px;
}

/*[ active ]*/
.tbox > .tabs .tab.active {
  height: 31px;
  bottom: -1px;
}

.tbox > .tabs .tab.active .label {
  line-height: 30px;
}

/*##### TEXT #####*/
/*[ default ]*/
.tbox > .tabs .tab .label {
  font-family: 'Cabin Condensed', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 18px;
  color: #B2B5A8;
}

/*[ default:hover ]*/
.tbox > .tabs .tab:hover .label {
  color: #343434;
}

.tbox > .tabs .tab .label em {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

/*[ active ]*/
.tbox > .tabs .tab.active .label {
  font-size: 24px;
  color: #000000;
}

.tbox > .tabs .tab.active .label em {
  font-weight: 600;
  color: #D24210;
}

/*##### BACKGROUND #####*/
/*[ default ]*/
.tbox > .tabs .tab .label {
  background-color: #F2F2F2;
}

/*[ default:hover ]*/
.tbox > .tabs .tab:hover .label {
  background-color: #ECF0D5;
}

/*[ active ]*/
.tbox > .tabs .tab.active .label {
  background-color: inherit;
}

/***** more *****/
.tbox .page .photo.smooth-shade {
  border: solid #999999 2px;
  border-color: #A5A5A5 #5B5B5B #5B5B5B #A5A5A5;
  border-color: #D1D1D1 #9B9B9B #9B9B9B #D1D1D1;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/********** end tbox *************/
/*###############################*/
.loading {
  background-image: url('/assets/images/loading.gif');
  background-repeat: no-repeat;
  background-position: center 45%;
}

/*######### modules #########*/
.module.blogs {
}

.module.blogs .boxes {
  width: 188px;
  position: relative;
}

.module.blogs .photo-wrap {
  width: 50px;
  height: 50px;
  float: left;
  margin: 4px 2px;
  background: #E5F1D7;
  padding: 1px;
  border: solid #D24210 1px;
}

.module.blogs .photo-wrap:hover {
  border-color: #5B2C2C;
  background-color: #9E3737;
}

.module.blogs .photo-wrap.n-1 {
  margin-left: 8px;
  margin-right: 8px;
}

.module.blogs .photo-wrap .photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #BCBCBC;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  opacity: 1;
}

.module.blogs .photo-wrap:hover .photo {
  opacity: 1;
}

.module.blogs .photo-wrap .photo a,
.module.blogs .photo-wrap .photo img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.module.blogs .pop {
  position: absolute;
  height: 20px;
  z-index: 150;
}

.module.blogs .popbackdrop {
  padding: 0px;
  border-radius: 4px;
  border: solid 1px;
  border-color: #AA9D9D #544646 #544646 #AA9D9D;
}

.module.blogs .poplabel {
  padding: 0px 15px;
  background: #544646;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
  border-radius: 4px;
  border: solid #F6E1C7 1px;
  border-bottom: solid 2px #D38989;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.40);
}

.module.blogs .poparrowbdrop {
  position: relative;
  width: 0px;
  height: 0px;
  border: solid transparent 8px;
  border-top-color: #544646;
  margin: 0 auto;
  z-index: 200;
  top: -1px;
}

.module.blogs .poparrow {
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid transparent 6px;
  border-top-color: #D38989;
  margin-left: -5.5px;
  margin-top: -8px;
}

/* ABOUT PAGE ---------------------------------------
*/
.about_us .left_column > div h1 {
  font-size: 18px;
  font-weight: bold;
}

.about_us .left_column > div img {
  margin: 10px 0;
  width: 100%;
}

.about_us .left_column > div p {
  color: #484848;
  margin: 10px 0;
}

/* END ABOUT PAGE ---------------------------------------
*/
.resource_listing .left_column > div {
  color: #484848;
}

.resource_listing .left_column > div .information {
  padding: 20px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
}

.resource_listing .left_column > div .information .left {
  float: left;
}

.resource_listing .left_column > div .information .left p {
  margin: 10px 0;
}

.resource_listing .left_column > div .information .left p span {
  width: 70px;
  display: inline-block;
}

.resource_listing .left_column > div .information .left .img {
  height: 150px;
  padding-top: 10px;
}

.resource_listing .left_column > div .information .right {
  padding-left: 250px;
}

.resource_listing .left_column > div .information .website {
  text-align: right;
}

.resource_listing .left_column > div .information .website a {
  color: #00AACA;
  font-weight: bold;
}

.resource_listing .left_column > div .information .right h1 {
  text-align: center;
}

.resource_listing .left_column > div .information .right p {
  text-align: center;
}

.resource_listing .left_column > div .maps {
  padding-top: 20px;
  padding-bottom: 20px;
}

.resource_listing .left_column > div .maps .left {
  float: left;
  width: 300px;
}

.resource_listing .left_column > div .maps .left img {
  width: 300px;
  margin: 10px 0;
}

.resource_listing .left_column > div .maps .right {
  float: right;
  width: 305px;
  height: 305px;
}

.resource_listing .left_column > div .maps .left h4 {
  font-size: 18px;
}

.resource_listing .left_column > div .maps .left .product {
  margin-top: 30px;
}

/* END RESOURCE LISTING PAGE ---------------------------------------
*/
/* MAGAZINE ARCHIVE PAGE ---------------------------------------
*/
.magazine_archive .left_column > div ul.page_list li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px 20px;
}

.magazine_archive .left_column > div ul.page_list li.last_item {
  display: block;
}

.magazine_archive .left_column > div ul.page_list li .photo {
  padding: 5px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  text-align: center;
  border-radius: 5px;
}

.magazine_archive .left_column > div ul.page_list li .opys {
  line-height: 30px;
  height: 30px;
  text-align: center;
}

.magazine_archive .left_column > div .navigation img {
  margin: 10px 0;
  width: 100%;
}

.magazine_archive .left_column > div .navigation ul {
  text-align: center;
}

.magazine_archive .left_column > div .navigation ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}

.magazine_archive .left_column > div .navigation ul li a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 1px #ECECEC;
  text-decoration: none;
  line-height: 17px;
  color: #858585;
  text-align: center;
}

.magazine_archive .left_column > div .navigation ul li a.active {
  background-color: #2C9CAF;
  color: #ABD7DF;
  box-shadow: 0 0 1px #D5EBEF;
}

/* END MAGAZINE ARCHIVE PAGE ---------------------------------------
*/
/* FORM PAGE ---------------------------------------
*/
.form_page .left_column {
  color: #484848;
  font-size: 14px;
}

.form_page .left_column .form {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  padding: 0 10px;
}

.form_page .left_column > div > h4 {
  font-weight: normal;
  margin-top: 10px;
}

.form_page .left_column > div > h4 >span {
  font-weight: bold;
  font-size: 18px;
}

.form_page .left_column > div > h4 > span.text_logo {
  color: #02ABCB;
}

.form_page .left_column > div > h4 > span sup {
  font-size: 8px;
  font-weight: bold;
}

.form_page .left_column > div >p {
  margin: 20px 0;
  padding-left: 20px;
}

.form_page .left_column > div >p.register_today {
  padding: 0;
  margin-top: 10px;
}

.form_page .left_column .form >div {
  margin: 10px 0;
  padding-left: 20px;
}

.form_page .left_column .form >div >* {
  display: inline-block;
  vertical-align: middle;
}

.form_page .left_column .form h4 {
  color: #247E88;
  margin-top: 10px;
  padding-left: 20px;
  font-weight: bold;
}

.form_page .left_column .form .separator {
  margin: 10px 0;
  width: 100%;
}

.form_page .left_column .form >div span {
  width: 200px;
}

.form_page .left_column .form >div textarea,
.form_page .left_column .form >div select,
.form_page .left_column .form >div input {
  width: 260px;
  height: 35px;
  border: 1px solid #DEDEDE;
  box-shadow: inset 0 3px 3px #EAF0F1;
  color: #484848;
  padding: 0;
}

.form_page .left_column .form >div span.select {
  width: 260px;
  height: 35px;
  border: 1px solid #DEDEDE;
  box-shadow: inset 0 3px 3px #EAF0F1;
  padding: 0;
  background-position: 240px center;
}

.form_page .left_column .form > div.last_item {
  margin-bottom: 40px;
}

.form_page .left_column .form > div.itemWithTextarea > * {
  vertical-align: top;
}

.form_page .left_column .form >div textarea {
  display: inline-block;
  min-height: 200px;
  min-width: 260px;
  max-width: 400px;
  max-height: 400px;
}

.form_page .left_column .form > input[type=submit] {
  display: block;
  width: 95px;
  height: 35px;
  line-height: 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #4F92A8;
  box-shadow: inset 0 1px 1px #5FC3CE;
  text-align: center;
  font-weight: bold;
  margin: 25px auto;
  background-image: linear-gradient(top, #36B3C2, #3389A0);
  background-image: -o-linear-gradient(top, #36B3C2, #3389A0);
  background-image: -moz-linear-gradient(top, #36B3C2, #3389A0);
  background-image: -webkit-linear-gradient(top, #36B3C2, #3389A0);
  background-image: -ms-linear-gradient(top, #36B3C2, #3389A0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36B3C2', endColorstr='#3389A0');
}

/* END FORM PAGE ---------------------------------------
*/
/* MAGAZINE ISSUE PAGE ---------------------------------------
*/
.magazine_issue .left_column > div {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  color: #484848;
}

.magazine_issue .left_column > div > div {
  padding: 20px;
}

.magazine_issue .left_column > div > div .img {
  width: 150px;
  height: 200px;
  float: left;
}

.magazine_issue .left_column > div > div .opys {
  padding-left: 200px;
}

.magazine_issue .left_column > div > div .opys .info {
  height: 200px;
}

.magazine_issue .left_column > div > div .opys .info p.data {
  color: #8C8C8C;
  font-size: 12px;
  margin: 0;
}

.magazine_issue .left_column > div > div .opys .info h4 {
  color: #02ABCB;
}

.magazine_issue .left_column > div > div .opys .info p.data span {
  color: #247E88;
}

.magazine_issue .left_column > div > div .opys .btn {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

.magazine_issue .left_column > div > div .opys .btn a {
  display: block;
  width: 150px;
  height: 35px;
  line-height: 30px;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #4F92A8;
  box-shadow: inset 0 1px 1px #5FC3CE;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(top, #36B3C2, #3389A0);
  background-image: -o-linear-gradient(top, #36B3C2, #3389A0);
  background-image: -moz-linear-gradient(top, #36B3C2, #3389A0);
  background-image: -webkit-linear-gradient(top, #36B3C2, #3389A0);
  background-image: -ms-linear-gradient(top, #36B3C2, #3389A0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36B3C2', endColorstr='#3389A0');
}

.magazine_issue .left_column > div ul {
  list-style: none;
  padding-left: 20px;
}

.magazine_issue .left_column > div ul li {
  background-image: url(/assets/images/right_column/li_img.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.magazine_issue .left_column > div img.separator {
  width: 100%;
}

/* END MAGAZINE ISSUE PAGE ---------------------------------------
*/
/* TOPIC PAGE ---------------------------------------
*/
.topic .left_column > h6 {
  margin-bottom: 20px;
  color: #868686;
  font-size: 14px;
}

.topic .left_column > h6 >span {
  color: #484848;
}

.topic .left_column > h6 > span > span {
  color: #247E88;
}

.topic .left_column > div {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
}

.topic .left_column > div ul {
  list-style: none;
}

.topic .left_column > div ul.page_list li {
  padding: 20px;
  height: 120px;
  border-bottom: 1px solid #EAEAEA;
  display: none;
}

.topic .left_column > div ul.page_list li > * {
  vertical-align: middle;
}

.topic .left_column > div ul.page_list li .photo {
  float: left;
}

.topic .left_column > div ul.page_list li .opys {
  padding-left: 140px;
}

.topic .left_column > div ul.page_list li .opys h4 {
  font-size: 18px;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.topic .left_column > div ul.page_list li .opys p {
  height: 45px;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #484848;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.topic .left_column > div ul.page_list li .opys p.data {
  color: #8C8C8C;
  font-size: 12px;
}

.topic .left_column > div ul.page_list li .opys p.data span {
  color: #247E88;
}

.topic .left_column > div ul.page_list li .opys p.data img {
  vertical-align: middle;
  margin: 0 10px;
}

.topic .left_column > div .navigation ul {
  list-style: none;
  text-align: center;
  padding: 20px 0;
}

.topic .left_column > div .navigation ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}

.topic .left_column > div .navigation ul li a {
  /*width: 20px;*/
  min-width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 1px #ECECEC;
  text-decoration: none;
  line-height: 17px;
  color: #858585;
  text-align: center;
}

.topic .left_column > div .navigation ul li a.active {
  background-color: #2C9CAF;
  color: #ABD7DF;
  box-shadow: 0 0 1px #D5EBEF;
}

/* END TOPIC PAGE ---------------------------------------
*/
/* RESOURCE DIRECTORY PAGE ---------------------------------------
*/
.resource_directory .left_column {
  padding-top: 52px;
}

.resource_directory .searchDirectory .combolist,
.resource_directory .searchDirectory .textfield {
  width: 165px;
}

.resource_directory .resouce_directory_title {
  margin-bottom: 20px;
}

.resource_directory .resouce_directory_title p {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
}

.resource_directory .resouce_directory_title h1 {
  color: #2B8692;
}

.resource_directory .resouce_directory_title a {
  text-decoration: none;
}

.resource_directory .left_column .PremiumUserItem {
  /*margin-top: 20px;*/
  border-bottom: 1px solid #D4D4D4;
  background: #F7F7F7; /*box-shadow: 0 0 3px #D4D4D4;*/
  padding: 10px;
}

.resource_directory .left_column .PremiumUserItem > div {
  display: inline-block;
  vertical-align: middle;
}

.resource_directory .left_column .PremiumUserItem .image {
  width          : 120px;
  vertical-align : top;
}

.resource_directory .left_column .PremiumUserItem .image img {
  border : 1px solid #B1B1B2;
  width  : 120px;
}

.resource_directory .left_column .PremiumUserItem .description {
  width: 79%;
  height: 88px;
  overflow: hidden;
  padding-left: 10px;
}

.resource_directory .left_column .PremiumUserItem .description h4 a {
  color: #1D6D7B;
}

.resource_directory .left_column .PremiumUserItem .btn {
  width: 140px;
}

.resource_directory .left_column .PremiumUserItem .goToWebSite a {
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  padding-right: 25px;
  text-decoration: none;
  color: white;
  background: #AAAAAA url(../assets/images/resource/see_web.png) no-repeat 125px center;
}

.resource_directory .left_column .item {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  color: #484848;
  border-radius: 5px 5px 0 0;
  margin: 20px 0;
  position: relative;
}

.resource_directory .left_column .item ul {

  list-style: none;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.resource_directory .left_column .item ul li {
  padding: 10px;
  background-color: #ffffff;
}

.resource_directory .left_column .item ul li:first-child {
  /*display: none;*/
}

.resource_directory .left_column .item ul li:nth-child(2n+1) {
  background-color: #F7F7F7;
}

.resource_directory .left_column .item .title {
  border-radius: 5px 5px 0 0;
  height: 50px;
  line-height: 50px;
  background-color: #2C8490;
  padding-left: 10px;
  color: #ffffff;
}

.resource_directory .left_column .item .title a {
  text-decoration: none;
  color: #ffffff;
}

.resource_directory .left_column .item ul li > * {
  display: inline-block;
  vertical-align: middle;
}

.resource_directory .left_column .item ul li .left {
  width: 65%;
}

.resource_directory .left_column .item ul li .left a {
  text-decoration: none;
  color: #484848;
}

.resource_directory .left_column .item ul li .right {
  width: 14%;
}

.resource_directory .left_column .item ul li .last {
  width: 4%;
}

.resource_directory .left_column .item ul li .seeMore {
  display: inline-block;
  height: 35px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.resource_directory .left_column .item ul li .seeMore a {
  display: inline-block;
  height: 35px;
  width: 100px;
  color: white;
  line-height: 35px;
  text-align: center;
  color: White;
  font-weight: bold;
  border: none;
  font-size: 21px;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #3c94a0;
  background-image: linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -o-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -moz-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -webkit-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -ms-linear-gradient(top, #3c94a0, #1a6a78);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c94a0', endColorstr='#1a6a78');
}

.resource_directory .left_column .item ul li .seeMore a:hover {
  color: white;
  background-image: linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -o-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -moz-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -webkit-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -ms-linear-gradient(top, #4ADFE6, #359DB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ADFE6, ', endColorstr='#359DB0');
}

.resource_directory .left_column > div .search_directory {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  color: #484848;
  height: 160px;
}

.resource_directory .left_column > div .search_directory .company_search {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #EAEAEA;
}

.resource_directory .left_column > div .search_directory .search {
  text-align: right;
  margin-right: 62px;
  float: right;
  height: 45px;
  width: 180px;
  overflow: hidden;
  border-radius: 5px;
}

.resource_directory .left_column > div .search_directory .search input[type=submit] {
  height: 45px;
  width: 180px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: White;
  display: block;
  font-weight: bold;
  border: none;
  font-size: 21px;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #3c94a0;
  background-image: linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -o-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -moz-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -webkit-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -ms-linear-gradient(top, #3c94a0, #1a6a78);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c94a0', endColorstr='#1a6a78');
}

.resource_directory .left_column > div .search_directory .search input[type=submit]:hover {
  color: white;
  background-image: linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -o-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -moz-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -webkit-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -ms-linear-gradient(top, #4ADFE6, #359DB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ADFE6, ', endColorstr='#359DB0');
}

.resource_directory .left_column > div .search_directory .company_search .feild {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

.resource_directory .left_column > div .search_directory .company_search .feild input {
  padding: 0;
  padding-left: 5px;
}

.resource_directory .left_column > div .search_directory .company_search .feild > * {
  width: 179px;
  height: 30px;
  border: 1px solid #DEDEDE;
  box-shadow: inset 0 1px 2px #EBF2F2;
  background-color: #F4FAFB;
  font-family: Segoe UI Light;
  font-size: 16px;
  color: #666666;
}

/**************************
Begin SELECT style
**************************/
span.select {
  display: inline-block;
  vertical-align: top;
  margin-left: -265px;
  text-align: left;
}

select.dropDown, select.dropDown ~ span.select, .treeListSelect {
  height: 28px;
  line-height: 26px;
  width: 265px;
  border: 1px solid #9E9E9E;
  /*background: url(/assets/images/DROP_DOWN_SEARCH.png) no-repeat right center;*/
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: middle;
}

select.dropDown ~ span.select {
  padding: 0px 20px 0px 6px;
}

select.dropDown.readonly ~ span.select {
  background-color: #efefef;
}

.dropdown-tree-wrapper {
  display: inline-block;
  vertical-align: middle;
}

select.dropDown,
select.dropDown option {
  font-size: 12px;
  padding-left: 6px;
}

.resource_directory #selectlisting_categories,
.resource_directory #selectstate {
  width: 182px;
  background-position: 160px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#selectlisting_categories,
#selectstate {
  background-position: 230px center;
}

/**************************
End SELECT style
**************************/
/* END RESOURCE DIRECTORY PAGE ---------------------------------------
*/
/* ARTICLE PAGE ---------------------------------------
*/
.article .left_column {
  color: #484848;
}

.article .left_column > div h1 {
  font-size: 18px;
  font-weight: bold;
}

.article .left_column > div img.separator {
  margin: 10px 0;
  width: 100%;
}

.article .left_column > div p {
  color: #484848;
  margin: 10px 0;
}

.article .left_column > div p.data {
  color: #8C8C8C;
  font-size: 12px;
  margin: 0;
}

.article .left_column > div p.data span {
  color: #247E88;
}

.article .left_column > div p.data img {
  vertical-align: middle;
  margin: 0 10px;
}

.article .left_column > div ul {
  padding-left: 30px;
  list-style: none;
}

/*.article .left_column > div ul li{
display :inline-block;
background-image: url(/assets/images/right_column/li_img.png);
background-position: left center;
background-repeat :no-repeat;
width: 10px;
height: 10px;
margin: 0 20px;
}*/
.article .left_column > div .nav {
  height: 30px;
  line-height: 30px;
}

.article .left_column > div .nav .left {
  float: left;
}

.article .left_column > div .nav .left > * {
  vertical-align: bottom;
}

.article .left_column > div .nav .right {
  float: right;
}

.article .left_column > div .nav .right > * {
  vertical-align: bottom;
}
.preview .center .right_column {
  margin-top: 55px;
}

.preview .center .left_column {
  padding-left: 10px;
  padding-right: 435px;
}

.preview .left_column > h4 {
  color: #484848;
  margin: 10px 0;
  font-size: 32px;
  font-weight: normal;
}

.preview .left_column > div {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
}

.preview .left_column > div ul.page_list li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.article .left_column .item ul li {
  list-style-type:disc;
}  /*Update 6-2-15: This is to put the bullets back in the articles.  I don't know what it taking it out Graham S. */

.preview .left_column > div ul.page_list.top_stories li .photo {
  width: 554px%;
}

.preview .left_column > div ul.page_list li .opys {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  color: #484848;
}

.preview .left_column > div ul.page_list li .opys h4 {
  color: #484848;
  font-size: 18px;
}

.preview .left_column > div ul.page_list li .opys h4 a {
  color: #2C9CAF;
}

.preview .left_column > div ul.page_list li .opys p {
  font-size: 14px;
}

.preview .left_column > div ul.page_list li .btn_next_page {
  text-decoration: none;
  display: inline-block;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: #EAEAEA;
  background-image: url(/assets/images/preview/arrow_next_page.png);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 10px;
  cursor: pointer;
}

.preview .left_column > div ul.page_list li .btn_next_page:hover {
  background-color: #C8C8C8;
}

/*.preview .left_column > div ul.page_list li:last-child .btn_next_page{ display: none;
} */
.preview .left_column > div .navigation ul {
  text-align: center;
  border-top: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  padding: 10px 0;
}

.preview .left_column > div .navigation ul li {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 5px;
}

.preview .left_column > div .navigation ul li a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 1px #ECECEC;
  text-decoration: none;
  line-height: 17px;
  color: #858585;
  text-align: center;
}

.preview .left_column > div .navigation ul li a:hover {
  background: #D8D8D8;
}

.preview .left_column > div .navigation ul li a.active {
  background-color: #2C9CAF;
  color: #ABD7DF;
  box-shadow: 0 0 1px #D5EBEF;
}

.preview .left_column > div ul.list li {
  list-style: none;
  padding: 20px;
  border-top: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  min-height: 115px;
}

.preview .left_column > div ul.list li:first-child {
  border-top: 0;
}

.preview .left_column > div ul.list li .photo {
  /* background-image :url(/assets/images/preview/photo.png);*/
  width: 115px;
  height: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.preview .left_column > div ul.list li .information {
  padding-left: 140px;
  color: #484848;
}

.preview .left_column > div ul.list li .information h4 {
  color: #484848;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 0.5;
}

.preview .left_column > div ul.list li .information p {
  font-size: 14px;
  /*height: 80px;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.preview .left_column > div ul.list li .information a {
  text-decoration: none;
  color: #2C9CAF;
  font-size: 16px;
}

.preview .preview_from {
  padding: 10px;
  background: #F4F4F4;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  margin: 20px 0;
  padding-bottom: 20px;
}

/*.preview .preview_from > div{ display :inline-block; vertical-align: middle; width: 30%; }*/
.preview .preview_from .resouce_directory_title {
  margin-bottom: 20px;
}

.preview .preview_from .resouce_directory_title p {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.preview .preview_from .resouce_directory_title h1 {
  color: #2B8692;
}

.preview .preview_from > div p {
  color: #666666;
  margin: 5px 0;
}

.preview .preview_from .searchDirectory .combolist,
.preview .preview_from .searchDirectory .textfield {
  width: 230px;
}

.preview .preview_from > div select.dropDown option {
  height: 35px;
  line-height: 35px;
}

.preview .preview_from > div span.select {
  background-position: 230px;
  display: inline-block;
  padding-left: 5px;
}

.preview .preview_from > div.resource {
  font-size: 80px;
  color: #00899D;
  font-family: Segoe UI Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.preview .preview_from .subscribe {
  width: 185px
}

.preview .preview_from .subscribe a {
  border: none;
  background: #3c94a0;
  background-image: linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -o-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -moz-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -webkit-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -ms-linear-gradient(top, #3c94a0, #1a6a78);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c94a0', endColorstr='#1a6a78');
}

.preview .preview_from .subscribe a:hover {
  color: white;
  background-image: linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -o-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -moz-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -webkit-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -ms-linear-gradient(top, #4ADFE6, #359DB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ADFE6, ', endColorstr='#359DB0');
}

input[type=button], input[type=submit], input[type=reset], button {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: none;
  color: white;
  background: #3c94a0;
  font-size: 20px;
  font-family: Segoe UI Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -o-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -moz-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -webkit-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -ms-linear-gradient(top, #3c94a0, #1a6a78);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c94a0', endColorstr='#1a6a78');;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset], button:hover {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: white;
  font-size: 20px;
  font-family: Segoe UI Semibold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -o-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -moz-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -webkit-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -ms-linear-gradient(top, #4ADFE6, #359DB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ADFE6, ', endColorstr='#359DB0');
}

.preview .separator {
  margin: 20px 0;
}

.preview .center > ul li {
  list-style: none;
  padding: 10px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  display: inline-block;
  width: 465px;
  height: 180px;
  margin: 10px;
  vertical-align: top;
}

.preview .center > ul li .photo {
  /* background-image :url(/assets/images/preview/photo.png);*/
  width: 115px;
  height: 115px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}

.preview .center> ul li .information {
  padding-left: 140px;
  color: #484848;
}

.preview .center > ul li .information a {
  text-decoration: none;
  font-size: 16px;
  color: #2C9CAF;
}

.preview .center > ul li .information h4 {
  color: #484848;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
}

.preview .center > ul li .information p {
  font-size: 14px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.page_list li a > h4 {
  color: #2C9CAF;
  font-size: 16px;
}

ul.page_list li a {
  text-decoration: none;
}

/* END PREVIEW PAGE --------------------------------------*/
.search_resource_directory {
  width: 100%;
  border: 0;
  height: 50px;
  line-height: 50px;
  background-image: url(/assets/images/resource/resource-directory-icon.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.btnSearch {
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  text-align: center;
  color: White;
  display: block;
  font-weight: bold;
  border: none;
  font-size: 21px;
  text-shadow: 0 0 1px #000000;
  text-decoration: none;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #3c94a0;
  background-image: linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -o-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -moz-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -webkit-linear-gradient(top, #3c94a0, #1a6a78);
  background-image: -ms-linear-gradient(top, #3c94a0, #1a6a78);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c94a0', endColorstr='#1a6a78');
}

.btnSearch .icon {
  background: url(../assets/images/my-listing-icon.png) no-repeat right center;
  display: inline-block;
  height: 20px;
  width: 11px;
}

.btnSearch:hover {
  width: 200px;
  color: white;
  background-image: linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -o-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -moz-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -webkit-linear-gradient(top, #4ADFE6, #359DB0);
  background-image: -ms-linear-gradient(top, #4ADFE6, #359DB0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ADFE6, ', endColorstr='#359DB0');
}

.btnListing {
  height: 45px;
  line-height: 45px;
  width: 150px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  color: #0D5865;
  font-weight: bold;
  border: 1px solid #AFAFAF;
  border-bottom: 0;
  font-size: 16px;
  text-shadow: 0 1px 2px #ffffff;
  text-decoration: none;
  font-family: Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #AFAFAF;
  background-image: linear-gradient(top, #F7F7F7, #BCBCBC);
  background-image: -o-linear-gradient(top, #F7F7F7, #BCBCBC);
  background-image: -moz-linear-gradient(top, #F7F7F7, #BCBCBC);
  background-image: -webkit-linear-gradient(top, #F7F7F7, #BCBCBC);
  background-image: -ms-linear-gradient(top, #F7F7F7, #BCBCBC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7F7F7', endColorstr='#BCBCBC');
}

.btnListing:hover {
  color: #0D5865;
  background: #AFAFAF;
  background-image: linear-gradient(top, #FfFfFf, #dadada);
  background-image: -o-linear-gradient(top, #FfFfFf, #dadada);
  background-image: -moz-linear-gradient(top, #FfFfFf, #dadada);
  background-image: -webkit-linear-gradient(top, #FfFfFf, #dadada);
  background-image: -ms-linear-gradient(top, #FfFfFf, #BCBCBC);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FfFfFf', endColorstr='#dadada');
}

.btnListing .value {
  line-height: 1;
  margin-top: -4px;
  vertical-align: middle;
  display: inline-block;
}

.btnListing .value span {
  color: #333333;
  font-size: 12px;
}

.preview .searchDirectoriList {
  width: 352px;
  display: inline-block;
  vertical-align: top;
}

.searchDirectory .btn {
  width: 200px;
  height: 45px;
  display: inline-block;
}

.resource_directory .searchDirectory .btn {
  width: 100px;
  padding-right: 0;
  height: 35px;
}

.resource_directory .searchDirectory .btn input {
  line-height: 35px;
}

.searchDirectory .textfield {
  padding-left: 10px;
}

.searchDirectory {
  margin-bottom: 20px;
}

.searchDirectory .field {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.searchDirectory .combolist,
.searchDirectory .textfield {
  height: 34px;
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #484848;
}

.searchDirectoriList > div {
  border: 1px solid #E6E6E6;
  box-shadow: 0 0 3px #F4F4F4;
  color: #484848;
  border-radius: 5px 5px 0 0;
}

.searchDirectoriList ul {
  list-style: none;
  overflow: hidden;
  font-size: 12px;
}

.searchDirectoriList ul li {
  padding: 10px;
  background-color: #F7F7F7;
}

.searchDirectoriList .parne {
  background-color: #ffffff;
}

.searchDirectoriList .title {
  border-radius: 5px 5px 0 0;
  height: 50px;
  line-height: 50px;
  background-color: #2C8490;
  padding-left: 10px;
  color: #ffffff;
}

.searchDirectoriList ul li > * {
  display: inline-block;
  vertical-align: middle;
}

.searchDirectoriList .left {
  width: 60%;
}

.searchDirectoriList .left a {
  color: #484848;
}

.searchDirectoriList .premiumUser {
  font-weight: bold;
  text-transform: uppercase;
  background: #EDEDED;
}

.searchDirectoriList .right {
  width: 30%;
}

.searchDirectoriList .viewMore {
  color: #2D8692;
  padding-left: 20px;
  padding-top: 10px;
  display: block;
  font-weight: bold;
}

.listComparisonTitle {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.listComparisonPath {
  list-style: none;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  font-size: 12px;
}

.listComparisonPath > * {
  display: inline-block;
}

.listing_list {
  margin-top: 20px;
}

.listing_list .item {
  height: 50px;
  line-height: 50px;
}

.listing_list .item > * {
  float: left;
  vertical-align: middle;
  height: 100%;
  border: 1px dashed #CCCCCC;
  border-bottom: none;
}

.listing_list .item .name_col {
  width: 61.5%;
  padding-left: 10px;
}

.listing_list .item .name_col > * {
  vertical-align: middle;
  display: inline-block;
}

.listing_list .itemHeader .name_col {
  border-color: transparent;
}

.listing_list .itemHeader .basicListing {
  border-color: transparent;
}

.listing_list .item .basicListing {
  width: 16%;
  text-align: center;
  border-left: 0;
  border-right: 0;
}

.listing_list .item .check {
  background: url(../assets/images/check.png) no-repeat center center;
}

.listing_list .item .enhancedListing {
  width: 20%;
  text-align: center;
  background-color: #E2F0F9;
}

.listing_list .item .name_col p {
  line-height: 1;
}

.listing_list .item .name_col span {
  font-size: 12px;
  color: #8B8B8E;
  white-space: normal;
}

.listing_list .lastItem .name_col,
.listing_list .lastItem .basicListing,
.listing_list .lastItem .enhancedListing {
  border-bottom: 1px dashed #CCCCCC;
}

.myListing {
  margin: 20px 0;
  float: right;
  width: 265px;
}

.read-more,
.read-less {
  position: absolute;
  top: 12px;
  right: 10px;
}

.read-less a,
.read-more a {
  width: 24px;
  height: 24px;
  display: block;
}

.read-less a {
  background: url(../assets/images/minus.png) no-repeat center center;
}

.read-more a {
  background: url(../assets/images/plus.png) no-repeat center center;
}

.myListing a.btnSearch:hover {
  width: 265px;
}

.form_page .left_column .form >div input[type=checkbox] {
  width: 30px;
  margin-left: 20px;
}

.twitstatus_badge_container a[target="_blank"] {
  display: none;
}
.container .center .right_column > .twitstatus_badge_container {
  border: none;
  margin-bottom: 15px;
}

.messages{
  line-height: 16px;
  text-align: left;
  padding: 8px 10px 9px;
  width: auto;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}

ul.messages__list li{
  margin-bottom: 10px;
}

ul.messages__list li:last-child{
  margin-bottom: 0;
}

.messages--error{
  background: #ff0000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) 0% 0% repeat-x scroll;
  border: 1px solid rgb(139, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
  color: rgb(255, 255, 255);
}
.messages--warning{
  background: #ffeaa8 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) 0% 0% repeat-x scroll;;
  border: 1px solid rgb(255, 194, 55);
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
  color: rgb(130, 98, 0);
}

.messages--status{
  background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) 0% 0% repeat-x scroll;;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
  color: rgb(68, 68, 68);
}

.messages--info{
  background: #57b7e2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==) 0% 0% repeat-x scroll;;
  border: 1px solid rgb(11, 144, 196);
  box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
  color: rgb(255, 255, 255);
}

.button {
  display         : inline-block;
  cursor          : pointer;

  border-style    : solid;
  border-width    : 1px;
  border-radius   : 50px;
  padding         : 10px 18px;
  box-shadow      : 0 1px 4px rgba(0, 0, 0, .6);
  font-size       : 9.5pt;
  font-weight     : bold;
  color           : #FFF;
  text-shadow     : 0 1px 3px rgba(0, 0, 0, .4);
  font-family     : sans-serif;
  text-decoration : none;
}

.button.blue {
  border-color : #2989D8;
  background   : #2989D8;
  background   : -moz-linear-gradient(top, #2989D8 0%, #1E5799 100%);
  background   : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2989D8), color-stop(100%, #1E5799));
  background   : -webkit-linear-gradient(top, #2989D8 0%, #1E5799 100%);
  background   : -o-linear-gradient(top, #2989D8 0%, #1E5799 100%);
  background   : -ms-linear-gradient(top, #2989D8 0%, #1E5799 100%);
  background   : linear-gradient(top, #2989D8 0%, #1E5799 100%);
  filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#2989d8', endColorstr='#1e5799', GradientType=0);
}

.button.green {
  border-color : #8FC800;
  background   : #8FC800;
  background   : -moz-linear-gradient(top, #8FC800 0%, #438C00 100%);
  background   : -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8FC800), color-stop(100%, #438C00));
  background   : -webkit-linear-gradient(top, #8FC800 0%, #438C00 100%);
  background   : -o-linear-gradient(top, #8FC800 0%, #438C00 100%);
  background   : -ms-linear-gradient(top, #8FC800 0%, #438C00 100%);
  background   : linear-gradient(top, #8FC800 0%, #438C00 100%);
  filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fc800', endColorstr='#438c00', GradientType=0);
}