/** Styles for front end global **/

@import url("//hello.myfonts.net/count/268e74");

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i');

@font-face {
    font-family: 'PFBeauSansPro-SemiBold';
    src: url('../fonts/268E74_0_0.eot');
    src: url('../fonts/268E74_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/268E74_0_0.woff') format('woff'),url('../fonts/268E74_0_0.ttf') format('truetype');
}

html {
    font-size: 16px;
}

body {
    color: #807f74;
    font-family: Helvetica, Arial, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td,
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td
{
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #807f74;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h6,
h5,
h4, 
h3,
h2 {
    color: #807f74;
}

h3 {
    font-size: 1.71rem;
    line-height: 1.35;
    margin: 23px 0 7px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child, 
section:first-child {
    margin-top: 0;
    padding-top: 0;
}

a {
    color: #ee7421;
}

h5 a {
    font-size: .7rem;
}

p,
ol li,
ul li {
    color: #807f74;
}

table {
    border: none;
}

section {
    margin: 60px 0px;
    overflow: auto;
    zoom: 1;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border-color: transparent;
}
.button.clear, .button.clear:hover, .button.clear:focus {
    background-color: transparent;
}
.button.clear {
    border: 0;
    color: #00add9;
}
.button.radius {
    border-radius: 4px;
}

/* HELPER CLASSES */
.hide
{
    display: none !important;
}

.show
{
    display: block !important;
}

.strong {
    font-weight: bold;
}

.clear{
    clear:both;
}


.transition {
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


@media only screen and (min-width: 768px) {
    .extend-background {
        padding-bottom: 9999em !important;
        margin-bottom: calc(-9999em + 60px) !important;
    }

    .hide-overflow {
        overflow: hidden;
    }
}

/**
 * Pagination
 *
 * Josh 2013-06-18 NOTE:
 * Laravel pagination uses a different HTML layout and set of CSS classes
 * than Foundation expects. I copied these style from the base Foundation CSS
 * and changed the class names to match what Laravel outputs
 */
div.pagination ul
{
    display: block;
    height: 24px;
    margin-left: -5px;
}

div.pagination ul li
{
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

div.pagination ul li a
{
    display: block;
    padding: 1px 7px 1px;
    color: #555;
}

div.pagination ul li:hover a,
div.pagination ul li a:focus
{
    background: #e6e6e6;
}

div.pagination ul li.disabled a
{
    cursor: default;
    color: #999;
}

div.pagination ul li.disabled:hover a,
div.pagination ul li.disabled a:focus
{
    background: transparent;
}

div.pagination ul li.active a
{
    background: #2ba6cb;
    color: white;
    font-weight: bold;
    cursor: default;
}

div.pagination ul li.active a:hover,
div.pagination ul li.active a:focus
{
    background: #2ba6cb;
}


/* ---------------------- Place Holder ---------------------- */

.place-holder-page {
    min-height: 600px;
}

/* ---------------------- HEADER AND FOOTER ---------------------- */

#header {
    background: #01add8; /* Old browsers */
}

#header .logo-printable,
#header .logo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#header .logo-printable {
    display: none;
}

.header-background {
    display: none;
}

.header--withBackground .header-background {
    background: no-repeat top center;
    display: block;
    height: 650px;
    position: absolute;
    width: 100%;
}

.header-container {
    background-color: #01add8;
    height: 116px;
    padding: 0 120px;
    width: 1440px;
}

.header-container .columns {
    height: 100%;
}

#header.header--withBackground {
    height: 650px;
    background: -moz-linear-gradient(top, #01add8 0%, #01add8 93%, #ffffff 93%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #01add8 0%,#01add8 93%,#ffffff 93%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #01add8 0%,#01add8 93%,#ffffff 93%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01add8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#header.header--withBackground .header-container {
    background: transparent;
}

.profile #header {
    background-color: #fff;
}

.profile .header-container {
    background-color: #fff;
}

/* Small only
@media screen and (max-width: 39.9375em) {}

Medium and up
@media screen and (min-width: 40em) {}

Medium only
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

Large and up
@media screen and (min-width: 64em) {}

Large only
@media screen and (min-width: 64em) and (max-width: 74.9375em) {} */

/*.header {
    background: rgb(0, 180, 220) no-repeat right top;
    margin: auto;
    max-width: 1440px;
}

.header--withBackground {
    height: 650px;
}

.header .top-bar {
    background: transparent;
}

.header .title-bar {
    background: transparent;
    justify-content: space-between;
}*/

/*@media screen and (min-width: 40em) {
    .header-list-item + .header-list-item > * > .header-link:before {
        content: " | ";
        color: rgba(255, 255, 255, 0.4);
        padding: 0 10px;
    }

    .header-login-wrapper {
        padding-bottom: 5px; /* match neighboring link text padding offset needed for active state border bottom 
        margin-left: 20px;
    }
}*/

/*a.header-link {
    padding: 0 0 5px;  override padding from "menu" foundation class. 5px provides gap for active state border bottom 
}*/

/*.header-link {
    color: white;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.header-link.is-active {
    border-bottom: 2px solid white;
}

a.header-login {
    display: inline;
    background-color: rgb(238, 117, 36);
    color: white;
    border-radius: 4px;
    padding: 8px 24px;
}

#header-small {
    padding: 12px;
}

#header-medium {
    padding: 36px;
}

#header-dropdown {
    background-color: rgb(0, 180, 220);
}

@media screen and (min-width: 40em) {
    #header-dropdown {
        align-items: center;
        background: transparent;
    }
}*/

.inner-content ul,
.inner-content ol {
    margin-bottom: 20px;
    margin-left: 20px;
}

.inner-content ul li,
.inner-content ol li {
    line-height: 1.75;
    margin-bottom: 5px;
}

.main-nav li,
.footer-nav li {
    font-family: 'Montserrat', sans-serif;
    float: left;
    list-style-type: none;
}

.footer-nav {
    float: right;
}

.footer-nav li {
    font-size: 1rem;
    margin-left: 29px;
    text-transform: uppercase;
}

.footer-nav li a {
    color: #908e8d;
}

.main-nav .header-button {
    background-color: #ee7421;
    color: #ffffff;
    padding: 10px 15px;
}

.main-nav .header-button-alt {
    background-color: #00add9;
    color: #ffffff;
    padding: 10px 15px;
}

.nav-search-container {
    display: none;
    position: relative;
    width: 210px;
    top: 10px;
    border-bottom: 1px solid #ee7421;
}

.nav-search-container form {
    padding: 0;
    margin: 0;
}

.nav-search-container input {
    border: none;
}

.nav-search-container .input-text {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 190px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

.nav-search-container .submit {
    position: absolute;
    right: 0;
    bottom: 7px;
    height: 17px;
    width: 17px;
    background: url('../images/icon-search.gif') 0 0;
    cursor: pointer;
    font-size: 0;
    text-indent: -10000px;
}

.nav-link > a {
    font-size: 1.25rem;
}

.main-nav {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.main-nav ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}

.main-nav li {
    text-align: center;
    padding: 12px 0;
}

.main-nav a {
    border-left: 1px solid rgb(255, 255, 255, 0.2);
    display: block;
    color: #ffffff;
    line-height: 1;
    padding: 0 20px;
}

.main-nav a.active,
.main-nav a:hover {
    text-decoration: underline;
}

.profile .main-nav a {
    color: #807f74;
}

.main-nav ul li:first-child a {
    border-left: 0;
}

.main-nav .nav-button {
    margin-left: 32px;
    padding: 0;
}

.main-nav .nav-button a {
    background-color: #ee7421;
    border: 0;
    border-radius: 4px;
    padding: 12px 20px;
}

.main-nav .nav-button a:hover {
    background-color: #f39e64;
    text-decoration: none;
}

.profile .main-nav .nav-button a {
    background-color: transparent;
    border: 1px solid #ccc;
}

.profile .main-nav .nav-button a:hover {
    background-color: #f0efec;
}

/* Footer Styles */

#footer {
    width: 100%;
    background-color: rgb(126,126,126);
}

.flex-cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-cell-horizontal {
    display: flex;
    justify-content: center;
}

.footer-links-wrapper {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    width: 100%;
    padding: 4% 8%;
}

.footer-links-wrapper a {
    color: #fff;
}

.footer-links-wrapper a:hover {
    text-decoration: underline;
}

.footer-links-media {
    width: 100%;
    padding-bottom: 2%;
    border-bottom: 2px solid rgb(139,139,139);
    color: white;
}

@media screen and (max-width: 39.9375em) {
    .footer-links-media {
        padding: 0 0 2%;
    }
}

.nav-section {
    list-style-type: none;
}

.footer-links-navigation {
    padding-top: 2%;
}

.footer-login {
    display: block;
    border: 1px solid white;
    border-radius: 4px;
    margin: 0.7rem 1rem;
    color: white;
    padding: 8px;
}

.nav-section-link {
    color: white;
}

.nav-section-item:first-child > .nav-section-link {
    font-weight: 600;
    color: white;
}

.nav-section-item {
    text-align: center;
}

.footer-icons {
    text-align: center;
}

.footer-icon {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    height: 40px;
    line-height: 40px;
    margin-left: 16px;
    color: white;
    font-size: 24px;
}

.footer-icon:hover {
    color: #9c9c9c;
    font-size: 28px;
}

.footer-logo-wrapper {
    width: 100%;
    padding: 4% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(112,112,112);
    color: #9c9c9c;
}

/* ---------------------- Place Holder ---------------------- */

.modal-content {
    padding-top: 28px;
}

/* ---------------------- FORMS ---------------------- */

/* Errors */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { border-color: #c60f13; background-color: rgba(198, 15, 19, 0.1); }

.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { outline-color: #f5797c; }

.error label, label.error { color: #c60f13; }

.error small, small.error { display: block; padding: 6px 4px; margin-top: -13px; margin-bottom: 12px; background: #c60f13; color: #fff; font-size: 12px; font-weight: bold; -moz-border-radius-bottomleft: 2px; -webkit-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; }

.error.standalone { margin-top: 0; }

.row form .row .column,
.row form .row .columns {
    padding: 0;
}

input,
select {
    outline: none;
}

.bottom-nav.block-grid > li.right {
    float:right;
}

.theme-a {
    margin: 0;
}

.theme-a fieldset,
form.theme-a .row.form-input,
form.theme-a .row .form-input,
.theme-a .form-input,
.read-only-application fieldset,
.read-only-application .row.form-input,
.read-only-application .row .form-input,
.read-only-application .form-input {
    padding: 10px 20px;
    background: #eee;
    border: none;
    border-radius: 0;
}

.theme-a fieldset legend {
    background: transparent;
}

.with-right-gutter {
    margin-right: 10px;
}
.with-left-gutter {
    margin-left: 10px;
}

/*
.theme-a .form-input:first-child {
    padding-top: 10px;
}

.theme-a .form-input:last-child {
    padding-bottom: 10px;
}
*/

.read-only-application .input-notes,
.theme-a .input-notes {
    position: absolute;
    width: 100%;
    padding: 30px 25px 13px;
    background: #1aaed6;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 1px;
    min-height: 140px;
}

.theme-a .input-notes p {
    color: inherit;
}

.theme-a .input-notes a,
.theme-a .input-notes a:hover {
    color: #fff;
    text-decoration: underline;
}

.read-only-application .input-notes:after,
.theme-a .input-notes:after {
    content: "";
    position: absolute;
    left: -44px;
    top: 25%;
    border: 15px solid transparent;
    border-right: 30px solid #1aaed6;
    clear: both;
}

.read-only-application .input-notes {
    background: #ddd;
}

.read-only-application .input-notes:after {
    border-right: 30px solid #ddd;
}

.theme-a .form-input,
.read-only-application .form-input {
    font-size: 1.2rem;
    line-height: 1.5;
}

.theme-a label,
.read-only-application label {
    font-size: 14px;
}

.theme-a .label-text,
.theme-a .label-text p,
.theme-a h4,
.read-only-application .label-text,
.read-only-application .label-text p,
.read-only-application h4 {
    color: #7e7f72;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.theme-a .label-text,
.read-only-application .label-text {
    clear: both;
}

.theme-a table,
.read-only-application table {
    width: 100%;
}

.theme-a table th {
    padding: 5px;
}

.theme-a .checkbox table,
.read-only-application .checkbox table,
.theme-a .checkbox th,
.read-only-application .checkbox th,
.theme-a .checkbox td,
.read-only-application .checkbox td {
    border:1px solid #ddd;
    border-collapse: collapse;
}

.theme-a .checkbox th,
.read-only-application .checkbox th {
    padding:9px 10px;
}

.theme-a .checkbox td,
.read-only-application .checkbox td {
    text-align:center;
}

.theme-a .checkbox td:last-child,
.read-only-application .checkbox td:last-child {
    text-align:left;
}

.theme-a table .input-text,
.read-only-application table .input-text {
    min-width: 475px;
}

.theme-a input,
.theme-a select,
.theme-a textarea,
.theme-a button,
.theme-a .dd-container,
.read-only-application input,
.read-only-application select,
.read-only-application textarea,
.read-only-application button,
.read-only-application .dd-container {
    width: 100% !important;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 1.2em;
}

.theme-a .dd-container {
    margin: 0 0 21px 0;
}

.theme-a input[type="text"],
.read-only-application input[type="text"] {
    border: 1px solid #eee;
}

.read-only-application input[type="radio"],
.read-only-application input[type="checkbox"] {
    width: auto !important;
}

.theme-a input.input-text.half-width,
.read-only-application input.input-text.half-width {
    width: 50% !important;
}

.theme-a input.input-text.narrow,
.read-only-application input.input-text.narrow {
    display: inline-block;
    width: 20% !important;
}

.theme-a select[multiple],
.read-only-application select[multiple] {
    padding: 20px;
}

.theme-a .dd-container label,
.read-only-application .dd-container label {
    line-height: 1em;
    margin: 0;
}

.theme-a .dd-select,
.theme-a .dd-option,
.theme-a .dd-options,
.read-only-application .dd-select,
.read-only-application .dd-option,
.read-only-application .dd-options  {
    width: 100% !important;
    border: none;
}

.theme-a .dd-option,
.read-only-application .dd-option {
    padding: 20px;
}

.theme-a .dd-options,
.read-only-application .dd-options {
    position: absolute;
    margin: 3px 0 0 0;
    max-height: 320px;
    width: 100% !important;
}

.theme-a .input-text,
.theme-a .dd-selected,
.read-only-application .input-text,
.read-only-application .dd-selected {
    height: auto;
    padding: 15px 20px;
    color: #bbb;
    background: #fff;
}

form.custom.theme-a span.custom {
    top: -2px;
}

form.custom.theme-a .custom.dropdown {
    margin: 0 0 20px 0;
}

form.custom.theme-a .custom.dropdown a.current {
    height: auto;
    padding: 13px 20px;
    color: #bbb;
    background: #fff;
    border: 1px solid #eee;
}

form.custom.theme-a .custom.dropdown a.selector {
    border: 0;
    right: 5px;
    top: 11px;
}

.theme-a .dd-selected {
    max-height: 52px;
}

.theme-a .dd-selected-text,
.read-only-application .dd-selected-text {
    padding: 2px 0;
    font-size: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.theme-a,
.theme-a label,
.theme-a select,
.theme-a input.input-text:focus,
.read-only-application,
.read-only-application label,
.read-only-application select,
.read-only-application input.input-text:focus {
    color: #777;
}
/* Is there a reason these styles were commented out? */

.theme-a,
.theme-a label,
.theme-a select,
.theme-a input.input-text:focus,
.theme-a input[type="radio"]:focus + label,
.theme-a input[type="radio"]:hover + label,
.theme-a input[type="radio"]:checked + label,
.theme-a input[type="radio"].checked + label,
.theme-a input[type="checkbox"]:focus + label,
.theme-a input[type="checkbox"]:hover + label,
.theme-a input[type="checkbox"].checked + label,
.read-only-application,
.read-only-application label,
.read-only-application select,
.read-only-application input.input-text:focus,
.read-only-application input[type="radio"]:focus + label,
.read-only-application input[type="radio"]:hover + label,
.read-only-application input[type="radio"]:checked + label,
.read-only-application input[type="radio"].checked + label,
.read-only-application input[type="checkbox"]:focus + label,
.read-only-application input[type="checkbox"]:hover + label,
.read-only-application input[type="checkbox"].checked + label {
    color: #777;
}

.theme-a input[type="radio"],
.theme-a input[type="checkbox"] {
    position: absolute;
}

.theme-a input[type="radio"] {
    left: -999em;
}

.theme-a input[type="radio"] + label,
.theme-a input[type="checkbox"] + label,
.read-only-application input[type="radio"] + label,
.read-only-application input[type="checkbox"] + label {
    margin: 10px;
    margin-left: 40px;
    color: #bbb;
    line-height: 1.5em;
    text-indent: -20px;
}

.theme-a input[type="radio"] + label:before,
.theme-a input[type="checkbox"] + label:before,
.read-only-application input[type="radio"] + label:before,
.read-only-application input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url("../images/form-elements.png") no-repeat 0 0;
}

.theme-a input[type="radio"] + label:before,
.read-only-application input[type="radio"] + label:before {
    background-position: -20px 0;
}

.theme-a input[type="checkbox"]:checked + label:before,
.read-only-application input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
}

.theme-a input[type="radio"]:checked + label:before,
.read-only-application input[type="radio"]:checked + label:before {
    background-position: -20px -20px;
}

/** hack for IE 8 - emulating :checked with jQuery **/

    .theme-a input[type="checkbox"].checked + label:before,
    .read-only-application input[type="checkbox"].checked + label:before {
        background-position: 0 -20px;
    }

    .theme-a input[type="radio"].checked + label:before,
    .read-only-application input[type="radio"].checked + label:before {
        background-position: -20px -20px;
    }

/** end hack **/

label.hanging-indent {
    margin-left: 21px;
}

input[type="text"].hanging-indent {
    border-left: 21px solid #eee;
}

.hanging-indent .checkbox,
.hanging-indent input[type="checkbox"],
.hanging-indent .radio,
.hanging-indent input[type="radio"] {
    float:left;
    margin: 4px 0 0 -21px;
}

.theme-a textarea,
.read-only-application textarea {
    padding: 20px;
    height: 170px;
}

.theme-a .button,
.read-only-application .button {
    display: block;
    height: 50px;
    width: 100%;
    background-color: #ec7230;
    border: none;
    color: #fff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    cursor: pointer;
    margin-top: 10px;
}

.theme-a .submit.button,
.read-only-application .submit.button {
    background-color: #1aaed6;
}

.theme-a .submit.button:hover,
.theme-a .submit.button:focus,
.read-only-application .submit.button:hover,
.read-only-application .submit.button:focus {
    background-color: #ec7230;
}

.theme-a .submit.button:active,
.read-only-application .submit.button:active {
    background-color: #da6123;
}

.theme-a input.input-text.invalid,
.read-only-application input.input-text.invalid {
    color: #c10431;
    background-image: url('../images/form-elements-invalid.png');
    background-repeat: no-repeat;
    background-position: 99% center;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.theme-a .ten.columns label,
.read-only-application .ten.columns label {
    line-height: 70px;
    padding-left: 10px;
}


.theme-a li.nested-checkbox,
.theme-a li.nested-checkbox li,
.read-only-application li.nested-checkbox,
.read-only-application li.nested-checkbox li,
.theme-a li.program,
.theme-a li.program li,
.read-only-application li.program,
.read-only-application li.program li {
    list-style-type: none;
}

.row form.theme-a .row {
    margin: 0;
}

.alt-login {
    display: inline-block;
    margin: 0 10px 20px 0;
}

fieldset h3 {
    margin-top: 0;
}

h3.application-steps-title {
    font-size: 1.5em;
}

ul.application-steps {
    display: inline-block;
    list-style-type: none;
    margin: 0;
}

ul.application-steps li {
    background-color: #dbd9d9;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    padding: 10px 0;
    margin: 17px 30px 0 0;
    text-align: center;
    width: 40px;
}

ul.application-steps li,
ul.application-steps li a {
    color: #7e7f72;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    line-height: 1em;
}

ul.application-steps li {
    font-size: 1.6em;
}

ul.application-steps li.jump.completed a,
ul.application-steps li.jump.active a,
ul.application-steps li.jump:hover a {
    color: #ffffff;
}

ul.application-steps li.jump.completed {
    background-color: #00add9;
}

ul.application-steps li.jump.active,
ul.application-steps li.jump:hover {
    background-color: #ee7421;
}

p.header-tooltip {
    background-color: #ee7421;
    color: #ffffff;
    font-size: 1.25em;
    margin-bottom: 0;
    min-height: 140px;
    padding: 20px;
}

p.header-tooltip:before {
        content: url('../images/form/tooltip-lightbulb.png');
        float: left;
        margin-right: 20px;
    }


.read-only-application p.header-tooltip {
    background-color: #bbb; 
    color: #eee;
}

.tabs.report-card-tabs {
    border-bottom: none;
}

.tabs.report-card-tabs dd a {
    text-align: left;
    color: #01addb;
    font-size: 1.18em;
    font-weight: bold;
    height: auto;
    line-height: 1.5em;
    padding: 3px 0 3px 7px;
}

.tabs.report-card-tabs dd a:hover {
    background: #f6f6f6;
}

.tabs.report-card-tabs dd.active {
    margin-top: 0;
    border-top: none;
}

.tabs.report-card-tabs dd.active a {
    color: #aaa;
    border-left: none;
    border-right: none;
    background: #f6f6f6;
}

ul.tabs-content.report-card-tabs-content {
    margin: 30px 0;
}

/* ---------------------- HOME PAGE ---------------------- */

/* hero */

#hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #363530;
    color: #ffffff;
    height: 460px;
    position: relative;
    text-shadow: black 0.1em 0.1em 0.1em;
    clip-path: url(#clipping);
}

@media screen and (max-width: 39.9375em) {
    #hero {
        clip-path: url(#clipping-small);
    }
}

.choose-a-package {
    width: 100%;
}

.packages-grid {
    margin: 0 auto;
    max-width: 63.9375em;
    list-style-type: none;
}

.package-cta {
    text-align: center;
}


#terms {
    background: #fff;
    height: 200px;
    overflow: scroll;
}

#terms-label {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    position: relative;
}

#agree {
    float: none;
    left: 0;
    position: absolute;
    width: auto !important;
}

/* ---------------------- INTERIOR ---------------------- */

/* Fix for GoogleMaps without this the controls are messed up when using Foundation */
#map {
    width: 100%;
    height: 500px;
}

#map img {
    max-width: none;
}

#map div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* GoogleMaps Info Window bubble */
#map > div > div > div > div > div > div > div:nth-child(12) {
    border-radius: 15px;
}

/* Suppress InfoWindow scrollbar in IE */
#map > div > div > div > div > div > div > div:nth-child(13) div div {
    height: 100%;
}

