/*! normalize.css v1.1.1 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    background: #fff;
    color: #000;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
html, button, input, select, textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0 0 0.67em 0;
    color: #222;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
    color: #222;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    _font-family: 'courier new',  monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 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-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html, button, input, select, textarea {
    color: #222;
}
html {
    background: #0e152b;
}
body {
    font-size: 1em;
    line-height: 1.4;
    background: #E7F1FF;
    color: #3b4e5f;
}
body.home {
    background: #FFF;
}
@media only screen and (max-width: 52em) {
    body {
    background: #FFF;
}
}::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.reset-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
#submit, .button, .wpcf7-submit, .prev a, .next a {
    background-color: #ec9653;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ec9653), color-stop(100%,  #e77a25));
    background-image: -webkit-linear-gradient(#ec9653, #e77a25);
    background-image: linear-gradient(#ec9653, #e77a25);
    color: #FFF;
    display: block;
    border-radius: 30px;
    padding: .25em .75em;
    border: 0;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 90%}
#submit:hover, .button:hover, .wpcf7-submit:hover, .prev a:hover, .next a:hover {
    color: #FFF;
    background: #ff7000;
}
#submit:active, #submit:focus, .button:active, .button:focus, .wpcf7-submit:active, .wpcf7-submit:focus, .prev a:active, .next a:active, .prev a:focus, .next a:focus {
    background: #cc5a00;
}
#submit {
    padding: .5em 1.5em;
    font-size: 110%}
.prev a, .next a {
    padding: .5em 1em;
    font-size: 110%;
    display: inline-block;
}
.prev a {
    margin: 0 1em 0 0;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url("../fonts/PTS55F-webfont.eot");
    src: url("../fonts/PTS55F-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/PTS55F-webfont.woff") format("woff"), url("../fonts/PTS55F-webfont.ttf") format("truetype"), url("../fonts/PTS55F-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url("../fonts/PTS75F-webfont.eot");
    src: url("../fonts/PTS75F-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/PTS75F-webfont.woff") format("woff"), url("../fonts/PTS75F-webfont.ttf") format("truetype"), url("../fonts/PTS75F-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansCaptionBold';
    src: url("../fonts/PTC75F-webfont.eot");
    src: url("../fonts/PTC75F-webfont.eot#iefix") format("embedded-opentype"), url("../fonts/PTC75F-webfont.woff") format("woff"), url("../fonts/PTC75F-webfont.ttf") format("truetype"), url("../fonts/PTC75F-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body {
    cursor: default;
}
body, .children .agent-nav__list__link, .wf-reg {
    font-family: PTSansRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comments-title, .comment-reply-title, .wpbdp-field-businessname, .wf-bold {
    font-family: PTSansCaptionBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.agent__link:hover .agent__image:before, .agent-nav__list__link, .wf-bold2, .nav-connect {
    font-family: PTSansBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    color: #28529E;
    text-decoration: none;
}
a:hover {
    color: #222;
}
.wrapper {
    margin: 0 auto;
    max-width: 70em;
    padding: 0 2em;
}
.single-post .wrapper, .page-id-9 .wrapper, .blog .wrapper, .header.wrapper, .footer.wrapper, .last-words.wrapper, .page-id-35 .wrapper {
    max-width: 53em;
}
.page-id-13 .header.wrapper, .page-id-13 .last-words.wrapper, .page-id-13 .footer.wrapper {
    max-width: 70em;
}
.page-id-35 .wpcf7 {
    max-width: 40em;
}
.page-id-35 .wpcf7-textarea {
    min-height: 10em;
}
.wpcf7-not-valid-tip-no-ajax, .wpcf7-validation-errors {
    color: red;
}
.header-bg {
    background: #FFF;
    position: relative;
    z-index: 1;
}
.header-bg {
    -moz-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.05);
}
.page-id-13 .header-bg {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.logo {
    background: url(../img/logo.png) no-repeat;
    background-size: 100%;
    width: 260px;
    height: 56px;
    margin: .5em 0 0 0;
    float: left;
    display: block;
}
.cont-nav {
    float: right;
}
.nav {
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: center;
    text-transform: uppercase;
}
.nav__li {
    display: inline-block;
}
.nav__li.current .nav__li__a span {
    background: #EAEAEA;
    color: #777;
}
.nav__li.highlight .nav__li__a span {
    color: #e77a25;
}
.nav__li.highlight .nav__li__a:active span {
    color: #FFF;
}
@media only screen and (min-width: 55em) {
    .nav__li.highlight {
    margin: 0 0 0 1em;
}
.nav__li.highlight .nav__li__a span {
    background-color: #ec9653;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ec9653), color-stop(100%,  #e77a25));
    background-image: -webkit-linear-gradient(#ec9653, #e77a25);
    background-image: linear-gradient(#ec9653, #e77a25);
    color: #FFF;
    text-shadow: none;
}
.nav__li.highlight .nav__li__a:hover span {
    background: #ff7000;
}
.nav__li.highlight .nav__li__a:hover span:active, .nav__li.highlight .nav__li__a:hover span:focus {
    background: #cc5a00;
}
}.nav__li__a {
    display: block;
    padding: 1em .5em;
    color: #222;
    text-decoration: none;
}
.nav__li__a span {
    display: block;
    border-radius: 30px;
    padding: .5em 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
.nav__li__a:hover {
    color: #4165AF;
}
.nav__li__a:hover span {
    background: #EAEAEA;
}
.nav__li__a:active span, .nav__li__a:focus span {
    color: #FFF;
    text-shadow: none;
    background: #848484;
}
@media only screen and (max-width: 55em) {
    .logo {
    float: none;
    margin: 1em auto 0 auto;
}
.cont-nav {
    clear: both;
    float: none;
    margin-left: 0;
}
.header {
    padding-bottom: 0;
}
.wrapper {
    padding: 0 1.5em;
}
}@media only screen and (max-width: 35em) {
    .header.wrapper {
    padding: 0;
}
.nav {
    font-size: 90%;
    margin: 1em 0 0 0;
}
.nav__li {
    width: 50%}
.nav__li.highlight {
    clear: both;
    width: 100%}
.nav__li__a {
    padding: 0;
}
.nav__li__a span {
    border-radius: 0;
    padding: 0.75em 0.75em;
}
.logo {
    margin: 1em auto 0 auto;
}
.nav__li.highlight {
    margin: 0;
}
.cont-nav {
    margin: 0 0 .75em 0;
}
}.feature-cont {
    color: #FFF;
    background: #4165af url(https://www.wheeliegoodcruises.com/img/greek-islands.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.feature__heading {
    margin: 1.5em 0 0 0;
    font-size: 600%;
    line-height: .95;
    letter-spacing: -.05em;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.4), 0 10px 36px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%}
.feature__heading .block {
    display: block;
}
.feature__btn {
    display: inline-block;
    background: #e77a25;
    color: #FFF;
    font-weight: bold;
    border-radius: 30px;
    padding: .5em 1.25em;
    font-size: 30%;
    letter-spacing: 0em;
    text-transform: uppercase;
    clear: both;
    margin: 1em auto 0 auto;
    text-shadow: none;
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.feature__btn:hover {
    background: #ff7000;
}
#feature {
    overflow: hidden;
}
@media only screen and (max-width: 65em) {
    .feature__heading {
    margin-top: 2.25em;
    font-size: 500%}
}@media only screen and (max-width: 55em) {
    .feature__heading {
    margin-top: 1.5em;
    font-size: 400%}
#feature {
    height: 370px;
}
.feature__slide {
    height: 410px;
}
}@media only screen and (max-width: 45em) {
    .feature__heading {
    margin-top: 2.5em;
    font-size: 300%}
.feature__slide {
    height: 310px;
}
}.contentSlider {
    width: 100%;
    height: 570px;
    clear: both;
}
.slide1-colour {
    color: #abebff;
}
.slide2-colour {
    color: #ffe977;
}
.slide3-colour {
    color: #bdffec;
}
.slide1-btn {
    background-color: #def7ff;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #def7ff), color-stop(100%,  #abebff));
    background-image: -webkit-linear-gradient(#def7ff, #abebff);
    background-image: linear-gradient(#def7ff, #abebff);
    color: #003545;
}
.slide1-btn:hover {
    background: #def7ff;
}
.slide2-btn {
    background-color: #fff1aa;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #fff1aa), color-stop(100%,  #ffe977));
    background-image: -webkit-linear-gradient(#fff1aa, #ffe977);
    background-image: linear-gradient(#fff1aa, #ffe977);
    color: #443900;
}
.slide2-btn:hover {
    background: #fff1aa;
}
.slide3-btn {
    background-color: #f0fffb;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #f0fffb), color-stop(100%,  #bdffec));
    background-image: -webkit-linear-gradient(#f0fffb, #bdffec);
    background-image: linear-gradient(#f0fffb, #bdffec);
    color: #00573e;
}
.slide3-btn:hover {
    background: #f0fffb;
}
.rsDefault .rsSlide {
    background: #2C72BD;
}
.rsSlide img {
    opacity: .9;
}
.about-bg {
    background: #3057AA;
    color: #FFF;
    padding: 1.5em 0;
    clear: both;
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05), inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
.about {
    text-align: center;
}
.about__heading {
    margin: 0;
    padding: 0;
    font-size: 280%;
    line-height: 1.1;
    text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: .1em;
    color: #FFF;
}
@media only screen and (max-width: 65em) {
    .about__heading {
    font-size: 210%}
}@media only screen and (max-width: 55em) {
    .about-bg {
    padding: 1em 0;
}
.about__heading {
    font-size: 160%}
}@media only screen and (max-width: 45em) {
    .about-bg {
    padding: .75em 0;
}
.about__heading {
    font-size: 140%}
}.btn {
    border-radius: 30px;
    background: #CCC;
    color: #FFF;
    padding: .5em 1em;
}
.pick-state-bg {
    padding: 3.25em 0 4em 0;
    background: #FFF;
}
.pick-state {
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    position: relative;
}
.find-rep-btn {
    font-size: 210%;
    background-color: #ea883c;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ea883c), color-stop(100%,  #e77a25));
    background-image: -webkit-linear-gradient(#ea883c, #e77a25);
    background-image: linear-gradient(#ea883c, #e77a25);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    border-radius: 40px;
}
.find-rep-btn:hover {
    color: #FFF;
    background: #ff7000;
}
.quote-bg {
    background-color: #d5e6ff;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #d5e6ff), color-stop(100%,  #fff));
    background-image: -webkit-linear-gradient(#d5e6ff, #fff);
    background-image: linear-gradient(#d5e6ff, #fff);
    border-top: 1px solid #FFF;
    clear: both;
}
.quote-cont {
    max-width: 1000px;
}
.quote {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 45em) {
    .quote {
    width: auto;
    float: auto;
}
.quote-cont {
    max-width: 500px;
    text-align: center;
}
.find-rep-btn {
    font-size: 120%}
}.quote-mark {
    color: rgba(61, 123, 190, 0.1);
    font-size: 500%;
    position: absolute;
}
.right .quote-mark {
    top: -.25em;
    left: -.2em;
}
.quote__item {
    line-height: 1.1;
    position: relative;
    padding: 1em;
}
.quote__item.right {
    margin: 0 11.25em 0 0;
}
.quote__item__text {
    margin: 1em 0 .5em 0;
    font-weight: bold;
    font-size: 200%;
    color: #1A3772;
}
.quote__item__image {
    border-radius: 50%;
    border: 4px solid #FFF;
    overflow: hidden;
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    border: 8px solid #FFF;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
.quote__item__image img {
    width: 100%}
.quote__item__image.right {
    float: right;
}
.quote__item__lines {
    font-size: 110%;
    color: #3D7BBE;
}
.quote__item__name {
    font-weight: bold;
}
.heading-bg {
    clear: both;
    margin: 0 0 3em 0;
    text-align: center;
    background-color: #3057aa;
    background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #2a4288), color-stop(100%,  #3057aa));
    background-image: -webkit-linear-gradient(#2a4288, #3057aa);
    background-image: linear-gradient(#2a4288, #3057aa);
    -moz-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.05);
}
.heading__main {
    color: #FFF081;
    font-size: 480%;
    padding: 0;
    margin: 0 0 .25em 0;
    line-height: 1;
    letter-spacing: -.03em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.heading p {
    font-size: 160%;
    font-weight: bold;
    color: #FFF;
    margin: 0;
}
.heading-bg-wave {
    padding: 2.25em 0 2em 0;
    background: url(../img/wave-bg.png) repeat-x;
}
.agent-nav-cont {
    float: left;
    width: 18%;
    margin: 0 0 3em 0;
}
.agent-heading {
    padding: 0;
    color: #222;
}
.agent-nav__list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 0;
}
.agent-nav__list {
    font-size: 140%}
.agent-nav__list__link {
    color: #222;
    display: block;
    font-size: 110%;
    margin: 0 0 .5em 0;
    font-weight: bold;
}
.children .agent-nav__list__link {
    color: #4171D5;
    line-height: 1.1;
    padding: .25em 0;
    font-size: 100%;
    margin: 0;
    font-weight: normal;
}
.agent-nav__list__link .count {
    font-size: 60%;
    font-weight: normal;
    color: #7E8CAF;
}
.agent-nav__list__link.current .count {
    color: #C4CCE0;
}
.children .agent-nav__list__link:hover {
    color: #333;
}
.agent-nav__list__link.current, .agent-nav__list__link.current:hover, .agent-nav__list__link:focus {
    color: #FFF;
    background: #4171D5;
    padding: .25em .5em;
    margin: .35em 0;
}
a.agent-nav__list__add {
    margin-top: 2em;
    display: block;
    color: #777;
}
.agents-cont {
    float: right;
    width: 79%;
    font-size: 110%;
    margin: 0 0 1.5em 0;
}
.agent {
    width: 33%;
    float: left;
    text-align: center;
    margin: 0 0 2.5em 0;
}
.agent a, .agent span {
    display: block;
}
.listings .listing-thumbnail {
    display: block;
    background: #EEE;
    border: 13px solid #FFF;
    border-radius: 50%;
    width: 11em;
    height: 11em;
    overflow: hidden;
    margin: 0 auto 1em auto;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    position: relative;
}
.agent.featured .wpbdp-field-businessname {
    margin: 0;
    font-size: 130%}
.agent.featured .wpbdp-field-businessname a {
    color: #222;
    line-height: 1.2;
}
.agent.featured img {
    width: 100%;
    height: auto;
}
.agent.featured {
    position: relative;
    height: 16em;
}
.agent.featured:hover .listing-thumbnail {
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.agent.featured:hover .listing-thumbnail a:before {
    display: block;
    content: 'view details';
    background: rgba(255, 255, 255, 0.7);
    padding: .5em 0;
    position: absolute;
    z-index: 1;
    font-weight: bold;
    font-size: 140%;
    color: #222;
    width: 100%;
    text-align: center;
    left: 0;
    top: 2.75em;
}
.agent__location {
    color: #3b4e5f;
}
@media only screen and (max-width: 65em) {
    .agent-nav-cont, .agents-cont {
    float: none;
    clear: both;
    width: auto;
}
.agent__image {
    width: 70%;
    height: 70%;
    border: 8px solid #FFF;
}
.heading__main {
    font-size: 400%}
.heading p {
    font-size: 120%}
.heading-bg-wave {
    padding: 2em 0;
}
.agent__link:hover .agent__image:before {
    display: none;
}
.agent-nav__list li {
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
}
.ex {
    display: none;
}
.agent-nav__list {
    background: #fff;
}
.agent-nav__list__link {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 35px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.agent-nav__list__link.current, .agent-nav__list__link.current:hover {
    margin: 0;
    padding: .25em 0;
}
.agent-nav__list.list-featured li {
    display: block;
    float: none;
}
.agent-nav__list__link.current, .agent-nav__list__link.current:hover, .agent-nav__list__link:focus {
    margin: 0;
}
.agent-nav__list__link:active, .agent-nav__list__link:focus {
    background: #1D469B;
    color: #FFF !important;
}
.agent {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0 0 2.5em 0;
}
.agent.featured {
    height: 12em;
}
.listings .listing-thumbnail {
    border: 7px solid #FFF;
    width: 7em;
    height: 7em;
}
.agent-nav-cont {
    margin: 0 0 1em 0;
}
}@media only screen and (max-width: 35em) {
    .agent__image {
    border: 5px solid #FFF;
}
.heading__main {
    font-size: 300%}
}.agent-small__list {
    clear: both;
    margin: 0 0 3em 0;
}
.agent-small__list .field-value {
    display: inline-block;
}
.agent-small__link, .agent-small__no-link {
    display: block;
    position: relative;
    padding: .45em 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.agent-small__list li:last-child .agent-small__no-link {
    border-bottom: 0;
}
.agent-small__link .agent-small__heading {
    color: #28529E;
}
.agent-small__list .wpbdp-field-businessname {
    margin: 0 .75em 0 0;
    color: #444;
}
.agent-small__location {
    color: #3b4e5f;
}
.gent-small__list .wpbdp-field-phone {
    float: right;
    color: #3b4e5f;
}
.wpbdp-listing-single {
    background: #FFF;
    padding: 3em;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
}
.wpbdp-listing-single.sticky {
    padding: 3em 3em 3em 2em;
}
.wpbdp-listing-single h1 {
    line-height: 1.15;
    font-size: 230%;
    margin-top: -.25em;
}
.wpbdp-listing-single.sticky h1 {
    float: left;
    width: 68%}
.wpbdp-listing-single .main-image {
    float: left;
}
.wpbdp-listing-single .main-image img {
    width: 100%;
    height: auto;
}
.wpbdp-listing-single.sticky .listing-details {
    float: left;
    width: 68%}
.wpbdp-listing-single .wpbdp-field-address {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 1em 0;
}
.wpbdp-listing-single .main-image {
    display: block;
    background: #EEE;
    border-radius: 50%;
    width: 219px;
    height: 219px;
    overflow: hidden;
    margin: 0 2em 2em 0;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 8px rgba(0, 0, 0, 0.1);
    position: relative;
}
.wpbdp-listing-single .go-back {
    margin-top: 2em;
    display: inline-block;
}
.wpbdp-listing-single.sticky .go-back {
    position: absolute;
    left: 2em;
    bottom: 1em;
}
.wpbdp-listing-single .edit-listing {
    position: absolute;
    top: 0;
    right: 1em;
    border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 65em) {
    .wpbdp-listing-single h1, .wpbdp-listing-single.sticky .listing-details {
    float: left;
    width: 55%}
}@media only screen and (max-width: 52em) {
    .wpbdp-listing-single {
    overflow: hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpbdp-listing-single.sticky {
    padding: 1em 0 0 0;
}
.wpbdp-listing-single.sticky .go-back {
    position: relative;
    left: 0;
    bottom: auto;
}
}@media only screen and (max-width: 45em) {
    .wpbdp-listing-single {
    padding: 3em;
}
.wpbdp-listing-single.sticky .main-image {
    float: none;
}
.wpbdp-listing-single.sticky h1, .wpbdp-listing-single.sticky .listing-details {
    float: none;
    width: auto;
}
}.content-area {
    margin: 3em auto;
    max-width: 52em;
}
.entry-title {
    line-height: 1.2;
}
.entry-title a {
    color: #333;
}
.entry-title a:hover {
    color: #28529E;
}
.post, .page-id-9 .entry-content {
    margin: 0 0 2em 0;
    background: #FFF;
    font-size: 120%;
    line-height: 1.4;
    padding: 3em 4em;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(0, 0, 0, 0.05);
}
.page .entry-content {
    margin: 2em 0;
}
.entry-meta {
    font-size: 90%}
.entry-meta .author {
    margin: 0 1.5em 0 0;
}
.entry-meta .entry-date, .entry-meta .categories-links {
    display: none;
}
.entry-thumbnail {
    float: right;
    margin: 0 0 1em 1em;
}
@media only screen and (max-width: 52em) {
    .post {
    margin: 0;
    padding: 1.5em;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 100%}
.content-area {
    margin: 0;
}
.entry-thumbnail {
    float: none;
    margin: 0 0 1em 0;
}
.entry-thumbnail img {
    width: 100%;
    height: auto;
}
}.comment-list {
    list-style-type: none;
    padding: 0;
}
.comment-meta {
    overflow: hidden;
}
.comment-author {
    font-size: 130%;
    float: left;
}
.comment-author .fn {
    color: #222;
}
.comment-metadata {
    float: right;
    margin: .5em 0 0 0;
}
.comment-author img {
    width: 40px;
    height: 40px;
    margin: 0 .25em 0 0;
    border-radius: 50%}
.comment-content {
    clear: both;
}
.comment {
    padding: 1.5em;
    background: #D6E3F7;
}
.comment-reply-title {
    color: #222;
}
#comment {
    height: 11em;
}
.comments-title {
    font-size: 180%}
.comment-reply-title {
    font-size: 150%}
@media only screen and (max-width: 55em) {
    .comments-area {
    padding: 1.5em;
}
.comment-author, .comment-metadata {
    float: none;
    width: auto;
}
}a[data-tooltip]:link, a[data-tooltip]:visited {
    position: relative;
    text-decoration: none;
}
a[data-tooltip]:before {
    content: "";
    position: absolute;
    border-bottom: 30px solid #4171D5;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    visibility: hidden;
    bottom: -38px;
    left: 5px;
    z-index: 9;
}
a[data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    color: white;
    bottom: -55px;
    left: 0px;
    background: #4171D5;
    padding: 5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
    visibility: hidden;
    z-index: 9;
}
a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
    visibility: visible;
    -webkit-transition: visibility 0s linear .3s;
    -moz-transition: visibility 0s linear .3s;
    -o-transition: visibility 0s linear .3s;
    transition: visibility 0s linear .3s;
}
.spon {
    clear: both;
    margin: 0 0 1em 0;
}
.spon img {
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 885px;
}
@media only screen and (max-width: 35em) {
    .spon {
    display: none;
}
}.footer-cont {
    color: #666;
    background: #142957;
    padding: 1em 0 0 0;
}
.footer {
    max-width: 56em;
    margin-bottom: 1em;
}
.footer a {
    color: #AAA;
    display: block;
}
.footer a:hover {
    color: #CCC;
}
.col-nav {
    float: left;
    font-size: 90%}
.nav-bot {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 140%}
.nav-bot li {
    display: inline-block;
}
.nav-bot a {
    padding: .25em .5em;
    display: inline-block;
    color: #879fd2;
}
.nav-bot li:first-child a {
    padding-left: 0;
}
.nav-bot a:hover {
    color: #d1daee;
}
.nav-connect {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 160%;
    float: right;
}
.nav-connect li {
    display: inline-block;
}
.nav-connect a {
    padding: 0 1em 0 1.75em;
    font-size: 70%;
    padding: 0.5em 1em 0.5em 2em;
    display: inline-block;
    color: #FFF;
}
.nav-connect a:hover {
    color: #879fd2;
}
.nav-connect .contact a {
    background: url(../img/icon-contact.png) no-repeat center left;
}
.nav-connect .facebook a {
    background: url(../img/icon-facebook.png) no-repeat center left;
}
.last-words-cont {
    clear: both;
    background: #0e152b;
}
.last-words {
    padding-top: .75em;
    padding-bottom: .75em;
}
.last-words a {
    color: #FFCD2F;
}
.last-words a:hover {
    color: #FFF;
}
.last-words__copyright {
    float: left;
    color: #616C8A;
    font-size: 90%}
.last-words__about {
    float: right;
    color: #DAD8A7;
    font-size: 90%}
@media only screen and (max-width: 45em) {
    .col-nav, .nav-connect, .last-words__copyright, .last-words__about, .nav-bot a {
    float: none;
}
.footer-cont {
    text-align: center;
}
.footer .col {
    clear: both;
}
.nav-bot {
    margin-bottom: .5em;
}
.nav-bot a {
    float: none;
}
}@media only screen and (max-width: 35em) {
    .footer-cont {
    font-size: 75%}
.nav-connect a {
    padding-top: .25em;
    padding-bottom: .25em;
}
}button {
    border: 0;
    background: #4165AF;
    color: #FFF;
    padding: .25em 1em;
    border-radius: 6px;
}
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 {
    height: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background-color: #FFF;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0 0 1em 0;
    padding: .5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    font: 1.875em inherit;
    font-size: 1.05em;
    outline: 0;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !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 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}


}



.col-pando{
	float:right;
}

@media only screen and (max-width: 45em) {
.col-pando{
	display:none;
}
}