
body {
    font-family: "Segoe UI","Segoe UI Web","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,sans-serif;
    font-weight: 400;
    font-size: 0.93rem;
    line-height: 1.25rem;
    padding-bottom: 0.23px;
    padding-top: 0.23px;
    color: #000;
    background-color: #F2F2F2;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*@media all and (min-width:0px)*/
.row {
    margin-right: -24px;
    margin-left: -24px;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



/* HEADER */
#headerWrapper .header-shell {
    padding: 0px;
}
.header-shell, .footer-wrap {
    display: inline-block;
    min-width: 1280px;
    width: 100%;
}
.header-shell {
    margin-bottom: 1.75em;
    height: 120px;
}
.header-shell {
    padding: 0 8px;
    font-size: 1.75em;
    background: white;
    color: #333;
    font-weight: normal;
    line-height: 1;
}
#headerWrapper .header-wrapper {
    width: 1280px;
    padding-left: 67px;
    padding-right: 67px;
    box-sizing: border-box;
}
.header-wrapper {
    position: relative;
}
.header-wrapper, .footer-wrap {
    display: inline-block;
    min-width: 1280px;
    margin: 0 7%;
}
.header-top {
    height: 120px;
    overflow: hidden;
}
.header-brand {
    float: left;
    padding: 22px 0 25px;
}
.header-title {
    font-weight: normal;
    line-height: 1.65rem;
    display: inline-block;
    padding-top: 0.5em;
}
.header-shell *, .footer-wrap *{
    box-sizing: content-box;
}
.header-brand img {
    height: 25px;
    margin-top: 0 !important;
}
.header-shell img, .footer-wrap img {
    border: 0;
    vertical-align: top;
}
.github-logo {
    float: right;
    max-width: 100%;
    padding-right: 4em;
    opacity: 0.2;
    filter: alpha(opacity=20);
    margin-top: 9px;
}

/* END HEADER */
.container {
    width: 1280px !important;
    padding: 0 30px;
    min-height: 659px;
}
/*@media all and (min-width:0px)*/
.container, .container-fluid {
    margin-right: 7%;
    margin-left: 7%;
    width: 90%;
}

/*@media all and (min-width:0px)*/
.col-3 {
    float: left;
    width: 31%;
    position: relative;
    min-height: 1px;
    padding: 0 35px;
    background-color: #fff;
    height: 100%;
    margin-right: 15px !important;
    margin-bottom: 10px
}

.section .section-header {
    margin-bottom: 16px;
    border-style: none;
    padding-bottom: 0px;
}
.section .section-title {
    color: #000;
    font-weight: 300;
    font-size: 1.45rem;
    line-height: 1.75rem;
    padding-bottom: 0.23px;
    padding-top: 0.23px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}
.section .section-subtitle {
    color: #000;
    font-weight: 300;
    font-size: 1.20rem;
    line-height: 1.75rem;
    padding-bottom: 0.23px;
    padding-top: 0.23px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

.section p {
    margin-top: 12px;
    margin-bottom: 12px;
}
.text-body, p {
    font-weight: 400;
    font-size: 0.93rem;
    line-height: 1.25rem;
    padding-bottom: 0.23px;
    padding-top: 0.23px;
}
a:link {
    color: #006cd8;
}
a:visited {
    color: #006cd8;
}

a {
    color: #ccc;
    text-decoration: none;
background-color: transparent;
}
.row {
    display: inline-table;
    min-height: 300px;
}


/* same height cols */
/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
    display: table-cell;
    float: left !important;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* UL LINKS */
.section-body ul li {
    padding: 5px 0;
}
