﻿meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html, body {
    font-size: 100%;
}
body {
    background: white none repeat scroll 0 0;
    color: #4d4d4d;
    cursor: default;
    font-family: "Raleway",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
}
a:hover {
    cursor: pointer;
    opacity: 0.8;
}
img, object, embed {
    height: auto;
    max-width: 100%;
}
object, embed {
    height: 100%;
}
img {
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.clearfix {
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.hide {
    display: none;
}
.start {
    float: left !important;
}
.end {
    float: right !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.antialiased {
}
img {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
.flex-video {
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.5625rem;
    position: relative;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dash {
    background: #1f396e none repeat scroll 0 0;
    height: 3px;
    margin: 40px 0 30px;
    width: 70px;
}

.home .dash {
	background: #1f396e none repeat scroll 0 0;
	height: 3px;
	/* margin: 40px auto 30px; */
	width: 70px;
}

.dash.white {
    background: #fff none repeat scroll 0 0;
}
.dash.grey {
    background: #4d4d4d none repeat scroll 0 0;
}
.dash.blue {
    background: #1f396e none repeat scroll 0 0;
}
.one-column .dash {
    margin: 20px auto;
}
.one-column .bio-entry .dash {
    margin: 20px auto 10px;
}
button, .button {
    border-color: #1f396e;
    border-radius: 50px;
    border-style: solid;
    border-width: 2px;
    color: #1f396e;
    cursor: pointer;
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    margin: 1.25rem 0;
    padding: 0.7rem 1.3rem 0.7rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease-out 0s;
}
.button.grey, .button.grey:visited {
    border-color: #4d4d4d;
    color: #4d4d4d;
    margin-right: 15px;
}
.button.grey:hover {
    background-color: #4d4d4d;
    color: #fff;
}
.button.white, .button.white:visited {
    border-color: #fff;
    color: #fff;
    margin-right: 15px;
}
.button.white:hover {
    background-color: #fff;
    color: #4d4d4d;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #1f396e;
    color: white;
}
button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #4d4d4d;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #4d4d4d;
}
button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white;
}
button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white;
}
button.large, .button.large {
    font-size: 1.25rem;
    padding: 1.125rem 2.25rem 1.1875rem;
}
button.small, .button.small {
    font-size: 0.8125rem;
    padding: 0.875rem 1.75rem 0.9375rem;
}
button.tiny, .button.tiny {
    font-size: 0.6875rem;
    padding: 0.625rem 1.25rem 0.6875rem;
}
button.expand, .button.expand {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}
button.right-align, .button.right-align {
    padding-right: 0.75rem;
    text-align: right;
}
button.radius, .button.radius {
    border-radius: 3px;
}
button.round, .button.round {
    border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #1f396e;
    border-color: #00476a;
    box-shadow: none;
    color: white;
    cursor: default;
    opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #00476a;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: white;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #1f396e;
}
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    box-shadow: none;
    color: #4d4d4d;
    cursor: default;
    opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
    background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
    color: #4d4d4d;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
    background-color: #e7e7e7;
}
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
    background-color: #43ac6a;
    border-color: #368a55;
    box-shadow: none;
    color: white;
    cursor: default;
    opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
    background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
    color: white;
}
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
    background-color: #43ac6a;
}
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
    background-color: #f04124;
    border-color: #cf2a0e;
    box-shadow: none;
    color: white;
    cursor: default;
    opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
    background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
    color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
    background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
button, .button {
    display: inline-block;
}
}
form {
    margin: 0 0 1rem;
}
form .row .row {
    margin: 0 -0.5rem;
}
form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem;
}
form .row .row.collapse {
    margin: 0;
}
form .row .row.collapse .column, form .row .row.collapse .columns {
    padding: 0;
}
form .row .row.collapse input {
}
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: 0.5rem;
}
label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 0.7rem;
    font-weight: lighter;
    line-height: 1.3;
    margin: 0.5rem 0;
}
label.right {
    float: none;
    text-align: right;
}
label.inline {
    margin: 0 0 1rem;
    padding: 0.625rem 0;
}
label small {
    color: #676767;
    text-transform: capitalize;
}
.subscribe-consent label span {
    font-size: 1rem;
    font-weight: bold;
}
select {
    background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.5rem;
}
select.radius {
    border-radius: 3px;
}
select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat scroll 0 0;
    border-color: #999999;
}
@-moz-document url-prefix("") {
select {
    background: #fafafa none repeat scroll 0 0;
}
select:hover {
    background: #f3f3f3 none repeat scroll 0 0;
}
}
.prefix, .postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.postfix.button {
    border: medium none;
    line-height: 2.125rem;
    padding: 0;
    text-align: center;
}
.prefix.button {
    border: medium none;
    line-height: 2.125rem;
    padding: 0;
    text-align: center;
}
.prefix.button.radius {
    border-radius: 3px 0 0 3px;
}
.postfix.button.radius {
    border-radius: 0 3px 3px 0;
}
.prefix.button.round {
    border-radius: 1000px 0 0 1000px;
}
.postfix.button.round {
    border-radius: 0 1000px 1000px 0;
}
span.prefix, label.prefix {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #d8d8d8 -moz-use-text-color #d8d8d8 #d8d8d8;
    border-right: medium none;
    color: #4d4d4d;
}
span.prefix.radius, label.prefix.radius {
    border-radius: 3px 0 0 3px;
}
span.postfix, label.postfix {
    background: #f2f2f2 none repeat scroll 0 0;
    border-color: #cbcbcb #cbcbcb #cbcbcb -moz-use-text-color;
    border-left: medium none;
    color: #4d4d4d;
}
span.postfix.radius, label.postfix.radius {
    border-radius: 0 3px 3px 0;
}
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-sizing: border-box;
    color: rgba(109, 110, 112, 1);
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 3.1rem;
    margin: 0 0 0.25rem;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    border-color: #999999;
    box-shadow: 0 0 5px #999999;
}

.page-footer input::-webkit-input-placeholder {
   color: white;
}

.page-footer input:-moz-placeholder { /* Firefox 18- */
   color: white;
}

.page-footer input::-moz-placeholder {  /* Firefox 19+ */
   color: white;
}

.page-footer input:-ms-input-placeholder {
   color: white;
}

