h1 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: xx-large;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: medium;
	color: #FFFFFF;

}
h3 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;

	font-size: medium;
	color: #0F0F0F;
	font-weight: normal;
}
.bg_header {
	border-collapse: collapse;
	background-image: url('images/bg_header.jpg');
}
.fg_header {
	white-space: normal;
	text-align: left;
	border-width: 0;
	background-image: url('images/fg_header.jpg');
}
.bg_white {
	background-color: #FFFFFF;
}
.bg_table {
	border-collapse: collapse;
	background-image: url('images/bg_span.gif');
}
.header_table {
	border-collapse: collapse;
}
.header_title {
	font-family: Verdana;
	font-weight: normal;
	font-size: x-large;
	color: #FFFFFF;
}
.header_text {
	color: #FFFFFF;
	font-size: small;
}
.header_link {
	color: #FFFFFF;
	text-decoration: none;
}
.main_td {
	font-family: Verdana;
	font-size: small;
	color: #4E4E4E;
}
.main_text {
	color: #0066CC;
	font-size: small;
}
.footer_table {
	border-collapse: collapse;
	background-image: url('images/bg_footer.jpg');
}
.footer_text {
	text-align: center;
	color: #0E3E7C;
	font-family: Verdana;
	font-size: x-small;
}
.dl_td {
	color: #F78220;
	font-family: Verdana;
	font-size: small;
}
.dl_link {
	color: #005A88;
}
.social_table {
	border: 1px solid #808080;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.donate_table {
	border: 1px solid #808080;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.desc_header {
	color: #F78220;
	font-size: medium;
}

.desc_text {
	color: #4E4E4E;
	font-size: medium;
}
.desc_text_cell {
	font-family: Verdana;
	font-size: small;
	color: #4E4E4E;
	background-color: #FBFBFB;
}

.no_border {
	border-width: 0px;
}
.warning_table {
	background-color: #FF0000;
	border-collapse: collapse;
}
.warning_cell {
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
}

.button {
  width: 180px;
  margin: 20px auto;
}

.button a {
  display: block;
  height: 50px;
  width: 180px;
  
  /*TYPE*/
  color: white;
  font: 17px/50px Helvetica, Verdana, sans-serif;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  
  /*GRADIENT*/  
  background: #00b7ea; /* Old browsers */
  background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
  background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */
}

.button a {
    -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  
  -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
     -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}

.button p {
  background: #222;
  display: block;
  height: 40px;
  width: 180px; 
  margin: -50px 0 0 10px;
  
  /*TYPE*/
  text-align: center;
  font: 12px/45px Helvetica, Verdana, sans-serif;
  color: #fff;
  
  /*POSITION*/
  position: absolute;
  z-index: -1;
  
  /*TRANSITION*/  
  -webkit-transition: margin 0.5s ease;
     -moz-transition: margin 0.5s ease;
       -o-transition: margin 0.5s ease;
      -ms-transition: margin 0.5s ease;
          transition: margin 0.5s ease;
}