.no-results {
    display: none;
    color: red;
}

.resources #locationSelect {
    display: none;
}

/* search results */

.search-results-container .search-no-results {
    font-size: 0.7em;
    color: #999;
}

/* section head and content styles */

.section-head h1 {
    color: #ffffff;
    font-size: 3.857em;
    margin: 0;
    padding: 30px 0;
}

.section-head p {
    color: #ffffff;
    font-size: 1.2em;
}

.section-nav li {
    display: inline-block;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    font-size: 1.286em;
    line-height: 2.667em;
    list-style-type: none;
    margin-right: 30px;
}

.inner-content {
    margin: auto;
    max-width: 1440px;
}

.inner-content-wrap {
    padding: 20px 0;
}

.inner-content.row.nested {
    padding-top: 0;
}

.section-nav a {
    color: #ffffff;
}

.text {
    padding-right: 40px;
}

.button,
input.button,
input.button[type="submit"] {
    background-color: #ee7421;
    border: none;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.571em;
    padding: 12px 20px;
}

.button:hover,
.button:focus {
    background-color: #f39e64;
}

.button.print-report-card {
    background-color: #00add9;
    margin: 0 10px 10px 0;
    padding: 7px 30px 5px;
}

.report-card-2 .button.print-badge,
.report-card-2 .button.print-certificate,
.report-card-2 .button.print-report-card {
    font-size: 14px;
    margin: 10px 0 10px;
    padding: 14px 30px;
}