.page-footer input[type="text"]:focus, .page-footer input[type="password"]:focus, .page-footer input[type="date"]:focus, input[type="datetime"]:focus, .page-footer input[type="datetime-local"]:focus, .page-footer input[type="month"]:focus, input[type="week"]:focus, .page-footer input[type="email"]:focus, .page-footer input[type="number"]:focus, .page-footer input[type="search"]:focus, .page-footer input[type="tel"]:focus, .page-footer input[type="time"]:focus, .page-footer input[type="url"]:focus, .page-footer textarea:focus {
    background: #a5b0c5 none repeat scroll 0 0;
    border-color: #1f396e;
    outline: medium none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #efefef none repeat scroll 0 0;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #dddddd;
}
select {
    height: 2.3125rem;
}
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 1rem;
    vertical-align: baseline;
}
input[type="file"] {
    width: 100%;
}
fieldset {
    border: 1px solid #dddddd;
    margin: 1.125rem 0;
    padding: 1.25rem;
}
fieldset legend {
    background: white none repeat scroll 0 0;
    font-weight: bold;
    margin: 0 0 0 -0.1875rem;
    padding: 0 0.1875rem;
}
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    background: #f04124 none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}
[data-abide] span.error, [data-abide] small.error {
    display: none;
}
span.error, small.error {
    background: #f04124 none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}
.error input, .error textarea, .error select {
    margin-bottom: 0;
}
.error label, .error label.error {
    color: #f04124;
}
.error > small, .error small.error {
    background: #f04124 none repeat scroll 0 0;
    color: white;
    display: block;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}
.error > label > small {
    background: transparent none repeat scroll 0 0;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.error span.error-message {
    display: block;
}
input.error, textarea.error {
    margin-bottom: 0;
}
label.error {
    color: #f04124;
}
.row {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
}
.row::before, .row::after {
    content: " ";
    display: table;
}
.row::after {
    clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
    float: left;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
}
.row .row::before, .row .row::after {
    content: " ";
    display: table;
}
.row .row::after {
    clear: both;
}
.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}
.row .row.collapse::before, .row .row.collapse::after {
    content: " ";
    display: table;
}
.row .row.collapse::after {
    clear: both;
}
.column, .columns {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    width: 100%;
}
@media only screen {
.column.small-centered, .columns.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
}
.small-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
}
.small-pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%;
}
.small-push-2 {
    left: 16.6667%;
    position: relative;
    right: auto;
}
.small-pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%;
}
.small-push-3 {
    left: 25%;
    position: relative;
    right: auto;
}
.small-pull-3 {
    left: auto;
    position: relative;
    right: 25%;
}
.small-push-4 {
    left: 33.3333%;
    position: relative;
    right: auto;
}
.small-pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%;
}
.small-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto;
}
.small-pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%;
}
.small-push-6 {
    left: 50%;
    position: relative;
    right: auto;
}
.small-pull-6 {
    left: auto;
    position: relative;
    right: 50%;
}
.small-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto;
}
.small-pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%;
}
.small-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto;
}
.small-pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%;
}
.small-push-9 {
    left: 75%;
    position: relative;
    right: auto;
}
.small-pull-9 {
    left: auto;
    position: relative;
    right: 75%;
}
.small-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto;
}
.small-pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%;
}
.small-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto;
}
.small-pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%;
}
.column, .columns {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
}
.small-1 {
    position: relative;
    width: 8.33333%;
}
.small-2 {
    position: relative;
    width: 16.6667%;
}
.small-3 {
    position: relative;
    width: 25%;
}
.small-4 {
    position: relative;
    width: 33.3333%;
}
.small-5 {
    position: relative;
    width: 41.6667%;
}
.small-6 {
    position: relative;
    width: 50%;
}
.small-7 {
    position: relative;
    width: 58.3333%;
}
.small-8 {
    position: relative;
    width: 66.6667%;
}
.small-9 {
    position: relative;
    width: 75%;
}
.small-10 {
    position: relative;
    width: 83.3333%;
}
.small-11 {
    position: relative;
    width: 91.6667%;
}
.small-12 {
    position: relative;
    width: 100%;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + .end[class*="column"] {
    float: left;
}
.small-offset-0 {
    margin-left: 0 !important;
    position: relative;
}
.small-offset-1 {
    margin-left: 8.33333% !important;
    position: relative;
}
.small-offset-2 {
    margin-left: 16.6667% !important;
    position: relative;
}
.small-offset-3 {
    margin-left: 25% !important;
    position: relative;
}
.small-offset-4 {
    margin-left: 33.3333% !important;
    position: relative;
}
.small-offset-5 {
    margin-left: 41.6667% !important;
    position: relative;
}
.small-offset-6 {
    margin-left: 50% !important;
    position: relative;
}
.small-offset-7 {
    margin-left: 58.3333% !important;
    position: relative;
}
.small-offset-8 {
    margin-left: 66.6667% !important;
    position: relative;
}
.small-offset-9 {
    margin-left: 75% !important;
    position: relative;
}
.small-offset-10 {
    margin-left: 83.3333% !important;
    position: relative;
}
.column.small-reset-order, .columns.small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
}
}
@media only screen and (min-width: 40.063em) {
.column.medium-centered, .columns.medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
}
.medium-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
}
.medium-pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%;
}
.medium-push-2 {
    left: 16.6667%;
    position: relative;
    right: auto;
}
.medium-pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%;
}
.medium-push-3 {
    left: 25%;
    position: relative;
    right: auto;
}
.medium-pull-3 {
    left: auto;
    position: relative;
    right: 25%;
}
.medium-push-4 {
    left: 33.3333%;
    position: relative;
    right: auto;
}
.medium-pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%;
}
.medium-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto;
}
.medium-pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%;
}
.medium-push-6 {
    left: 50%;
    position: relative;
    right: auto;
}
.medium-pull-6 {
    left: auto;
    position: relative;
    right: 50%;
}
.medium-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto;
}
.medium-pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%;
}
.medium-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto;
}
.medium-pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%;
}
.medium-push-9 {
    left: 75%;
    position: relative;
    right: auto;
}
.medium-pull-9 {
    left: auto;
    position: relative;
    right: 75%;
}
.medium-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto;
}
.medium-pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%;
}
.medium-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto;
}
.medium-pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%;
}
.column, .columns {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
}
.medium-1 {
    position: relative;
    width: 8.33333%;
}
.medium-2 {
    position: relative;
    width: 16.6667%;
}
.medium-3 {
    position: relative;
    width: 25%;
}
.medium-4 {
    position: relative;
    width: 33.3333%;
}
.medium-5 {
    position: relative;
    width: 41.6667%;
}
.medium-6 {
    position: relative;
    width: 50%;
}
.medium-7 {
    position: relative;
    width: 58.3333%;
}
.medium-8 {
    position: relative;
    width: 66.6667%;
}
.medium-9 {
    position: relative;
    width: 75%;
}
.medium-10 {
    position: relative;
    width: 83.3333%;
}
.medium-11 {
    position: relative;
    width: 91.6667%;
}
.medium-12 {
    position: relative;
    width: 100%;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + .end[class*="column"] {
    float: left;
}
.medium-offset-0 {
    margin-left: 0 !important;
    position: relative;
}
.medium-offset-1 {
    margin-left: 8.33333% !important;
    position: relative;
}
.medium-offset-2 {
    margin-left: 16.6667% !important;
    position: relative;
}
.medium-offset-3 {
    margin-left: 25% !important;
    position: relative;
}
.medium-offset-4 {
    margin-left: 33.3333% !important;
    position: relative;
}
.medium-offset-5 {
    margin-left: 41.6667% !important;
    position: relative;
}
.medium-offset-6 {
    margin-left: 50% !important;
    position: relative;
}
.medium-offset-7 {
    margin-left: 58.3333% !important;
    position: relative;
}
.medium-offset-8 {
    margin-left: 66.6667% !important;
    position: relative;
}
.medium-offset-9 {
    margin-left: 75% !important;
    position: relative;
}
.medium-offset-10 {
    margin-left: 83.3333% !important;
    position: relative;
}
.column.medium-reset-order, .columns.medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
}
.push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
}
.pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%;
}
.push-2 {
    left: 16.6667%;
    position: relative;
    right: auto;
}
.pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%;
}
.push-3 {
    left: 25%;
    position: relative;
    right: auto;
}
.pull-3 {
    left: auto;
    position: relative;
    right: 25%;
}
.push-4 {
    left: 33.3333%;
    position: relative;
    right: auto;
}
.pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%;
}
.push-5 {
    left: 41.6667%;
    position: relative;
    right: auto;
}
.pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%;
}
.push-6 {
    left: 50%;
    position: relative;
    right: auto;
}
.pull-6 {
    left: auto;
    position: relative;
    right: 50%;
}
.push-7 {
    left: 58.3333%;
    position: relative;
    right: auto;
}
.pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%;
}
.push-8 {
    left: 66.6667%;
    position: relative;
    right: auto;
}
.pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%;
}
.push-9 {
    left: 75%;
    position: relative;
    right: auto;
}
.pull-9 {
    left: auto;
    position: relative;
    right: 75%;
}
.push-10 {
    left: 83.3333%;
    position: relative;
    right: auto;
}
.pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%;
}
.push-11 {
    left: 91.6667%;
    position: relative;
    right: auto;
}
.pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%;
}
}
@media only screen and (min-width: 64.063em) {
.column.large-centered, .columns.large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
}
.large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
}
.large-pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%;
}
.large-push-2 {
    left: 16.6667%;
    position: relative;
    right: auto;
}
.large-pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%;
}
.large-push-3 {
    left: 25%;
    position: relative;
    right: auto;
}
.large-pull-3 {
    left: auto;
    position: relative;
    right: 25%;
}
.large-push-4 {
    left: 33.3333%;
    position: relative;
    right: auto;
}
.large-pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%;
}
.large-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto;
}
.large-pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%;
}
.large-push-6 {
    left: 50%;
    position: relative;
    right: auto;
}
.large-pull-6 {
    left: auto;
    position: relative;
    right: 50%;
}
.large-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto;
}
.large-pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%;
}
.large-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto;
}
.large-pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%;
}
.large-push-9 {
    left: 75%;
    position: relative;
    right: auto;
}
.large-pull-9 {
    left: auto;
    position: relative;
    right: 75%;
}
.large-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto;
}
.large-pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%;
}
.large-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto;
}
.large-pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%;
}
.column, .columns {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
}
.large-1 {
    position: relative;
    width: 8.33333%;
}
.large-2 {
    position: relative;
    width: 16.6667%;
}
.large-3 {
    position: relative;
    width: 25%;
}
.large-4 {
    position: relative;
    width: 33.3333%;
}
.large-5 {
    position: relative;
    width: 41.6667%;
}
.large-6 {
    position: relative;
    width: 50%;
}
.large-7 {
    position: relative;
    width: 58.3333%;
}
.large-8 {
    position: relative;
    width: 66.6667%;
}
.large-9 {
    position: relative;
    width: 75%;
}
.large-10 {
    position: relative;
    width: 83.3333%;
}
.large-11 {
    position: relative;
    width: 91.6667%;
}
.large-12 {
    position: relative;
    width: 100%;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + .end[class*="column"] {
    float: left;
}
.large-offset-0 {
    margin-left: 0 !important;
    position: relative;
}
.large-offset-1 {
    margin-left: 8.33333% !important;
    position: relative;
}
.large-offset-2 {
    margin-left: 16.6667% !important;
    position: relative;
}
.large-offset-3 {
    margin-left: 25% !important;
    position: relative;
}
.large-offset-4 {
    margin-left: 33.3333% !important;
    position: relative;
}
.large-offset-5 {
    margin-left: 41.6667% !important;
    position: relative;
}
.large-offset-6 {
    margin-left: 50% !important;
    position: relative;
}
.large-offset-7 {
    margin-left: 58.3333% !important;
    position: relative;
}
.large-offset-8 {
    margin-left: 66.6667% !important;
    position: relative;
}
.large-offset-9 {
    margin-left: 75% !important;
    position: relative;
}
.large-offset-10 {
    margin-left: 83.3333% !important;
    position: relative;
}
.column.large-reset-order, .columns.large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
}
.push-1 {
    left: 8.33333%;
    position: relative;
    right: auto;
}
.pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%;
}
.push-2 {
    left: 16.6667%;
    position: relative;
    right: auto;
}
.pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%;
}
.push-3 {
    left: 25%;
    position: relative;
    right: auto;
}
.pull-3 {
    left: auto;
    position: relative;
    right: 25%;
}
.push-4 {
    left: 33.3333%;
    position: relative;
    right: auto;
}
.pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%;
}
.push-5 {
    left: 41.6667%;
    position: relative;
    right: auto;
}
.pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%;
}
.push-6 {
    left: 50%;
    position: relative;
    right: auto;
}
.pull-6 {
    left: auto;
    position: relative;
    right: 50%;
}
.push-7 {
    left: 58.3333%;
    position: relative;
    right: auto;
}
.pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%;
}
.push-8 {
    left: 66.6667%;
    position: relative;
    right: auto;
}
.pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%;
}
.push-9 {
    left: 75%;
    position: relative;
    right: auto;
}
.pull-9 {
    left: auto;
    position: relative;
    right: 75%;
}
.push-10 {
    left: 83.3333%;
    position: relative;
    right: auto;
}
.pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%;
}
.push-11 {
    left: 91.6667%;
    position: relative;
    right: auto;
}
.pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%;
}
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.slideshow-wrapper {
    position: relative;
}
.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}
.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
    display: none;
}
.slideshow-wrapper ul li:first-child {
    display: block;
}
.slideshow-wrapper .orbit-container {
    background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
    display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block;
}
.preloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555 #fff;
    border-image: none;
    border-radius: 1000px;
    border-style: solid;
    border-width: 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
.orbit-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.orbit-container .orbit-slides-container {
    list-style: outside none none;
    margin: 0;
    max-height: 850px;
    padding: 0;
    position: relative;
}
.orbit-container .orbit-slides-container img {
    display: block;
    width: 100%;
}
.orbit-container .orbit-slides-container > * {
    margin-left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
    margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    background-color: rgba(51, 51, 51, 0.8);
    bottom: 0;
    color: white;
    font-size: 0.875rem;
    padding: 0.625rem 0.875rem;
    position: absolute;
    width: 100%;
}
.orbit-container .orbit-slide-number {
    background: transparent none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 10;
}
.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}
.orbit-container .orbit-timer {
    height: 6px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 100px;
    z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    height: 3px;
    position: relative;
    right: 20px;
    top: 5px;
    width: 0;
}
.orbit-container .orbit-timer > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #fff;
    border-image: none;
    border-style: none solid;
    border-width: medium 4px;
    display: none;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
.orbit-container .orbit-timer.paused > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: inset solid inset inset;
    border-width: 8px;
    height: 14px;
    right: -4px;
    top: 0;
    width: 11px;
}
.orbit-container .orbit-timer.paused > span.dark {
    border-color: transparent transparent transparent #4d4d4d;
}
.orbit-container:hover .orbit-timer > span {
    display: block;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    border: 10px inset;
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}
.orbit-container .orbit-prev {
    left: 0;
}
.orbit-container .orbit-prev > span {
    border-color: transparent white transparent transparent;
    border-right-style: solid;
}
.orbit-container .orbit-prev:hover > span {
    border-right-color: white;
}
.orbit-container .orbit-next {
    right: 0;
}
.orbit-container .orbit-next > span {
    border-color: transparent transparent transparent white;
    border-left-style: solid;
    left: 50%;
    margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
    border-left-color: white;
}
.orbit-bullets-container {
    text-align: center;
}
.orbit-bullets {
    display: block;
    float: none;
    margin: 30px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 10px;
}
.orbit-bullets li {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 1000px;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 15px;
    width: 0.5625rem;
}
.orbit-bullets li.active {
    background: #999999 none repeat scroll 0 0;
}
.orbit-bullets li:last-child {
    margin-right: 0;
}
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: none;
}
.touch .orbit-bullets {
    display: none;
}
@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
      display: inherit;
  }
  .touch .orbit-bullets {
      display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
      height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
      margin-left: 0 !important;
      position: relative;
  }
  .orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets {
      display: none;
  }
}
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width: 64em)/";
    width: 64em;
}
.contain-to-grid {
    background-color: rgba(31, 57, 110, 1);
    width: 100%;
}
.contain-to-grid .top-bar {
    margin-bottom: 0;
}
.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 65px;
    z-index: 98;
}
.top-bar {
    height: 65px;
    line-height: 65px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.top-bar ul {
    list-style: outside none none;
    margin-bottom: 0;
}
.top-bar .row {
    max-width: none;
}
.top-bar form, .top-bar input {
    margin-bottom: 0;
}
.top-bar input {
    font-size: 0.75rem;
    height: auto;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}
.top-bar .button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.35rem;
    padding-top: 0.45rem;
}
.top-bar .title-area {
    margin: 0;
    position: relative;
}
.top-bar .name {
    font-size: 16px;
    height: 65px;
    margin: 0;
}
.top-bar .name h1 {
    font-size: 1.0625rem;
    line-height: 65px;
    margin: 0;
    max-width: 175px;
}
.ewing .top-bar .name h1 {
	max-width: 100%;
}