/*ACTIVE*/
.button a:active {
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top,  #00b7ea 36%, #009ec3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* IE10+ */
background: linear-gradient(top,  #00b7ea 36%,#009ec3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 ); /* IE6-9 */

}

.site_intro_note {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #4E4E4E;
    text-align: center;
    line-height: 1.6;
}

.choose_build_wrap {
    padding: 8px 0 18px;
}

.choose_build_title {
    text-align: center;
    margin: 0 0 8px;
    color: #0E3E7C;
    font-size: 24px;
    font-weight: normal;
}

.choose_build_subtitle {
    max-width: 760px;
    margin: 0 auto 20px;
    text-align: center;
    color: #4E4E4E;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    line-height: 1.7;
}

.build_card_grid {
    width: 916px;
    margin: 0 auto 24px;
    border-collapse: separate;
    border-spacing: 16px 0;
}

.build_card {
    width: 294px;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #c9ddf4;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(14,62,124,0.10);
    overflow: hidden;
}

.build_card_inner {
    padding: 18px 20px 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #4E4E4E;
    font-size: 12px;
    line-height: 1.7;
}

.build_card_header {
    background: linear-gradient(180deg, #edf7ff 0%, #dbefff 100%);
    border-bottom: 1px solid #c9ddf4;
    padding: 14px 18px;
}

.build_card_header.featured {
    background: linear-gradient(180deg, #fff5ea 0%, #ffe2c2 100%);
    border-bottom-color: #f2c28f;
}

.build_card_kicker {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 8px;
    background: #0E3E7C;
    color: #FFFFFF;
    border-radius: 999px;
    font: 11px Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.build_card_header.featured .build_card_kicker {
    background: #F78220;
}

.build_card_title {
    margin: 0;
    color: #0E3E7C;
    font: normal 22px Verdana, Geneva, Tahoma, sans-serif;
}

.build_card_tagline {
    margin: 6px 0 0;
    color: #4E4E4E;
    font: 12px Verdana, Geneva, Tahoma, sans-serif;
}

.build_card_list {
    margin: 12px 0 16px 18px;
    padding: 0;
}

.build_card_list li {
    margin: 0 0 6px;
}

.build_stat_row {
    margin: 0 0 10px;
    padding: 10px 12px;
    background: #f7fbff;
    border: 1px solid #dbe9f8;
    border-radius: 10px;
}

.build_stat_label {
    display: block;
    color: #0E3E7C;
    font-weight: bold;
    margin-bottom: 2px;
}

.button.button_compact {
    width: 210px;
    margin: 10px auto 2px;
}

.button.button_compact a {
    width: 210px;
}

.compare_section_title {
    margin: 0 0 8px;
    text-align: center;
    color: #0E3E7C;
    font-size: 20px;
}

.compare_section_note {
    margin: 0 0 18px;
    text-align: center;
    color: #4E4E4E;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

.table_compare_heading {
    background: linear-gradient(180deg, #f4fbff 0%, #dfefff 100%);
    color: #0E3E7C;
    border-top: 1px solid #c9ddf4;
    border-bottom: 1px solid #c9ddf4;
}

.table_compare_l,
.table_compare_r,
.table_compare_c {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #4E4E4E;
}

.table_compare_r {
    text-align: right;
    color: #0E3E7C;
    font-weight: bold;
}

.table_compare_c {
    text-align: center;
}

@media screen and (max-width: 1020px) {
    .build_card_grid,
    .bg_header,
    .bg_table,
    .footer_table,
    table[style*="width: 986px"],
    table[style*="width: 956px"] {
        width: 100% !important;
        max-width: 100% !important;
    }

    .build_card_grid,
    .build_card_grid tbody,
    .build_card_grid tr,
    .build_card_grid td {
        display: block;
        width: auto !important;
    }

    .build_card_grid {
        border-spacing: 0;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .build_card {
        margin: 0 0 16px;
    }

    .choose_build_subtitle {
        padding: 0 14px;
    }
}


.sitemap_intro {
    color: #4E4E4E;
    line-height: 1.7;
    margin: 0 0 22px;
}

.sitemap_grid {
    width: 100%;
    border-collapse: separate;
    border-spacing: 16px 16px;
    margin: 0 -16px 8px;
}

.sitemap_card {
    width: 50%;
    vertical-align: top;
    background: #FFFFFF;
    border: 1px solid #c9ddf4;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(14,62,124,0.10);
    overflow: hidden;
}

.sitemap_card_inner {
    padding: 18px 20px 16px;
}

.sitemap_card_title {
    margin: 0 0 12px;
    color: #0E3E7C;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.sitemap_link_list {
    margin: 0;
    padding-left: 18px;
}

.sitemap_link_list li {
    margin: 0 0 8px;
    color: #4E4E4E;
}

.sitemap_link_list a {
    color: #005A88;
    text-decoration: none;
}

.sitemap_link_list a:hover,
.sitemap_link_list a:focus {
    text-decoration: underline;
}

.sitemap_note_box {
    margin: 8px 0 0;
    padding: 14px 16px;
    background: #fbfbfb;
    border: 1px solid #d9e6f7;
    border-radius: 12px;
    color: #4E4E4E;
    line-height: 1.7;
}

.sitemap_note_box a {
    color: #005A88;
}


/* Site-wide spacing normalization */
html, body {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.4;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

table {
    border-spacing: 0;
}

.bg_header,
.bg_table,
.footer_table,
.header_table,
.social_table,
.donate_table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    vertical-align: top;
}

.main_td,
.desc_text_cell {
    line-height: 1.6;
}

.main_td h1,
.main_td h2,
.main_td h3,
.main_td h4,
.main_td h5,
.main_td h6,
.desc_text_cell h1,
.desc_text_cell h2,
.desc_text_cell h3,
.desc_text_cell h4,
.desc_text_cell h5,
.desc_text_cell h6 {
    margin: 0 0 12px;
}

.main_td p,
.main_td ul,
.main_td ol,
.main_td dl,
.desc_text_cell p,
.desc_text_cell ul,
.desc_text_cell ol,
.desc_text_cell dl {
    margin: 0 0 14px;
}

.main_td p:last-child,
.main_td ul:last-child,
.main_td ol:last-child,
.main_td dl:last-child,
.desc_text_cell p:last-child,
.desc_text_cell ul:last-child,
.desc_text_cell ol:last-child,
.desc_text_cell dl:last-child {
    margin-bottom: 0;
}

.main_td table,
.desc_text_cell table {
    margin-top: 0;
    margin-bottom: 0;
}
