body {
    margin: 0;
    padding: 0;
}
a { outline: 0; }
.inner {
    width: 780px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.hero {
    background: #f3fcff;
    height: 177px;
    margin: 35px 0;
    border-top: 1px solid #169ecb;
    border-bottom: 1px solid #169ecb;
}
.hero img {
    position: relative;
    margin: 0 auto;
    display: block;
    top: -22px;
}
.icon {
    margin: 0 10px 0 0 !important;
}

/* text
-------------------------------------*/
.outer {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #636363;
    line-height: 26px;
}
.inner h1 {
    font-size: 38px;
    line-height: 43px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 40px 0 0 0;
}
.inner h1 .secondary {
    color: #0198ca;
    display: block;
}
.inner h2 {
    font-size: 35px;
    line-height: 50px;
    margin: 35px 0 17px 0;
    font-weight: 300;
    color: #0093c4;
}
.inner h3 {
    font-size: 17px;
    line-height: 21px;
    color: #fb5c00;
    margin: 0;
}
.inner h3 + p {
    margin: 0 0 30px 0;
}
.inner h3 + p > span {
    display: inline-block;
    font-weight: 300;
    margin-top: .25rem;
}
.inner span.italic {
    font-style:italic;
}
.section-heading {
    font-size: 21px;
    color: #575757;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 14px;
}
.intro {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 20px 0;
    padding: 0;
}
.inner a {
    text-decoration: none;
    color: #008ebd;
}
.inner a:hover {
    color: #016f93;
}
.tagline {
    font-size: 19px;
    line-height: 28px;
    color: #636363;
    font-style: italic;
    font-weight: 300;
    margin-top: 0;
}
.big {
    color: #f15f00;
    font-size: 27px;
    line-height: 39px;
    font-weight: 300;
}
.inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* grid
-------------------------------------*/
.half, .third, .two-thirds, .fourth, ul.fourth {
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 0 0;
}
.half + .half {
    margin: 0;
}
.half {
    width: 47%;
}
.third {
    width: 28%;
}
.two-thirds {
    width: 70%;
}
.fourth {
    width: 21%;
}
ul.fourth ~ ul.fourth {
    margin: 0 2px 0 19px;
}


/* get started and components
-------------------------------------*/
.get-started {
    background: #48b1d4;
    padding: 0;
}
.get-started .inner, header .inner {
    padding: 0;
}
.get-started h2 {
    color: #fff;
    display: inline-block;
    margin: 20px 200px 20px 0;
}
.get-started .button {
    vertical-align: top;
    margin: 25px 0 0 0;
}
.components .intro {
    margin: -5px 0 0 0;
    padding: 0 0 20px 0;
}
.components {
    background: #e5f9ff;
    padding: 0 0 0 100px;
    border-top: 4px solid #48b1d4!important;
    margin-top: 25px;
}
.components h2 {
    margin: 30px 0 10px;
    color: #006586;
}
.components .inner {
    width: 880px;
    padding: 0 0 60px 0;
}
.components h3 {
    color: #008ebd;
    font-size: 15px;
    text-transform: uppercase;
}
.aside h3 + p {
    margin: 0 0 15px 0;
}
.components img {
    vertical-align: top;
    margin: 0;
}
.components a .pod p {
    color: #636363;
}
.components .divider {
    margin: 0 0 30px;
}
.pod {
    width: 215px;
    display: inline-block;
}
.inner a:hover .pod h3 {
    color: #0078A0;
}
a .pod p {
    color: #636363;
}
.pod.wider {
    width: 544px;
}
.pod.wider .half {
    width: 43.5%;
}
.pod.wider a, .components-available a {
    color: #636363;
}
.pod.wider a:hover, .components-available a:hover, a:hover .chevron {
    color: #016f93;
}
.chevron {
    color: #008ebd;
}
.aside h3 {
    margin: -4px 0 0 0;
}
.aside {
    margin: 3px 0 0 0;
    border-left: 1px solid #b7b7b7;
    padding: 0 0 0 20px;
    width: 190px;
    font-size: 14px;
    line-height: 22px;
}
.aside small {
    font-size: 11px;
    font-weight: 400;
    display: block;
    line-height: 16px;
    margin: 5px 0px;
}
.aside ul {
    margin: 15px 0 0 0 !important;
}
.discuss-needs {
    display: block;
    margin: 8px 0 10px;
}
.components-available {
    margin: -7px 0 15px;
}

ul.supported-systems {
    margin-left: 9px !important;
}
ul.supported-systems li {
    padding: 0;
    margin: 0px 0px 8px;
    font-weight: 400;
    line-height:1.35;
    position: relative;
}
ul.supported-systems li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #008ebd;
    display: inline-block;
    top: 8px;
    left: -7px;
    position: absolute;
}