.ewing .trial-site-wrapper {
    padding: 10px 0;
}
.ewing .trial-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
	padding-left: 35px;
    margin: 50px 0;
    width: 20%;
}
.ewing .trial-site-wrap {
     width: 80%;
}
.ewing .trial-site {
 	background: #f4f4f4;
      border: 12px solid #fff;
    border-radius: 65px;
    padding: 20px 28px;
    text-align: center;
}
.ewing .site-name {
	font-family: times new roman, serif;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	font-size: 1rem;
}
.ewing .site-location {
	text-transform: uppercase;
	font-size: 0.8rem;
    font-weight: 900;
}
@media screen and (min-width: 40.063em) {
.top-bar .name h1 {
    max-width: 280px;
}
}
.top-bar .name h1 a {
    color: #4d4d4d;
    display: block;
    font-weight: normal;
    padding: 0 21.6667px;
    width: 50%;
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}
.top-bar .toggle-topbar a {
    color: #4d4d4d;
    display: block;
    font-size: 0.95rem;
    font-weight: bold;
    height: 65px;
    line-height: 65px;
    padding: 0 21.6667px;
    position: relative;
    text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
    margin-top: -20px;
    padding-left: 51px;
    right: 15px;
    top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
     color: #fff;
    height: 34px;
    line-height: 39px;
    padding: 0;
    position: relative;
    text-indent: -80px;
    padding-left: 80px;
}
.top-bar .toggle-topbar.menu-icon a::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.top-bar .toggle-topbar.menu-icon a span {
    box-shadow: 0 10px 0 2px #fff, 0 19px 0 2px #fff, 0 28px 0 2px #fff;
    height: 0;
    padding-left: 20px;
    position: absolute;
    right: 0;
    width: 12px;
	color: #fff;
	font-size: 0.8rem;
}
.top-bar.expanded {
    background: transparent none repeat scroll 0 0;
    height: auto;
}
.top-bar.expanded .title-area {
}
.top-bar.expanded .toggle-topbar a {
    color: #999999;
}
.top-bar.expanded .toggle-topbar a span {
}
.top-bar-section {
    left: 0;
    position: relative;
    transition: left 300ms ease-out 0s;
    width: auto;
}
.top-bar-section ul {
    background: #transparent none repeat scroll 0 0;
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    width: 100%;

}
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: 1px solid #bbaf30;
    clear: both;
    height: 1px;
    width: 100%;
}
.top-bar-section ul li > a {
    background: #efefef none repeat scroll 0 0;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 12px 0 12px 21.6667px;
    width: 100%;
}
.top-bar-section ul li > a.button {
    background: #1f396e none repeat scroll 0 0;
    font-size: 1.25rem;
    padding-left: 21.6667px;
    padding-right: 21.6667px;
}
.top-bar-section ul li > a.button:hover {
    background: #1f396e none repeat scroll 0 0;
}
.top-bar-section ul li > a.button.secondary {
    background: #e7e7e7 none repeat scroll 0 0;
}
.top-bar-section ul li > a.button.secondary:hover {
    background: #cecece none repeat scroll 0 0;
}
.top-bar-section ul li > a.button.success {
    background: #43ac6a none repeat scroll 0 0;
}
.top-bar-section ul li > a.button.success:hover {
    background: #358854 none repeat scroll 0 0;
}
.top-bar-section ul li > a.button.alert {
    background: #f04124 none repeat scroll 0 0;
}
.top-bar-section ul li > a.button.alert:hover {
    background: #d42b0f none repeat scroll 0 0;
}
.top-bar-section ul li:hover > a {
    background: #fff none repeat scroll 0 0;
    color: #999;
}
.top-bar-section ul li.active > a {
    background: #fff none repeat scroll 0 0;
    color: #fff;
}
.top-bar-section ul li.active > a:hover {
    background: #fff none repeat scroll 0 0;
}
.top-bar-section .has-form {
    padding: 21.6667px;
}
.top-bar-section .has-dropdown {
    position: relative;
}
.top-bar-section .has-dropdown > a::after {
    content: "»";
    margin-right: 21.6667px;
    margin-top: -4.5px;
    position: absolute;
    right: 0;
    top: 5px;
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
}
.top-bar-section .dropdown, .top-bar-section ul ul:not(.dropdown) {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
}
.top-bar-section .dropdown li {
    height: auto;
    padding: 10px 0;
    width: 100%;
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 21.6667px;
}
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
    color: #4d4d4d;
    display: block;
    line-height: 32.5px;
}
.top-bar-section .dropdown li.has-form {
    padding: 8px 21.6667px;
}
.top-bar-section .dropdown li .button {
    top: auto;
}
.top-bar-section .dropdown label {
    color: #777777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 21.6667px 2px;
    text-transform: uppercase;
}
.js-generated {
    display: block;
}
@media only screen and (min-width: 64em) {
.top-bar {
    background: #fff none repeat scroll 0 0;
    overflow: visible;
}
.top-bar::before, .top-bar::after {
    content: " ";
    display: table;
}
.top-bar::after {
    clear: both;
}
.top-bar .toggle-topbar {
    display: none;
}
.top-bar .title-area {
    float: left;
}
.top-bar .name h1 a {
    width: auto;
}
.top-bar input, .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
}
.top-bar.expanded {
    background: #fff none repeat scroll 0 0;
}
.contain-to-grid .top-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 80rem;
}
.top-bar-section {
    left: 0 !important;
}
.top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
}
.top-bar-section ul li {
    float: left;
}
.top-bar-section ul li .js-generated {
    display: none;
}
.top-bar-section li.hover > a:not(.button) {
    background: #fff none repeat scroll 0 0;
    color: #999999;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent none repeat scroll 0 0;
    line-height: 65px;
    padding: 0 21.6667px;
}
.top-bar-section li:not(.has-form) a:hover:not(.button) {
    color: #efefef;
}
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li a:hover {
    color: #666;
}
.top-bar-section .has-dropdown > a::after {
    display: none;
}
.top-bar-section .has-dropdown.moved {
    position: relative;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
}
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
}
.top-bar-section ul li li a, .top-bar-section ul li li li a {
    margin-bottom: 0;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
    border: medium none;
    content: "Â»";
    line-height: 1.2;
    margin-top: -2px;
    right: 5px;
    top: 1rem;
}
.top-bar-section .dropdown {
    background: transparent none repeat scroll 0 0;
    left: 0;
    min-width: 100%;
    top: auto;
}
.top-bar-section .dropdown li a {
    background: #fff none repeat scroll 0 0;
    color: #4d4d4d;
    line-height: 1;
    padding: 12px 21.6667px;
    white-space: nowrap;
}
.top-bar-section .dropdown li label {
    background: #4d4d4d none repeat scroll 0 0;
    white-space: nowrap;
}
.top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: medium none;
    border-right: 1px solid #f8f6e4;
    border-top: medium none;
    clear: none;
    height: 65px;
    width: 0;
}
.top-bar-section .has-form {
    background: #fff none repeat scroll 0 0;
    height: 65px;
    padding: 0 21.6667px;
}
.top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
}
.top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
}
.top-bar-section .left li .dropdown {
    left: 0;
    right: auto;
}
.top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
}
.no-js .top-bar-section ul li:hover > a {
    background: #fff none repeat scroll 0 0;
    color: #999999;
}
.no-js .top-bar-section ul li:active > a {
    background: #fff none repeat scroll 0 0;
    color: #999999;
}
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a {
    color: #1f396e;
    line-height: inherit;
    text-decoration: none;
}
a:hover, a:focus {
    color: #1f396e;
}
a img {
    border: medium none;
}
p, ol, ul {
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 2rem 0;
    text-rendering: optimizelegibility;
}
@media only screen and (min-width: 40.063em) {
p, ul, ol {
    font-size: 1.02rem;
    line-height: 1.9;
}
}
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}
p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35;
}
h1, h2, h3, h4, h5, h6 {
    color: #1f396e;
    font-family: "Raleway",serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #09afff;
    font-size: 60%;
    line-height: 0;
}
h1 {
    font-size: 2.0625rem;
}
h2 {
    font-size: 1.125rem;
}
h3 {
    font-size: 1.1875rem;
}
h4 {
    font-size: 0.9375rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    color: #09afff;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    color: #bd260d;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: bold;
}
ul, ol, dl {
    font-family: inherit;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}
