#grid {
    width: 980px;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -490px;
}
#grid div.vert {
    width: 60px;
    border: solid darkturquoise;
    border-width: 0 1px;
    margin-right: 20px;
}
#grid div.vert.first-line {
    margin-left: 19px;
}
#grid div.horiz {
    height: 7px;
    border-bottom: 1px dotted #FF9999;
    margin: 0;
    padding: 0;
}
#grid div.horiz:nth-child(3n+3) {
    border-bottom: 1px solid #FF9999;
}
body {
    width: 100%;
    *zoom: 1;
}
body:before, body:after {
    content: "";
    display: table;
}
body:after {
    clear: both;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    -webkit-backface-visibility: hidden;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
nav ul {
    list-style: none;
}
select, input, button, textarea {
    font-size: 99%}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
a {
    background: transparent;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
ins {
    text-decoration: none;
}
mark {
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
dfn {
    font-style: italic;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    _font-family: 'courier new',  monospace;
    *font-size: 108%;
    line-height: 100%}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 0;
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
figure {
    margin: 0;
}
[hidden] {
    display: none;
}
input[type=search] {
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.ie6 .clearfix, .ie7 .clearfix {
    height: 1%}
input {
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
}
input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/Content/js/boxsizing.htc);
}
.hide, .toggle, .js-feedback-panel {
    display: none;
}
.toggle.show {
    display: block;
}
.hide-on-mobile {
    display: none;
}
@media screen and (min-width: 48em) {
    .hide-on-mobile {
    display: block;
}
}@media screen and (min-width: 60em) {
    .hide-on-desktop {
    display: none;
}
}.show-on-tablet {
    display: none;
}
@media screen and (min-width: 48em) {
    .show-on-tablet {
    display: block;
}
}.show-on-desktop {
    display: none;
}
@media screen and (min-width: 60em) {
    .show-on-desktop {
    display: block;
}
}@media screen and (min-width: 48em) {
    .hide-on-mobile {
    display: block;
}
}.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
body {
    color: #666666;
 /*   font-family: "freight-sans-pro", sans-serif;*/
	font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}
body:after {
    content: 'small';
    display: none;
}
@media screen and (min-width: 48em) {
    body: after {
    content: 'medium';
    display: none;
}
}@media screen and (min-width: 60em) {
    body: after {
    content: 'large';
    display: none;
}
}.lister a, .nav-secondary a, .nav-tertiary a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.215s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.btn, .nav-secondary, .nav-secondary a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
img {
    height: auto;
}
.svg-fix {
    width: 60%}
@media screen and (min-width: 30em) {
    .svg-fix {
    width: 100%}
}@media screen and (min-width: 48em) {
    .svg-fix {
    width: 100%}
}.svg-fix--footer {
    width: 133px;
	height:32px;}
@media screen and (min-width: 30em) {
    .svg-fix--footer {
    width: 133px;
	height:32px;}
}@media screen and (min-width: 48em) {
    .svg-fix--footer {
    width: 133px;
	height:32px;}
}.clear, .cf {
    *zoom: 1;
}
.clear:before, .clear:after, .cf:before, .cf:after {
    content: "";
    display: table;
}
.clear:after, .cf:after {
    clear: both;
}
.wrapper, .content, .lister li, .lister-definitions, .nav-primary, .nav-primary ul, .nav-tertiary, .nav-tertiary ul, .panel, .rslides, .rslides_tabs, .row {
    *zoom: 1;
}
.wrapper:before, .wrapper:after, .content:before, .content:after, .lister li:before, .lister li:after, .lister-definitions:before, .lister-definitions:after, .nav-primary:before, .nav-primary:after, .nav-primary ul:before, .nav-primary ul:after, .nav-tertiary:before, .nav-tertiary:after, .nav-tertiary ul:before, .nav-tertiary ul:after, .panel:before, .panel:after, .rslides:before, .rslides:after, .rslides_tabs:before, .rslides_tabs:after, .row:before, .row:after {
    content: "";
    display: table;
}
.wrapper:after, .content:after, .lister li:after, .lister-definitions:after, .nav-primary:after, .nav-primary ul:after, .nav-tertiary:after, .nav-tertiary ul:after, .panel:after, .rslides:after, .rslides_tabs:after, .row:after {
    clear: both;
}
.ul {
    list-style-type: none;
}
@media screen and (min-width: 48em) {
    .panel-hero, .wrap {
    *zoom: 1;
}
.panel-hero:before, .panel-hero:after, .wrap:before, .wrap:after {
    content: "";
    display: table;
}
.panel-hero:after, .wrap:after {
    clear: both;
}
}@media screen and (min-width: 60em) {
    .article, .content, .nav-primary>ul, .panel-search {
    *zoom: 1;
}
.article:before, .article:after, .content:before, .content:after, .nav-primary>ul:before, .nav-primary>ul:after, .panel-search:before, .panel-search:after {
    content: "";
    display: table;
}
.article:after, .content:after, .nav-primary>ul:after, .panel-search:after {
    clear: both;
}
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 90%;
    position: relative;
}
@media screen and (min-width: 48em) {
    .wrapper {
    width: 94%}

}.wrapper-wide {
    width: 100%}
@media screen and (min-width: 48em) {
    .wrapper-wide {
    width: 94%}
}.row {
    display: block;
    width: 100%;
    margin: 0;
}
@media screen and (min-width: 48em) {
    .row {
    width: 102.77778%;
    margin: 0 -1.38889%}
}@media screen and (max-width: 48em) {
    .row-small {
    display: block;
    width: 102.77778%;
    margin: 0 -1.38889%}
.menu-height-adjust {height:60px;}
}
.center {
    text-align: center;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
body .no-margins {
    margin: 0;
}
body .absolute {
    position: absolute;
}
body .relative {
    position: relative;
}
body>.wrap {
    margin-bottom: 1.5em;
}
.content {
    margin: 0 auto;
    width: 90%}
@media screen and (min-width: 48em) {
    .content {
    width: 94%}
}@media screen and (min-width: 75em) {
    .content {
    max-width: 1200px;
}
}@media screen and (min-width: 48em) {
    .margins-only {
    margin-left: 1.042%;
    margin-right: 1.042%;
    width: 97.917%}
}.article {
    background-color: #fff;
    padding: 0 0 1em 0;
}
@media screen and (min-width: 48em) {
    .article {
    display: inline;
    float: left;
    width: 63.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .article {
    display: inline;
    float: left;
    width: 72.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 75em) {
    .article {
    display: inline;
    float: left;
    width: 72.22222%;
    margin: 0 1.38889%}
}.pull-right {
    float: right;
}
@media screen and (min-width: 48em) {
    .pull-right-tablet {
    float: right;
}
}@media screen and (min-width: 60em) {
    .pull-right-desktop {
    float: right;
}
}.pull-left {
    float: left;
}
@media screen and (min-width: 48em) {
    .pull-left-tablet {
    float: left;
}
}@media screen and (min-width: 60em) {
    .pull-left-desktop {
    float: left;
}
}@media screen and (min-width: 60em) {
    .gutter-left--large {
    padding-left: 1rem;
}
}.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.col {
    display: inline;
    float: left;
}
.small-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin: 0 1.38889%}
.small-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin: 0 1.38889%}
.small-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin: 0 1.38889%}
.small-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin: 0 1.38889%}
.small-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin: 0 1.38889%}
.small-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin: 0 1.38889%}
.small-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin: 0 1.38889%}
.small-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin: 0 1.38889%}
.small-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin: 0 1.38889%}
.small-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin: 0 1.38889%}
.small-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin: 0 1.38889%}
.small-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin: 0 1.38889%}
@media screen and (min-width: 30em) {
    .small-medium-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 30em) {
    .small-medium-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .medium-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-1 {
    display: inline;
    float: left;
    width: 5.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-2 {
    display: inline;
    float: left;
    width: 13.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-3 {
    display: inline;
    float: left;
    width: 22.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-4 {
    display: inline;
    float: left;
    width: 30.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-5 {
    display: inline;
    float: left;
    width: 38.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-6 {
    display: inline;
    float: left;
    width: 47.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-7 {
    display: inline;
    float: left;
    width: 55.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-8 {
    display: inline;
    float: left;
    width: 63.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-9 {
    display: inline;
    float: left;
    width: 72.22222%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-10 {
    display: inline;
    float: left;
    width: 80.55556%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-11 {
    display: inline;
    float: left;
    width: 88.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 60em) {
    .large-12 {
    display: inline;
    float: left;
    width: 97.22222%;
    margin: 0 1.38889%;
    display: block;
    float: none;
}
}.panel {
    background-color: transparent;
    display: block;
    margin-bottom: 1em;
    padding: 1.2em;
    text-decoration: none;
}
.panel-deep {
    display: block;
    padding: 1.995em;
}
.panel-borders {
    border: 4px solid #e9e9e9;
}
@media screen and (min-width: 20em) {
    .panel-borders {
    box-shadow: 0px 0px 0px 1px #ccc;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc;
}
}.panel-contact {
    background-color: #eaeaea;
    border: 1px solid #dddddd;
}
.panel--navigation ul {
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0.4em;
    margin-bottom: 2em;
}
.panel--navigation ul ul {
    border: 0;
}
.outline {
    border: 1px solid #eaeaea;
}
.outline-light {
    border: 1px solid #ddd;
}
.round {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.panel-hero {
    padding: 0;
}
.panel-hero img {
    margin: 0 0 1.5em 0;
}
@media screen and (min-width: 48em) {
    .panel-hero img {
    float: right;
    margin: 0;
    width: 35%}
}@media screen and (min-width: 48em) {
    .panel-hero {
    padding: 1.5em;
}
.panel-hero p {
    font-size: .9375em;
    margin-right: 40%}
}@media screen and (min-width: 48em) {
    .panel-hero {
    border: 1px solid #ddd;
}
}.panel--feature {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    margin-bottom: 1em;
}
.panel--advert {
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    margin-bottom: 1em;
    padding: 2em 0 0 0;
}
.calculator {
    position: relative;
    padding-bottom: 3em;
}
@media screen and (min-width: 48em) {
    .calculator {
    padding-bottom: 0;
}
}.packages {
    background-color: rgba(116, 159, 174, 0.8);
    padding: 1rem;
}
@media screen and (min-width: 48em) {
    .packages {
    position: absolute;
    left: 0;
    top: 0;
}
}.packages__title {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.packages__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.packages__item:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 47.938em) {
    body {
    min-width: 20em;
    position: relative;
    width: 100%}
.masthead .block, .nav-primary .block {
    position: relative;
    margin: 0 auto;
    padding: .99em 1.5em;
}
.masthead .block {
    padding: 3.25em 0 0 0;
}
}@media screen and (max-width: 47.938em) and (min-width: 48em) {
    .masthead .block {
    padding-right: 0;
}
}@media screen and (max-width: 47.938em) {
    .close-btn {
    color: #fff;
    display: block;
    opacity: 1;
    zoom: 1;
    -webkit-tap-highlight-color: transparent;
}
.close-btn:focus, .close-btn:hover {
    opacity: 1;
    zoom: 1;
}
.nav-btn {
    display: block;
    -webkit-tap-highlight-color: transparent;
}
.nav-btn:hover, .nav-btn:focus {
    opacity: 1;
    zoom: 1;
}
.nav-btn--search {
    display: block;
    position: absolute;
    left: 45px;
    top: 11px;
    font-size: 1.8rem;
    color: #ffffff;
}
.nav-primary ul .sub-menu {
    display: none;
}
.outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%}
.inner-wrap {
    position: relative;
    width: 100%}
.nav-primary {
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 200;
}
.nav-primary .close-btn {
    display: none;
}
.nav-primary .block {
    background: #e99470;
    position: relative;
    padding: .75em 1.25em;
    z-index: 2;
}
.nav-primary ul {
    *zoom: 1;
    display: block;
}
.nav-primary ul:before, .nav-primary ul:after {
    content: "";
    display: table;
}
.nav-primary ul:after {
    clear: both;
}
.nav-primary .sub-menu .sub-menu {
    display: none;
}
.nav-primary li {
    display: block;
}
.nav-primary li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    outline: none;
}
.nav-primary li a:focus, .nav-primary li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.nav-primary li.is-active a {
    color: #fff;
}
.masthead {
    position: relative;
    z-index: 100;
}
.masthead .nav-btn {
    left: 0;
    height: 3.25em;
    padding-top: 0.3em;
    position: absolute;
    top: -2px;
    z-index: 999;
}
.nav-primary {
    padding-top: 4.5em;
    position: absolute;
    top: 0;
}
.nav-primary:not(:target) {
    z-index: 1;
    height: 0;
}
.nav-primary:target .close-btn {
    display: block;
}
.nav-primary .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.5em;
}
.nav-primary .block {
    position: relative;
    padding: 0;
}
.nav-primary li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-primary li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-primary li.active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -.03125em;
    margin-top: -.625em;
    border-top: .625em transparent solid;
    border-bottom: .625em transparent solid;
    border-right: .625em #fff solid;
}
.nav-primary li a {
    padding: .99em 1.5em;
}
.js-ready .nav-primary {
    height: 100%;
    width: 80%;
    background: #e99470;
}
.js-ready .nav-primary .block {
    background: transparent;
}
.js-ready .nav-primary .close-btn {
    display: block;
    opacity: .7;
    zoom: 1;
}
.js-ready .nav-primary .close-btn:focus, .js-ready .nav-primary .close-btn:hover {
    color: #fafafa;
    opacity: 1;
    zoom: 1;
}
.js-ready .nav-primary {
    left: -80%}
.js-ready .inner-wrap {
    left: 0;
}
.js-nav .inner-wrap {
    left: 80%}
.csstransforms3d.csstransitions.js-ready .nav-primary {
    left: 0;
    -webkit-transform: translate3d(-100%,  0,  0);
    -moz-transform: translate3d(-100%,  0,  0);
    -ms-transform: translate3d(-100%,  0,  0);
    -o-transform: translate3d(-100%,  0,  0);
    transform: translate3d(-100%,  0,  0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready .inner-wrap {
    left: 0 !important;
    /*-webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);*/
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav .inner-wrap {
    -webkit-transform: translate3d(80%,  0,  0) scale3d(1,  1,  1);
    -moz-transform: translate3d(80%,  0,  0) scale3d(1,  1,  1);
    -ms-transform: translate3d(80%,  0,  0) scale3d(1,  1,  1);
    -o-transform: translate3d(80%,  0,  0) scale3d(1,  1,  1);
    transform: translate3d(80%,  0,  0) scale3d(1,  1,  1);
}
.csstransforms3d.csstransitions.js-ready .nav-primary .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms,  -webkit-transform 500ms ease;
    -webkit-transition-delay: ease,  0s;
    -moz-transition: opacity 300ms 100ms ease,  -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease,  -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease,  transform 500ms ease;
    -webkit-transform: translate3d(80%,  0,  0) scale3d(0.9,  0.9,  0.9);
    -moz-transform: translate3d(80%,  0,  0) scale3d(0.9,  0.9,  0.9);
    -ms-transform: translate3d(80%,  0,  0) scale3d(0.9,  0.9,  0.9);
    -o-transform: translate3d(80%,  0,  0) scale3d(0.9,  0.9,  0.9);
    transform: translate3d(80%,  0,  0) scale3d(0.9,  0.9,  0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%}
.csstransforms3d.csstransitions.js-nav .nav-primary .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
}@media screen and (min-width: 48em) {
    .masthead .nav-btn, .masthead .nav-btn--search {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.nav-primary .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.nav-primary .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
}.masthead {
    padding: 0;
}
@media screen and (min-width: 48em) {
    .masthead {
    padding: 1em 0 1em 0;
}
}.masthead-panel-colour {
    background-color: #e99470;
    display: block;
    height: 3.25em;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -2;
}
@media screen and (min-width: 48em) {
    .masthead-panel-colour {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
}
.site-logo {
    display: block;
 /*   padding: 4.5em 0 1em 0;*/
	padding: 1em 0 1em 0;
    text-align: center;
	width:auto;

}
	.site-logo img {width:300px; height: 72px;}
@media screen and (min-width: 48em) {
    .site-logo {
    padding: 0;
    text-align: left;
}
}.nav {
    list-style-type: none;
    margin: 0;
}
.nav ul, .nav ol {
    list-style-type: none;
    margin: 0;
}
.nav a {
    text-decoration: none;
}
@media screen and (min-width: 48em) {
    .nav-primary {
    background: #E99470;
    overflow: visible;
    margin: 0 auto 0 auto;
    width: 100%}
.nav-primary .block {
    overflow: visible;
}
.nav-primary ul {
    margin: 0 auto;
    padding: 0;
    position: relative;
    float: left;
}
.nav-primary ul li {
    border-left: 1px solid #D58867;
    display: inline-block;
    margin: 0;
    position: relative;
    width: auto;
}
.nav-primary ul li:last-child {
    border-right: 1px solid #D58867;
}
.nav-primary ul li a {
    color: #ffffff;
    display: block;
    font-weight: 700;
    padding: 0.8em 0.6em;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
}
.nav-primary ul li:last-child a {
    background-image: none;
}
.nav-primary ul li a:hover, .nav-primary ul li:hover a {
    background: #C67E60;
    color: #ffffff;
}
}@media screen and (min-width: 48em) {
    .nav-primary .block>ul>li>a {
    font-size: 0.75em;
}
.nav-primary ul ul li {
    font-size: 0.75em;
}
}@media screen and (min-width: 60em) {
    .nav-primary .block>ul>li>a {
    font-size: 0.95em;
}
.nav-primary ul ul li {
    font-size: 0.8em;
}
.nav-primary ul li a {
    padding: 0.8em 0.6em;
}
}.nav-primary ul ul {
    background: transparent;
    display: none;
}
.nav-primary ul li .helper {
    display: none;
}
@media screen and (min-width: 48em) {
    .nav-primary ul li.submenu: hover {
    background: #cccccc;
}
.nav-primary ul li.submenu:hover a.active {
    color: #ffffff;
}
.nav-primary ul li:last-child {
    border-right: none;
}
.nav-primary ul li:hover ul {
    display: block;
}
.nav-primary ul ul {
    background-color: transparent;
    border-top: none;
    display: none;
    height: auto;
    left: 0px;
    padding: 0;
    position: absolute;
    top: 35px;
    z-index: 99999;
}
.nav-primary ul .last ul {
    left: auto;
    right: 0;
}
.nav-primary ul ul li {
    background: #C67E60;
    border: none;
    display: block;
    float: none;
    padding: 0;
    width: 250px;
}
.nav-primary ul ul li:hover {
    color: #F5871E;
}
.nav-primary ul ul li a {
    background: none;
    color: #ffffff;
    font-size: 1.2em;
    text-align: left;
    padding: 0.6em 0.8em 0 0.8em;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
}
.nav-primary ul ul li:last-child a {
    border-bottom: none;
    padding: 0.6em 0.8em 0.6em 0.8em;
}
.nav-primary ul ul li a:hover {
    color: #eaeaea;
    text-decoration: none;
}
}@media screen and (min-width: 48em) and (min-width: 60em) {
    .nav-primary ul ul {
    top: 44px;
}
}.nav-primary .current-menu-item a, .nav-primary .current_page_ancestor a {
    background: #C67E60;
    color: #ffffff;
}
.nav-primary ul li.active {
    background: #98688F;
}
.nav-primary ul li.active a {
    border-right: none;
    color: #ffffff;
    text-shadow: none;
}
.expander {
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    color: #eaeaea;
    display: block;
    width: 20%;
    padding: 0.99em 1.5em;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    cursor: pointer;
}
@media screen and (min-width: 48em) {
    .expander {
    display: none;
}
}.nav-secondary {
    margin: 0 0 2em 0;
}
.nav-secondary li {
    border-bottom: 1px solid #D58867;
    color: #888;
    display: block;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em 0;
    position: relative;
}
.nav-secondary li a {
    display: block;
}
.nav-secondary li:last-child {
    border-bottom: none;
}
.nav-secondary .active {
    font-weight: 700;
}
.nav-secondary i {
    color: #ffffff;
    font-size: 0.4em;
    position: absolute;
    right: 0;
}
.js-toggle:hover {
    cursor: pointer;
}
.utility-link {
    cursor: pointer;
    height: 3.25em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 3.25em;
    padding-top: 0.5em;
    z-index: 999;
}
@media screen and (min-width: 48em) {
    .utility-link {
    display: none;
}
}.search-link {
    cursor: pointer;
    height: 3.25em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 3.25em;
    padding-top: 0.5em;
    z-index: 999;
}
@media screen and (min-width: 48em) {
    .search-link {
    display: none;
}
}.search-utility {
    position: absolute;
    width: 100%;
    right: 0;
}
@media screen and (max-width: 47.938em) {
    .search-utility {
    background: #dddddd;
    display: none;
    z-index: 9999;
    padding: 0.75em;
    top: 3.25em;
}
}@media screen and (min-width: 48em) {
    .search-utility {
    background: transparent;
    display: block !important;
    top: 50px;
}
}.nav-activity {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 999999;
}
.more-link {
    font-style: italic;
    position: absolute;
    right: 1.2em;
    bottom: 0.5em;
}
a.search-link, a.utility-link, a.nav-btn {
    color: #ffffff;
}
a:hover.search-link, a:hover.utility-link, a:hover.nav-btn {
    color: #fafafa;
}
.utility-link:active, .utility-link.active, .search-link:active, .search-link.active {
    background-color: #845B7D;
    color: #fafafa;
}
.clinic__panel {
    display: none;
}
.clinic__panel ul {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: none repeat scroll 0 0 #5683AF;
    list-style-type: none;
    margin: 0 auto;
    padding: 0.8em;
    width: 90%}
@media screen and (min-width: 48em) {
    .clinic__panel ul {
    -moz-border-radius: 0 6px 6px 6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    margin: 0;
}
}.clinic__panel a {
    color: #ffffff;
    display: block;
    font-weight: 600;
}
.clinic__panel a:hover {
    color: #fafafa;
}
.breadcrumbs {
    list-style: none;
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
    overflow: hidden;
}
.breadcrumbs li {
    float: left;
    margin-right: 0.5em;
}
.breadcrumbs .separator {
    font-weight: 600;
    font-size: 0.8em;
    color: #dddddd;
    margin: 0 0.5em;
}
.nav-tertiary {
    display: none;
}
@media screen and (min-width: 48em) {
    .nav-tertiary {
    border-bottom: 1px dotted #eaeaea;
    display: block;
    padding: 0.5em 0;
}
}.clinic--link {
    border-top: 1px solid #dddddd;
    margin-top: 0.8em;
    padding-top: 0.8em;
    margin-bottom: 3em;
}
.single-clinics li.menu-item-49, .single-post li.menu-item-239, .category li.menu-item-239 {
    background-color: #C67E60;
    color: #ffffff;
}
#menu-country-navigation {
    list-style-type: none;
    margin: 0;
}
#menu-country-navigation li {
    background-image: url("../images/common/menu-current.jpg");
    background-position: 0 5px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    padding-left: 1.2em;
}
#menu-country-navigation li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#menu-country-navigation li.active {
    background-image: url("../images/common/menu-active.jpg");
}
#menu-country-navigation li a {
    display: block;
    font-weight: 600;
}
#menu-country-navigation li.current-menu-parent a {
    color: #555555;
}
#menu-country-navigation li.current-menu-parent ul li a {
    color: #74c2e1;
}
#menu-country-navigation li.current-menu-parent ul li a:hover {
    color: #247da0;
}
#menu-country-navigation li.current-menu-parent ul {
    display: block;
}
#menu-country-navigation li ul {
    display: none;
    list-style-type: none;
    margin: 0 0 0.3em 0;
    padding-left: 0.5em;
}
#menu-country-navigation li ul li {
    background-image: none;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}
#menu-country-navigation li ul li a {
    display: block;
    background: none;
    font-weight: 400;
    text-decoration: none;
}
#menu-country-navigation .menu-item-13348, #menu-country-navigation .menu-item-13347 {
    background-image: none;
    color: #333333;
    padding-left: 2px;
    text-transform: uppercase;
}
.site-footer {
    background: #DAE4E8;
    color: #7CA4B4;
    margin: 0 0 0 0;
    padding: 1.5em 0 3em 0;
}
.site-logo--footer {
    display: block;
    margin-bottom: 1.5em;
}
.site-footer a {
    color: #749FAE;
    font-weight: 600;
}
.site-footer address {
    font-style: normal;
    margin-bottom: 1.5em;
}
.site-footer--lister ul {
    *zoom: 1;
    margin: 0.5em 0 0 0;
    list-style: none;
}
.site-footer--lister ul:before, .site-footer--lister ul:after {
    content: "";
    display: table;
}
.site-footer--lister ul:after {
    clear: both;
}
.site-footer--lister li {
    float: left;
    width: 100%;
    margin-bottom: 0.5em;
}
.tera {
    font-size: 2.6em;
    margin-bottom: 0.28649em;
    line-height: 1.1em;
}
.giga {
    font-size: 2.2em;
    margin-bottom: 0.375em;
    line-height: 1.3em;
}
.mega {
    font-size: 1.618em;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}
.alpha {
    font-size: 1.23612em;
    margin-bottom: 0.5em;
    line-height: 1.2em;
}
.beta {
    font-size: 1em;
    margin-bottom: 0.75em;
    line-height: 1.5em;
}
.gamma {
    font-size: 0.875em;
    margin-bottom: 0.85714em;
    line-height: 1.5em;
}
.delta {
    font-size: 0.764em;
    margin-bottom: 0.98168em;
    line-height: 1.3em;
}
.icon-large {
    font-size: 8em;
}
h1, h2, h3, h4, h5, h6 {
    color: #666666;
 /*   font-family: "freight-sans-pro", sans-serif;*/
	font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
}
a, a h1, a h2, a h3, a h4, a h5, a h6 {
    color: #5EA4BF;
    text-decoration: none;
}
a:hover, a:focus, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
    border-bottom: none;
    color: #5097B3;
}
p {
    color: #666666;
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.run-in {
    font-size: 1.16875em;
    line-height: 1.32em;
    margin-bottom: .99em;
}
ul, ol {
    margin: 1.5em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
blockquote {
    color: #333;
    line-height: 1.3125em;
    margin: .495em 0;
    padding: .495em;
}
.testimonial blockquote {
    font-weight: 400;
    margin: 1.5em 0 1em;
    padding: 0 1em 0 2.5em;
    position: relative;
}
.testimonial blockquote p {
    color: #E99470;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0;
}
.testimonial blockquote:before {
    color: #E99470;
    content: "\201C";
    font-size: 5em;
    position: absolute;
    left: 0;
    top: 0.4em;
    line-height: 0.1em;
}
.testimonial cite {
    color: #5B5656;
    font-size: 1em;
    font-style: normal;
    padding-left: 2.5em;
}
.normal {
    font-weight: normal;
}
.semibold, .view-article {
    font-weight: 600;
}
.small {
    font-size: 75%}
.large {
    font-size: 133%;
    line-height: 1.5em;
}
.xlarge {
    font-size: 200%}
.xxlarge {
    font-size: 300%}
.uppercase {
    text-transform: uppercase;
}
.muted, a.muted, .lister a.muted {
    color: #999;
}
.btn, input[type="submit"] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-color: #5da3d7;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 600;
 /*   font-family: "freight-sans-pro", sans-serif;*/
	font-family: "Source Sans Pro", sans-serif;
    line-height: 1em;
    margin: 0;
    outline: none;
    padding: 0.8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}
.btn:hover, input[type="submit"]:hover {
    background: #5683AF;
    color: #ffffff;
}
.btn:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.btn:focus {
    -webkit-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -moz-box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 0 5px #e9e9e9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
}
.btn-text {
    background-color: transparent;
    padding: .99em 0;
}
.btn-large {
    font-size: 1.5em;
    line-height: .75em;
    padding: .495em 10px;
}
.btn-dark {
    background: #5683AF;
    color: #ffffff;
}
.btn-dark:hover {
    background: #80B4F4;
}
.btn-blue {
    background: #BEDAF5;
    border: 1px solid #BEDAF5;
    color: #3A5092;
    text-transform: uppercase;
    font-size: 0.85em;
}
.btn-blue:hover {
    background: #C1E0FC;
    border: 1px solid #C1E0FC;
    opacity: 1;
}
.mono-link {
    color: #ffffff;
}
.mono-link:hover {
    color: #eaeaea;
}
.btn-white {
    background-color: #e6e6e6;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  from(#fff),  to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,  #fff,  #e6e6e6);
    background-image: -moz-linear-gradient(top,  #fff,  #e6e6e6);
    background-image: -ms-linear-gradient(top,  #fff,  #e6e6e6);
    background-image: -o-linear-gradient(top,  #fff,  #e6e6e6);
    background-image: linear-gradient(top,  #fff,  #e6e6e6);
    color: #111;
}
.btn-white i {
    color: #666;
}
.btn-country {
    padding: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}
.btn-country:hover .btn-country__title {
    color: #ffffff;
}
.btn-country__icon {
    max-width: 100px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.btn-country__title {
    color: #ffffff;
}
.btn-country--row {
    background-color: #E99470;
}
.btn-country--row:hover {
    background-color: #C67E60;
}
.btn-country--europe {
    background-color: #5EA4BF;
}
.btn-country--europe:hover {
    background-color: #5097B3;
}
ul.resp-tabs-list, ul.resp-tabs-list p {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    font-weight: 700;
    font-size: 1.1em;
    display: inline-block;
    padding: 13px 15px;
    list-style: none;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
}
ul.resp-tabs-blocks {
    text-transform: uppercase;
    margin-bottom: 2em;
}
ul.resp-tabs-blocks li {
    background-color: #eaeaea;
    border: 1px solid #eaeaea;
    color: #526E75;
    margin: 0 0.5em 0.5em 0;
    padding: 0.6em 1em;
}
ul.resp-tabs-blocks .resp-tab-active {
    background-color: #0091F0;
    border: 1px solid #0091F0;
    border-bottom: none;
    color: #ffffff;
    margin-bottom: 0.5em;
    padding: 0.6em 1em;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 15px;
}
.resp-tab-active {
    background-color: #D3F0F8;
    border: 1px solid #c1c1c1;
    border-bottom: none;
    color: #526E75 #526E75;
    margin-bottom: -1px;
    padding: 12px 14px 14px 14px;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    background: #D3F0F8;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 0px 4px 12px 0px #ccc;
    box-shadow: 0px 4px 12px 0px #ccc;
}
h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1;
    background: #D3F0F8;
    margin-bottom: 0px;
    padding: 10px 15px;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1;
    background: blue;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #9B9797;
}
h2.resp-tab-active {
    background: #D3F0F8;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}
@media screen and (max-width: 48em) {
    ul.resp-tabs-list {
    display: none;
}
h2.resp-accordion {
    display: block;
    font-size: 1.2em;
}
.resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
}
.resp-accordion-closed {
    display: none;
}
.resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}
}.form {
    margin: 1.5em 0;
}
@media screen and (min-width: 48em) {
    .form {
    font-size: .9375em;
}
.form .btn-primary, .form .error, .form .indent {
    display: block;
    margin-left: 33%}
}.form legend {
    display: block;
    font-weight: bold;
    margin: .495em 0;
    padding: .75em 1.125em;
    width: 100%}
.form label {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.125em;
    padding: .375em 0;
    width: 100%}
@media screen and (min-width: 48em) {
    .form label {
    float: left;
    padding: 0.375em 1.125em 0.375em 0;
    width: 100%}
}
.form input[type="text"], .form input[type="password"], .form input[type="email"], .form input[type="number"], .form select, .form textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #444;
 /*   font-family: "freight-sans-pro", sans-serif;*/
	font-family: "Source Sans Pro", sans-serif;
    font-size: 1.1em;
    padding: 0.6em;
    width: 100% !important;
}
.form input[type="text"], .form input[type="email"], .form input[type="password"], .form input[type="number"], .form textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
}
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="password"]:focus, .form input[type="number"]:focus, .form textarea:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form input[type=checkbox] {
    float: left;
    margin-left: -20px;
    margin-top: 3px;
    width: auto;
}
.form .wpcf7-checkbox>span {
    display: inline-block;
    padding-left: 8px;
}
.form .form-boxed {
    background: #ffffff;
    display: block;
    padding: 1rem 1rem 1rem 2rem;
    margin-bottom: 1rem;
}
.form .wpcf7-checkbox .wpcf7-list-item-label {
    float: left;
    width: 90%}
.form .error {
    color: #8A1F03;
}
.form input.error {
    border-color: #8A1F03;
    color: #444;
    background-color: #f2dede;
}
.form input[type="submit"] {
    width: 100%;
    font-size: 0.9em;
}
@media screen and (min-width: 48em) {
    .form input[type="submit"] {
    margin: 1.5em 0;
    width: 30%}
}.form .wpcf7-acceptance {
    position: absolute;
    left: -15px;
}
.form span.wpcf7-not-valid-tip {
    font-weight: bold;
}
.form div.wpcf7-response-output {
    font-size: 1.1em;
    margin: 0 0 1.5em 0;
    padding: 0.8em;
}
.form div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #d9534f;
    border: 2px solid #d9534f;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.form div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #398f14;
    border: 2px solid #398f14;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.form .wpcf7-display-none {
    display: none;
}
.intro-rule {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.calc-rule {
    border-top: 1px dotted #cccccc;
    padding-top: 0.5em;
}
.form-feedback {
    border: 1px solid #dddddd;
    padding: 1.5em;
    border-top: 5px solid #dddddd;
}
table {
    font-size: .8125em;
    line-height: 1.21875em;
    margin: 1.875em 0;
    width: 100%}
@media screen and (min-width: 48em) {
    table {
    font-size: 1em;
    line-height: 1.5em;
}
}table th {
    background-color: #7CA4B4;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: normal;
    padding: .375em 3%;
    text-align: left;
    vertical-align: bottom;
}
table td {
    border-bottom: 1px solid #ddd;
    padding: .495em 3%;
    text-align: left;
}
.lister {
    list-style-type: none;
    margin: 0;
}
.lister__item {
    margin-bottom: 0.5em;
}
.lister__item-border {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}
.lister__item-border:last-child {
    border-bottom: none;
}
.lister-meta {
    *zoom: 1;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 0.8em;
    margin: 0.5em 0 0.5em 0;
}
.lister-meta:before, .lister-meta:after {
    content: "";
    display: table;
}
.lister-meta:after {
    clear: both;
}
.lister-meta li {
    display: inline-block;
}
.lister-meta li a {
    border-bottom: medium none;
    float: left;
    padding: 0;
}
.lister-meta li ul {
    border-left: 1px solid #dddddd;
    float: left;
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
}
.lister-inline {
    margin: 0;
}
.lister-inline li {
    border-bottom: none;
    display: inline-block;
}
.lister-inline a {
    border-bottom: none;
    padding: 0;
}
.lister-nav {
    margin-top: 0.5em;
}
.lister-nav ul {
    list-style: none;
    margin: 0.5em 0 0.5em 0;
    padding-left: 0.5em;
}
.lister-nav ul li {
    font-weight: 400;
}
.lister-nav li {
    font-weight: 600;
    line-height: 1.2em;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
}
.lister-nav li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.lister-nav .children li {
    border-bottom: none;
    margin-bottom: 0;
}
.lister-nav li.current_page_item>a {
    color: #555555;
}
.lister-footer {
    margin: 0 0 1em 0;
}
.lister-footer li {
    border-bottom: 1px solid #ADB04A;
    padding: 0 0 0.2em 0;
    margin: 0 0 0.2em 0;
}
@media screen and (min-width: 48em) {
    .lister-footer li {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 0.2em 0;
}
}.black {
    color: #000;
}
.white {
    color: #fff;
}
.grey {
    color: #666666;
}
.red {
    color: #be152b;
}
.green {
    color: #B7C617;
}
.teal {
    color: #7CA4B4;
}
.steel {
    color: #526E75;
}
.light-blue {
    color: #BEDAF3;
}
a.light-blue {
    color: #BEDAF3;
}
a:hover.light-blue {
    color: #B0CAE4;
}
.bg-black {
    background-color: #000;
}
.bg-white {
    background-color: #ffffff;
}
.bg-grey {
    background-color: #BCBCBB;
}
.bg-light-grey {
    background-color: #fafafa;
}
.bg-dark-grey {
    background-color: #333333;
}
.bg-muted {
    background-color: #F4F1EF;
}
.bg-blue {
    background-color: #52659A;
}
.bg-navy-blue {
    background-color: #2E2F84;
}
.bg-light-blue {
    background-color: #749FD5;
}
.bg-light-blue-1 {
    background-color: #E3ECF7;
}
.bg-light-teal {
    background-color: #E2EEF3;
}
.border-top-light {
    border-top: 3px solid #eaeaea;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.border-bottom-dots {
    border-bottom: 2px dotted #cccccc;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}
.border-dotted {
    border-style: dotted;
}
.hr {
    *zoom: 1;
    border-top: 2px dotted;
    height: 2px;
}
.hr:before, .hr:after {
    content: "";
    display: table;
}
.hr:after {
    clear: both;
}
.hr-deep {
    border-top: 2px dotted #cccccc;
    margin-top: 2em;
    margin-bottom: 3em;
}
.hr-notice {
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -12px;
    background: #ffffff;
    width: 100%}
@media screen and (min-width: 30em) {
    .hr-notice {
    width: 65%}
}@media screen and (min-width: 48em) {
    .hr-notice {
    width: 55%;
    font-size: 1.2em;
}
}@media screen and (min-width: 55em) {
    .hr-notice {
    font-size: 1.4em;
}
}

@font-face {
    font-family: 'fontello';
    src: url("../../Content/webfonts/font/fontello.eot?62749235");
    src: url("../../Content/webfonts/font/fontello.eot?62749235#iefix") format("embedded-opentype"), url("../../Content/webfonts/font/fontello.woff?62749235") format("woff"), url("../../Content/webfonts/font/fontello.ttf?62749235") format("truetype"), url("../../Content/webfonts/font/fontello.svg?62749235#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.icon-linkedin-circled:before {
    content: '\e800'}
.icon-twitter-circled:before {
    content: '\e801'}
.icon-facebook-circled:before {
    content: '\e802'}
.icon-search:before {
    content: '\e803'}
.icon-menu:before {
    content: '\e804'}
.icon-cog:before {
    content: '\e805'}
.icon-cancel:before {
    content: '\e806'}
.icon-gplus-circled:before {
    content: '\e807'}
.icon-plus:before {
    content: '\e808'}
.icon-down-open:before {
    content: '\e809'}
.icon-minus:before {
    content: '\e80a'}
.icon-calendar:before {
    content: '\e80b'}
.icon-left-open:before {
    content: '\e80c'}
.icon-right-open:before {
    content: '\e80d'}
.icon-book-open:before {
    content: '\e80e'}
.icon-pinterest:before {
    content: '\e80f'}
.icon-download:before {
    content: '\e810'}
.icon-rating:before {
    content: '\e811'}
body [class^="icon-"]:before, body [class*=" icon-"]:before {
    min-width: 1em;
    margin-left: 0;
}
.lister-comments {
    display: block;
    margin: 0;
}
.comment {
    display: block;
    position: relative;
    padding-left: 3.5em;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #eaeaea;
}
@media screen and (min-width: 48em) {
    .comment {
    padding-left: 4.8em;
}
}.avatar {
    position: absolute;
    top: 1em;
    left: 0;
}
.avatar img {
    width: 70%;
    height: 70%}
@media screen and (min-width: 48em) {
    .avatar img {
    width: auto;
    height: auto;
}
}.entry {
    padding: 0;
    margin: 0;
}
.datestamp {
    color: #999999;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
}
@media screen and (min-width: 48em) {
    .datestamp {
    display: inline;
}
}.replies {
    margin: 0;
}
.replies .avatar img {
    width: 60%;
    height: 60%}
@media screen and (min-width: 48em) {
    .replies .avatar img {
    width: auto;
    height: auto;
}
}@keyframes fade-in-out {
    0% {
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.fade-in-out {
    opacity: 0;
    opacity: 1 \9;
    animation: fade-in-out ease-in-out 1;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-delay: 0;
}
@keyframes fade-in-up {
    from {
    opacity: 0;
    transform: translate(0,  20px);
}
to {
    opacity: 1;
    transform: translate(0,  0);
}
}.fade-in-up {
    opacity: 0;
    opacity: 1 \9;
    animation: fade-in-up ease-out 1;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
    animation-duration: .75s;
    animation-delay: .33s;
}
.fade-in-up--1 {
    animation-delay: .25s;
}
.fade-in-up--2 {
    animation-delay: .75s;
}
.fade-in-up--3 {
    animation-delay: 1s;
}
.fade-in-up--4 {
    animation-delay: 1.5s;
}
@-webkit-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@-moz-keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes fadeIn {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.fade-in {
    opacity: 0;
    opacity: 1 \9;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
.fade-in--1 {
    animation-delay: .3s;
}
.fade-in--2 {
    animation-delay: .6s;
}
.fade-in--3 {
    animation-delay: .9s;
}
.fade-in--4 {
    animation-delay: 1.2s;
}
.fade-in--5 {
    animation-delay: 1.5s;
}
.fade-in--6 {
    animation-delay: 1.8s;
}
.fade-in--7 {
    animation-delay: 2.1s;
}
.fade-in--8 {
    animation-delay: 2.4s;
}
.fade-in--9 {
    animation-delay: 2.7s;
}
.fade-in--10 {
    animation-delay: 3s;
}
.fade-in--11 {
    animation-delay: 3.3s;
}
.searchandfilter {
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 3rem;
    display: inline;
    float: left;
    width: 97.22222%;
    margin: 0 1.38889%}
@media screen and (min-width: 48em) {
    .searchandfilter {
    display: inline;
    float: left;
    width: 30.55556%;
    margin: 0 1.38889%}
}.searchandfilter ul {
    margin: 0;
}
.searchandfilter label {
    display: block;
}
.sf-input-text {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #444;
/*   font-family: "freight-sans-pro", sans-serif;*/
	font-family: "Source Sans Pro", sans-serif;
    font-size: 1.1rem;
    padding: 0.75em;
    width: 100% !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
}
.sf-input-text:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.sf-input-select {
    font-size: 1.1rem;
    line-height: 1.6;
    background-color: #f4f4f4;
    background-image: url(../images/icons/icon-select-arrow.svg);
    background-size: 14px;
    background-position: 90% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
/*    font-family: "freight-sans-pro", sans-serif;*/
	font-family: "Source Sans Pro", sans-serif;
    line-height: 28px;
    width: 100%;
    padding: 0.6em;
    vertical-align: middle;
}
.vertical-spacer {
    border-right: 1px solid #eaeaea;
    margin-right: 1rem;
    padding-right: 1rem;
}
.pointer-none {
    pointer-events: none;
    color: #666666;
}
.sf-field-search label {
    width: 100%}
.widget_search_filter_register_widget .searchandfilter {
    width: 100% !important;
    margin: 0 0 3rem 0 !important;
    padding: 0;
}
.sf-label-checkbox {
    font-size: 0.85rem;
}
.sf-field-submit {
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
}
@media screen and (min-width: 48em) {
    .sf-field-submit {
    margin-top: 2.45rem !important;
    margin-bottom: 0;
}
}.sf-field-submit input {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 1rem;
}
@media screen and (min-width: 48em) {
    .search-results .sf-field-submit {
    margin-top: 1rem !important;
}
}.search-results .sf-field-submit input {
    border: none;
}
.searchandfilter ul li li {
    padding: 0 0 3px 0 !important;
}
.search-filter-results {
    float: left;
    margin-left: 1.25%;
    margin-right: 1.25%;
    display: inline;
    float: left;
    width: 97.22222%;
    margin: 0 1.38889%}
@media screen and (min-width: 48em) {
    .search-filter-results {
    display: inline;
    float: left;
    width: 63.88889%;
    margin: 0 1.38889%}
}@media screen and (min-width: 48em) {
    .hero--search .searchandfilter {
    margin: 1rem 0 0 0;
    width: 100%}
}.hero--search .searchandfilter h4 {
    color: #ffffff;
}
@media screen and (min-width: 48em) {
    .hero--search .searchandfilter ul li {
    float: left;
    width: 25%;
    padding-right: 0.5rem;
}
}.hero--search .searchandfilter ul li:last-child {
    padding-right: 0;
}
.search--panel {
    display: none;
}
@media screen and (max-width: 48em) {
    .search--panel {
    position: absolute;
    z-index: 9999;
    top: 6px;
    right: 0;
    width: 65%}
}@media screen and (min-width: 48em) {
    .search--panel {
    display: block !important;
}
}@media screen and (min-width: 48em) {
    .search-form {
    position: absolute;
    right: 300px;
    top: 4px;
    width: 20%}
}.search-form label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.search-form input[type="search"] {
    border: 1px solid #dddddd;
    color: #666666;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    font-weight: 400;
    padding: 0.6em 0.6em 0.6em 2.5em;
    position: relative;
    width: 100%}
@media screen and (min-width: 48em) {
    .search-form input[type="search"] {
    font-size: 0.8em;
}
}.search-form input[type="search"]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.search-form .search-submit {
    background-color: #ffffff;
    background-image: url(../images/icons/bg-search.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border: 0;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    padding: 0;
    position: absolute;
    left: 9px;
    top: 12px;
    width: 16px;
    height: 16px;
    line-height: 1.2em;
    z-index: 1;
    text-indent: -5000px;
    overflow: hidden;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min--moz-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2 / 1),  only screen and (min-device-pixel-ratio: 2),  only screen and (min-resolution: 192dpi),  only screen and (min-resolution: 2dppx) {
    .search-form .search-submit {
    background-position: 0 -8px;
    background-size: 16px 24px;
}
}@media screen and (min-width: 48em) {
    .search-form .search-submit {
    top: 9px;
}
}.search-form .search-submit:hover {
    color: #ffffff;
}
.search-form .search-submit:hover {
    color: #ffffff;
}
.search-form .search-submit:active {
    top: 5px;
    background: #66CC66;
}
body.search-results .global-search {
    display: none;
}
@media screen and (min-width: 60em) {
    .wrap-search {
    position: static;
    right: auto;
    top: auto;
}
}.wrap-search .search-link {
    border-right: 1px solid #0066C1;
    height: 3.25em;
    padding-top: 0.5em;
    position: absolute;
    right: 3.25em;
    text-align: center;
    top: 0;
    width: 3.25em;
    z-index: 9;
}
.wrap-search .search-link:hover {
    cursor: pointer;
}
@media screen and (min-width: 48em) {
    .wrap-search .search-link {
    display: none;
}
}.padding-top-med {
    padding-top: 1.5em;
}
.padding-btm-large {
    padding-bottom: 2em;
}
.margin-btm-large {
    margin-bottom: 2em;
}
.margin-btm-xlarge {
    margin-bottom: 3.5em;
}
.margin-btm-med {
    margin-bottom: 1em;
}
.margin-btm-small {
    margin-bottom: 0.5em;
}
@media screen and (max-width: 48em) {
    .margin-top-med-small {
    margin-top: 1em;
}
}.margin-top-xlarge {
    margin-top: 3.5em;
}
.margin-top-large {
    margin-top: 1.6em;
}
.margin-top-med {
    margin-top: 0.6em;
}
.margin-top-small {
    margin-top: 0.5em;
}
.margin-vertical {
    margin: 1em 0;
}
.padding-vertical {
    padding: 1em 0;
}
.padding-vertical-large {
    padding: 2em 0;
}
.push-xlarge {
    margin: 3.5em;
}
.push-xlarge--top {
    margin-top: 3.5em;
}
.push-xlarge--right {
    margin-right: 3.5em;
}
.push-xlarge--bottom {
    margin-bottom: 3.5em;
}
.push-xlarge--left {
    margin-left: 3.5em;
}
.push-xlarge--ends {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
}
.push-xlarge--sides {
    margin-right: 3.5em;
    margin-left: 3.5em;
}
.push-large {
    margin: 2em;
}
.push-large--top {
    margin-top: 2em;
}
.push-large--right {
    margin-right: 2em;
}
.push-large--bottom {
    margin-bottom: 2em;
}
.push-large--left {
    margin-left: 2em;
}
.push-large--ends {
    margin-top: 2em;
    margin-bottom: 2em;
}
.push-large--sides {
    margin-right: 2em;
    margin-left: 2em;
}
.push {
    margin: 1em;
}
.push--top {
    margin-top: 1em;
}
.push--right {
    margin-right: 1em;
}
.push--bottom {
    margin-bottom: 1em;
}
.push--left {
    margin-left: 1em;
}
.push--ends {
    margin-top: 1em;
    margin-bottom: 1em;
}
.push--sides {
    margin-right: 1em;
    margin-left: 1em;
}
.push-half {
    margin: 0.5em;
}
.push-half--top {
    margin-top: 0.5em;
}
.push-half--right {
    margin-right: 0.5em;
}
.push-half--bottom {
    margin-bottom: 0.5em;
}
.push-half--left {
    margin-left: 0.5em;
}
.push-half--ends {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.push-half--sides {
    margin-right: 0.5em;
    margin-left: 0.5em;
}
.push-small {
    margin: 0.2em;
}
.push-small--top {
    margin-top: 0.2em;
}
.push-small--right {
    margin-right: 0.2em;
}
.push-small--bottom {
    margin-bottom: 0.2em;
}
.push-small--left {
    margin-left: 0.2em;
}
.push-small--ends {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.push-small--sides {
    margin-right: 0.2em;
    margin-left: 0.2em;
}
.flush {
    margin: 0;
}
.flush--top {
    margin-top: 0;
}
.flush--right {
    margin-right: 0;
}
.flush--bottom {
    margin-bottom: 0;
}
.flush--left {
    margin-left: 0;
}
.flush--ends {
    margin-top: 0;
    margin-bottom: 0;
}
.flush--sides {
    margin-right: 0;
    margin-left: 0;
}
@media screen and (min-width: 48em) {
    .flush--med {
    margin: 0;
}
.flush--top--med {
    margin-top: 0;
}
.flush--right--med {
    margin-right: 0;
}
.flush--bottom--med {
    margin-bottom: 0;
}
.flush--left--med {
    margin-left: 0;
}
.flush--ends--med {
    margin-top: 0;
    margin-bottom: 0;
}
.flush--sides--med {
    margin-right: 0;
    margin-left: 0;
}
}.soft-large {
    padding: 2em;
}
.soft-large--top {
    padding-top: 2em;
}
.soft-large--right {
    padding-right: 2em;
}
.soft-large--bottom {
    padding-bottom: 2em;
}
.soft-large--left {
    padding-left: 2em;
}
.soft-large--ends {
    padding-top: 2em;
    padding-bottom: 2em;
}
.soft-large--sides {
    padding-right: 2em;
    padding-left: 2em;
}
.soft {
    padding: 1em;
}
.soft--top {
    padding-top: 1em;
}
.soft--right {
    padding-right: 1em;
}
.soft--bottom {
    padding-bottom: 1em;
}
.soft--left {
    padding-left: 1em;
}
.soft--ends {
    padding-top: 1em;
    padding-bottom: 1em;
}
.soft--sides {
    padding-right: 1em;
    padding-left: 1em;
}
.soft-half {
    padding: 0.5em;
}
.soft-half--top {
    padding-top: 0.5em;
}
.soft-half--right {
    padding-right: 0.5em;
}
.soft-half--bottom {
    padding-bottom: 0.5em;
}
.soft-half--left {
    padding-left: 0.5em;
}
.soft-half--ends {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.soft-half--sides {
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.hard {
    padding: 0;
}
.hard--top {
    padding-top: 0;
}
.hard--right {
    padding-right: 0;
}
.hard--bottom {
    padding-bottom: 0;
}
.hard--left {
    padding-left: 0;
}
.hard--ends {
    padding-top: 0;
    padding-bottom: 0;
}
.hard--sides {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 48em) {
    .hard--med {
    padding: 0;
}
.hard--top--med {
    padding-top: 0;
}
.hard--right--med {
    padding-right: 0;
}
.hard--bottom--med {
    padding-bottom: 0;
}
.hard--left--med {
    padding-left: 0;
}
.hard--ends--med {
    padding-top: 0;
    padding-bottom: 0;
}
.hard--sides--med {
    padding-right: 0;
    padding-left: 0;
}
}@media screen and (min-width: 60em) {
    .gutter-left--large {
    padding-left: 3em;
}
}.hero-container {
    background-color: #eaeaea;
    background-position: 90% top;
    background-repeat: no-repeat;
    border-bottom: 6px solid #7ca4b4;
}
@media screen and (max-width: 47.938em) {
    .hero-container {
    background-image: none !important;
}
}.hero-container--search {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.hero-container--search:before {
    content: '';
    display: block;
    background: #5ea4bf;
    background: linear-gradient(180deg,  rgba(94, 164, 191, 0.3) 0%,  #5ea4bf 100%);
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero-container--search:after {
    content: '';
    display: block;
    background: #5ea4bf;
    background: linear-gradient(270deg,  rgba(94, 164, 191, 0.2) 0%,  #457a8f 100%);
    position: absolute;
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero {
    *zoom: 1;
    position: relative;
    height: 350px;
    z-index: 1;
}
.hero:before, .hero:after {
    content: "";
    display: table;
}
.hero:after {
    clear: both;
}
@media screen and (max-width: 47.938em) {
    .hero {
    background-image: none !important;
    height: auto;
}
}.hero__caption {
    width: 100%;
    zoom: 1;
    padding: 1em;
}
@media screen and (min-width: 48em) {
    .hero__caption {
    background: transparent;
    position: absolute;
    display: block;
    top: 10%;
    left: 0;
    padding: 0;
    width: 80%;
    text-align: left;
}
}.hero__caption h1 {
    color: #666666;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    text-align: center;
}
@media screen and (min-width: 48em) {
    .hero__caption h1 {
    font-size: 2.2em;
    text-align: left;
    margin-top: 0;
}
}@media screen and (min-width: 75em) {
    .hero__caption h1 {
    font-size: 2.6em;
}
}.hero__caption p {
    color: #666666;
    font-size: 1.2em;
    text-align: center;
}
@media screen and (min-width: 48em) {
    .hero__caption p {
    text-align: left;
}
}.hero__caption .btn {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 48em) {
    .hero__caption .btn {
    display: inline-block;
    width: auto;
}
}.hero__caption .btn.active {
    background: #5683AF;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.hero--search {
    height: auto;
    padding-top: 1rem;
}
@media screen and (min-width: 48em) {
    .hero__caption--search {
    position: static;
    padding: 1rem 0;
}
}.hero__caption--search h1, .hero__caption--search p {
    color: #ffffff;
}
.editor h1 {
    font-size: 2.2em;
    margin-bottom: 0.2em;
    margin-top: 0;
    line-height: 1.4em;
}
.editor h2 {
    font-size: 1.8em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
}
.editor h2:first-of-type {
    margin-top: 0;
}
.editor h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    line-height: 1.2em;
}
.editor h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    line-height: 1.2em;
}
.editor h5 {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    line-height: 1.2em;
}
.editor ul {
    list-style-type: disc;
    font-size: 1.1em;
    margin: 1em 1.5em 2em 1em;
}
.editor ol {
    list-style-type: decimal;
    font-size: 1.1em;
    margin: 1em 1.5em 2em 1em;
}
.editor p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.editor .wp-caption-text {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0.5em;
}
.editor img.alignnone {
    float: none;
    margin: 1em 0 1em 0;
}
.editor img.alignleft, .editor .alignleft {
    margin: 2em 0 2em 0;
}
@media screen and (min-width: 30em) {
    .editor img.alignleft, .editor .alignleft {
    float: left;
    margin: 0 1em 1em 0;
    width: 50%}
}@media screen and (min-width: 48em) {
    .editor img.alignleft, .editor .alignleft {
    width: 45%}
}.editor img.aligncenter, .editor .aligncenter {
    display: block;
    float: none;
    margin: 1em 0 1em 0;
}
@media screen and (min-width: 30em) {
    .editor img.aligncenter, .editor .aligncenter {
    width: 50%}
}@media screen and (min-width: 48em) {
    .editor img.aligncenter, .editor .aligncenter {
    width: 45%}
}.editor img.alignright, .editor .alignright {
    margin: 2em 0 2em 0;
}
@media screen and (min-width: 30em) {
    .editor img.alignright, .editor .alignright {
    float: right;
    margin: 0 0 1em 1em;
    width: 50%}
}@media screen and (min-width: 48em) {
    .editor img.alignright, .editor .alignright {
    width: 45%}
}.editor .arve-wrapper {
    margin: 2em 0 2em 0;
}
@media screen and (min-width: 48em) {
    .editor .arve-wrapper {
    float: right;
    margin: 0 0 1em 1em;
    width: 45%}
}.editor blockquote {
    font-size: 1.4em;
    font-style: italic;
    width: 100%;
    margin: 2em 0 2em 0.25em;
    padding: 0 0 0 40px;
    line-height: 1.45;
    position: relative;
    color: #B7C617;
}
.editor blockquote p {
    margin-bottom: 0.3em;
}
.editor blockquote:before {
    content: "\201C";
    font-size: 90px;
    position: absolute;
    left: -10px;
    top: -28px;
    width: 49px;
    color: #B7C617;
    display: block;
}
.editor blockquote cite {
    color: #999999;
    font-size: 0.8em;
    display: block;
    margin-top: 0.3em;
}
.editor blockquote cite:before {
    content: "\2014 \2009"}
.editor .btn {
    margin: 1em 0;
}
.editor .mapp-layout {
    margin: 0;
    padding: 0;
    width: 100%}
.editor .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2em;
}
.editor .video-container iframe, .editor .video-container object, .editor .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.pagination a, .pagination .current {
    margin-right: 0.5em;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
    position: relative;
}
.pager__item {
    display: inline;
}
.pager__link {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager__link:hover {
    background-color: #eaeaea;
}
.pager__count {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    color: #666666;
    z-index: -1;
}
.pager__item--previous {
    float: left;
}
.pager__item--next {
    float: right;
}
.inline-advert {
    border: 1px solid #eaeaea;
    padding: 1rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.myResponsiveAd img {
    display: block;
    height: auto;
    max-width: 100%}
.header-banner {
    margin: 1em 0 1em 0;
}
@media screen and (min-width: 48em) {
    .header-banner {
    margin: 0;
}
}.header-banner .textwidget p {
    margin: 0;
}
.header-banner iframe {
    max-width: 100%}
.header-banner iframe img {
    max-width: 100%}
.clinic-caption {
    margin-top: 1em;
}
@media screen and (min-width: 30em) {
    .clinic-caption {
    margin: 0;
    padding: 0;
    max-width: 70%}
}.btn-contact {
    margin-bottom: 1.5em;
}
@media screen and (min-width: 30em) {
    .btn-contact {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
}
}.rounded {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}
#okCookie {
    background-color: #dddddd;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
#okCookie p {
    margin: 0 0 10px 0;
    float: left;
    padding: 0;
    width: 100%}
@media screen and (min-width: 48em) {
    #okCookie p {
    width: 60%;
    margin: 0;
}
}#okCookie #okClose, #okCookie #okCprivacy {
    padding: 5px 20px;
    float: left;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 3px;
    color: white;
}
@media screen and (min-width: 48em) {
    #okCookie #okClose, #okCookie #okCprivacy {
    float: right;
    margin-left: 10px;
}
}#okCookie #okClose {
    background-color: #39B54A;
}
#okCookie #okClose:hover {
    background-color: #42ce55;
}
#okCookie #okCprivacy {
    background-color: #8D9499;
}
#okCookie #okCprivacy:hover {
    background-color: #a0a8ae;
}
.okcBeginAnimate {
    -webkit-animation: myfirst 2s;
    animation: myfirst 2s;
}
@-webkit-keyframes myfirst {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes myfirst {
    from {
    opacity: 0;
}
to {
    opacity: 1;
}
}.wpcf7-starratingawesome.starratingawesome {
    clear: both;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 5px 0 10px;
    border: none;
}
.starratingawesome>input {
    margin-left: 0;
}
.starratingawesome:not(:checked)>input {
    position: absolute;
    clip: rect(0,  0,  0,  0);
}
.starratingawesome:not(:checked)>label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    color: #ccc;
    font-size: 1.6em;
    line-height: 1.2em;
    width: 1em;
    margin-right: 0.2em;
}
.starratingawesome>input:checked ~ label {
    color: #EEAA00;
}
.starrating_number {
    color: #5DB4EC;
    display: inline-block;
    float: right;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: bold;
    font-size: 110%}
.starratingawesome:not(:checked)>label:hover, .starratingawesome:not(:checked)>label:hover ~ label {
    color: #FFD700;
}
.starratingawesome>input:checked+label:hover, .starratingawesome>input:checked+label:hover ~ label, .starratingawesome>input:checked ~ label:hover, .starratingawesome>input:checked ~ label:hover ~ label, .starratingawesome>label:hover ~ input:checked ~ label {
    color: #EEAA00;
}
.starratingawesome>label:active {
    position: relative;
    top: auto;
    left: 0;
}
.lightcolor.rating_title {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 5px !important;
}
.featured {
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 1.5rem;
    margin: 4rem 0;
}
.featured__image {
    width: 100%}
.featured__title {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
}
.feature-post {
    border-left: 3px solid #3984bb;
    background: #E2EEF3;
    padding: 1.5rem;
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
@media screen and (min-width: 48em) {
    .feature-post {
    padding-right: 10rem;
}
}.featured-post__title {
    color: #5EA4BF;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}
.featured-post__title:hover {
    color: #5097B3;
}
.featured-post__summary {
    color: #5EA4BF;
    font-size: 1.3rem;
    line-height: 1.3;
    max-width: 50rem;
    margin-bottom: 0;
}
.featured-post__summary:hover {
    color: #5097B3;
}
.featured-post__btn {
    margin-top: 1rem;
}
@media screen and (min-width: 48em) {
    .featured-post__btn {
    margin: 0;
    position: absolute;
    right: 1.5rem;
    top: 34%}
}


.clinic_tags_block {display: inline-block; margin-bottom:20px;}
.clinic_tags_info {display:inline-block; margin: 3px 1px; padding: 5px 14px; color:#fff; background-color:#5da3d7;}

.clinic-caption {
    position:relative;
}

.single-clinics .badge img {
    height: 110px;
    display: block;
    margin-top: -20px;
}
.single-clinics .badge {
    display: inline-block;
    margin-left: 10px;
    height: 27px;
    overflow: visible;
}
.single-clinics .entry-title {
    display:inline-block;
}


@media screen and (min-width: 320px) and (max-width: 767px){
    .single-clinics .badge {
        top: 60px;
        position: absolute;
        width: 100px;
        height: auto;
        display: block;
        right: 0px;
    }

    .search-filter-results a.block img.wp-post-image {width:100%;}

    .clinics .badge {
        bottom: -65px!important;
    }

    .page-template-clinic-search .badge {
        bottom: 0px!important;
    }

    .clinics .badge img, .page-template-clinic-search .badge{
       max-height: 80px!important;
    }

}

.clinics .row a, .page-template-clinic-search a.block {
    position: relative;
}

.page-template-clinic-search .badge {
    position: absolute;
    right: 0px;
    max-height: 60px;
    bottom: -30px;
}

.clinics .badge {
    position: absolute;
    right: 0px;
    max-height: 60px;
    bottom: -52px;
}

.clinics .badge img {
    max-height: 80px!important;
}

.clinics .badge img {
    height: 110px;
}