.button.print-report-card:hover {
    background-color: #2795b6;
}

.tabs.contained {
    border: none;
    height: auto;
    position: relative;
    overflow: auto;
}

.tabs.contained .active {
    border: none;
    margin: 0;
}

.tabs.contained a {
    background: #f6f6f6;
    padding: 10px 50px;
    margin: 0 5px 0 0;
    height: 55px;
    color: #999;
    font-size: 0.9em;
    text-transform: uppercase;
}

.tabs.contained .active a {
    margin: 0 5px 0 0;
    height: 60px;
    background: #eee;
    border: none;
    color: #777;
    font-weight: normal;
}

ul.tabs-content.contained {
    margin: 0;
    background: #eee;
}

ul.tabs-content.contained .active {
    background: #eee;
}

ul.tabs-content.contained > li{
    padding: 0;
}

.question {
    font-weight: bold;
}

.wellness .section-head {
    background-color: #9b5be8;
}

.wellness .section-nav {
    background-color: #b98deb;
}

.wellness .section-nav a:hover,
.wellness .section-nav a.active {
    color: #782acf;
}

/* FIXME: Foundation classes should not be used to identify specific elements
 * (search for .columns and replace with appropriate selectors)
 */

.five.columns img {
    margin-bottom: 25px;
}

.featured-business,
.four.columns.business {
    padding-right: 20px;
    position: relative;
}