ul {
    margin-bottom: 25px;
    margin-left: 1.1rem;
    margin-top: 25px;
}
ul.no-bullet {
    margin-left: 0;
}
ul.no-bullet li ul, ul.no-bullet li ol {
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 1.25rem;
}
ul li ul, ul li ol {
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 1.25rem;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ul.no-bullet {
    list-style: outside none none;
}
ol {
    margin-left: 1.4rem;
}
ol li ul, ol li ol {
    margin-bottom: 0;
    margin-left: 1.25rem;
}
dl dt {
    font-weight: bold;
    margin-bottom: 0.3rem;
}
dl dd {
    margin-bottom: 0.75rem;
}
abbr, acronym {
    border-bottom: 1px dotted #dddddd;
    color: #4d4d4d;
    cursor: help;
    font-size: 90%;
    text-transform: uppercase;
}
abbr {
    text-transform: none;
}
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
}
blockquote cite {
    color: #0094db;
    display: block;
    font-size: 0.8125rem;
}
blockquote cite::before {
    content: "â€” ";
}
blockquote cite a, blockquote cite a:visited {
    color: #0094db;
}
blockquote {
    color: #4d4d4d;
    line-height: 1.6;
    margin-bottom: 100px;
    margin-left: -39%;
    padding: 0 35%;
    position: relative;
    text-align: center;
}
blockquote p {
    font-family: droid serif;
    font-size: 1.27rem;
    line-height: 1.7;
}
blockquote .author {
    font-family: raleway;
    font-size: 1rem;
    font-weight: 800;
}
.vcard {
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 0 0 1.25rem;
    padding: 0.625rem 0.75rem;
}
.vcard li {
    display: block;
    margin: 0;
}
.vcard .fn {
    font-size: 0.9375rem;
    font-weight: bold;
}
.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    border: medium none;
    cursor: default;
    font-weight: bold;
    padding: 0 0.0625rem;
    text-decoration: none;
}
@media only screen and (min-width: 1280px) {
.home h3 {
    font-size: 3rem;
}
h3 {
  	  color: #999;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 30px 0 20px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
}
h1 {
    font-size: 2.1rem;
}
h2 {
    font-size: 1.75rem;
    margin-bottom: 30px;
}
.home h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
h3 {
    font-size: 1.1rem;
}
h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
}
h1 {
    font-size: 1.9rem;
}
h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
}
.home h3 {
    font-size: 2rem;
    margin-bottom: 15px;
}
h3 {
    font-size: 1.05rem;
}
h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 639px) {
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.home h3 {
    font-size: 1.7rem;
    margin-bottom: 10px;
}
h3 {
    font-size: 1rem;
}
h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
}
.print-only {
    display: none !important;
}
@media print {
* {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]::after {
    content: " (" attr(href) ")";
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
.ir a::after, a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
}
h2, h3 {
    page-break-after: avoid;
}
.hide-on-print {
    display: none !important;
}
.print-only {
    display: block !important;
}
.hide-for-print {
    display: none !important;
}
.show-for-print {
    display: inherit !important;
}
}
.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.show-for-small, td.show-for-small-only, td.show-for-medium-down td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, th.show-for-medium-down th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge th.hide-for-xlarge-up, th.hide-for-xxlarge-up {
    display: table-cell !important;
}
@media only screen and (min-width: 40.063em) {
.hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-up, th.show-for-medium-only, th.hide-for-large, th.hide-for-large-up, th.hide-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
}
}
@media only screen and (min-width: 64.063em) {
.hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large, th.show-for-large-up, th.show-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
}
}
@media only screen and (min-width: 90.063em) {
.hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-large-only, th.show-for-xlarge, th.show-for-xlarge-up, th.show-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
}
}
@media only screen and (min-width: 120.063em) {
.hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: none !important;
}
table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-xlarge-only, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only {
    display: table-cell !important;
}
}
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}
thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}
tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}
tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}
td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}
@media only screen and (orientation: landscape) {
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
table.show-for-landscape, table.hide-for-portrait {
    display: table;
}
thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
}
tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
}
tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
}
td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
}
}
@media only screen and (orientation: portrait) {
.show-for-portrait, .hide-for-landscape {
    display: inherit !important;
}
.hide-for-portrait, .show-for-landscape {
    display: none !important;
}
table.show-for-portrait, table.hide-for-landscape {
    display: table;
}
thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
}
tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
}
tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
}
td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
}
}
.show-for-touch {
    display: none !important;
}
.hide-for-touch {
    display: inherit !important;
}
.touch .show-for-touch {
    display: inherit !important;
}
.touch .hide-for-touch {
    display: none !important;
}
table.hide-for-touch {
    display: table;
}
.touch table.show-for-touch {
    display: table;
}
thead.hide-for-touch {
    display: table-header-group !important;
}
.touch thead.show-for-touch {
    display: table-header-group !important;
}
tbody.hide-for-touch {
    display: table-row-group !important;
}
.touch tbody.show-for-touch {
    display: table-row-group !important;
}
tr.hide-for-touch {
    display: table-row !important;
}
.touch tr.show-for-touch {
    display: table-row !important;
}
td.hide-for-touch {
    display: table-cell !important;
}
.touch td.show-for-touch {
    display: table-cell !important;
}
th.hide-for-touch {
    display: table-cell !important;
}
.touch th.show-for-touch {
    display: table-cell !important;
}
h2 {
    color: #4d4d4d;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
}
.home h1 {
    color: #4d4d4d;
}
.news-item::before, .news-item::after {
    content: " ";
    display: table;
}
.news-item::after {
    clear: both;
}
.news-item .news__date {
    margin: 0 0 30px;
}
.home .news-item .news__date {
	margin: 0 0 0px;
}
.news__content {
    text-align: left;
    margin-left: 10px;
}
.news__content {
    text-align: left;
    margin-left: 10px;
}
.news__date .date {
    color: #1f396e;
    display: block;
    font-size: 1.2rem;
    height: 75px;
    margin: 0 auto 10px;
    padding-top: 20px;
    text-transform: uppercase;
    width: 107px;
}
.news__date .year {
    font-size: 1.1rem;
}

.news__item {
    display: flex;
}

.page-content .content {

  margin-bottom: 60px;
}
.page-content .content.full {

  padding: 0;
    float: none;
    max-width: 1322px;
    width: 100%;
}
.page-content.our-staff  .content.full {
    max-width: 1322px;
}

.page-content .content.semi-full {
  padding: 0;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1000px;
}
.contact-advisory {

    width: 63%;
    margin: 2rem auto;
   
}
.contact-advisory p{
    font-size: 0.85rem;
}
.contact-wrapper {
 margin-top: 6rem;   
}
@media screen and (min-width: 480px) {

	  .bio-headshot {  max-width: none;
}
	.inner-page .content .contact-column p {
    font-size: 1rem;
	}
	.inner-page.page-content h1 {
		   font-size: 1.4rem;
	}
	.page-content .content h1 {
	 margin-top: -165px;
}
.news-item .news__date {
    float: left;
}
.news__date .date {
    margin: 0 45px 20px 0;
}
.news__content {
    padding: 0 0 0 15px;
    text-align: left;
    width: 100%;
}
.item.half {
    width: 100%;
}
}
span.month {
    display: block;
    float: left;
    font-weight: 600;
}
span.day {
    float: right;
    font-size: 3.25rem;
    font-weight: bold;
    margin-top: -10px;
    text-align: left;
}
.news__content h4 {
    font-size: 1.05rem;
    margin: 15px 0;
}
.inner-page.page-content .news__content h4 {
    font-size: 1.25rem;
}
.inner-page.page-content .news__content h4 a {
    border: medium none;
    color: #4d4d4d;
}
.announcements {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.announcement-details h3 {
    margin: 35px 0 20px;
}
.announcement-details h4 {
    color: #4d4d4d;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 20px 0 10px;
}
.announcement-details h5 {
    color: #999;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 30px 0 15px;
    text-transform: uppercase;
}
.announcements::before, .announcements::after {
    content: " ";
    display: table;
}
.announcements::after {
    clear: both;
}
.home .announcements {
    margin-top: 15px;
    text-align: center;
}
.announcement-list {
    margin-bottom: 20px;
}
.announcement-list::before, .announcement-list::after {
    content: "";
    display: table;
}
.announcement-list::after {
    clear: both;
}
.home .announcement-list {
    padding: 0 10px;
}
@media only screen and (min-width: 40.063em) {
.home .announcement-list {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 50%;
}
}
.announcement-list h2 {
    color: #1f396e;
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
.announcement-list h2 a {
    color: #4d4d4d;
}
.announcement-list .date {
    color: #1f396e;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
}
.announcement-list p {
    display: none;
}
.announcement-details .date {
    color: #999;
    font-size: 1rem;
    font-weight: 700;
    margin: 30px 0;
}
.page-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media only screen and (min-width: 40.063em) {
.announcement-list .date {
    float: left;
    width: 25%;
}
.announcement-list h2 {
    float: right;
    width: 75%;
}
}
body {
    padding-top: 65px;
}
@media only screen and (min-width: 40.063em) {
body {
    padding-top: 90px;
}
}
@media only screen and (min-width: 64em) {
body {
    padding-top: 90px;
}
}
@media only screen and (min-width: 40.063em) {
.top-bar {
    height: 90px;
}
}
@media only screen and (min-width: 64.063em) {
.top-bar {
    padding: 0 36px;
    transition: all 0.3s ease-in-out 0s;
}
}
.top-bar .title-area {
    z-index: 5;
}
@media only screen and (min-width: 40.063em) {
.top-bar .title-area {
    height: 90px;
}
}
@media only screen and (min-width: 64em) {
.top-bar .title-area {
    max-width: 280px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
}
.top-bar .title-area .name {
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
@media only screen and (min-width: 40.063em) {
.top-bar .title-area .name {
    height: 90px;
}
}
@media only screen and (min-width: 64em) {
.top-bar .title-area .name {
    width: 100%;
}
}
.top-bar .title-area .name .logo a {
    background: rgba(0, 0, 0, 0) url("/_images/template/logo.svg") no-repeat scroll 0 50% / contain ;
    color: transparent;
    font: 0px/0 a;
    margin-left: 8px;
    max-height: 75px;
    max-width: 175px;
    padding-bottom: 37.1429%;
    width: 100%;
}
.ewing .top-bar .title-area .name .logo a {
    background: rgba(0, 0, 0, 0) url("/_images/template/logo-ewing.svg") no-repeat scroll 0 50% / contain ;
    padding-bottom: 65px;
}

.top-bar .social-nav {
    float: right;
}

@media only screen and (min-width: 40.063em) {
    .ewing .top-bar .title-area .name .logo a {
        padding-bottom: 90px;
    }

    .top-bar .title-area .name .logo a {
        max-width: 214px;
        padding-bottom: 32.1429%;
    }
}
@media only screen and (min-width: 70.625em) {
.top-bar .title-area .name .logo a {
    max-width: 260px;
}
}
.top-bar .title-area .name .logo a:hover, .top-bar .top-bar-section .search-box input[type="submit"], .cat_button:hover {
    opacity: 0.65;
}
@media only screen and (min-width: 64em) {
.top-bar .title-area .name .logo a {
    margin-left: 0;
}
}
.top-bar .top-bar-section {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 40.063em) {
.top-bar .top-bar-section {
    height: 90px;
}
}
.top-bar .top-bar-section li.selected > a {
    color: #1f396e;
}
@media only screen and (min-width: 64em) {
.top-bar .top-bar-section .has-form {
    height: auto;
}
.top-bar .top-bar-section .site-search {
    float: right;
}
.top-bar .top-bar-section .site-search, .top-bar .top-bar-section .site-search .has-form {
    max-width: 340px;
    width: 100%;
}
.top-bar .top-bar-section .dropdown {
    background-color: #efefef;
    padding: 10px;
}
.top-bar .top-bar-section .dropdown li a {
    background: transparent none repeat scroll 0 0;
    color: #1f396e;
    font-family: "Raleway",sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    text-transform: none !important;
}
.top-bar .top-bar-section .dropdown li a:hover {
    opacity: 0.9;
}
.top-bar .top-bar-section .dropdown li a::after {
    display: none;
}
}
.top-bar .top-bar-section .has-form {
    padding: 0 24px;
}
.top-bar .top-bar-section .search-box {
    position: relative;
}
@media only screen and (min-width: 64em) {
.top-bar .top-bar-section .search-box {
    margin-top: 36px;
}
}
.top-bar .top-bar-section .search-box form {
    top: 0;
}
.top-bar .top-bar-section .search-box input[type="text"] {
    background: #efecdb none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    font-family: Raleway,Arial,Helvetica,sans-serif;
    font-size: 1em;
    height: 2.25rem;
    line-height: 1;
    padding: 8px 32px 8px 18px;
    top: 0;
    width: 100%;
}
.top-bar .top-bar-section .search-box input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../_images/template/search-icon.png") no-repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    font: 0px/0 a;
    height: 18px;
    margin-top: -9px;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    width: 17px;
}
.top-bar .top-bar-section > ul:not(.site-search) {
    float: right;
}
.top-bar .top-bar-section > ul:not(.site-search)::before, .top-bar .top-bar-section > ul:not(.site-search)::after, .top-bar .top-bar-section #main-menu::before, .top-bar .top-bar-section #main-menu::after {
    content: " ";
    display: table;
}
.top-bar .top-bar-section > ul:not(.site-search)::after, .top-bar .top-bar-section #main-menu::after {
    clear: both;
}
@media only screen and (min-width: 64em) {
.top-bar .top-bar-section > ul:not(.site-search) {
    bottom: 0;
    position: absolute;
    right: 0;
}
}
.top-bar .top-bar-section > ul:not(.site-search) li a {
    font-family: "Raleway",serif;
    font-weight: bold;
    padding: 0 1vw;
    text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
.top-bar .top-bar-section > ul:not(.site-search) > li > a {
    line-height: 90px;
}
}
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li a {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}
@media only screen and (max-width: 40.062em) {
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li a {
    line-height: 1.2;
    text-transform: none;
}

}
@media only screen and (max-width: 64.001em) {
.top-bar-section ul li > a{
	color: #1f396e;
}
.top-bar-section ul li > a {
    font-size: 0.95rem;
}
.top-bar-section ul {
	padding: 15px 0;
	background: #efefef;
}
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li {
	background: #efefef;
}
.top-bar-section .dropdown li {
    padding: 5px 0;
}
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li a {
    font-size: 0.9rem;
}
}
@media only screen and (min-width: 64.001em) {
.top-bar-section ul li > a {
    color: #fff;
}
}
.home-carousel {
    overflow: hidden;
    position: relative;
}
.home-carousel .home-slide .home-slide__text-wrap {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 14%;
    width: 100%;

}
@media only screen and (min-width: 64.063em) {
.home-carousel .home-slide .home-slide__text-wrap {
    top: 21%;
}
.home-carousel .home-slide .home-slide__text-wrap h2 span {
	  font-size: 3.5rem;
}
.home-carousel .home-slide .home-slide__text-wrap h2 {
    font-size: 45px;
}
}
 .news.detail .one-column .page-content .content h2 {
	   text-align: left;
 }
 @media only screen and (min-width: 641px) and (max-width: 859px) {
	 .one-column .page-content .content .announcement-details h2 {
      font-size: 1.5rem;
	}
 }
@media only screen and (min-width: 860px) and (max-width: 1024px) {
  .home-carousel .home-slide .home-slide__text-wrap .home-slide__text {
    padding: 0 110px;
  }
.one-column .page-content .content .announcement-details h2 {
      font-size: 1.8rem;
	}
}
@media only screen and (min-width: 1025px) {
.one-column .page-content .content .announcement-details h2 {
      font-size: 2.4rem;

}
}

@media only screen and (min-width: 80em) {
  .home-carousel .home-slide .home-slide__text-wrap {
      top: 17%;
  	 left: 90px;
  }
  .home-carousel .home-slide .home-slide__text-wrap h2 span {
      font-size: 3.8rem;
  }
}
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text {
    display: inline-block;
    margin: 0 auto;
    max-width: 68rem;
    width: 100%;
    padding: 3.5em 0;
}
.ewing .home-carousel .home-slide .home-slide__text-wrap .home-slide__text{
	  max-width: 73rem;
}
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text::before, .home-carousel .home-slide .home-slide__text-wrap .home-slide__text::after {
    content: " ";
    display: table;
}
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text::after {
    clear: both;
}
.home-carousel .home-slide .home-slide__text-wrap h2 {
  color: #1f396e;
  font-family: "Raleway",sans-serif;
  font-weight: 700;
  line-height: 0.75;
  margin: 0;
  margin-top: 6%;
  text-align: center;
}


.ewing .home-carousel .home-slide .home-slide__text-wrap h2, .ewing .home-carousel .home-slide .home-slide__text-wrap p {
	color:#fff;
	
}
.ewing .home-carousel .home-slide .home-slide__text-wrap h2 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 300;
}

