/*--------------------------------------------------*\ General \*--------------------------------------------------*/
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #333;
    background-color: #f6f6f6;
    margin: 0 auto;
}
@media (min-width: 1260px) {
    body {
        max-width: 1260px;
    }
}
h1 {
    color: #000;
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.5;
    margin-top: 0;
}
@media (max-width: 991px) {
    h1 {
        font-size: 30px;
    }
}
h2 {
    color: #333;
    font-size: 30px;
    line-height: 1.5;
    margin-top: 0;
}
@media (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
a {
    color: #c41230;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #c41230;
    text-decoration: none;
}
a.disabled {
    cursor: default;
}
/*grey style*/
.grey {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*button style*/
.btn-general {
    font-size: 20px;
    font-family: "Merriweather", serif;
    font-weight: 900;
    padding: 15px 20px;
    border-radius: 0px;
    border: 5px solid #c41230;
    color: #c41230;
    background: transparent;
    min-width: 120px;
    max-width: 225px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-general:hover,
.btn-general:focus {
    color: #fff;
    border-color: #c41230;
    background-color: #c41230;
}
.wow {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*--------------------------------------------------*\ nav \*--------------------------------------------------*/
#header .navbar {
    z-index: 101;
}
.navbar {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 0 30px;
    border: none;
    z-index: 100;
}
@media (max-width: 991px) {
    .navbar {
        padding: 0 15px;
    }
}
.navbar .navbar-brand {
    height: 100px;
    padding: 15px 10px;
    margin-left: -10px;
}
@media (max-width: 767px) {
    .navbar .navbar-brand {
        height: 70px;
        padding: 10px;
    }
}
.navbar .navbar-brand img {
    max-height: 100%;
}
.navbar .navbar-nav a {
    font-family: "Merriweather", serif;
}
.navbar .navbar-nav ul.dropdown-menu {
    border-radius: 0px;
    min-width: 250px;
}
.navbar .navbar-nav ul.dropdown-menu > li a {
    color: #c41230;
    font-size: 16px;
    padding: 10px 25px;
}
@media (max-width: 991px) {
    .navbar .navbar-nav ul.dropdown-menu > li a {
        white-space: normal;
    }
}
.navbar .navbar-nav ul.dropdown-menu > li > a:focus,
.navbar .navbar-nav ul.dropdown-menu > li > a:hover {
    background-color: #6d6e71;
    color: #fff;
}
.navbar .navbar-nav ul.dropdown-menu > .active > a {
    background-color: transparent;
    color: #c41230;
}
.navbar .navbar-nav ul.dropdown-menu > .active > a:focus {
    background-color: #6d6e71;
    color: #fff;
}
.navbar .navbar-nav > li > a {
    color: #c41230;
    font-size: 16px;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
    font-weight: normal;
    padding: 10px 10px;
}
.navbar .navbar-nav > li > a i {
    margin-right: 5px;
}
.navbar .navbar-nav > li > a:hover {
    border-bottom: 2px solid #c41230;
    background-color: transparent;
    color: #c41230;
}
.navbar .navbar-nav > li.active > a {
    color: #fff;
    background-color: #c41230;
}
.navbar .navbar-nav > li.active.open > a {
    color: #fff;
    background-color: #c41230;
}
.navbar .navbar-nav > li.active.open > a:hover {
    color: #fff;
    background-color: #c41230;
}
.navbar .navbar-nav > li.active:hover > a {
    color: #fff;
    background-color: #c41230;
}
.navbar .navbar-nav > li.open > a {
    background-color: transparent;
    color: #c41230;
}
.navbar .navbar-nav > li.open > a:hover {
    background-color: transparent;
    color: #c41230;
}
@media (min-width: 1200px) {
    .navbar .navbar-nav {
        float: right !important;
        margin-right: 15px;
        margin-top: 30px;
    }
}
/*Breakpoint update to 1199px*/
@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        border: none;
        margin-top: 30px;
    }
    .navbar-collapse {
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        position: relative;
        z-index: 4;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 0 0 20px 0;
    }
    .navbar-nav > li {
        float: none;
        display: block;
    }
    .collapse.in {
        display: block !important;
    }
}
/*************************************** more nav position: fixed;
 height: fit-content;
 top: 200%;
 left: 0;
 ******************************************/
@media (max-width: 1199px) {
    .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.nav > li > .dropdown-menu > .dropdown:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    right: 20px;
    top: 11px;
    font-size: 14px;
    font-weight: 900;
    color: #c41230;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav > li.open > .dropdown-menu > .dropdown.open > a {
    background-color: #c41230;
    color: #fff;
}
.nav > li.open > .dropdown-menu > .dropdown.open:after {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav .dropdown ul li ul {
    position: static;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    float: none;
}
.nav .dropdown ul li ul li {
    display: block;
}
.nav .dropdown ul li ul li a {
    padding-left: 40px;
}
/*--------------------------------------------------*\ Home banner \*--------------------------------------------------*/
#home-banner {
    height: 500px;
    background-size: cover;
    font-family: "Merriweather", serif;
    padding-left: 60px;
    position: relative;
    background-position: center;
}
@media (max-width: 991px) {
    #home-banner {
        max-height: 400px;
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    #home-banner {
        padding: 0 30px;
    }
}
#home-banner > div {
    position: absolute;
    bottom: 60px;
    background-color: rgba(196, 18, 48, 0.8);
    padding: 35px 50px;
    width: 500px;
    overflow: hidden;
}
@media (max-width: 991px) {
    #home-banner > div {
        width: 450px;
        bottom: 30px;
    }
}
@media (max-width: 767px) {
    #home-banner > div {
        padding: 20px;
        position: relative;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
#home-banner h1 {
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #home-banner h1 {
        font-size: 24px;
    }
}
/*--------------------------------------------------*\ subpage banner \*--------------------------------------------------*/
#subpage-banner {
    background-color: #656668;
    color: #fff;
    text-align: center;
    background-position: 9% 66%;
    background-position-y: center;
    background-size: cover;
    height: 300px;
    -webkit-box-shadow: inset 0 0 0 700px rgba(51, 51, 51, 0.5);
    box-shadow: inset 0 0 0 700px rgba(51, 51, 51, 0.5);
}
#subpage-banner > div {
    position: relative;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#subpage-banner.no-image {
    height: 300px;
    border-bottom: 5px solid #c41230;
}
#subpage-banner h1 {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
}
@media (max-width: 991px) {
    #subpage-banner {
        padding: 0 30px;
    }
}
/*--------------------------------------------------*\ Contents \*--------------------------------------------------*/
.main {
    padding: 70px 45px 50px 45px;
}
.main.home {
    padding: 0;
}
.main.subpage {
    background-color: #fff;
}
.main.subpage.first-level,
.main.subpage.nearbysearch {
    padding: 0;
}
@media (max-width: 991px) {
    .main {
        padding: 50px 15px 50px 15px;
    }
}
.subpage h2 {
    margin: 0 20px 20px;
    display: inline-block;
    position: relative;
}
.subpage h3 {
    /* margin-top: 35px;
     */
}
.subpage.nearbysearch h3 {
    margin-top: 0px;
}
/*--------------------------------------------------*\ Home sections \*--------------------------------------------------*/
.card-wrap {
    color: #fff;
    background-size: cover;
    background-position: center;
    padding-bottom: 375px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-inner-wrap {
    overflow: hidden;
    position: relative;
}
.card-wrap-hover:hover .card-wrap {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.card-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.card-desc h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
    font-weight: 700;
    color: #fff;
}
@media (max-width: 991px) {
    .card-desc h3 {
        font-size: 20px;
    }
}
.card-desc p {
    font-weight: 500;
    margin-bottom: 0px;
}
#home-section-1 {
    background-color: #e3e3e3;
    padding: 60px;
}
#home-section-2 {
    background-color: #fff;
    padding: 30px 60px;
}
#home-section-2 .card-wrap {
    padding-bottom: 100%;
}
@media (max-width: 767px) {
    #home-section-2 .card-wrap {
        padding-bottom: 375px;
    }
}
#home-section-2 .card-desc {
    height: 140px;
    background-color: rgba(196, 18, 48, 0.8);
}
@media (min-width: 992px) {
    #home-section-1 .row > div:first-child {
        padding-right: 30px;
    }
    #home-section-1 .row > div:nth-child(2) {
        padding-left: 30px;
    }
    #home-section-2 .row > div:first-child {
        padding-right: 15px;
    }
    #home-section-2 .row > div:not(:first-child):not(:last-child) {
        padding-left: 15px;
        padding-right: 15px;
    }
    #home-section-2 .row > div:last-child {
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    #home-section-1 {
        padding: 30px;
        margin: 0;
    }
    #home-section-2 {
        padding: 30px;
        margin: 0;
    }
}
@media (max-width: 767px) {
    #home-section-1 > .row > div:not(:last-child),
    #home-section-2 > .row > div:not(:last-child) {
        margin-bottom: 30px;
    }
    #home-section-1 .row > div:first-child .card-outer-wrap,
    #home-section-2 .row > div:not(:last-child) .card-outer-wrap {
        margin-bottom: 30px;
    }
}
/*--------------------------------------------------*\ Call to action \*--------------------------------------------------*/
#cta {
    background-color: #000;
    margin-top: 0;
    color: #fff;
}
#cta .cta-content i {
    font-size: 32px;
}
#cta .cta-content span {
    font-weight: 900;
}
#cta h2 {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 48px;
    margin-top: 10px;
    color: #fff;
}
@media (max-width: 1060px) {
    #cta h2 {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    #cta h2 {
        font-size: 30px;
    }
}
#cta h4 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin-top: 20px;
}
#cta a {
    color: #fff;
}
#cta a:hover,
#cta a:focus {
    text-decoration: none;
}
#cta a:hover > div {
    background-color: #333;
}
#cta > .row > div {
    padding: 0;
}
#cta > .row > div:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: transparent;
}
#cta > .row > div:nth-child(1):before {
    background-color: #890c21;
}
#cta > .row > div:nth-child(2) {
    border-left: 1px solid #6d6e71;
    border-right: 1px solid #6d6e71;
}
#cta > .row > div:nth-child(2):before {
    background-color: #c41230;
}
#cta > .row > div:nth-child(3):before {
    background-color: #d5596e;
}
.three-col-cta {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    padding: 0 60px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
    .three-col-cta {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .three-col-cta {
        height: 250px;
    }
}
/*************************** about ****************************/
.about [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.about-card {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.about-card-content {
    width: 500px;
    max-width: 100%;
}
.about-card-header {
    text-align: center;
}
.about-card-header i {
    font-size: 36px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.about-card-header h2 {
    font-weight: 700;
    font-family: "Merriweather", serif;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
    position: static;
    color: #c41230;
}
.about-card-body {
    text-align: center;
}
.about-card-body p {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #333;
    text-align: center;
}
.about > div:nth-child(odd) {
    border-right: 5px solid #c41230;
}
.about > div:nth-child(-n + 4) {
    border-bottom: 5px solid #c41230;
}

.about a:hover h2,
.about a:hover p,
.about a:hover i,
.about a:hover button {
    color: #fff;
}
.about a:hover button {
    border-color: #fff;
}
.about .btn.btn-general:hover {
    background-color: transparent;
    border-color: #fff;
}
.about a:hover .about-card {
    background-color: #c41230;
}
@media (max-width: 992px) {
    .row.about > div:not(:last-child) {
        border-right: none;
        border-bottom: 5px solid #c41230;
    }
}
/*--------------------------------------------------*\ Team \*--------------------------------------------------*/
.team-wrapper .team-member a::after {
    background-color: #c41230;
}
.team-member {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    line-height: 1.5;
}
.team-member:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 95%;
    border-bottom: 2px solid #c41230;
}
.team-member .team-photo {
    padding: 0;
}
.team-member .team-photo > div {
    width: 100%;
    padding-bottom: 125%;
    background-size: cover;
    background-position: center;
    height: 0;
}
@media (max-width: 767px) {
    .team-member .team-photo > div {
        padding-bottom: 100%;
    }
}
.team-member .team-detail a {
    position: relative;
}
.team-member .team-detail .jobtitle {
    text-transform: uppercase;
}
.team-member .team-detail .firstname,
.team-member .team-detail .lastname {
    font-family: "Merriweather", serif;
    font-weight: 700;
}
.team-member .team-detail .firstname,
.team-member .team-detail .phone,
.team-member .team-detail .connect {
    margin-top: 10px;
}
.team-member .team-detail i {
    margin-right: 5px;
}
/*************************** List Style ****************************/
.subpage li {
    font-size: 16px;
    position: relative;
    line-height: 1.5;
    margin: 0 0 18px;
}
.subpage li a {
    font-weight: 700;
}
.subpage li ul,
.subpage li ol {
    padding: 8px 0 0 20px;
}
.subpage ul,
.subpage ol {
    padding-left: 25px;
    list-style-type: none;
}
.subpage ul li::before {
    content: "\f111";
    display: block;
    position: absolute;
    left: -20px;
    top: 7px;
    color: #c41230;
    font-size: 8px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.subpage ul ul,
.subpage ul ol {
    margin-bottom: 0;
}
.subpage ol {
    counter-reset: li;
}
.subpage ol li {
    counter-increment: li;
}
.subpage ol li::before {
    position: absolute;
    content: counter(li) ". ";
    line-height: 1;
    left: -25px;
    top: 4px;
}
.subpage ol ul,
.subpage ol ol {
    margin-bottom: 0;
}
.sub-menu-wrapper ul {
    padding-left: 0;
}
.main ol li:before,
.main ul li:before {
    color: #c41230;
}
.main .text-section a {
    color: #c41230;
    font-weight: 700;
}
.main .text-section a::after {
    background-color: #c41230;
}
/*************************** Sub Menu ****************************/
.sub-menu-wrapper {
    background-color: #dcddde;
}
.sub-menu-wrapper h4 {
    background-color: #c41230;
    color: #fff;
    text-align: left;
    padding: 15px 20px;
    margin: 0;
    position: relative;
    text-transform: none;
    display: block;
    font-family: "Merriweather", serif;
}
.sub-menu-wrapper .sub-menu-top-link:before {
    position: absolute;
    width: 5px;
    height: 35px;
    content: "";
    background-color: #6d6e71;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sub-menu-wrapper li a {
    color: #333;
    font-weight: 400;
    padding: 15px 40px;
    display: block;
}
.sub-menu-wrapper li a:hover::before {
    content: "";
    position: absolute;
    background-color: #c41230;
    width: 5px;
    top: 0;
    bottom: 0;
    right: 0;
}
.sub-menu-wrapper li.has-children i {
    color: #c41230;
}
.subpage .sub-menu-wrapper ul {
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.subpage .sub-menu-wrapper li {
    margin: 0;
    padding-left: 0;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 2;
}
.subpage .sub-menu-wrapper li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    left: 20px;
    top: 50%;
    font-size: 14px;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subpage .sub-menu-wrapper ul ul li:before {
    left: 40px;
}
.sub-menu-wrapper > ul > li:nth-child(even) {
    background-color: #eaeaeb;
}
.sub-menu-wrapper li.active a {
    background-color: #6d6e71;
    color: #fff;
}
.sub-menu-wrapper ul ul {
    background-color: #eeeeef;
}
.sub-menu-wrapper ul ul li a {
    padding: 15px 60px;
}
.sub-menu-wrapper ul ul li.current a {
    background-color: #c41230;
    color: #fff;
}
.subpage .sub-menu-wrapper li.active.has-children:before {
    cursor: pointer;
}
.has-children i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
}
.subpage .has-children + ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.7s all cubic-bezier(0, 1, 0.5, 1);
    -o-transition: 0.7s all cubic-bezier(0, 1, 0.5, 1);
    transition: 0.7s all cubic-bezier(0, 1, 0.5, 1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    position: relative;
    z-index: 0;
}
.has-children.open + ul {
    max-height: 600px;
}
.main .sub-menu-wrapper ul ul li.current:before {
    color: #fff;
}
/*--------------------------------------------------*\ a link animation \*--------------------------------------------------*/
#footer a,
.text-section a {
    margin: 0 0 10px;
    position: relative;
}
#footer a::after,
.text-section a::after,
.team-wrapper a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    opacity: 0;
    -webkit-transition: height 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    transition: height 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: height 0.2s, opacity 0.2s, transform 0.2s;
    transition: height 0.2s, opacity 0.2s, transform 0.2s;
    transition: height 0.2s, opacity 0.2s, transform 0.2s,
        -webkit-transform 0.2s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
#footer a:hover::after,
.text-section a:hover::after,
.team-wrapper a:hover::after,
#footer a:focus::after,
.text-section a:focus::after,
.team-wrapper a:focus::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*************************** Footer ****************************/
#prefooter {
    padding: 40px 0;
    background-color: #fff;
    font-size: 12px;
}
@media (max-width: 991px) {
    #prefooter {
        padding: 30px 0;
    }
}
.sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sitemap > div {
    padding: 0 60px;
}
@media (max-width: 991px) {
    .sitemap > div {
        padding: 0 30px;
    }
}
.sitemap .sitemap-section:first-child {
    margin-bottom: 30px;
}
.sitemap p {
    font-size: 14px;
}
.sitemap [class*="col-"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.sitemap .sitemap-top-link {
    display: block;
    color: #333;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #c41230;
    padding-bottom: 10px;
}
.sitemap ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
    list-style-type: none;
}
.sitemap ul li {
    line-height: 1.5;
}
.sitemap ul li a {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #333;
    position: relative;
}
.sitemap ul li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c41230;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sitemap ul li a:hover::after,
.sitemap ul li a:focus::after {
    right: -5px;
}
.sitemap ul li a.disabled:after {
    content: "";
}
.sitemap .footer-logo-section p a {
    font-weight: 700;
}
.sitemap .footer-logo {
    max-height: 45px;
    margin-bottom: 20px;
}
.sitemap .social-link {
    font-size: 20px;
    margin-left: -5px;
}
.sitemap .social-link .fa-stack {
    font-size: 16px;
}
.sitemap .social-link i {
    color: #c41230;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sitemap .social-link i.fab {
    color: #fff;
}
.sitemap .social-link:hover i.fas,
.sitemap .social-link:focus i.fas {
    color: #6d6e71;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .sitemap .social-link {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .sitemap .social {
        margin: 30px 0;
    }
    .sitemap [class*="col-"] {
        margin: 10px 0;
    }
}
#footer {
    background-color: #c41230;
    color: #fff;
    padding: 15px 45px;
}
#footer a {
    text-decoration: none;
    color: inherit;
}
#footer .footer-text .useful-links {
    font-size: 18px;
    float: right;
    margin-bottom: 0px;
    margin-top: 0px;
}
#footer .footer-text .useful-links a {
    font-size: 16px;
}
@media (max-width: 991px) {
    #footer {
        padding: 15px 15px;
    }
}
.hr {
    width: 100%;
    height: 1px;
    margin: 50px 0px;
    background-color: #e0e0e0;
}
@media (max-width: 767px) {
    .hr {
        margin: 50px 0px;
    }
}
.section hr {
    border-top: 1px solid rgba(141, 206, 242, 0.7);
}
.section.pics {
    display: block;
    margin: 20px 5px;
}
.section.pics .home-pics {
    padding-bottom: 80px;
}
.section.pics .home-pics .btn {
    position: absolute;
    bottom: 0;
}
.section.pics .img-preview {
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@media (max-width: 767px) {
    #subpage-banner h1 {
        font-size: 32px;
    }
    .about-card {
        height: auto;
        padding: 50px 30px;
    }
}
@media (max-width: 480px) {
    .about-card-body p {
        font-size: 1em;
    }
    .nav.view-switch > li {
        white-space: nowrap;
    }
}
/*#region old news*/
/*********************************** News ************************************/
/*#endregion old news*/
.post-area,
.post-title,
.post-date {
    display: inline-block;
    clear: both;
    height: 100%;
    width: 100%;
}
.post-area {
    padding-left: 0;
    padding: 10px 0px;
    border: 1px solid #e4dede;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 991px) {
    .post-area {
        display: inline-block;
    }
}
.post-area .post-date {
    margin: 5px 0;
}
.post-title {
    font-size: 24px;
    font-weight: 500;
}
.post-date {
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
}
.preview-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px) {
    .preview-image {
        margin-bottom: 10px;
        height: 300px !important;
    }
}
@media (max-width: 767px) {
    .preview-image {
        margin-bottom: 10px;
        height: 250px !important;
    }
}
.preview-content {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}
.preview-content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.post-more {
    position: absolute;
    font-size: 16px;
    bottom: 0px;
}
.post-more a {
    font-weight: 500;
}
.post-more a i {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post-more a:hover i {
    padding-left: 10px;
}
@media (max-width: 991px) {
    .post-more {
        padding: 10px 0;
        position: relative;
    }
}
/*********************************** Newsletter ************************************/
.main.newsletter {
    padding-top: 4em;
}
@media (max-width: 767px) {
    .main.newsletter {
        padding: 3em 0;
    }
}
.newsletter .news-content img {
    max-width: 100%;
    height: auto;
}
.newsletter-info {
    background-color: #f8f8f8;
    padding: 20px 0;
}
.newsletter-info .container .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter-info .middle {
    text-align: center;
}
.newsletter-info .right {
    text-align: right;
}
.newsletter-info a {
    text-transform: uppercase;
    color: #7ac142;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.newsletter-info .left span {
    padding-right: 10px;
}
.newsletter-info .right .tools span {
    padding-left: 10px;
    font-size: 25px;
}
.newsletter-info .title {
    font-weight: bold;
    font-size: 18px;
}
.newsletter-info .date {
    font-weight: lighter;
    padding-top: 5px;
}
@media (max-width: 767px) {
    .newsletter-info {
        padding: 0;
    }
    .newsletter-info .row {
        padding: 10px 0;
    }
    .newsletter-info .row:first-child {
        border-bottom: 1px solid #e0e0e0;
    }
}
.addthis_inline_share_toolbox {
    position: absolute;
    right: 5px;
    top: 40px;
    width: 50px;
    z-index: 99;
}
.newsletter .hr {
    margin-top: 50px;
    margin-bottom: 0px;
}
.recent-articles {
    margin-left: -8px;
    margin-right: -8px;
}
.recent-articles h1 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .recent-articles h1 {
        text-align: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }
}
/******************* Pagination *******************/
ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    padding: 0px;
    text-align: center;
}
ul.pagination > li {
    background-color: transparent;
    padding: 6px 12px;
}
ul.pagination > li::before {
    content: "";
}
ul.pagination > li:first-child > a,
ul.pagination > li:last-child > a,
ul.pagination > li:first-child > span,
ul.pagination > li:last-child > span {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #333;
    float: none;
}
ul.pagination > li:first-child:hover > a,
ul.pagination > li:last-child:hover > a,
ul.pagination > li:first-child:hover > span,
ul.pagination > li:last-child:hover > span {
    color: #fff;
}
ul.pagination > li.nx {
    border-radius: 0;
    background-color: #fff;
    border: none;
}
ul.pagination > li.cur,
ul.pagination > li.active {
    border-radius: 0;
    background-color: #c41230;
    color: #fff;
    padding: 6px 12px;
    border: none;
}
ul.pagination > li:hover {
    cursor: pointer;
    background-color: #c41230;
    color: #fff;
    border: none;
}
ul.pagination > li.active {
    background-color: #c41230;
    color: #fff;
    border: none;
}
.prev:hover,
.next:hover {
    background-color: #c41230;
    color: #fff;
}
/*********************************** contact ************************************/
.main.subpage.contact {
    padding-bottom: 0;
}
.main.subpage.contact .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main.subpage.contact .contact-details h2 {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.main.contact {
    padding-left: 60px;
    padding-right: 60px;
}
.contact h2,
.join h2 {
    color: #000;
    text-transform: uppercase;
    border-bottom: 2px solid #c41230;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact h2:before,
.join h2:before {
    position: absolute;
    width: 80%;
    height: 2px;
    content: "";
    background-color: #c41230;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
}
.contact .container-fluid .row:last-child {
    margin-bottom: 0;
}
.contact-heading {
    margin-bottom: 30px;
}
.contact-form {
    background-color: #e3e3e3;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.contact-form h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Merriweather", serif;
}
.contact-form .row {
    margin-left: -10px;
    margin-right: -10px;
}
.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 15px;
}
.contact-content {
    padding-bottom: 35px;
}
.contact-content h1:after {
    content: "";
    display: block;
    height: 1px;
    width: 45px;
    margin: 20px auto;
    border-bottom: 2px solid #656668;
}
.contact-form-content h1 {
    padding-bottom: 20px;
}
.contact-address {
    margin: 25px 0;
    font-size: 25px;
    display: inline-block;
    text-align: center;
}
.contact-details .contact-info {
    font-size: 25px;
    color: #c41230;
    line-height: 40px;
}
.contact-details .contact-info i {
    width: 40px;
    font-size: 25px;
}
.contact-details .contact-info a {
    color: inherit;
    text-decoration: none;
}
.contact-details .contact-info a:hover {
    color: #f37021;
}
.contact-details a {
    color: #c41230;
}
@media (max-width: 767px) {
    .contact-details {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact-details .contact-info {
        font-size: 13px;
    }
}
/*--------------------------------------------------*\ form \*--------------------------------------------------*/
form {
    font-size: 16px;
}
form .control-label {
    font-weight: 400;
}
form .control-label.required:after {
    content: "*";
    color: #c41230;
}
form .form-group {
    position: relative;
    margin: 32px 0;
}
form .help-block {
    display: inline-block;
    font-size: 14px;
    color: #0057b8;
    font-style: italic;
}
form .form-control {
    color: #333;
}
form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error input {
    border-color: #c41230;
}
.submit {
    text-align: center;
}
@media (max-width: 991px) {
    .submit {
        text-align: left;
    }
}
.g-recaptcha > div {
    width: 100% !important;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .form-group {
        padding-top: 30px;
    }
    .g-recaptcha {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (min-width: 768px) {
    .contact .container-fluid > .row:not(:first-child):not(:nth-child(2)) {
        -webkit-box-shadow: 0px 15px 11px 0px #eee;
        box-shadow: 0px 15px 11px 0px #eee;
    }
}
@media (max-width: 767px) {
    .contact .margin-tb-30 {
        margin-top: 0;
        margin-bottom: 0;
    }
}
/******map******/
#map1,
#map2,
#map3,
#map4,
#map5 {
    height: 480px;
}
#captcha_nsw {
    color: #ffc107;
    border-bottom: 1px solid #ffc107;
    border-top: 1px solid #ffc107;
    background-color: #fcf8e3;
    /* padding-left: 10px;
     */
    /* padding-right: 10px;
     */
    /* padding: 6px;
     */
}
/*********************************** T & C ************************************/
.terms-and-conditions p {
    padding-bottom: 10px;
}
.terms-and-conditions ol li {
    font-size: 16px;
    font-weight: lighter;
}
.terms-and-conditions .tc {
    font-weight: bold;
    padding-top: 20px;
}
/******************************************* Custom nav button *******************************************/
.navbar-toggle {
    position: relative;
    height: 2.4rem;
    width: 2.8rem;
    background-color: transparent;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(currentColor),
        to(currentColor)
    );
    background-image: -webkit-linear-gradient(left, currentColor, currentColor);
    background-image: -o-linear-gradient(left, currentColor, currentColor);
    background-image: linear-gradient(to right, currentColor, currentColor);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 5px;
    padding: 0;
    outline: 0;
    border: 0;
    color: #000;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: 0.25s cubic-bezier(0.17, 0.67, 0.89, 1.4);
    -o-transition: 0.25s cubic-bezier(0.17, 0.67, 0.89, 1.4);
    transition: 0.25s cubic-bezier(0.17, 0.67, 0.89, 1.4);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    will-change: transform;
    margin-right: 30px;
}
.navbar-toggle::before,
.navbar-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 5px;
    background: currentColor;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: transform, top;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    will-change: transform, top;
}
.navbar-toggle::before {
    top: 0;
}
.navbar-toggle::after {
    top: calc(100% - 4px);
}
.navbar-toggle.open {
    background-image: none;
}
.navbar-toggle.open::before,
.navbar-toggle.open::after {
    top: 50%;
}
.navbar-toggle.open::before {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
.navbar-toggle.open::after {
    -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -45deg);
    transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -45deg);
}
@media (max-width: 767px) {
    .navbar-toggle {
        /* cross button */
        position: relative;
        height: 2rem;
        width: 2.5rem;
        margin-right: 0px;
        margin-top: 25px;
    }
}
@media (min-width: 768px) {
    .form-group .col-sm-offset-3 {
        margin-left: 15% !important;
    }
}
@media (max-width: 768px) {
    #appointments {
        padding-left: 0px;
    }
}
.helper_message {
    margin: 20px;
}
#appointments #appointment_form .btn.btn-more {
    width: 230px;
    float: right;
}
@media screen and (max-width: 768px) {
    #appointments #appointment_form .btn.btn-more {
        float: left;
    }
}
/******************************************* ytml search *******************************************/
.results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 75%;
    position: fixed !important;
    top: 5%;
    left: 12%;
    opacity: 1;
    z-index: 100002;
    visibility: hidden;
    opacity: 0;
    /* -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
     -ms-transition: all 0.25s linear;
     -o-transition: all 0.25s linear;
     */
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.results-wrapper-overlay h3:after {
    margin-left: 0;
}
@media (max-width: 767px) {
    .results-wrapper-overlay {
        width: 96%;
        left: 2%;
    }
}
.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}
#page-result a {
    color: #00235c;
    font-size: 20px;
}
.overflow {
    overflow: hidden;
}
.search-open {
    visibility: visible;
    opacity: 1;
}
.search-close {
    visibility: hidden;
    opacity: 0;
}
.page-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100001;
}
@media (max-width: 767px) {
    #search-tool {
        position: static;
        margin-left: 0;
        max-width: 250px;
        /* clear: both;
         */
    }
}
@media (max-width: 768px) {
    #search-tool > form.navbar-form > div > input.form-control {
        width: 100%;
    }
}
.navbar-form .search-btn {
    background-color: #f37023;
    padding: 0.5em 2.5em;
    font-size: 14px;
    border-radius: 0px;
    border-color: #f37023;
}
.navbar-form .search-btn span {
    color: #fff;
}
.navbar-form input {
    border-radius: 0px;
    border-right: 0;
}
.navbar-form input:focus {
    border-color: #001e41;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(0, 30, 65, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(0, 30, 65, 0.6);
}
@media (max-width: 767px) {
    #search-tool-mobile form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #search-tool-mobile .input-group-btn {
        display: block;
    }
}
.searchLoadingImg .fa {
    color: #fff;
}
#search-tool-mobile {
    position: absolute;
    top: 85px;
    right: 115px;
    z-index: 100;
}
#search-tool-mobile .searchLoadingImg {
    float: left;
    position: absolute;
    right: -45px;
    top: 3px;
}
@media (max-width: 767px) {
    #search-tool-mobile {
        right: 85px;
    }
}
.default_header #search-tool {
    left: -175px;
}
@media (max-width: 1200px) {
    .input-group-btn {
        display: block;
    }
}
.results-wrapper-overlay h3 {
    color: #f37023;
}
.results-wrapper-overlay .search-item {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 30px;
    visibility: visible;
}
/********************************* CONTACT **********************************/
.main ul.nav-tabs {
    margin: auto;
    width: 280px;
}
.main ul.nav-tabs li {
    margin: auto;
    padding: 0px;
}
.main ul.nav-tabs li.active a {
    color: white;
    background-color: #013162;
}
.main ul.nav-tabs li:before {
    content: none;
}
@media (max-width: 767px) {
    .main ul.nav-tabs {
        margin: auto;
        width: 250px;
    }
    .main ul.nav-tabs li a {
        font-size: 13px;
        padding: 10px;
    }
}
.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 991px) and (min-width: 767px) {
    #footer .navbar-form {
        padding-left: 0px;
    }
}
/*Checkbox*/
.well-check {
    padding: 10px 0px;
}
.well-check input[type="checkbox"] {
    position: absolute;
    display: none;
}
.well-check input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 8px;
}
.well-check input[type="checkbox"] + label:hover:before {
    border: 1px solid #3276b1;
}
.well-check input[type="checkbox"] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-transition: border 0.2s ease;
    -o-transition: border 0.2s ease;
    transition: border 0.2s ease;
    border: 1px solid #a8b2ba;
    background: transparent;
}
.well-check input[type="checkbox"] + label:after {
    position: absolute;
    content: "";
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.well-check input[type="checkbox"]:checked + label:before {
    -webkit-animation-name: none;
    animation-name: none;
}
.well-check input[type="checkbox"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.well-check input[type="checkbox"]:checked + label:before {
    border: #3276b1;
    background: #3276b1;
}
.well-check input[type="checkbox"]:checked + label:after {
    -webkit-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.well-check input[type="checkbox"] + label:before {
    border-radius: 0px;
}
.well-check input[type="checkbox"] + label:after {
    top: 2px;
    left: 7px;
    width: 6px;
    height: 12px;
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}
#breadcrumb {
    position: relative;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}
#breadcrumb li {
    float: left;
    list-style-type: none;
    font-size: 16px;
}
#breadcrumb li:after {
    content: ">";
    padding: 0px 10px;
}
#breadcrumb li:last-child:after {
    content: "";
}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.4);
}
.tool-section-banner {
    text-align: center;
    /* margin-top:10px;
     */
}
.tool-section-banner .overlay {
    background-color: rgba(7, 4, 0, 0.7);
}
.section-banner-row .section_banner {
    height: 350px;
    top: 75px;
}
@media (max-width: 767px) {
    .section-banner-row .section_banner {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.navbar-bar img {
    max-height: 75px;
    margin-top: 0px;
}
.sub_line {
    padding-top: 20px;
    padding-bottom: 0;
}
.line {
    border-bottom: 2px solid #c41230;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.subpage-circle {
    margin-top: -37px;
    width: 80px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}
.subpage-circle .fa {
    display: block;
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    line-height: 1em;
    margin-top: -0.45em;
    text-align: center;
    color: #004890;
    background: #fff;
    font-size: 2.5em;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header_icon {
    float: left;
    margin-top: 33px;
    height: 40px;
    width: auto;
    margin: 15px auto;
    margin-left: 20px;
}
.contact-page p.subheadings {
    font-size: 22px;
    color: #807f83;
    text-align: center;
}
/***Login in**/
body.sign-in {
    height: 100%;
    overflow: hidden;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Merriweather", serif;
}
.sign-in .company-logo {
    max-height: 200px;
    margin: 0 auto;
}
.sign-in button[type="submit"] {
    margin-bottom: 30px;
}
.backRight {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #3498db
        url(https://download.unsplash.com/photo-1429041966141-44d228a42775);
    background-size: cover;
    background-position: 50% 50%;
}
.backLeft {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #e74c3c
        url(https://canvas3.ytml.com.au/App_Asset/Private/PhysicalFiles/e7f15644-c2d9-43de-b211-63feb5af8fa2.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
#back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -999;
}
#slideBox {
    width: 50%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 50%;
    position: absolute;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 650px) {
    .backLeft {
        width: 20%;
    }
    #slideBox {
        width: 80%;
        margin-left: 20%;
    }
}
.topLayer {
    width: 200%;
    height: 100%;
    position: relative;
    left: 0;
    left: -100%;
}
.left {
    width: 50%;
    height: 100%;
    background: #2c3034;
    left: 0;
    position: absolute;
}
.right {
    width: 50%;
    height: 100%;
    background: #fff;
    right: 0;
    position: absolute;
    padding: 11% 5%;
}
.content {
    margin: 0 auto;
}
.content h2 {
    color: #03a9f4;
    font-weight: 300;
    font-size: 35px;
}
.btn-block {
    background-color: #00397d;
    border: 1px solid #00397d;
}
.btn-block:hover {
    background-color: #f37021;
    border: 1px solid #f37021;
}
.btn-signin {
    border: 1px solid #c41230;
    background-color: #c41230;
    color: #fff !important;
}
.btn-signin:hover,
.btn-signin:focus {
    background-color: #807f83 !important;
    border: 1px solid #807f83;
}
@media (max-width: 1199px) {
    .btn-signin {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .btn-signin {
        margin-left: 17px;
    }
}
.pic-content h1 {
    text-align: left;
}
/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
/*--------------------------------------------------*\ search-toolbar \*--------------------------------------------------*/
.search-toolbar {
    background-color: #c41230;
    margin-bottom: 0px;
    border-radius: 0;
}
.search-toolbar .input-group.search-box input {
    max-width: 100%;
    width: 400px;
}
@media (max-width: 767px) {
    .search-toolbar {
        margin-top: 0px;
    }
    .search-toolbar .navbar-header {
        float: LEFT;
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }
    .search-toolbar .navbar-right {
        float: LEFT !important;
        clear: both;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .search-toolbar .input-group.search-box input {
        width: 250px;
    }
}
@media (min-width: 1200px) {
    .search-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.subpage .navbar-header {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 1200px) {
    .search-toolbar .navbar-header {
        float: none;
    }
    .search-box {
        margin: 20px auto;
    }
}
/**search box**/
#search-submit {
    padding: 7.5px 24px;
}
/**view switch**/
.navbar .nav.view-switch {
    margin-bottom: 0px;
    margin-top: 0px;
}
.navbar .nav.view-switch > li {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-bottom: 0px;
}
.navbar .nav.view-switch > li > a {
    margin-left: 5px;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-family: "Roboto", sans-serif;
}
.navbar .nav.view-switch > li > a:focus,
.navbar .nav.view-switch > li > a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
.navbar .nav.view-switch > li.active > a {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}
@media (max-width: 500px) {
    .view-switch a {
        font-size: 12px;
        padding: 10px 8px !important;
    }
}
@media (max-width: 1199px) {
    .view-switch.navbar-right {
        float: left !important;
        width: 100%;
        border-top: 1px solid #ddd;
        height: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
}
/**mapView**/
#map {
    position: relative;
    height: 80vh;
}
#map-canvas #searchLoadingImg {
    padding-top: 30px;
    padding-left: 30px;
}
@media (min-width: 768px) {
    #map-canvas {
        margin-right: 300px;
    }
}
#map .gm-style {
    font-family: inherit;
}
#map #result-list {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
}
.list-item {
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
.item-title {
    font-size: 1em;
    padding: 5px 10px;
    color: #fff;
    background-color: #656668;
}
.item-content {
    padding: 5px 10px;
}
.item-content.no-result {
    font-size: 16px;
    font-family: Merriweather, serif;
    line-height: 35px;
}
.item-advisers {
    padding: 0 10px;
    padding-bottom: 10px;
}
.adviser-name {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 0.8em;
}
.adviser-email {
    font-size: 0.8em;
    word-break: break-all;
}
.btn-advisers {
    color: #c41230;
    cursor: pointer;
}
.btn-advisers:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.collapse-box-check {
    position: fixed;
    left: -9999px;
    opacity: 0;
}
.custom-body label.collapse-box-label {
    margin-top: 10px;
}
.collapse-box {
    padding-top: 5px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 0px;
    padding-right: 1px;
}
.collapse-box-check:checked + label.collapse-box-label:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collapse-box-check:checked + label.collapse-box-label + .collapse-box {
    height: auto;
    opacity: 1;
    margin-top: 0px;
}
.collapse-box a:hover {
    opacity: 0.8;
}
/*list view*/
.search-header {
    font-family: inherit;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.search-result {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 45vh;
    padding: 0px 60px 50px 60px;
}
@media (max-width: 767px) {
    .search-result {
        padding: 0px 30px 30px;
    }
}
.practice-info {
    margin-bottom: 20px;
}
.advisorMap {
    border: 1px solid #ccc;
    height: 185px;
    max-width: 100%;
    width: 220px;
    display: block;
    text-indent: -9000px;
    float: left;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
}
@media (min-width: 480px) {
    #search-result-list .col-sm-6 {
        width: 50%;
    }
}
.practice-name {
    font-family: Merriweather, serif;
    padding-bottom: 10px;
    font-size: 1.3em;
    color: #333;
    font-weight: 600;
}
.practice-advisers {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .practice-name {
        padding-top: 10px;
    }
}
.search-landing {
    padding-top: 4%;
    padding-bottom: 40px;
    height: 35vh;
    border-bottom: 5px solid #c41230;
}
.search-landing h3 {
    text-align: center;
}
.search-landing .search-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.search-landing #adviserSearch {
    margin-bottom: 20px;
}
.search-landing #pac-input {
    height: 50px;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
}
.search-landing #search-submit {
    height: 50px;
    margin-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991px) {
    .search-landing {
        margin-top: 15%;
    }
}
#search-result-list {
    padding-top: 20px;
}
#search-result-list h3 {
    text-align: center;
}
@media (min-width: 768px) {
    .navbar-form {
        padding: 10px 0px;
    }
}
.advice-and-you-bottom .btn-more {
    margin-top: 0;
}
/* object fix for ie */
.img-preview.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.img-preview.compat-object-fit img {
    opacity: 0;
}
.privacy-heading h2 {
    font-size: 25px;
}
.fluid_container {
    margin: 0 auto;
    width: 100%;
}
.contact-info-main {
    font-size: 22px;
    font-weight: lighter;
    line-height: 1.5;
    color: #c41230;
    text-align: center;
}
.container-content {
    padding-right: 15px;
}
#formWidgetSubmitResultText {
    clear: both;
    color: #c98d44;
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
}
.success-alert-msg {
    color: #6e8d24 !important;
    border-bottom: 1px solid #6e8d24;
    border-top: 1px solid #6e8d24;
    background-color: #f5f8f0;
    padding: 6px;
    display: block;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
}
.success-alert-msg:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #6e8d24;
    margin-right: 3px;
}
.error-alert-msg {
    color: #c41130 !important;
    border-bottom: 1px solid #c41130;
    border-top: 1px solid #c41130;
    background-color: #fbf0ed;
    padding: 6px;
    display: block;
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
}
.error-alert-msg:before {
    content: "\f06a";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #c41130;
    margin-right: 3px;
}
.pic-content h2 {
    color: #c41230;
    margin-top: 40px;
}
.section.bottom h2 {
    color: #c41230;
}
.nearbysearch iframe {
    min-height: 750px !important;
}
tr:nth-child(even) {
    background-color: #f6f6f6;
}
tr:hover {
    background-color: #dcddde;
}
td,
th {
    padding: 15px;
}
td > p,
th > p {
    margin-bottom: 0px;
}
tr {
    border: 1px solid rgba(188, 190, 192, 0.93);
}
/******************** Accordian *********************/
.panel-group .panel {
    border: none;
    box-shadow: none;
    border-top: 1px solid #b8b8b9;
    border-radius: 0;
}
.panel-group .panel:last-child {
    border-bottom: 1px solid #b8b8b9;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}
.main .panel-title a {
    display: block;
    margin-bottom: 0;
    padding: 1.5em 40px 1.5em 0;
    color: #333;
}
.panel-title a:not(.collapsed) {
    color: #c41130;
}
.panel-title a:not(.collapsed):hover {
    color: #c41130;
}
.panel-title a.collapsed:hover {
    padding-left: 1.5em;
    background: #f1f1f1;
}
.panel-title a:before {
    content: "\f078";
    left: auto;
    right: 20px;
    width: auto;
    font-size: 20px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 0.3s all ease-in-out;
    color: #c41230;
    line-height: 24px;
    vertical-align: middle;
}
.panel-title a:not(.collapsed):before {
    transform: rotate(180deg);
}
.panel-title a:hover:after,
.panel-title a:focus:after {
    opacity: 0;
}
.panel-body {
    padding: 0;
}
.panel-body h5 {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    margin-top: 0;
}



/* Virus MSG*/

.virus-msg {
    width: 100%;
    background-color: #fff084;
    padding: 5px 40px;
}

.virus-msg-text {
    margin: auto;
    color: #000;
}

/*Wealth report*/
.wealth-report-bg {
    padding-bottom: 54.5%;
    width: 100%;
    background-size: cover;
    position: relative;
}

.wealth-report-bg img {
    position: absolute;
    z-index: 5;
    right: 4.5%;
    bottom: 7.6%;
    width: 35.3%;
    transition: 0.3s all ease-in-out;
}

.wealth-report-bg img:hover {
    transform: scale(1.1);
}

a[href$='/financial-advice-and-you'] {
    pointer-events: none;
}