.featured-business p,
.four.columns.business p {
    background-color: #eeeeed;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: right;
}

.gallery-seal {
    position: absolute;
    height: 100px;
}

.featured-business .gallery-seal {
    bottom: 3%;
    left: 2%;
}

.four.columns.business .gallery-seal {
    bottom: 10%;
    left: 3%;
}

.seal-detail {
    float: left;
    height: 112px;
    width: 86px;
    margin: 0 15px 10px 0;
}

.wellness .next {
    color: #ee7421;
    float: right;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.inner-content.row.success-story-nav,
.inner-content.row.businesses {
    padding-top: 0;
}

/* How To Help page */

.hurdles .block-grid {
    overflow: visible;
}

.hurdles .block-grid > li {
    display: table;
    height: 275px;
    margin-bottom: 15px;
}

.hurdles .block-grid .text p {
    margin-bottom: 0;
}

.hurdle-card {
    box-sizing: content-box;
}

.hurdle-card .header-container {
    display: table;
    height: 100%;
    width: 100%;
}

.hurdle-card h4 {
    font-size: 1.286em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 7px;

    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.hurdle-card h4,
.hurdle-card h4 a {
    color: #ffffff;
    line-height: 1.5em;
}

.hurdle-card {
    display: block;
    float: left;
    width: 100%;
    height: inherit;
    position: relative;
    font-size: .8em;

    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.hurdle-card .face {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    overflow: hidden;
    background-color: #888;
    background-position: center center;
    color: #fff;
    padding: 15px 25px;

    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;

    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hurdle-card .face p {
    color: #FFF;
    padding: 0px;
    margin: 0px;
}

.hurdle-card .front {
    padding: 40px;
    text-align: center;
    z-index: 900;

    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.hurdle-card.active .front {
    z-index: 900;

    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hurdle-card .back {
    z-index: 800;

    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.hurdle-card.active .back {
    z-index: 1000;

    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.hurdles .color-1 .face {
    background-color: #b8bf0d;
    background-image: url(../images/color-1-barrier.jpg);
}

.hurdles .color-2 .face {
    background-color: #c30e2e;
    background-image: url(../images/color-2-barrier.jpg);
}

.hurdles .color-3 .face {
    background-color: #ee7421;
    background-image: url(../images/color-3-barrier.jpg);
}

.hurdles .color-4 .face {
    background-color: #7e7f72;
    background-image: url(../images/color-4-barrier.jpg);
}

.hurdles .color-5 .face {
    background-color: #00add9;
    background-image: url(../images/color-5-barrier.jpg);
}

.hurdles .color-6 .face {
    background-color: #b8bf0d;
    background-image: url(../images/color-1-barrier.jpg);
}

.hurdles .color-7 .face {
    background-color: #c30e2e;
    background-image: url(../images/color-2-barrier.jpg);
}

.hurdles .color-8 .face {
    background-color: #c30e2e;
    background-image: none;
}

.hurdles .color-9 .face {
    background-color: #b8bf0d;
    background-image: none;
}

.hurdles .color-10 .face {
    background-color: #ee7421;
    background-image: none;
}

.hurdle-card .face.back,
.hurdles .no-image .face {
    background-image: none;
}

/* Resources page */

.resources .section-head {
    background-color: #00add9;
}
div.resources ul {
    list-style: none;
    margin-left: 0;
}
div.resources ul li {
    font-size: 16px;
}
.online-resource {
    margin-bottom: 30px;
}

.online-resource h4 {
    margin-bottom: 0;
    font-size: 1.3em;
}
.online-resources-category ul {
    list-style: none;
}
.online-resources-category h4 {
    color: #7e7f72;
    font-size: 1.3em;
}
.online-resources-category .resources-list a {
    font-weight: bold;
}

.resource-card {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e5e4e1;
    cursor: default;
}

.resource-card.active {
    cursor: default;
}

.resource-card .row.short,
.resource-card .row.extended {
    padding: 20px;
}

.resource-card .row.extended {
    border-top: 1px solid #e9e9e9;
}

.resource-card h4 {
    color: #7e7f72;
    font-size: 1.286em;
    margin-bottom: 5px;
}

.resource-card .distance {
    color: #aaa;
    margin-top: -7px;
    margin-bottom: 10px;
}

.resource-card .description p {
    color: #c9c9c3;
    font-size: 1em;
    line-height: 1.643em;
}

.resource-card .resource-card-wishlist {
    margin-bottom: 20px;
}

.resource-card .rating-container {
    margin-top: 7px;
    white-space: nowrap;
}

.resource-card .rating {
    display: inline-block;
    position: relative;
    width: 87px;
    height: 18px;
}

.resource-card .rating .rating-inner {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0px solid transparent;
    border-bottom-color: #ddd;
}

.resource-card .rating .rating-inner.one {
    border-left-width: 29px;
    border-bottom-width: 6px;
}

.resource-card .rating .rating-inner.two {
    border-left-width: 58px;
    border-bottom-width: 12px;
}

.resource-card .rating .rating-inner.three {
    border-left-width: 87px;
    border-bottom-width: 18px;
}

.resource-card .rating.level-1 .rating-inner.one,
.resource-card .rating.level-2 .rating-inner.one {
    border-bottom-color: #61d7f7;
}

.resource-card .rating.level-2 .rating-inner.two,
.resource-card .rating.level-3 .rating-inner.two,
.resource-card .rating.level-4 .rating-inner.two {
    border-bottom-color: #30c3eb;
}

.resource-card .rating.level-4 .rating-inner.three,
.resource-card .rating.level-5 .rating-inner.three {
    border-bottom-color: #09adda;
}

.resource-data {
    display: block;
    position: relative;
    padding: 7px 7px 7px 35px;
    min-height: 25px;
}

.resource-data:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/resource-card-icons.png) no-repeat 0 0;
    width: 25px;
    height: 25px;
}

.resource-data.phone:before {
    background-position: -25px 0;
}

.resource-data.email:before {
    background-position: -50px 0;
}

#map-search-form-container .six.columns.left,
#online-resource-search-form-container .six.columns.left {
    padding-right: 10px;
}

#map-search-form-container .six.columns.right,
#online-resource-search-form-container .six.columns.right {
    padding-left: 10px;
}

#mapViewTab .resource-card {
    cursor: default;
}

#listTab .resource-card .extended {
    display: none;
}

.dashboard-alert {
    background: #ee7421;
}

.dashboard-alertContent {
    padding: 24px 0;
    text-align: center;
}

.dashboard-alertContentWrap {
    display: inline-block; 
    background: url('/images/icon-alert.png') no-repeat left center;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    min-height: 55px;
    padding-left: 88px;
    text-align: left;
}

.dashboard-alertTitle {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
}

.dashboard-alertLink {
    margin-top: 4px;
    font-weight: 600;
}

.dashboard-alertLink a {
    color: #1a2130;
}

.profile .section-head {
    background-color: #c30e34;
}

.profile .section-nav {
    background-color: #d5576c;
}

.profile .section-nav a:hover,
.profile .section-nav a.active {
    color: #9c021f;
}

.profile {
    background: #eee;
}

.profile .inner-content a.button {
    color: #FFF;
}

.dashboard-left {
    background: #fff;
    height: 100%;
    padding: 60px 32px;
}

.dashboard-right {
    padding: 48px 20px;
}

@media screen and (min-width: 64em) {
    .dashboard-left {
        margin-right: auto;
        max-width: 360px;
    }

    .dashboard-right {
        padding: 48px 44px;
    }
}

.dashboard-companyLogo {
    margin-bottom: 60px;
    text-align: center;
}

.dashboard-badge {
    margin-bottom: 42px;
    min-height: 130px;
    padding-left: 100px;
    position: relative;

}
.dashboard-badgeIframe {
    left: 0;
    position: absolute;
    top: 0;
}

.dashboard-badgeText {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 16px;
    padding: 4px 0 4px 32px;
}

.dashboard-accuity {
    background: #ee7421 url('/images/icon-calendar.png') no-repeat 18px 18px;
    margin-bottom: 48px;
    padding-left: 80px;

    box-shadow: 0px 6px 11.04px 0.96px rgba(104, 104, 104, 0.22); 
}

.dashboard-accuityCTA {
    background: #fff;
    color: #807f74;
    display: block;
    font-size: 0.8125rem;
    padding: 16px 20px;
}

.dashboard-accuityTitle {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 16px;
}

.dashboard-upgrade {
    font-weight: 600;
    margin-bottom: 48px;
    text-align: center;
}

.dashboard-sessionIndicators {
    line-height: 0;
    margin-bottom: 16px;
}

.dashboard-sessionIndicator {
    background: #ee7421;
    display: inline-block;
    height: 16px;
    margin-right: 6px;
    vertical-align: top;
    width: 16px;
}

.dashboard-sessionIndicator--used {
    background: #fff2e9;
}

.dashboard-profile {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 12px;
    padding-bottom: 16px;
}

.dashboard-profileTitle {
    border-bottom: 1px solid #f1f1f1;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.dashboard-profile a {
    color: #7e7e7e;
    font-weight: 600;
}

.dashboard-profileMetadata {
    color: #7e7e7e;
    margin-bottom: 16px;
}

.dashboard-profileMetadataTitle {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.6875rem;
    margin: 0;
    text-transform: uppercase;
}

.dashboard-logout {
    font-weight: 600;
}

.dashboard-title {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 48px;
    text-align: center;
}

.dashboard-item {
    background: #00add9 no-repeat 18px 18px;
    margin-bottom: 20px;
    padding-left: 80px;
    box-shadow: 0px 6px 11.04px 0.96px rgba(104, 104, 104, 0.22); 
}

.dashboard-item,
.dashboard-item * {
    font-size: .8125rem;
}

.dashboard-item--assessment {
    background-image: url('/images/icon-chart.png');
}

.dashboard-item--results {
    background-image: url('/images/icon-3d.png');
}

.dashboard-item--tools {
    background-image: url('/images/icon-resource.png');
}

.dashboard-item--mental-health-module {
    background-image: url('/images/icon-mh-module.png');
}

.dashboard-item--family-friendly-module {
    background-image: url('/images/icon-ff-module.png');
}

.dashboard-item--food-at-work-module {
    background-image: url('/images/icon-faw-module.png');
}

.dashboard-itemContent {
    background: #fff;
    font-size: 0.8125rem;
    padding: 24px;
}

.dashboard-itemTitle {
    font-size: 1.25rem;
    font-weight: 400;
}

.dashboard-itemLink {
    margin-top: 8px;
}

.dashboard-links {
}

.dashboard-link {
    margin: 0;
    padding-bottom: 12px;
}

.dashboard-logout a,
.dashboard-itemContent a,
.dashboard-links a {
    color: #807f74;
}

.dashboard-logout a:hover,
.dashboard-itemContent a:hover,
.dashboard-links a:hover {
    color: #00add9;
    text-decoration: underline;
}

.dashboard-itemContent .disabled {
    color: #ccc;
}

.profile .no-favorites {
    padding-top: 40px;
}

.profile .row.electronic-badge {
    min-height: 400px;
}

.profile .electronic-badge .code {
    border: none;
    background: #F0EFEB;
    padding: 20px;
    text-wrap: normal;
    margin-bottom: 15px;
    color: #767571;
    height: 85px;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    overflow: hidden;
}

.profile .electronic-badge h4 {
    color: #7E7F72;
    font-size: 1.21em;
    margin: 0 0 10px;
}


.profile .electronic-badge #copied_message {
    display: none;
    color: #7E7F72;
}

.profile .electronic-badge a.button {
    width: 250px;
}

.dashboard-menu {
    margin: 0;
    padding: 0;
}

.dashboard-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dashboard-item.schedule-advising-session {
    background: #fff;
    border: 2px solid #f0efec;
    color: #7e7f72;
}

.extras {
    font-size: .8em;
}

table.applications thead th {
    background-color: #f0efec;
    color: #7e7f72;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    line-height: 1em;
}

table.applications tbody td {
    background-color: #ffffff;
    border-bottom: 1px solid #f0efec;
    padding: 17px 9px;
}

table.applications tbody td:first-child,
table.applications tbody td:nth-child(3) {
    width: 25%;
}

.about .section-head {
    background-color: #ee7421;
}

.about .section-nav {
    background-color: #f39e64;
}

.about .section-nav a:hover,
.about .section-nav a.active {
    color: #b64d05;
}

.six.columns.team {
    padding-right: 30px;
}

.team-member .four.columns {
    padding-right: 15px;
}

.about.faq h4 {
    color: #7e7f72;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 23px 0 7px;
}


/* --------------- CERTIFICATION --------------- */

.certification .section-head {
    background-color: #00add9;
}

.certification .section-nav {
    background-color: #4dc6e4;
}

.certification .section-nav a:hover,
.certification .section-nav a.active {
    color: #0284a5;
}

.cert-company {
    font-size: 14px;
}

.cert-level {
    border-bottom: 1px solid #c3c7c9;
    padding: 20px 0;
}

.cert-level.last {
    border-bottom: none;
}

.cert-level h3 {
    margin-top: 0;
}

.cert-level .four.columns {
    padding-right: 20px;
}

.row.report-card-nav {
    margin: 10px 0 35px;
}

.report-card-nav ul {
    margin: 0;
}

.report-card-nav ul li {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    list-style-type: none;
    margin-bottom: 0;
}

.report-card h4 {
    color: #929388;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.report-card p {
    margin-bottom: 5px;
}

ul.report-card-links {
    margin: 0 0 20px 0;
}

.report-card-links li {
    list-style-type: none;
}

.seal-congrats {
    border: 1px solid #cbc9c9;
    float"
    padding: 25px;
    text-align: center;
}

.seal-congrats img {
    height: 223px;
    margin-bottom: 0 !important;
    width: 175px;
}

.seal-congrats h3 {
    font-size: 2.143em;
    margin-top: 15px;
}

.seal-congrats p {
    font-size: 1.286em;
    line-height: 2em;
}

.seal-congrats table,
.seal-congrats .button {
    width: 100%;
}

.seal-congrats table th {
    text-align: center;
}

.seal-congrats table td {
    text-align: center;
}

.seal-congrats table tr > *:first-child {
    text-align: left;
}

.hero-certified-business {
    position: relative;
}

.hero-certified-business img {
    display: block;
    width: 100%;
}

.hero-certified-business .badge {
    bottom: 20px;
    position: absolute;
    right: 20px;
    width: 18.5%;
}

.hero-certified-business .caption {
    background: #eee;
    color: #908e8d;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    font-size: 1.286em;
    line-height: 1.2;
    min-height: 64px;
    padding: 10px 20px;
}

#certified-businesses-form-container {
    margin-bottom: 2em;
}