.ewing .home-carousel .home-slide .home-slide__text-wrap p  {
	 margin-top: 65px;
	font-weight: 600;
	font-size: 35px;
	line-height: 1.1;
}

.home-slide__text .button {
  margin-bottom: 6%;
}
.home-carousel .home-slide .home-slide__text-wrap h2 span {
    color: #4d4d4d;
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
    white-space: nowrap;
}
.home-carousel .home-slide .home-slide__text-wrap p {
    color: #4d4d4d;
}
@media only screen and (min-width: 40.063em) {
.home-carousel .home-slide .home-slide__text-wrap h2 {
    font-size: 55px;
}

}
@media only screen and (min-width: 64.063em) {
.home-carousel .home-slide .home-slide__text-wrap h2 {
    font-size: 68px;
    margin-left: 520px;
}
.home-carousel .home-slide .home-slide__text-wrap .button, .home-carousel .home-slide .home-slide__text-wrap p {
    margin-left: 520px;
}
.ewing .home-carousel .home-slide .home-slide__text-wrap h2 {
    margin-left: 403px;
    max-width: 58%;
}
.ewing .home-carousel .home-slide .home-slide__text-wrap .button, .ewing .home-carousel .home-slide .home-slide__text-wrap p {
    margin-left: 325px;
}
}
@media only screen and (min-width: 40.063em) {
  .home-carousel .home-slide .home-slide__text-wrap p {
    font-size: 17px;
    line-height: 1.6;
	padding-left: 5%;
	padding-right: 5%;
  }
}
.home-carousel .home-slide .home-slide__image {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
}
.home-pipeline-img::before {
    background: rgba(109, 110, 112, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.content h2 span {
    font-weight: 700;
}
.pipeline .inner-page .content p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 50px 75px;
}
img.pipeline {
    padding: 40px 20px;
}
.orbit-timer {
    display: none;
}
.home-plus {
    background: #1f396e none repeat scroll 0 0;
    border-radius: 32px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}
a.home-plus:hover, a.home-plus:active {
    color: #fff;
}
.home .page-content {
    padding: 4rem 0;
	float: left;
	 width: 100%;
}
.home.ewing .page-content {
	padding: 0
}
.home .page-content h1, .home .page-content .right h2 {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}
.home .page-content p {
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 830px;
}

@media only screen and (min-width: 40.063em) {
.home .left, .home .right {
    width: 50%;
}
.home .right {
    padding-left: 150px;
}
}
@media only screen and (max-width: 860px) {
  .home .page-content p {
    font-size: 1.05rem;
    line-height: 1.55;
  }


  .home-carousel .home-slide .home-slide__text-wrap .home-slide__text {
    max-width: 45rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 860px) {
 .home-carousel .home-slide .home-slide__text-wrap h2 span {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
  .home-carousel .home-slide .home-slide__text-wrap h2 {
    font-size: 40px !important;
}
  }
  @media only screen and (max-width: 480px) {
 .home-carousel .home-slide .home-slide__text-wrap h2 span {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .home-carousel .home-slide .home-slide__text-wrap h2 {
    font-size: 26px !important;
}
	  .ewing .trial-title {
    font-size: 1.1rem;
 text-align: center;
    margin: 20px 0;
        width: 100%;
}
 .ewing .trial-site {
    padding: 10px 30px;
         width: 100%;
}
	  .ewing .site-name {
		font-size: 1rem;  
	  }
.ewing .home-carousel .home-slide .home-slide__text-wrap p {
    font-size: 25px;
    margin-top: 25px;
}
  }
@media only screen and (max-width: 1024px) {
  .dropdown .back {
    position: relative;
    color: #1f396e;
    display: block;
  }
  .dropdown .back:after {
    content: '«';
    display: block;
    position: absolute;
    color: #1f396e;
    font-weight: 600;
    top: 0;
    right: 8px;
  }
  .top-bar .toggle-topbar.menu-icon {
    pointer: cursor;
  }
  .top-bar .toggle-topbar.menu-icon a span {
    /*font-size:0;*/
  }
  .home-carousel .home-slide .home-slide__text-wrap  {
    background-color: rgba(255, 255, 255, 0.7);
  }
.ewing .home-carousel .home-slide .home-slide__text-wrap  {
    background: none;
  }

 .page-content .content h2:first-child {
    margin-top: 30px;
}
  }
  @media only screen and (max-width: 1023px) {
   .page-content .content h2:first-child {
    margin-top: 15px;
}
  }
@media only screen and (max-width: 480px) {

	.bio-entry .dash {
	   width: 30px;
	}
		.button-wrapper { width: 100%; margin: 0 auto; text-align: center;}
	.bio-headshot {

    max-width: 80%;
	}
.contact-column {
    padding: 0 5%;
}
	.inner-page .content .contact-column p {
    font-size: 0.85rem;
	}
	.contact-column .contact-text {
	margin: 0;
	}
	.top-bar .title-area .name .logo a {
		 margin: 0 18px;
		   max-width: 145px;
	}
.home-carousel .home-slide .home-slide__text-wrap h2 span {
   font-size: 1.5rem;
    margin-bottom: 5px;
}
.home-carousel .home-slide .home-slide__text-wrap p {
   font-size: 13px;
    line-height: 1.4;
    margin: 1rem 0;
    padding-left: 5%;
	padding-right: 5%;
}
.news-item .news__date {
    margin: 20px 0 10px;
}
.home-pipeline h2 {
    font-size: 1.3rem;
}
.home-pipeline span {
    font-size: 1.1rem;
}
.product-image img {
    max-width: 110px;
}
.home-pipeline {
padding-bottom: 30px;
}
.inner-page.page-content .bio-entry h2 a {
	 font-size: 1rem;
}
.bio-entry h2 .title {
	font-size: 0.8rem;
}
}
.our-staff h2 {
  text-align: center;
  margin-top: 50px;
}
.home .announcement-list h2 {
    min-height: 60px;
}
.home-pipeline {
    background: rgba(0, 0, 0, 0) url("/_images/template/home-pipeline-bg.jpg") no-repeat scroll 50% 50% / cover ;
    line-height: 1.6;
    margin: -26px auto 0;
    overflow: hidden;
    padding:50px 1rem 25px;
    text-align: center;
    width: 100%;
}
.home-pipeline h2 {
    color: #fff;
    font-weight: 300;
   margin-bottom: 25px;
    text-align: center;
}
.home-pipeline span {
    font-weight: 800;
    text-transform: uppercase;
}
.product-wrap h3 {
    font-size: 2rem;
}
.product-wrap {
    margin-bottom: 50px;
}
.home-pipeline::before, .home-pipeline::after {
    content: " ";
    display: table;
}
.home-pipeline::after {
    clear: both;
}
.bio-mobile-description {
  display: none;
}
.bio-photo-wrapper {
    padding: 3rem;
}
.page-banner {
  /*transition: top 0.2s cubic-bezier(0.4, 0, 1, 1) 0s;*/
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .four .bio {
    width: 50%;
  }
}
@media only screen and (min-width: 801px) {
  .four .bio {
    width: 25%;
  }
  
/*  .four .bio:nth-of-type(4n + 1) {
	  clear: left;
  }
    */
  
  .bio-detail-placeholder { clear: both; }
  
  .home-pipeline .home-pipeline__wrap {
      float: left;
      position: relative;
      width: 33.3333%;
  }
  .bio-wrapper.two {
      margin: 0 auto;
      width: 50%;
  }
  .bio-wrapper.two .bio {
      width: 50%;
  }

}
@media only screen and (max-width: 800px) {
  .bio-mobile-description {
    display: block;
    clear: both;
    position: relative;
    background: #d2d7e2 none repeat scroll 0 0;
    width: 100vw;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
	.bio-wrapper.two,
  .bio-wrapper.four,
  .bio-wrapper.five {
    width: 100%;
  }
  .bio-wrapper.two .bio,
  .bio-wrapper.four .bio,
  .bio-wrapper.five .bio {
    width: 100%;
  }
  .home-pipeline .home-pipeline__wrap {
    max-height: 150px;
    overflow: hidden;
    width: 100%;
  }
  .home-pipeline .home-pipeline__wrap h3 {
    top: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .home-pipeline .home-pipeline__wrap {
      max-height: 200px;
      overflow: hidden;
  }
  .home-pipeline .home-pipeline__wrap h3 {
      top: 100px;
  }
  blockquote p {
      font-size: 0.77rem;
      line-height: 1.45;
  	margin: 0 0 1rem;
  }

  .page-wrapper--pipeline .page-banner__text-wrap {
  	    min-height: 270px;
  }
  blockquote .author {
        font-size: 0.75rem;
  }
  .page-banner {
      margin-bottom: 50px;
  }
  .page-content .content h2 {
      font-size: 1.45rem;
  }
  .page-content .sidebar ul li.selected > ul > li > a {
      font-size: 1rem;
      line-height: 1.2;
      padding: 5px 0;
  }
  .page-content .sidebar {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  }
}
.home-pipeline__wrap a {
    color: #4d4d4d;
}
.home-pipeline__wrap h3 {
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin-top: -42px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.product-wrap h3 {
    font-size: 1.7rem;
}
.product-wrap p {
	font-size: 0.75rem;
}
.home-pipeline .home-pipeline__content {
    color: #fff;
    padding-top: 5px;
    position: relative;
    text-align: center;
    z-index: 2;
}
@media only screen and (min-width: 40.063em) {
.home-pipeline .home-pipeline__content {
    padding-top: 30px;
}
}
.home-pipeline-img {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1010px) {
}
.home-pipeline .home-pipeline__content ul {
    margin: 0;
}
.home-pipeline .home-pipeline__content ul::before, .home-pipeline .home-pipeline__content ul::after {
    content: " ";
    display: table;
}
.home-pipeline .home-pipeline__content ul::after {
    clear: both;
}
.home-pipeline .home-pipeline__content li {
    display: inline;
    font-size: 0.75rem;
    line-height: 1.3;
    list-style: outside none none;
}
@media only screen and (min-width: 40.063em) {
.home-pipeline .home-pipeline__content li {
    font-size: 1rem;
}
}
@media only screen and (min-width: 40.063em) {
.home-pipeline .home-pipeline__content li {
    font-size: 1.1875rem;
    opacity: 0.6;
}
}
.home-pipeline .home-pipeline__content li::before {
    content: "â€¢";
    padding: 0 5px;
}
.home-pipeline .home-pipeline__content li:first-child::before {
    display: none;
}
.home-pipeline .home-pipeline__content h3 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    margin: 0;
}
.home-pipeline .home-pipeline__content h3 a, .home-pipeline .home-pipeline__content h4 a {
    color: #fff;
}
@media only screen and (min-width: 40.063em) {
.home-pipeline .home-pipeline__content h3 {
    font-size: 2.25rem;
}
}
.home-pipeline .home-pipeline__content h4 {
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (min-width: 40.063em) {
.home-pipeline .home-pipeline__content h4 {
    font-size: 1.25rem;
}
}
.home-pipeline .home-pipeline__content .home-pipeline__solutions {
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 300;
    margin: 4px 0 0;
}
@media only screen and (min-width: 40.063em) {
.home-pipeline .home-pipeline__content .home-pipeline__solutions {
    font-size: 1.25rem;
    margin: 20px 0 15px;
    opacity: 0.6;
}
}
@media only screen and (min-width: 40.063em) {
.product-wrap {
    float: left;
    width: 50%;
}
}
.product-wrap h3 {
    color: #fff;
    font-weight: 300;
}
.product-wrap p {
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
@media only screen and (min-width: 481px) {

	.home-pipeline {
		  padding: 100px 1rem 50px;
	}
	.inner-page.page-content .bio-entry h2 a {
	 font-size: 1.15rem;
}
.bio-entry h2 .title {
	font-size: 0.9rem;
}
		.contact-column .contact-text {
    margin: 15px 0 0;
	}
.home-pipeline h2 {

	font-size: 3rem;
	}
.product-image img {
    max-width: 220px;
}
.home-pipeline span {
    font-size: 1.8rem;

}
.product-wrap h3 {
    font-size: 2.5rem;
}
.item.half {
    width: 50%;
}
}
.patient-recruitment {
    background: rgba(0, 0, 0, 0) url("/_images/template/home-recruitment-bg.jpg") no-repeat scroll 50% 50% / cover ;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    z-index: 1000;
    clear: both;
}

.text-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 50px;
    padding-right: 50px;
}
.ewing .text-wrap {
	max-width: 100%;
	padding: 0;
}
.patient-recruitment h3 {
	color: #1f396e;
    font-size: 2.3rem;
    font-weight: 700;
}
.patient-recruitment p, .patient-recruitment li {
      font-size: 1.6rem;
    margin: 0 0 15px 1%;
    line-height: 1.3;
}
html, body {
    height: 100%;
}
.overlay {
    background: #494949 none repeat scroll 0 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
}
.inner-page.page-content::before, .inner-page.page-content::after {
    content: " ";
    display: table;
}
.inner-page.page-content::after {
    clear: both;
    margin-bottom: 50px;
}
@media only screen and (min-width: 40.063rem) {
  .inner-page.page-content {
      padding: 0 20px;
  }
  }
  .inner-page.page-content {
    padding: 0;
    top: 300px;
    z-index: 100;
    background-color:white;
    position: relative;
    width: 100%;
  }


  .inner-page.page-content.block-quote {
    top: 600px;
  }
  .inner-page.page-content h1 {
      color: #fff;
      font-family: "Raleway",sans-serif;
      font-weight: 400;
      line-height: 1.2;
      margin: -110px 0 120px;
      overflow: hidden;
      position: relative;
      text-align: center;
      text-transform: uppercase;
  }
  @media only screen (min-width: 641px) and (max-width: 40.062rem) {
  	.inner-page.page-content h1 {
   	font-size: 2.6rem;
  }
}
@media only screen and (min-width: 40.063rem) {

.inner-page.page-content h1 {
    font-size: 3.55rem;
    margin: -200px 0 200px;
}
}
.inner-page.page-content p a , .inner-page.page-content ul a, .inner-page.page-content ol a{
    border-bottom: 1px dotted #1f396e;
}
.page-content .content h2 {
    line-height: 1.1;
    margin-bottom: 15px;
}
.one-column .page-content .content h2 {
    color: #4d4d4d;
}
.one-column.narrow .page-content .content {
    margin-left: auto;
    margin-right: auto;
	margin-top: 4em;
    max-width: 60em;
}
@media only screen and (max-width: 640px) {
.announcement-details {
	float: left;
}
.one-column.narrow .page-content .content {
  width: 98%;
}
.one-column .page-content .content h2 {
  font-size: 1.6rem;
  margin-top: 40px;
  text-align: center;
}
.pipeline .inner-page .content p {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 50px 0;
	text-align: center;
}
img.pipeline {
    padding: 40px 0;
}
}
@media only screen and (min-width: 40.063rem) {
.page-content .content h2 {
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 40.063rem) {
  .page-content .sidebar {
    border-top: 0 none;
    float: left;
    margin-top: 5px;
    max-width: 230px;
    padding-left: 2%;
    padding-right: 2%;
    border-top: 1px solid #ccc;
    position: relative;
    width: 28%;
    z-index: 2;
  }
  .page-content .content {
      padding-right: 60px;
      padding-left: 20px;
      border-left: 1px solid #ccc;
      float: left;
      margin-top: 30px;
      position: relative;
      width: 65%;
  }
  .news.detail .page-content .content {
    padding-left: 35px;
}
  .page-content .content h1 {
      margin-bottom: 183px;
      margin-left: -39%;
      margin-top: -234px;
  }
  .one-column .page-content .content h1 {
      left: 0;
      margin-left: 0;
  }
  .one-column .page-content .content {
      border: medium none;
      float: none;
      left: 0;
      width: 100%;
  }
}

@media screen and (max-width: 641px) {
  .inner-page.page-content .content {
    padding: 0 3%;
  }
}


@media screen and (max-width: 640px) {
.page-content .content h1 {
      margin-bottom: 86px;
    margin-top: -110px;
}
.page-content h1, .home-carousel .home-slide .home-slide__text-wrap h2 {
    text-align: center;
}

}
@media only screen and (min-width: 40.063rem) {
.page-content .sidebar {
    border-top: 0 none;
    padding-top: 0;
}
}
@media only screen and (min-width: 40.063rem)  {
.page-content .content {
    margin-top: 10px;
}
}
.one-column .page-content .content {
    text-align: center;
}
@media only screen and (min-width: 64.063rem) {
.page-content {
    padding: 0 60px;
}
.page-content .sidebar {
    width: 20%;
}
.page-content .content {
    padding-left: 5%;
    width: 80%;
}
.one-column .page-content .content {
    border: medium none;
    left: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
}
.news.one-column .page-content .content {
    text-align: left;
}
.page-content .sidebar {
    padding-top: 20px;
}
.news .sidebar span {
    color: #1f396e;
    font-weight: 700;
}
.news .sidebar h3 {
    color: #4d4d4d;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0;
}
.page-content .sidebar ul {
    list-style: outside none none;
    margin: 0;
}
.page-content .sidebar ul li {
    display: none;
}
.page-content .sidebar ul li a {
    border: medium none;
    color: #4d4d4d;
}
.page-content .sidebar ul li a:hover {
    color: #1f396e;
}
.page-content .sidebar ul li.selected {
    color: #1f396e;
    display: block;
}
.page-content .sidebar ul li.selected > a {
    display: none;
}
.page-content .sidebar ul li.selected > ul > li {
    display: block;
}
.page-content .sidebar ul li.selected > ul > li > a {
    color: #4d4d4d;
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.page-content .sidebar ul li.selected > ul > li ul {
    display: none;
}
.page-content .sidebar ul li.selected > ul > li.selected a {
    color: #1f396e;
    display: block;
}
.page-content .sidebar ul li.selected > ul > li.selected ul {
    border: medium none;
    display: block;
    padding-bottom: 10px;
}
.page-content .sidebar ul li.selected > ul > li.selected ul li {
    border: medium none;
    padding-left: 30px;
    position: relative;
}
.page-content .sidebar ul li.selected > ul > li.selected ul li a {
    font-size: 1rem;
    font-weight: normal;
    padding: 0;
}
.page-content .sidebar ul li.selected > ul > li.selected ul li.selected::before, .page-content .sidebar ul li.selected > ul > li.selected ul li:hover::before {
    color: #999999;
    content: "â€¢";
    font-size: 40px;
    left: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.market.text {
    margin-top: 20px;
}
#printer {
    display: none;
    margin: 0 auto;
    max-width: 80rem;
    position: relative;
    width: 100%;
    z-index: 5;
}
#printer::before, #printer::after {
    content: " ";
    display: table;
}
#printer::after {
    clear: both;
}
@media only screen and (min-width: 64.063em) {
#printer {
    display: block;
}
}
#printer a {
    display: inline-block;
    position: absolute;
    right: 0.625rem;
    top: -65px;
    z-index: 5;
}
@media only screen and (min-width: 40.063em) {
#printer a {
    right: 30px;
}
}
@media only screen and (min-width: 64.063em) {
#printer a {
    right: 60px;
}
}
.special {
    min-height: 35px;
}
.special p {
    font-size: 1rem;
    font-weight: lighter;
    margin-top: 0.5rem;
}
.special p span {
    font-weight: bold;
    margin-right: 10px;
}
.page-banner {
  height: 380px;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1;
  background-size: cover;
background-position: center center;
}
.page-banner .page-banner__text-wrap {
    top: 300px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}
@media only screen and (min-width: 40.063em) {
.page-banner .page-banner__text-wrap {
    height: 100px;
}
}
.page-banner .page-banner__text-wrap.brown {
    background: rgba(73, 35, 16, 0.6) none repeat scroll 0 0;
}
.page-banner .page-banner__text-wrap.maroon {
    background: rgba(107, 19, 18, 0.6) none repeat scroll 0 0;
}
.page-banner .page-banner__text-wrap .page-banner__text {
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
}
.page-banner .page-banner__text-wrap .page-banner__text::before, .page-banner .page-banner__text-wrap .page-banner__text::after {
    content: " ";
    display: table;
}
.page-wrapper--pipeline .page-banner {
  height: 300px;
}
.page-wrapper--pipeline .page-banner.block-quote {
  height: 680px;
}
.page-banner .page-banner__title {
    align-items: center;
    color: #fff;
    display: flex;
    padding: 30px 10px;
    text-align: center;
}

@media screen and (max-width: 641px) {
  .page-wrapper--pipeline .page-banner.block-quote {
    height: 450px;
  }
  .page-banner .page-banner__text-wrap {
    top: 180px;
  }
  .page-banner .page-banner__title {
    padding-top: 130px;
  }
  .inner-page.page-content {
    top: 180px;
  }
  .inner-page.page-content.block-quote {
    top: 380px;
  }
  .sidebar {
    padding: 20px;
  }

}

@media screen and (min-width: 641px ) {
  .content.full {
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1000px;
  }
}

@media screen and (min-width: 40.064em) {
  .page-banner .page-banner__title {
      height: 380px;
  }
   .page-banner .page-banner__title {
      height: 460px;
  }
  .page-wrapper--pipeline .page-banner__title {
	  height: 380px;
  }
}
.page-banner .page-banner__title h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.page-wrapper {
  /*min-height: 100%;*/
  /* equal to footer height */
  /*margin-bottom: -261px;*/
}
.page-wrapper:after {
  /*content: "";*/
  /*display: block;*/
}
.page-wrapper--pipeline .page-banner__text-wrap {
  position: absolute;
  bottom: 0;
}
.page-wrapper--pipeline .page-banner__text-wrap::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.page-wrapper--pipeline .page-banner__text {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.page-banner__text-wrap .page-banner__text h1 {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-weight: 400;
  font-size: 4em;
  line-height: 1.2;
  margin: -120px 0 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 668px) {
  .page-banner__text-wrap .page-banner__text h1 {
    font-size: 2.5em;
  }
}


.page-wrapper--pipeline .page-banner__text blockquote {
    color: #333;
    max-width: 690px;
}
.page-wrapper--pipeline .page-banner__text-wrap {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 20px 10px;
}
.page-wrapper--pipeline .page-banner__text-wrap blockquote {
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 641px) {
blockquote p span.open {
	background: rgba(0, 0, 0, 0) url("/_images/template/quotation-open.svg") no-repeat scroll 0 0 / 100% auto;
    padding: 12px 26px 0 15px;

}
blockquote p span.close {
	background: rgba(0, 0, 0, 0) url("/_images/template/quotation-close.svg") no-repeat scroll 0 0 / 100% auto;
    padding: 12px 26px 0 15px;

}
}
@media screen and (max-width: 640px) {
blockquote p span.open {
background: rgba(0, 0, 0, 0) url("/_images/template/quotation-open.svg") no-repeat scroll 0 0 / 80% auto;
    padding: 6px 26px 0 15px;
}
blockquote p span.close {
	background: rgba(0, 0, 0, 0) url("/_images/template/quotation-close.svg") no-repeat scroll 0 0 / 80% auto;
	    padding: 6px 26px 0 15px;
}
}
.page-banner .page-banner__text-wrap .page-banner__text::after {
    clear: both;
}
.market-wrapper {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
}
.market-wrapper::before, .market-wrapper::after {
    content: " ";
    display: table;
}
.market-wrapper::after {
    clear: both;
}
@media only screen and (min-width: 64.063em) {
.market-wrapper {
    margin: 0 -35px;
}
}
.market-wrapper .market-entry {
    padding: 0 10px;
}
@media screen and (min-width: 480px) {
.market-wrapper .market-entry {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
    width: 50%;
}
}
@media only screen and (min-width: 64.063em) {
.market-wrapper .market-entry {
    padding: 0 35px;
}
}
.market-wrapper .market-entry .image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    max-width: 375px;
    padding-bottom: 40%;
    width: 100%;
}
.news-media {
    margin: 0 -10px;
}
.news-media::before, .news-media::after {
    content: " ";
    display: table;
}
.news-media::after {
    clear: both;
}
@media only screen and (min-width: 40.063em) {
.news-media {
    margin: 0 -30px;
}
}
@media only screen and (min-width: 64.063em) {
.news-media {
    margin: 0 -60px;
}
}
.industry-news {
    float: left;
    margin: 20px 0;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
@media only screen and (min-width: 40.063em) {
.industry-news {
    padding: 0 30px;
}
}
@media only screen and (min-width: 860px) {
.industry-news {
    float: right;
    width: 80%;
}
}
.bio-detail p {
	text-align: center;
}
@media only screen and (min-width: 64.063em) {
.industry-news {
    padding: 0 30px;
}
}
.bio-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bio-wrapper::before, .bio-wrapper::after {
    content: "";
    display: table;
}
.bio-wrapper::after {
    clear: both;
}
.bio {
    margin: 40px 0 20px;
    position: relative;
}
.ewing .bio {
    background: #1f3a6f none repeat scroll 0 0;
     padding: 5% 6.5%;
    text-align: left;
	margin: 0;
}
.ewing .bio:nth-child(3n+0) {
    background: #3D4E7C none repeat scroll 0 0;
    padding: 5% 6.5%;
    text-align: left;
	margin: 0;
}
.ewing .bio:nth-child(3n+2) {
    background: #354779 none repeat scroll 0 0;
    padding: 5% 6.5%;
    text-align: left;
	margin: 0;
}

.ewing .bio-entry a h2  {
	font-weight: 700;
	font-size: 1.5rem;
    line-height: 1.2;
	color: #fff;
}
.ewing .bio-entry .button-more {
	margin-top: 40px;
	font-size: 1rem;
	text-transform: uppercase;
}
.bio-detail {
    padding: 100px 15% 50px;
}
.bio-detail p {
	max-width: 900px;
}
.bio-detail-wrapper {
  position: relative;
  background: #d2d7e2 none repeat scroll 0 0;
  width: 100vw;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 75px;
}
.ewing .bio-detail-wrapper {
background:#F3F3F3;
	text-align: center;
}
.ewing .bio-detail h3 {
    text-align: center;
	color: #1F3A6F;
	    font-size: 2.4rem;
    font-weight: 700;
}
.ewing .bio-detail p {
font-size: 1.3rem;
    line-height: 1.5;
}
.ewing .bio-detail img {
	max-width: 750px;
	padding: 50px 5%;
}
.close-button {
    height: 32px;
    position: absolute;
    right: 4rem;
    top: 2rem;
    width: 21px;
}
.close-button a {
    background-image: url("/_images/template/close.svg");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    opacity: 1;
    width: 32px;
}
@media screen and (min-width: 40.064em) {
.bio {
    float: left;
    min-height: 280px;
}

.five .bio {
    width: 20%;
}
}
@media only screen and (max-width: 640px) {

.page-wrapper--pipeline .page-banner__text-wrap {
		padding: 40px 8%;
	}
.news__date .date {
    font-size: 0.9rem;
	width: 84px;
}
span.day {
    font-size: 2.5rem;
    margin-top: -8px;
}
.news__date .year {
    font-size: 0.95rem;
}

button, .button, .inner-page.page-content .bio-entry .more, .inner-page.page-content .goBack a {
	font-size: 13px;
	padding: 0.6rem 1rem 0.6rem;
	margin-top: 5px;
}
.dash {
	margin: 30px auto 15px;
}
.home .page-content h1, .home .page-content .right h2 {
  text-align: center;
}
.home .page-content {
    padding: 3rem 0;
}
	.home.ewing .page-content {
	padding: 0
}
.home .page-content h1, .home .page-content .right h2 {
    font-size: 1.1rem;

}
.home-carousel .home-slide .home-slide__text-wrap p {
	   font-size: 13px;
     padding-left: 5%;
	padding-right: 5%;
}
.home .page-content p {
	text-align: center;
	  font-size: 0.9rem;
    line-height: 1.4;
}
.text-wrap {
    padding-left: 5%;
    padding-right: 5%;
}
.patient-recruitment {
	padding: 50px 0;
}
.patient-recruitment h3 {
    font-size: 1.4rem;
}
.patient-recruitment p, .patient-recruitment li {
    font-size: 1.1rem;

}
	.inner-page.page-content .bio-entry h2 a {
    font-size: 0.9rem;
    line-height: 1.1;
}
.bio-entry h2 .title {
    font-size: 0.85rem;
    line-height: 1.1;
}
}
.item {
 padding: 5px 0;
}

.page-footer .cat_button {
	font-size: 0.85rem;
}
.page-footer .page-footer__content .menu ul li {
    font-size: 0.8rem;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    font-size: 0.85rem;
	height: 2.1rem;
}

.button.grey, .button.grey:visited {
    margin-right: 8px;
}
.item.third {
	width: 100%;
}
.fine-print p {
    font-size: 0.7rem;
    margin: 0.2rem 0;
}
.bio {
    margin-bottom: 0;
    text-align: center;
}

.one-column .page-content .content h2 {
    text-align: center;
}


.bio-entry {
    margin: 0 auto 20px;

}
.content .bio-entry h2 {
    margin: 15px 0;
}
.bio-entry h2 {
    font-size: 1.45rem;
}
.bio-entry h2 .title {
    color: #1f396e;
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
}
.inner-page.page-content .bio-entry h2 a {
    border-bottom: medium none;
    color: #4d4d4d;
    font-weight: 400;
    width: 100%;
}
.inner-page.page-content .bio-entry .more, .inner-page.page-content .goBack a {
    border: 2px solid #1f396e;
    border-radius: 50px;
    color: #1f396e;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    padding: 0.7rem 1.3rem 0.8rem;
    text-transform: uppercase;
}
.goBack {
    margin-bottom: 50px;
}
.bio-headshot {
    clear: both;
    font-size: 1.05rem;
    margin: 0 0 35px;
    max-height: 241px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    max-height: 238px;
}

.bio-headshot img {
    object-fit: cover;
}

.bio-headshot:hover img {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  transition: filter 200ms linear;
  -webkit-transition: -webkit-filter 200ms linear;
}
.bio-headshot:hover a {
  opacity: 1;
}
.bio-headshot img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .bio-headshot {
    max-width: 300px;
    margin: 0 auto;
  }
  .one-column .page-content .content h2 {
    text-align: center;
  }
}
.bio-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease 0s;
}
.open .bio-description {
    max-height: 410px;
}
.bio-entry {
    float: right;
    width: 100%;
	 text-align: center;
}
.ewing .bio-entry {
	text-align: left;
	color: #fff;
}
.ewing .bio-entry a {
    color: #fff;
}

.bio-headshot.detail {
    float: left;
    width: 20%;
}
.bio-entry.detail {
    float: right;
    padding-left: 30px;
    text-align: left;
    width: 80%;
}
@media only screen and (max-width: 480px) {
.page-content .content h1 {
     margin-bottom: 110px;
    margin-top: -110px;
}
.bio-headshot {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 640px) {
	.one-column .page-content .content .announcement-details  h2 {
		font-size: 1.2rem;
		line-height: 1.2;
		text-align: left;
	}
	.inner-page.page-content .news__content h4 {
    font-size: 0.95rem;
	margin: 0;
}
.news__date .date {
	 height: 55px;
}
.bio-headshot.detail {
    float: none;
    margin: 120px auto 0;
    text-align: center;
    width: 100%;
}
.bio-entry.detail {
    margin-top: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.page-footer .page-footer__content .menu {
    margin: 0;
}
}
.page-footer, .page-wrapper:after {
  /*height: 261px;*/
}
.page-footer {
  background: #d2d7e2 none repeat scroll 0 0;
  color: #4d4d4d;
  clear: both;
}
.ewing .page-footer {
	background: #fff;
	text-align: center;
	color: #4d4d4d;

}
.page-footer .ewing-logo {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    max-width: 460px;
    padding: 2% 4%;
}
.ewing .page-footer h4 {
color: #4d4d4d;
	font-size: 2.6rem;
}
.ewing .page-footer a {
	font-weight: 900;
	text-decoration: none;
	color: #4d4d4d;
	font-size: 2.2rem;
}
.page-footer .page-footer__content {
    margin: 0 auto;
    max-width: 77rem;
    padding: 50px 0px;
    width: 100%;
}
.page-footer .page-footer__content::before, .page-footer .page-footer__content::after {
    content: " ";
    display: table;
}
.page-footer .page-footer__content::after {
    clear: both;
}
.page-footer .page-footer__content .menu ul li a {
    color: #fff;
}
.fine-print {
    float: left;
    margin: 15px 0 0;
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 40.063em) {
.fine-print {
    text-align: right;
}
}
.fine-print p {
    line-height: 1.2;
}
.fine-print a {
    color: #4d4d4d;
}

@media screen and (min-width: 860px) {
.page-footer .page-footer__content .menu {
    float: left;
    margin: 0;
    position: relative;
    text-align: right;
    width: 100%;
}
}
.page-footer .page-footer__content .menu ul {
    margin: 0;
}
.page-footer .page-footer__content .menu ul::before, .page-footer .page-footer__content .menu ul::after {
    content: " ";
    display: table;
}
.page-footer .page-footer__content .menu ul::after {
    clear: both;
}
@media screen and (min-width: 860px) {
.page-footer .page-footer__content .menu ul {
    float: right;
    text-align: center;
}
	
.social-nav ul li {
    float: none;
}
}
.page-footer .social-nav {
		float: left;
	}
.page-footer .page-footer__content .menu ul li {
    list-style: outside none none;
}
.page-footer .page-footer__content .menu ul li a {
    color: #4d4d4d;
    display: block;
    padding: 0 10px;
    position: relative;
    text-align: center;
}
.inner-page.page-content .menu ul li a {
	border: none;
}
@media screen and (min-width: 40.063em) {
.page-footer .page-footer__content .menu ul li a {
    text-align: right;
}
.social-nav ul li {
    float: left;
}
}
.page-footer input {
    background-color: rgba(31, 57, 110, 0.4);
    border: medium none;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.page-footer .cat_button {
    background: #4c618b none repeat scroll 0 0;
    border: medium none;
    color: #d2d7e2;
    display: block;
    text-transform: none;
    width: 100%;
}
.contact-info {
    float: left;
     margin-bottom: 50px;
}

@media screen and (min-width: 641px) {
.product-wrap p {
    font-size: 1rem;
}
	.page-banner .page-banner__title h1 {
	font-size: 3rem;
	}
	.page-content .content h2 {
    font-size: 2rem;
	}
    input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    font-size: 1.1rem;
	height: 2.8rem;
}

	.page-footer .cat_button {
	    font-size: 1.1rem;

	}
	.page-footer .page-footer__content .menu ul li {
    font-size: 1.2rem;

	}
.item.third {
    width: 33%;
}
.item.two-third {
    width: 66%;
}
.fine-print p {
    font-size: 0.8rem;
    margin: 0.5rem 0;
}
.page-content .content h2 {
	margin-top: 25px;
    font-size: 2rem;
}
.page-content .sidebar ul li.selected > ul > li > a {
    font-size: 1.1875rem;
    padding: 12px 16px;
}
.page-content .sidebar {
margin-bottom: 30px;
}
}

.page-content .sidebar ul li.selected > ul > li.back { display: none; }

.input, .cat_textbox, textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #4d4d4d;
    display: block;
    font-family: "Raleway",sans-serif;
    font-size: 0.875em;
    margin-bottom: 12px;
    outline: 0 none;
    padding: 0.6rem;
    width: 100%;
}
textarea {
    height: auto;
    min-height: 50px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.cat_button {
    background: #1f396e none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Raleway",serif;
    font-size: 1.4rem;
    margin-bottom: 20px;
    outline: 0 none;
    padding: 0.6rem;
    text-transform: uppercase;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
.captchaimg {
    background: #696969 none repeat scroll 0 0;
    float: left;
    padding: 0.65rem;
}
#CaptchaV2 {
    letter-spacing: 8px;
}
.captcha {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.item {
    float: left;
    padding: 5px 10px;
    width: 100%;
}
#catwebformbutton {
    margin-top: 20px;
    width: 100%;
}
.literature-container .date {
    font-weight: bold;
    margin-right: 30px;
    text-transform: uppercase;
}
.inner-page .content p {
    margin: 0 auto 1rem;


}
.contact-wrapper::before, .contact-wrapper::after, .contact-column::before, .contact-column::after {
    content: " ";
    display: table;
}
.contact-wrapper::after, .contact-column::after {
    clear: both;
}
.contact-column {
    float: none !important;
    margin: 0 auto 20px;
    max-width: 384px;
}
.contact-column img {
    float: left;
    width: 22%;
}
.contact-column .contact-text {
    float: left;
    padding-left: 15px;
    width: 78%;
    word-wrap: break-word;
}
@media screen and (min-width: 60.064rem) {
.contact-column {
    float: left !important;
    margin: 0 0 40px;
    width: 33.3333%;
}
}
.inner-page .content .contact-column p {
    line-height: 1.4;
    margin: 0 14px !important;
    text-align: left;
}
.video-container {
    height: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.footnote ul {
    color: #999;
    font-size: 0.8rem;
    line-height: 1.15;
    margin-top: 20px;
    text-align: left;
}
.footnote ul li {
    margin-bottom: 7px;
}
.inner-page.page-content .footnote a {
    border-color: #999;
    color: #999;
}
.social-nav ul li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 7px;
}
.social-nav ul li a {
    display: inline-block;
    height: 62px;
    width: 62px;
	
}
.inner-page.page-content .social-nav  ul a {
	border: none;
}
.social-nav ul {
    margin: 0 -7px 30px;
    text-align: center;
}
@media not all {
.social-nav ul {
    text-align: left;
}
}
.social-nav ul::before, .social-nav ul::after {
    content: " ";
    display: table;
}
.social-nav ul::after {
    clear: both;
}

.orbit-bullets li {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #1f396e;
    height: 15px;
    width: 15px;
	cursor: pointer;
}
.orbit-bullets li.active {
    background: #1f396e none repeat scroll 0 0;
}
@media screen and (max-width: 64.064em) {
.home-slide__image::after {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    content: "\a ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
}
.pathway {
	border: #ddd 1px solid;
	 float: left;
    width: 100%;
	margin: 20px 0 30px;
	padding: 15px 0;
}
.pathway  img {
    float: left;
  width: 100%;
}
.pathway.tk216 img {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	.pathway  img {
    width: 50%;
  }
  .top-bar-section .back {
    display: none;
  }
}
.home-slide {
  height: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.flexbox .home-carousel  .home-slide__text-wrap {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	top: 0;
	position: relative;
	height: 100%;
  width: 100%;
}

.flexbox .home-carousel .home-slide__text {
	-webkit-box-flex: 0 0 auto;   /* OLD - iOS 6-, Safari 3.1-6 */
	-webkit-flex: 0 0 auto;       /* Safari 6.1+. iOS 7.1+, BB10 */
	-ms-flex: 0 0 auto;           /* IE 10 */
	flex: 0 0 auto;               /* NEW, Spec - Firefox, Chrome, Opera */
}

.pagination.webapp {
	display: none;
}

.top-bar__social-icon {
    padding: 0 14px;
    float: left;
}

.top-bar__social-icon a {
    min-height: 44px;
}

.top-bar__social-icon:first-of-type { padding-left: 30px; }

.top-bar__social-icon a {
    padding: 0 !important;
    width: 43px;
    vertical-align: center !important;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 43px 43px !important;
}

.top-bar__social-icon a:after {
    content: '';
    width: 43px;
    display: inline-block;
}
@media screen and (min-width: 40.064em) {
.ewing .bio-wrapper { display: flex; flex-wrap: wrap; }
.ewing .bio { width: 33.3333%; display: flex; align-items: center; }
}

.gtx {
    	width: 100px;
	margin: auto;
	display: block;
}

@media screen and (min-width: 640px) and (max-width: 740px){
.home .right p {
	margin-top: 0;
	margin-left: -50px;
}
}

.overview {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}

.intro {
    display: flex;
    flex-direction: column;
}

.intro__text {
    text-align: left;
    flex: 3;
}

.news {
    flex: 2;
    text-align: left;
}

.news__title {
    font-size: 1.21rem;
    font-weight: 700;
    text-transform: uppercase;
}

.intro__text {
    margin-right: 5vw;
    box-sizing: border-box;
}

@media screen and (min-width: 52.5em) {
    .intro {
    flex-direction: row;
    }
    
}


/*Careers*/

.career {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}


.careers {
    max-width: 709px;
    margin: auto;
}

.career>* {
    flex: 1;
}

.careers__name {
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.3rem;
}

.careers__location {
    text-transform: uppercase;
    font-weight: 500;
    text-align: right;
}

.careers__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
}

.careers__intro {
    max-width: 700px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.careers__name {
    flex: 2;
}


/*end CSS */