/*
#91B94B
#777671
#43674E
#429658
#1D4B8B
#1D4B8B
rgba(145,185,75,0.93)
rgba(69,76,71,0.82)
*/
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #1D4B8B;
    line-height: 1.4;
}
h1 {
    font-weight: 600;
    font-size: 40px;
}
h1, h2, h3, h4 {
    color: #1D4B8B;
}
h1, h2, h3 {
    line-height: 1.2;
}
.clear-float {
    clear:both;
}
.highlight {
    color: #F7973D;
}
img.display-left {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    max-width: 50% !important;
}
img.display-right {
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    max-width: 50% !important;
}
a.green-btn,
.green-btn,
.white-btn,
.enquire {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #1D4B8B;
    color: #1D4B8B;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 30px;
    transition: all .25s ease-in-out;
    min-width: 200px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 2px;
}
.enquire {
    padding-left: 15px;
}
.enquire:before {
    content:"";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-image:url('/app/img/phone.svg');
    background-size: contain;
    background-position: center;
    margin-right: 5px;
    transition: brightness 0.25s ease-in-out;
}
a.green-btn:hover,
.green-btn:hover,
.enquire:hover {
    background-color: #f7973d;
    color: #FFFFFF;
    border: 2px solid #f7973d;
}
.enquire:hover:before {
    filter: brightness(0) invert(1);
}
.white-btn{
    border-color: white;
    color: white!important;
    display: inline-block;
}
.white-btn:hover{
    background-color: white;
    transition: background-color 0.3s ease-in-out;
    color:#1D4B8B!important;
}
.teal-outline-btn{
    border:2px solid #1D4B8B;
    color:#1D4B8B;
    border-radius: 26px;
    background-color: transparent;
    padding: 5px 25px!important;
    display: inline-flex;
    box-sizing: border-box;
    height: 40px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    align-items: center;
}
.teal-outline-btn:hover{
    color:#fff;
    background-color: #f7973d;
    border-color:#f7973d; 
}
.two-col {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 0 2%;
    box-sizing: border-box;
}
.text-teal{
    color:#1D4B8B
}
.text-white{
    color:#fff
}
.list-dash{
    list-style-type:none;
    padding-left:5px;
}
.list-dash > li {
    text-indent: -5px;
    
}
.list-dash > li:before {
    content: "-";
    text-indent: -5px;
    padding-right: 5px;
}
@media only screen and (max-width: 760px){
    img.display-left,
    img.display-right {
        display: block;
        float: none;
        margin: 20px auto;
        max-width: 100% !important;
    }
    .two-col {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
}