#certified-businesses-form-container .four.columns.left {
    padding-right: 10px;
}

.report-card-2 h2,
.report-card-2 h3,
.report-card-2 h4,
.report-card-2 {
    font-family: 'Montserrat', sans-serif;
}

.report-card-2 h2,
.report-card-2 h3,
.report-card-2 h4 {
    font-weight: bold;
}

.report-card-2 h2,
.report-card-2 h3 {
    font-size: 23.5px;
    text-transform: uppercase;
}

.report-card-2 h2 {
    border-bottom: 1px solid #7f8074;
    padding: 10px 0 10px;
}

.report-card-2 h4 {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 12px;
}

.report-card-2 h4.first {
    margin-top: 0;
}

.report-card-2 h5 {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 5px;
}


.report-card-2 .organization {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.report-card-2 .seal-congrats {
    border: 0;
    float: right;
    padding: 0;
    text-align: right;
}

.report-card-2 .seal-congrats img {
    height: 117px;
    width: 90px;
}

.bleed {
    border-top: 15px solid;
}

.bleed.level-0 {
    border-color: #999;
}

.bleed.level-1 {
    border-color: #ee7421;
}

.bleed.level-2 {
    border-color: #c30e2e;
}

.bleed.level-3 {
    border-color: #00add9;
}

.bleed > .columns {
    padding-top: 20px;
}

table.visual-scoring-matrix {
    border: 1px solid #7f8074;
    border-collapse: collapse;
    margin: 15px 0 30px;
}

table.visual-scoring-matrix h3 {
    margin: 0;
}

table.visual-scoring-matrix tr.foot h4 {
    margin: 0;
}

table.visual-scoring-matrix thead tr {
    background: #eee;
}

table.visual-scoring-matrix tr.foot {
    background: #fff;
}

table.visual-scoring-matrix thead th {
    padding: 20px;
}

table.visual-scoring-matrix td {
    border: 1px solid #7f8074;
    padding: 15px;
}

table.visual-scoring-matrix tfoot,
table.visual-scoring-matrix tfoot td {
    border: 0;
    font-weight: normal;
}

table.visual-scoring-matrix .icons {
    vertical-align: middle; 
    width: 11.66667%;
}   

table.visual-scoring-matrix .scores {
    padding: 0;
    vertical-align: middle;
    width: 58.33333%;
}

.score-container {
    align-items: center;
    display: flex;
    height: 70px;
    position: relative;
}

table.visual-scoring-matrix tr.foot .score-container {
    height: 50px;
}

.score-wrap {
    flex-grow: 1;
    position: relative;
}

.score-bar {
    height: 22px;
    width: 100%;
}

.score-bar.level-1 {
}

.score-bar.level-2 {
}

.score-bar.level-3 {
}

.score-bar.level-0,
.score-bar.total {
}

.score-container .wrap {
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 70px;
}

table.visual-scoring-matrix tr.foot .score-container .wrap {
    height: 102px;
    margin-left: -51px;
    margin-top: -51px;
    width: 102px;
}

.score-container .score,
.score-container .wrap img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.score-container .score {
    font-size: 28px;
    font-weight: bold;
    height: 100%;
    line-height: 70px;
    text-align: center;
    width: 100%;
    z-index: 10;
}

table.visual-scoring-matrix tr.foot .score-container .score {
    font-size: 36.5px;
    line-height: 102px;
}

table.visual-scoring-matrix .red {
    color: #c30e2e !important;
}

/*.score-container .wrap.level-0 {
    left: 50%;
}

.score-container .wrap.level-1 {
    left: 16.666666%;
}

.score-container .wrap.level-2 {
    left: 50%;
}

.score-container .wrap.level-3 {
    left: 83.333333%;
}*/

.score-container .wrap.level-0 .score {
    color: #999 !important;
}

.score-container .wrap.level-1 .score {
    color: #ee7421 !important;
}

.score-container .wrap.level-2 .score {
    color: #c30e2e !important;
}

.score-container .wrap.level-3 .score {
    color: #00add9 !important;
}

.score-meaning {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.score-meaning ul.meanings {
    margin-left: 0;
}

.score-meaning ul.meanings > li.meaning {
    list-style-type: none; 
    padding-left: 90px;
    position: relative;
}

.score-meaning ul.meanings > li.meaning li {
    list-style-type: disc; 
}

.no-break {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
}

.score-meaning h4 {
    position: relative;
}

.score-meaning h5 {
    text-decoration: underline;
}

.score-meaning .icon {
    height: 80px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 80px;
}

/* --------------- PACKAGES --------------- */

table.packages {
    border-collapse: collapse;
    width: 100%;
}

table.packages tbody tr:nth-child(even) {
    background-color: transparent;
}

table.packages td {
    text-align: center;
}
table.packages td.first {
    text-align: left;
}
table.packages td.checkmark {
    color: #00add9;
    font-size: 20px;
    font-weight: bold;
}

table.packages thead tr {
    background: #fff;
}

table.packages tr.comparison-title {
    background: #00add9;
}

table.packages tr.comparison-title h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

table.packages thead {
    border: 0;
}

table.packages tbody td,
table.packages tfoot td {
    border: 1px solid #ebebeb;
}

table.packages tfoot {
    background: transparent;
}

table.matrix {
    box-shadow: 0px 6px 11.04px 0.96px rgba(104, 104, 104, 0.22);
}

table.matrix td {
    padding: 16px 32px;
}

table.matrix tfoot td {
    font-weight: 400;
}

@media only screen and (max-width: 767px) { 
  table.packages.show-for-small { display: table !important; }
  table.packages.hide-for-small { display: none !important; } 
}

table.matrix .button {
    margin: 0;
}

.package-description {
    font-weight: 400;
    padding: 24px 12px;
    position: relative;
}

.package-description--planPackage {
    box-shadow: 0px 6px 11.04px 0.96px rgba(104, 104, 104, 0.22);
}

.package-description--planPackage::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -16px;
    bottom: -21px;
    left: 50%;
    box-sizing: border-box;
    
    border: 12px solid black;
    border-color: transparent transparent #fff #fff;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -6px 6px 11.04px 0.96px rgba(104, 104, 104, 0.22);
}

.package-description-badge {
    position: absolute;
    color: white;
    font-weight: 600;
    left: 0;
    padding: 4px 8px;
    top: 0;
}

.package-description-badge--upgrade {
    background-color: #f00;
}


.package-description-badge--current {
    background-color: #060;
}


.package-description h3 {
    font-weight: 600;
    font-size: 1.75rem;
}

.package-description--notPlanPackage h3 {
    font-weight: 300;
}

.plans-disclaimer {
    font-size: .8rem;
    text-align: center;
}


@media screen and (min-width: 40em) {
    .plans-disclaimer {
        padding: 20px 120px;
    }
}

/* --------------- FUNDING --------------- */

.seed-money .section-head {
    background-color: #3ac3c1;
}

.seed-money .section-nav {
    background-color: #75d5d4;
}

.seed-money .section-nav a:hover,
.seed-money .section-nav a.active {
    color: #219b99;
}

.seed-money .six.columns {
    padding-right: 20px;
}

.general .section-head {
    background-color: #ee7421;
}

.general .section-nav {
    background-color: #f39e64;
}

.newsroom .hs-featured-image-wrapper {
    display: none;
}

.news-item .four.columns {
    padding-left: 20px;
}

.community .section-nav {
    background-color: #cdd256;
}

.community .section-nav a:hover,
.community .section-nav a.active {
    color: #939907;
}

@media only screen and (min-width: 768px) {
    .community .six.columns:nth-of-type(odd) {
        padding-right: 40px;
    }
}

.store .section-head {
    background-color: #1aaed7;
}

div.alert-box {
    border-radius: 0;
    display: none;
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

div.alert-box.show {
    display: block;
}

div.alert-box h3 {
    color: inherit;
}

ul.site-map-outer {
    margin-left: 0;
    margin-top: 30px;
}

.site-map-top-level {
    list-style-type: none;
}

.site-map-parent {
    color: #7e7f72;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
}

#mc_embed_signup .response {
    padding: 15px;
    background: green;
    color: #fff;
}

#mc_embed_signup .response a {
    color #fff;
}

