@charset "utf-8";


  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display&display=swap');


:root {
    --primary_color: #B5A478;
    --secondary_color: #2A5CA3;
    --hover_color: #002142;
    --highlight_color: #f79939;
    --menu_color: #3C3C3B;
    --btn_green: #006D07;
    --btn_red: #C20101;
    --back_grey: #343433;
    --back_menu: #f2f2f2;
    --box_border: #363636;
    --box_back: #d7d7d7;
    --input_border: #363636;
    --main_font: 'Open Sans', sans-serif;
    --heading_font: 'PLayfair Display', cursive;
    --menu-primary-color: #003366;
    --menu-primary-text-color: #fff;
    --menu-secondary-color: #2A5CA3;
    --menu-secondary-text-color: #fff;
    --menu-third-color: #f3f3f3;
    --menu-third-text-color: #2A5CA3;
    --menu-border-color: #ACCBE6;
}
body {
    font-family: var(--main_font);
    font-size: 1rem;
    background-color: #3C3C3B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading_font);
    color: var(--primary_color);
}

img.width100,
img.imagepopup_100 {
    width: 99% !important;
    height: auto !important;
    margin: 0.5%;
}

img.width50,
img.imagepopup_50 {
    width: 49% !important;
    height: auto !important;
    margin: 0.5%;
}

img.width33,
img.imagepopup_33 {
    width: 32.333% !important;
    height: auto !important;
    margin: 0.5%;
}

img.width25,
img.imagepopup_25 {
    width: 24% !important;
    height: auto !important;
    margin: 0.5%;
}

hr {
    clear: both;
    border: 1px solid var(--primary_color);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

p,
li,
th,
td {
    font-weight: normal;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    line-height: 170%;
}
p {
    text-align: justify;
}
li,
th,
td {
    padding: 0px;
    line-height: normal;
}

a {
    text-decoration: none;
    color: var(--primary_color);
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

.center {
    text-align: center;
}
img {
    padding: 0px;
    margin: 0px;
}

h1 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 36px;
    color: var(--primary_color);
}
#page_col_header h1, #page_col_header p.title {
    font-size: 3rem;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-family: var(--heading_font);
}
h1::after {
}

h2 {
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

h2::after {
}

h2 a {
    color: #003366;
    text-decoration: none;
}

h3 {
    font-size: 2rem;
}

h3::after {
}

h3 a {
    color: #1A3C57;
    text-decoration: none;
}

h4 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 20px;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

h6 {
    font-weight: bold;
}
img {
    border: 0px;
    margin: 0px;
    margin-bottom: -10px;
}
fieldset {
    border: none;
}
input[type='text'],
input[type='email'],
input[type='tel'],
textarea,
select,
input[type='time'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid var(--primary_color);
    margin-bottom: 5px;
    border-radius: 0px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
select {
    width: 100%;
    vertical-align: middle;
}

textarea {
    height: 120px;
    width: 100%;
}

input[type='time'] {
    width: auto;
}

input[type='checkbox'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

input[type='radio'] {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.btn_submit,
.btn_more_details,
.btn,
.btn_more_info,
button {
    background-color: var(--primary_color);
    color: #fff !important;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.btn.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 160px;
    text-align: center;
}

btn.active {
    background: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
.btn_text {
    font-family: var(--heading_font);
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
}

.hidden {
    display: none;
}
.caption {
    font-size: 12px;
    color: #657EA5;
}
table {
    width: 100%;
    border-collapse: collapse;
    display: table;
}

table tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--primary_color);
}

table tr th {
    padding: 5px;
    text-align: left;
    background-color: var(--primary_color);
    color: #fff;
}

table tr td {
    padding: 5px;
}

table tr td a {
    text-decoration: none;
}


p.first {
    font-size: 1.6em;
    font-family: var(--heading_font);
}

p.date {
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #000000;
    padding-bottom: 10px;
    color: #a2a2a2;
    text-transform: capitalize;
    font-size: 14px;
}

p.medium {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: 0.9em !important;
    color: #000000;
}

p.notes {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    font-size: .8em !important;
    color: #000000;
}
p.strapline {
    font-family: var(--heading_font);
    font-size: 20px;
    color: var(--menu_color);
}
#side_comment {
    text-align: center;
    font-family: var(--heading_font);
    color: var(--menu_color);
    font-size: 22px;
    position: relative;
    display: block;
    margin-top:80px;
    margin-left:20px;
    margin-right:20px;
}


#side_comment::before {
    content:url('/images/quote.png');
    position:relative; /*or absolute*/
    height: 33px;
    width: 44px;
    left:-20px;
    top:-50px;
}
#side_comment::after {
    content:url('/images/quote.png');
    position:relative; /*or absolute*/
    height: 33px;
    width: 44px;
    right:-20px;
    bottom:-50px;
}
#panel_811070 {
    background-color: var(--back_grey);
}
#panel_content_811070 .panel_text {
    display: flex;
    align-content: center;
    align-items: center;
}
a#rss {
    font-size: 13px;
    font-weight: bold;
    color: #FF9900;
    text-decoration: none;
}

video {
    width: 100% !important;
    height: auto !important;
}

#videobox {
    font-size: 12px;
    color: #666;
    text-align: center;
    padding: 10px;
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

#video_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    margin-right: auto;
    margin-left: auto;
}

#video_wrapper iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    clear: both;
}

#contact_form_box {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

#contact_form_box label {
    display: none;
}

#contact_form_box label.show-label {
    display: inline-block;
}
.link-tel, .link-email {
    font-size: 26px;
    font-family: var(--heading_font);
    margin-bottom: 20px;
    display: block;
}
.link-tel img, .link-email img {
   vertical-align: middle;
   height: 30px!important;
   width: auto!important;
}
.video_col {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#panel_content_811070 .panel_image, #panel_content_811070 .panel_text {
    min-height: 40vw;
}
#panel_811070 p {
    font-family: var(--heading_font);
}

@media (max-width: 960px) {}

@media (max-width: 850px) {}

@media (max-width: 780px) {}

@media (max-width: 650px) {
    #contact_form_box {
        width: 100%;
        padding: 10px;
        float: none;
    }

    .video_col {
        width: 100%;
    }
    p.first {
        font-size: 1.4em;
        font-family: var(--heading_font);
    }
    
}

@media (max-width: 480px) {

    img.width100 {
        width: 99% !important;
        height: auto !important;
    }

    img.width50 {
        width: 99% !important;
        height: auto !important;
        margin: 0.5%;
        clear: both;
    }

    img.width33 {
        width: 99% !important;
        height: auto !important;
        margin: 0.5%;
        clear: both;
    }

    img.width25 {
        width: 49% !important;
        height: auto !important;
        margin: 0.5%;
    }
}

@media (max-width: 380px) {}
