/* Link Styles */

a.link-bullet {
  display: inline-block;
  padding: 0px 0px 0px 18px;
  color: #088EEE;
  text-decoration: none;
  background: url('/images/bullet.jpg') left 2px no-repeat;
}

a.link-external {
  display: inline-block;
}

/* Button Styles */

a.button-silver {
  display: block;
  height: 40px;
  margin: 5px 0px;
  padding: 0px 15px;
  color: #064683;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  background: #FFFFFF;
  background: -webkit-linear-gradient(#FFFFFF, #E3E3E3);
  background: -o-linear-gradient(#FFFFFF, #E3E3E3);
  background: -moz-linear-gradient(#FFFFFF, #E3E3E3);
  background: linear-gradient(#FFFFFF, #E3E3E3);
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  cursor: pointer;
}

a.button-silver span {
  display: block;
  line-height: 40px;
}

a.button-silver:active {
  background: #E3E3E3;
}

a.button-silver:hover {
  color: #2E7289;
}

a.button-silver-inline {
  display: inline-block;
  height: 40px;
  margin: 5px 0px;
  padding: 0px 15px;
  color: #064683;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  background: #FFFFFF;
  background: -webkit-linear-gradient(#FFFFFF, #E3E3E3);
  background: -o-linear-gradient(#FFFFFF, #E3E3E3);
  background: -moz-linear-gradient(#FFFFFF, #E3E3E3);
  background: linear-gradient(#FFFFFF, #E3E3E3);
  border: 1px solid #E3E3E3;
  border-radius: 6px;
}

a.button-silver-inline span {
  display: inline-block;
  line-height: 40px;
}

a.button-silver-inline:active {
  background: #E3E3E3;
}

a.button-silver-inline:hover {
  color: #2E7289;
}

a.button-blue {
  display: inline-block;
  padding: 0px 15px;
  color: #FFFFFF !important;
  font-size: 15px;
  line-height: 36px;
  text-decoration: none;
  background: #064683;
  background: -webkit-linear-gradient(#1C61A4, #064683);
  background: -o-linear-gradient(#1C61A4, #064683);
  background: -moz-linear-gradient(#1C61A4, #064683);
  background: linear-gradient(#1C61A4, #064683);
  border: 1px solid #064683;
  border-radius: 6px;
}

a.button-enroll {
  display: block;
  margin: 10px 0px;
  padding: 0px 0px 0px 31px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  background: url('/images/trustco-bug.png') 5px center no-repeat;
}

a.button-arrow {
  display: block;
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  background: url('/images/button-go-arrow.jpg') right center no-repeat;
}

a.button-text-red {
  color: red !important;
}

a.button-green {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF !important;
  text-decoration: none;
  /*background: #24927F;*/
  /*background: #0B7966;*/
  background: #075F50;
}

a.button-round {
  border-radius: 5px;
}

a.button-block {
  display: block;
  text-align: center;
}

/* Float Styles */

.float-left {
  float: left;
  margin: 0px 15px 10px 0px;
}

.float-right {
  float: right;
  margin: 0px 0px 10px 15px;
}

.float-left-frame {
  float: left;
  margin: 0px 15px 10px 0px;
  padding: 2px;
  border: 1px solid #EFEFEF;
}

.float-right-frame {
  float: right;
  margin: 0px 0px 10px 15px;
  padding: 2px;
  border: 1px solid #EFEFEF;
}

/* Image Styles */

img.img-left {
  float: left;
  margin: 5px 20px 10px 0px;
}

img.img-right {
  float: right;
  margin: 5px 0px 10px 20px;
}

img.img-box {
  padding: 2px;
  border: 1px solid #2C76BD;
}

/* Bulleted List Styles */

ul.no-bullets {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.no-bullets li {
  padding: 3px 0px;
}

ul.list-plain {
  padding-left: 0px;
  list-style-type: none;
}

ul.list-plain li {
  margin: 7px 0px;
}

ul.fancy-list-check {
  list-style-type: none;
}

ul.fancy-list-check li {
  margin: 3px 0px;
  padding: 0px 0px 0px 30px;
  color: #333333;
  font-size: 17px;
  font-style: italic;
  line-height: 25px;
  background: url('/vs-uploads/images/1398704947_bullet-fancy-list-check.png') left top no-repeat;
}

ul.fancy-list-bug li {
  background: url('/vs-uploads/images/1425051106_bullet-fancy-list-bug.jpg') left 2px no-repeat;
}

ul.fancy-list-large li {
  clear: both;
  margin-bottom: 10px;
  font-size: 20px;
}

ul.big-text {
}

ul.big-text li {
  font-size: 18px;
  line-height: 26px;
}

/* Table Styles */

table.table-content {
  width: 100%;
  border-collapse: collapse;
}

table.table-content tr {
  border: 1px solid #CCCCCC;
}

table.table-content th {
  padding: 7px;
  background: #DDDDDD;
}

table.table-content th a {
  color: #000000;
}

table.table-content td {
  padding: 7px;
  background: #FFFFFF;
  vertical-align: top;
}

table.table-content td img {
  max-width: 100%;
  height: auto;
}

table.table-content tr th.align-left,
table.table-content tr td.align-left {
  text-align: left;
}

table.table-content tr th.align-center,
table.table-content tr td.align-center {
  text-align: center;
}

table.table-content tr th.align-right,
table.table-content tr td.align-right {
  text-align: right;
}

table.table-fixed {
  table-layout: fixed;
}

/* Landing Page Styles */

#landing-main-left {
  float: left;
  width: 225px;
}

#landing-main-left h5 {
  color: #003F7A;
  font-weight: bold;
}

#landing-main-right {
  float: right;
  width: 220px;
}

ul.list-landing {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.list-landing li {
  display: block;
  margin: 0px;
  padding: 0px !important;
  border-bottom: 1px dotted #888888;
}

ul.list-landing li:first-child {
  border-top: 1px dotted #888888;
}

ul.list-landing li a {
  display: block;
  padding: 8px 30px 8px 10px;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #F8FAFD;
  background-image: url('/vs-uploads/images/1398704393_list-landing-bg.png');
  background-position: right center;
  background-repeat: no-repeat;
}

ul.list-landing li:nth-child(2n) a {
  background-color: #FFFFFF;
}

ul.list-landing li a:hover {
  color: #064683;
}

/* Other Styles */

div.quote-text {
  padding: 5px 10px 5px 13px;
  color: #444444;
  border-left: 3px solid #064683;
}

.blue-bg-text {
  margin: 20px 0px 10px;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #064683;
}

.blue-medium-text {
  color: #003f7a;
  font-size: 14px;
}

.small-disclaimer-text {
  color: #000000;
  font-size: 11px;
}

/* Misc Styles */

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.big-text {
  font-size: 24px;
}

.indented-text {
  display: block;
  float: left;
  width: 70px;
  margin: 0px 0px 50px 0px;
  vertical-align: middle;
}

.float-clear {
  clear: both;
}

div.clearfloats {
  display: block;
  clear: both;
}