.fpo,
.fpo * {
    background-color: #0f0 !important;
}

.inner-content.no-top-pad {
    padding-top: 0px;
}


/* --------------- CERTIFICATION --------------- */

.training .section-head {
    background-color: #00add9;
}

.training .section-nav {
    background-color: #4dc6e4;
}

.training .section-nav a:hover,
.training .section-nav a.active {
    color: #0284a5;
}






/****************/
/* SLICK SLIDER */
/****************/

.slick-slider {
    background: #F0EFED;
}

.slick-slide {
    height: auto;
}

    .slick-slide img {
        width: 100%;
    }
    .slick-slide .slide-content {
        font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
        padding: 16px 20px;
        font-size: 20px;
        color: #7A7A6C;
    }


.slick-slider .slick-dots {
    margin-left: 0;
    margin-bottom: 15px;
    background: #F0EFED;
    text-align: left;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 6px;
}

    .slick-dots li button::before {
        font-size: 18px;
        width: 24px;
        height: 24px;
        content: "•";
        opacity: 0.15;
        color: black;
    }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
            opacity: 0.5;
        }
        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #BBBC00;
        }

.slick-next {
    right: 15px;
    z-index: 1;
}
.slick-prev {
    left: 5px;
    z-index: 1;
}





.section-head > .slick-slider {
    background: transparent;
    margin-bottom: 0;
    z-index: 9;
    color: #FFF;
}