/* special situations
-------------------------------------*/
.special-situations h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    height: 44px;
}
h2.tighter-spacing {
    margin: 10px 0 0;
    height: 44px;
}
.intended-for h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 40px;
}
.special-situations li {
    list-style-type: none;
    display: inline-block;
}
.special-situations li:before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: relative;
}
.special-situations li ~ li:before {
    top: -2px;
    width: 4px;
    height: 4px;
    background: #0093c4;
    vertical-align: middle;
    margin: 0 7px 0 6px;
}
.special-situations .divider {
    margin: 8px 0;
    border-color: #b7b7b7;
}


/* benefits
-------------------------------------*/
.benefits .divider {
    margin: 15px 0 25px 0;
}


/* question quote
-------------------------------------*/
.questions-quote .inner {
    padding: 0 0 25px 0;
}
.questions-quote {
    background: #49b1d5;
}
.questions-quote img {
    padding: 25px 0 0 0;
    margin-right: 5px !important;
    vertical-align: top;
}
.questions-quote .pod {
    width: 500px;
    margin: 25px 0 0;
}
.questions-quote-heading {
    display: block;
    font-size: 22px;
    font-style: italic;
    color: #fff;
}
.questions-quote a {
    color: #fff;
}
.questions-quote a:hover {
    color: #cef2fd;
}


/* misc
-------------------------------------*/
a.badge {
    background: #dd1100;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: .05em;
}
a.badge:hover {
    background: #d31301;
    color: #fff;
}
a.button {
    background: #2497bd;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 40px;
    display: inline-block;
}
a.button:hover {
    background: #218aad;
    color: #fff;
}
.no-margin, ul.no-margin, p.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}
table.no-margin {
    border-collapse: collapse;
}
.vertical-spacing {
    margin: 25px 0;
}
.divider {
    border-top: 1px solid #b7b7b7;
}
.left-border {
    border-left: 1px solid #b7b7b7;
    padding: 0 0 0 15px !important;
}
.bullets li {
    padding: 0 0 0 10px;
    background: url('/education/images/red-bullet.png') no-repeat 0px 6px;
    line-height: 1;
    margin: 0 0 8px 0;
}
a img {
    border: 0;
}
.half img {
    margin: 8px 0 0 0;
}
.half p + img {
    margin: -11px 0 11px 0;
}

.inner ul.bullets {
    margin: 5px 0 0 0;
}



.questions-quote-blue-heading {
    display: block;
    font-size: 22px;
    font-style: italic;
    color: #fff;
}

.questions-quote-blue.divider {
    border-top: 1px solid #49B1D5;
    border-bottom: 1px solid #49B1D5;
    background-color: #49B1D5;
}

.questions-quote-blue a {
    color: #fff;
}
.questions-quote-blue .inner {
    padding: 0 0 25px 0;
}

.questions-quote-blue img {
    padding: 25px 10px 0 0;
    vertical-align: top;
}
.questions-quote-blue .pod {
    width: 500px;
    margin: 25px 0 0;
}


.questions-quote-blue a:hover {
    color: #016f93;
}