.section-head > .slick-slider * {
    color: #FFF;
}

    .section-head > .slick-slider .slick-slide {
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .section-head > .slick-slider .slick-slide:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:    -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0) 100%);
        background:     linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.0) 60%, rgba(0,0,0,0) 100%);
        z-index: 0;
    }

    .section-head > .slick-slider .slick-slide * {
        position: relative;
        z-index: 1;
    }

    .section-head > .slick-slider .slick-slide > .row {
        height: 100%;
        position: relative;
    }
    .section-head > .slick-slider .slick-slide .caption {
        position: absolute;
        bottom: 10px;
        left: 0;
    }

    .section-head > .slick-slider .slick-dots {
        background: transparent;
        text-align: center;
        padding: 0;
        margin: 0;
        bottom: 8px;
    }

        .section-head > .slick-slider .slick-dots li button::before {
            color: #FFF;
        }














@media only screen and (max-width: 1239px) {
    .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .row .row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 900px) {
    .main-nav a {
        font-size: 1em;
        padding: 0 15px;
    }
    .footer-nav li {
        font-size: .75em;
    }

    #hero {
        background-size: cover;
        height: 450px;
    }

    #hero h1 {
        font-size: 3em;
    }

    #hero .marketing {
        margin-top: 10%;
    }

    .testimonial {
        margin-top: 20px;
    }

    .testimonial p {
        font-size: 1em;
    }

    .testimonial p.quote {
        color: #aaa;
        font-size: 1em;
        padding: 0 0 0 10px;
    }

    .testimonial p.quote .drop-cap {
        font-size: 2em;
        line-height: 1.3em;
        padding: 5px 15px 0;
        margin: 0 5px 0 -17px;
    }

    .testimonial p.quote img {
        display: none;
    }

    .score-meaning {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 767px) {

    .logo {
        width: 50%;
    }

    .six.columns.tabbed {
        padding-right: 0;
    }

    #hero {
        height: 250px;
        margin-top: 0;
    }

    #hero h1 {
        font-size: 2em;
    }

    #hero .marketing {
        margin-top: 40px;
        width: 70%;
    }

    #hero .learn-more a {
        font-size: 1em;
    }

    #feature-nav .row {
        padding: 0 10px;
    }

    #feature-nav .feature {
        border-width: 0 0 1px 0;
        text-align: left;
    }

    #feature-nav .feature:last-child {
        border-width: 0 0 0 0;
    }

    #feature-nav .icon {
        float: left;
    }

    #feature-nav .icon img { 
        height: 57px; 
    }

    #feature-nav .content {
        margin-left: 95px;
    }

    #mobile-nav-button {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 40px;
        height: 28px;
        cursor: pointer;
        transform: translate(0, -50%);
    }

    #mobile-nav-button.active {
    }

    #mobile-nav-button::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 5px;
        background: #fefefe;
        box-shadow: 0 12px 0 #fefefe, 0 24px 0 #fefefe;
        content: ''; 
    }
    #mobile-nav-button:hover::after {
        background: #cacaca;
        box-shadow: 0 12px 0 #cacaca, 0 24px 0 #cacaca; 
    }

    #nav-container-small {
        position: absolute;
        width: 100%;
        background: rgb(0, 180, 220);
        z-index: 9999;
        box-shadow: 0 10px 25px #666;
        text-align: center;
 /*       overflow: auto;*/
    }

    #nav-small {
        display: none;
    }

    #nav-small .nav-small-toggle {
        position: absolute;
        border: 0;
        right: 20px;
        bottom: -4px;
        height: 40px;
        width: 40px;
        color: #fff;
        font-size: 50px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
    }

    .main-nav li a.header-button,
    .main-nav li a.header-button-alt {
        display: block;
        height: 50px;
        padding: 10px 20px;
        background: #fff;
        color: #bbb;
        font-size: 1.8em;
        line-height: 35px;
    }

    .main-nav li a.header-button:hover,
    .main-nav li a.header-button:active,
    .main-nav li a.header-button-alt:hover,
    .main-nav li a.header-button-alt:active {
        background: #999;
        color: #eee;
    }

    .main-nav .header-button {
        padding: 0;
    }

    .nav-search-container {
        position: relative;
        width: auto;
        height: auto;
        border: none;
        background: #eee;
    }

    .nav-search-container .input-text {
        position: relative;
        width: 100%;
        background: transparent;
        height: auto;
        font-size: 1.5em;
        padding: 35px 20px;
    }

    .nav-search-container .input-text:focus {
        background: transparent;
    }

    .nav-search-container input[type="submit"] {
        display: none;
    }

    .main-nav {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        padding: 16px 0 50px;
    }

    .main-nav ul.row {
        display: block;
        padding: 0;
    }

    #header .main-nav ul .nav-link {
        float: none;
        width: auto;
        text-align: left;
    }

    .main-nav a {
        display: block;
        font-size: 1.5rem;
        line-height: 1rem;
    }

    .main-nav .nav-button {
        margin: 8px 0 8px 16px;
    }

    .footer-nav {
        float: none;
        margin: 0 -20px;
    }

    .row.health-links {
        margin-bottom: 30px;
    }

    .footer-nav li {
        font-size: 1.5em;
        line-height: 1em;
    }

    .footer-nav a {
        display: block;
        padding: 15px 40px;
    }

    .footer-nav a:hover,
    .footer-nav a.active {
        background-color: #ccc;
    }

    .section-head h1 {
        font-size: 2em;
        padding: 25px 0;
    }

    .section-nav {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .section-nav li {
        font-size: 1em;
        list-style-type: none;
        margin-right: 30px;
    }

    .hurdles .block-grid li {
        height: auto;
    }
    .hurdle-card {
        overflow: hidden;
    }
    .hurdle-card .face,
    .hurdle-card.active .face {
        position: relative;
        height: 150px;

        /* disable flip for small screens */
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;

        -webkit-backface-visibility: auto;
        -moz-backface-visibility: auto;
        backface-visibility: auto;

        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .hurdle-card .back {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hurdle-card .back h4 {
        display: none;
    }
    .hurdle-card.active .back {
        height: 200px;
    }
    .hurdles .hurdle-card .face {
        background-image: none;
    }

    #map {
        height: 300px;
    }

    .report-card-2 .button.print-certificate {
        margin: 0 0 10px;
    }

    .theme-a .input-notes {
        position: relative;
        margin: 0 -6px;
        width: auto;
    }

    .theme-a .input-notes:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        border: 50px solid transparent;
        border-top-width: 0;
        border-left-color: #eee;
        clear: both;
    }

    .text,
    .six.columns.business {
        padding-right: 0;
    }

    /* viewport bug fix for ios6 */
    form {
        position: relative;
        overflow-x: hidden;
    }

    #map-search-form-container .six.columns.left,
    #map-search-form-container .six.columns.right,
    #online-resource-search-form-container .six.columns.left,
    #online-resource-search-form-container .six.columns.right {
        padding: 0;
    }

    table.visual-scoring-matrix .icons {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    table.visual-scoring-matrix .scores {
        width: 30%;
    }

    .score-bar {
        display: none;
    }

    .score-container .wrap.level-1,
    .score-container .wrap.level-2,
    .score-container .wrap.level-3 {
        left: 50%;
    }

    .score-meaning ul.meanings li.meaning {
        padding: 0;
    }

    .score-meaning .icon {
        height: auto;
        position: static;
        text-align: center;
        width: auto;
    }
}

@media print {
    #header .logo-printable {
        display: block;
        left: 0;
    }

    #header .logo {
        display: none;
    }

    .header-container { 
        padding: 0
    }

    #nav-container,
    #nav-container-small,
    #footer,
    .section-nav {
        display: none !important;
    }

    .report-card-tabs-content li {
        display: block !important;
    }

    a {
        color: #01addb !important;
        text-decoration: none;
    }

    .row .report-card.text,
    .row .seal-congrats-container {
        width: 100%;
        float: none;
    }

    .report-card-tabs {
        display: none;
    }

    .application-status.four.columns {
        float: none;
    }

    .inner-content.row {
        padding: 0px;
    }

    .button {
        display: none;
    }

    .report-card-2 h2 {
        margin-top: -5em;
        text-align: right;
    }

    .report-card-2 h3,
    .report-card-2 h2 {
        font-size: 13px;
    }

    table.visual-scoring-matrix td,
    .report-card-2 p {
        font-size: 10px;
        line-height: 12px;
    }

    .report-card-2 h4 {
        font-size: 11px;
    }

    .report-card-2 .seal-congrats img {
        max-height: 78px;
        width: 60px;
    }

    .report-card-2 .organization {
        font-size: 14px;
    }

    table.visual-scoring-matrix thead th {
        padding: 15px;
    }

    table.visual-scoring-matrix td,
    table.visual-scoring-matrix {
        border-color: #7f8074;
    }

    table.visual-scoring-matrix td {
        padding: 10px;
    }

    table.visual-scoring-matrix thead tr {
        background: #eee !important;
        -webkit-print-color-adjust: exact;
    }

    table.visual-scoring-matrix tbody tr:nth-child(even) {
        background: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
    }

    .score-bar {
        height: 16px;
        margin-top: -8px;
    }

    .score-container .wrap {
        height: 48px;
        margin-left: -24px;
        margin-top: -24px;
        width: 48px;
    }

    .score-container .score {
        font-size: 18px;
        line-height: 48px;
    }

    table.visual-scoring-matrix tr.foot .score-container .wrap {
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
    }

    table.visual-scoring-matrix tr.foot .score-container .score {
        font-size: 29px;
        line-height: 80px;
    }

    .score-meaning h5,
    .score-meaning li,
    .score-meaning p {
        font-size: 12px;
    }

    .score-meaning ul li,
    .score-meaning * {
        line-height: 1.1;
        margin-bottom: 5px;
    }

    .score-meaning ul.meanings > li.meaning {
        padding-left: 64px;
    }

    .score-meaning .icon {
        height: 56px;
        width: 56px;
    }

    .bleed {
        border-top: 10px solid;
    }

    .bleed > .columns {
        padding-top: 14px;
    }

    .read-only-application fieldset,
    .read-only-application .row.form-input,
    .read-only-application .row .form-input,
    .read-only-application .form-input {
        padding: 0 6px 15px;
    }

    .read-only-application .input-text,
    .read-only-application .dd-selected {
        height: auto;
        padding: 0;
    }

    .read-only-application .label-text,
    .read-only-application .label-text p,
    .read-only-application h4 {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .read-only-application input,
    .read-only-application select,
    .read-only-application textarea,
    .read-only-application button,
    .read-only-application .dd-container {
        margin: 0;
        font-size: 10px;
    }

    .read-only-application .input-notes:after {
        display: none;
    }

    .read-only-application .ten.columns label {
        line-height: 1;
    }

    .read-only-application .input-notes p,
    .read-only-application label,
    p.header-tooltip {
        font-size: 10px;
    }

    .read-only-application .checkbox th,
    .read-only-application th, 
    .read-only-application td,
    .read-only-application table thead tr th, 
    .read-only-application table tfoot tr th, 
    .read-only-application table tbody tr td, 
    .read-only-application table tr td, 
    .read-only-application table tfoot tr td {
        font-size: 10px;
        line-height: 12px;
        padding: 4px 5px;
    }
}

.image-card,
.image-card-image {
    border-radius: 4px;
}

.image-card {
    background-color: #d6d8e3;
    padding: 8px;
}

.image-card--withCenteredText {
    text-align: center;
}

.image-card-image {
    margin-bottom: 8px;
}

.image-card-heading {
    margin: 0;
    font-size: 40px;
}

.image-card-title {
    font-size: 20px;
}

.image-card-text {
    font-size: 16px;
}

.image-card-link {
    color: black;
}

.image-card-link:after {
    content: ' >';
}

div.resources .loading { position: absolute; top: 100px; left: 50%; margin-left: -16px; }
div.resources .items { position: relative; }
div.resources .items .item { width: 370px; border: #ccc solid 1px; padding: 10px; visibility: hidden; overflow: hidden; cursor: pointer; }
div.resources .items .item img { width: 100%; display: block; margin-bottom: 65px; }
div.resources .items .item .button { width: 95%; bottom: 70px; position: absolute; }
div.resources .items .item:hover img {  }
div.resources .items .item:hover .button { padding: 20px; }
div.resources .items .item p { color: #666; margin: 5px 0 0; background: rgba(0, 0, 0, 0.05); font-style: italic; padding: 5px; }
div.resources ul.tabs-content.contained>li { padding: 20px; display: block; visibility: hidden; opacity: 0; position: absolute;  }
div.resources ul.tabs-content.contained>li h3 { margin-top: 0; }
div.resources ul.tabs-content.contained>li.active { visibility: visible; opacity: 1; position: relative; }
div.resources #preferred-container .dd-container { background: #fff !important; width: 100% !important; margin-bottom: 20px; }
div.resources #preferred-container .dd-select { background: #fff !important; width: 100% !important; }
div.resources #preferred-container .dd-options { background: #fff !important; width: 100% !important; }
div.resources .resource-image { float: right; margin: 10px 0 10px 10px; max-width: 300px; }


/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.page-break { page-break-after: always; }


/* ---------------------- BLOCKS ---------------------- */
.Link-arrow {
    color: #00add9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.Link-arrow::after {
    content: '\25BA';
    margin-left: .25em;
}
.Link-arrow:hover,
.Link-arrow:focus,
.Link-arrow:active {
    text-decoration: underline;
}

.Block {
    padding: 10px 0;
}

.Block .Block:first-child {
    padding-top: 0;
}

.Block-alt {
    background-color: #f4f4f4;
}

.Block-title {
    margin-bottom: 30px;
}

.Block-copy--centered,
.Block-title--centered {
    text-align: center;
}

.Block-content {
    padding-right: 20px;
}

.Block-content ul {
    margin-left: 1em;
}

.HomeWhatWeDo-card,
.HomeWhatWeDo-CTA,
.Resources-CTA,
.SuccessStories-CTA {
    text-align: center;
}


.SuccessStories-card,
#success-stories-form-container {
    padding-right: 20px;
    position: relative;
}

.SuccessStories-cardTitle {
    background-color: #eeeeed;
    font-family: 'PFBeauSansPro-SemiBold', Helvetica, Arial, sans-serif;
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 10px;
    text-align: right;
}

.SuccessStories-gallerySeal {
    position: absolute;
    height: 100px;
}

.SuccessStories-gallerySeal {
    bottom: 3%;
    left: 2%;
}

.SuccessStories-gallerySeal  {
    bottom: 10%;
    left: 3%;
}

.SampleExperiences {
    text-align: center;
}

.SampleExperience {
    display: inline-block;
    margin: 0 10px 10px;
}

.SampleExperience * {
    display: block;
}

.SampleExperience .button {
    padding: 14px;
    width: 100%;
}

.LoginForm {
    margin-bottom: 16px;
}

.Category {
    text-align: center;
}

.Category-image {
    display: block;
    margin: 0 auto;
    width: 50%;
}


@media screen and (min-width: 40em) {
    .Block {
        padding: 40px 0;
    }

    .Block-content--inverted {
        padding-left: 20px;
    }

    .SampleExperience {
        width: 320px;
    }
}

.Steps,
.Steps-step {
    margin: 0;
    padding: 0;
    text-indent: 0;;
    list-style-type: none;
}

.Steps {
    counter-reset: Steps-counter;
    margin: 24px 0;
    text-align: center;
}

.Steps-step {
    background-color: #eee;
    color: #ccc;
    counter-increment: Steps-counter;
    display: inline-block;
    height: 40px;
    position: relative;
    margin-right: 24px;
}

.Steps-step:last-child {
    margin-right: 0;
} 

.Steps-step::before {
    background-color: #ccc;
    color: #eee;
    content: 'Step ' counter(Steps-counter);
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding: 4px 12px;
}

.Steps-step:last-child {
    margin-right: 0;
} 

.Steps-label::before,
.Steps-step::after {
    border-style: solid;
    border-width: 20px 0 20px 12px;
    border-color: transparent transparent transparent #eee;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    width: 0;
}

.Steps-step.is-active {
    color: #807f74;
}

.Steps-step.is-active::before {
    background-color: rgb(0, 180, 220);
    color: #fff;
}

.Steps-step:last-child::after {
    display: none;
} 

.Steps-label {
    display: inline-block;
    height: 48px;
    line-height: 40px;
    padding: 0 12px 0 24px;
    position: relative;
}

.Steps-label::before {
    border-color: transparent transparent transparent #ccc;
    left: 0;
}

.Steps-step.is-active .Steps-label::before {
    border-color: transparent transparent transparent rgb(0, 180, 220);
}

label.Registration-planLabel {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.PaymentSuccess {
    text-align: center;
}

.Footer-disclaimer {
    font-size: 13px;
    text-align: center;
}


.Footer-disclaimer,
.Footer-disclaimer a {
    color: #9c9c9c;
}

.Footer-disclaimer a:hover {
    text-decoration: underline;
}

.ContactUs {
    padding-bottom: 0;
}

