@charset "utf-8";
/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

html {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}
body {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
header, section, footer, aside, nav, article, figure {
  display: block;
}
ul, ol, dl {
  padding: 0;
  margin: 0;
}
em {
  color: #666;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	clear: both;
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-style: normal;
}
img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
a img {
  border: none;
}
article {
  margin: 0;
  padding: 0;
}
hr {
  border-bottom: 1px solid #ecbf2c;
  margin: 10px auto;
}
#page {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	background: #FFFFFF;
}
.full-width {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.full-width:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.container {
  margin: 0 auto;
  /* width: 100%; */
  max-width: 1400px;
}
.container-s {
  margin: 0 auto;
  max-width: 800px;
}
.container-m {
  margin: 0 auto;
  max-width: 1200px;
}
.container-l {
  margin: 0 auto;
  max-width: 1400px;
}
.container-xl {
  margin: 0 auto;
  /* width: 100%; */
  max-width: 1600px;
}
/* Header */
header {
    text-align: center;
    display: block;
}
.hdrtop-outer {
    padding: 0;
	box-sizing: border-box;
	background-color: rgba(0,0,0,50.0);
	position: relative;
}
.header-top {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    top: 20px;
    display: block;
    z-index: 99;
}
.site-branding {
    padding-bottom: 15px;
    box-sizing: border-box;
}
.hdr-call {
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
}
.hdr-call span {
    font-size: 32px;
    font-weight: 700;
    color: #913030; 
}
/* TOP NAV */
/* Mobile Menu */
.mobi-menu {
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.mobi-menu a.btn-toggle {
    color: #FFFFFF;
    padding: 5px;
}
.mobi-col1, .mobi-col2, .mobi-col3 {
  text-align: center;
  padding: 4px 12px;
  box-sizing: border-box;
}
.mobi-col1 {
  background-color: #913030;
}
.mobi-col2 {
  background-color: #c9b89c;
}
.mobi-col3 {
  background-color: #534F50;
}
.mobi-col1 a, .mobi-col3 a {
  color: #FFFFFF;
  text-decoration: none !important;
}
.mobi-col2 a {
  color: #0a0000 !important;
  text-decoration: none !important;
}
.uk-offcanvas-bar {
    background-color: #031d30;
}
.uk-offcanvas-bar ul li a {
    color: #000000;
}
#mobi-menu ul.menu li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}
#mobi-menu ul.menu li ul.menu {
    padding-left: 18px;
    box-sizing: border-box;
}
/* Desktop Menu */
.top-nav {
	padding: 10px 20px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.20);
	position: relative;
	z-index: 999;
	/* Bg Transition */ 
	-webkit-transition: background-color 0.5s ease-out;
		-moz-transition: background-color 0.5s ease-out;
			-o-transition: background-color 0.5s ease-out;
				transition: background-color 0.5s ease-out;
}
.top-nav-active {
	background-color: rgba(0,64,118,1.00) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px 20px !important;
	box-sizing: border-box;
	position: relative;
}
/* Desktop Menu */
/* Multi-layer Desktop Menu */
.desktop-menu {
  position: relative;
  z-index: 999;
}
.desktop-menu ul {
  list-style: none;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.desktop-menu ul > li {
  position: relative;
    font-size: 18px;
    font-weight: 600;
}
.desktop-menu ul > li > a {
  display: block;
  padding: 10px 20px;
    box-sizing: border-box;
  color: #FFFFFF;
  text-decoration: none;
    letter-spacing: 1px;
  text-transform: capitalize;
    white-space: nowrap;
}
.desktop-menu ul > li:hover {
  background-color: #913030;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/* Dropdown Styles */
.desktop-menu li ul {
    text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #913030;
  list-style: none;
  min-width: 180px;
  z-index: 1000;
}
.desktop-menu li:hover > ul {
  display: block;
}
.desktop-menu li ul li a {
  padding: 12px 20px;
  display: block;
  color: white;
  text-decoration: none;
}
.desktop-menu li ul li:hover {
  background-color: #c9b89c;
}
/* Nested submenu positioning */
.desktop-menu li ul li ul {
  top: 0;
  left: 100%;
}
/* HERO BANNER */
.hero-outer {
    position: relative;
}
.hero-tint {
    background-color: rgba(0,0,0,0.20);
}
.hero-tint h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 14px;
}
.hero-tint p {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 14px;
}
/* HIGHLIGHTED */
.hl-outer {
    background-color: #000000;
    background-image: url("../images/bg-hl.webp");
    padding: 90px 0 88px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.highlighted {
    min-height: 80px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 60;
}
.highlighted h2, .highlighted h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.highlighted p {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    box-sizing: border-box;
    color: #333333;
}
.highlighted img {
    width: 100%;
    height: auto;
}
/* Card */
h3.h3-card {
    color: #0b1d37;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.card-hdr {
    margin: auto;
    padding: 15px 12px;
    box-sizing: border-box;
    text-align: center;
    background-color: #c9b89c;
}
/* CONTENT TOP */
.contop-outer {
    padding: 60px 20px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
}
.contop {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    box-sizing: border-box;
    color: #666666;
    min-height: 200px;
    position: relative;
}
.contop p {
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 12px;
    box-sizing: border-box;
    color: #333333;
}
.card-shadow h4 {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 28px;
  display: inline-block;
  border-bottom: 1px solid #eee6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.card-shadow h6 {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
}
.card-shadow img {
  margin-bottom: 30px;
}
.card-shadow {
    text-align: center;
    padding: 100px 0;
    position: relative;
    margin-right: 26px;
    background-color: #913030;
    border-radius: 0;
    /* x-offset | y-offset | blur | spread | color */
    box-shadow: 22px 22px 0px 0px rgba(201,184,156,1.00);
}
/* MAIN CONTENT */
.content-body-outer {
  background-color: #FFFFFF;
}
.content-body {
	padding: 60px 20px;
	box-sizing: border-box;
	min-height: 100px;
}
.content-body h1 {
    color: #333333;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.content-body h2, .content-body h3 {
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
}
.content-body p {
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 12px;
    box-sizing: border-box;
    color: #333333;
}
.content-body ul, .content-body ol {
    margin: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.content-body ul li, .content-body ol li {
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    box-sizing: border-box;
    color: #333333; 
}
.content-body ul li a, .content-body ol li a, .content-body a {
    color: #333333;
    text-decoration: underline;
}
.content-body ul li a:hover, .content-body ol li a:hover, .content-body a:hover {
    color: #0b1d37;
    text-decoration: none;
}
/* CONTENT BOTTOM */
.cbottom-outer {
	background-color: #FFFFFF;
    border-top: 2px solid #c9b89c;
	position: relative;
}
.cbottom {
	padding: 60px 20px;
	box-sizing: border-box;
	min-height: 40px;
}
.cbottom h2, .cbottom h3 {
    color: #333333;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
}
.cbottom h3.ch-h3 {
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
}
.cbottom p {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 12px;
    box-sizing: border-box;
    color: #333333;
}
.cbottom a {
    color: #913030;
    text-decoration: none;
}
.cbottom a:hover {
    color: #913030;
    text-decoration: underline;
}
/* REVIEW */
.str-ratings {
    text-align: center;
    margin: auto;
    position: relative;
}
.str-review {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px;
    box-sizing: border-box;
}
.str-review h2, .str-review h3 {
    color: #333333;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}
.str-review p {
    font-size: 20px;
    line-height: 32px;
    padding: 0;
    box-sizing: border-box;
    color: #333333;
}
.str-view-all {
    position: relative;
}
/* FOOTER NAV */
.ftrnav {
    padding: 0;
    box-sizing: border-box;
    text-align: center;
}
/* FOOTER */
.footer-outer {
    background-color: #0b1d37;
    position: relative;
}
.footer-inner {
    color: #FFFFFF;
    padding: 0;
    box-sizing: border-box;
    min-height: 20px;
}
.footer-inner p {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 12px;
    box-sizing: border-box;
    color: #FFFFFF;
}
.footer-inner a {
    color: #FFFFFF;
    text-decoration: underline;
}
.footer-inner a:hover {
    color: #c9b89c;;
    text-decoration: none;
}
.footer-inner ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-inner ul li {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    color: #FFFFFF;
    list-style: none;
}
.footer-inner ul li a {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
}
.footer-inner ul li a:hover {
    color: #913030;
    text-decoration: underline;
}
.ftr-top {
    background-color: #08162a;
    background-image: url("../images/bg-justice.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 500px;
    padding: 80px 20px;
    box-sizing: border-box;
}
.ftr-top h2, .ftr-top h3 {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}
.ftr-top p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
}
.copyright {
    padding: 60px 20px;
    box-sizing: border-box;
    text-align: center;
    margin: auto;
}
.copyright p {
    color: #CCCCCC;
    font-size: 18px;
    line-height: 32px;
}
/* Social Links */
.social {
    margin: 25px 0 0;
    position: relative;
}
.social ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}
.social ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none
}
.social ul li a {
    color: #FFFFFF;
    text-decoration: none !important;
}
.social ul li a:hover {
    color: #913030;
    text-decoration: none !important;
}
/* FORM */
.qc-form {
    background-color: #0b1d36;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.20);
}
input.form-text, input.form-email, input.form-tel, select.form-select, textarea.form-textarea {
	font-size: 20px;
	line-height: normal;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
    width: 100%;
    padding: 4px; box-sizing: border-box;
}
input.form-checkbox {
    text-align: left;
}
textarea {
    resize: vertical;
}
input.form-submit {
	background: #c9b89c;
	color: #000000;
	border: none;
	text-transform: uppercase;
	padding: 17px 19px;
	position: relative;
	letter-spacing: .17em;
	font-size: 18px;
    font-weight: 700;
	text-align: center;
	width: 208px;
	display: block;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 20px auto 10px;
}
/* Font Awesome */
.ico-fa {
    color: #FFFFFF;
    font-size: 50px;
    padding: 20px 0;
    box-sizing: border-box;
}
/* Misc */
.btn-wrap {
  display: block;
  text-align: center !important;
  padding: 10px 0;
}
.btn-wrap-2 {
  display: block;
  padding: 10px 0;
  margin: 30px auto 0;
}
a.btn-red {
	background: #913030;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 18px 20px;
	position: relative;
	letter-spacing: .17em;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	max-width: 280px;
    min-width: 180px;
	display: inline-block;
	border-radius: 0;
    border: 1px solid #913030;
	margin-bottom: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.btn-red:hover {
    color: #000000;
	background: #c9b89c;
    border: 1px solid #666666;
}
.bg-transition {
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.ln-break {
    height: 1px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #CCCCCC;
}
/* Message */
.messages {
  color: #FF0004;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #FF0004;
  text-align: center;
  background-color: rgba(253,255,238,1.00);
}
/* TABS */
#block-themekit-primary-local-tasks ul {
  padding: 0;
  margin: 25px 0;
  ;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#block-themekit-primary-local-tasks ul li {
  display: inline-block;
    margin: 0;
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin-right: 2px;
  text-align: center;
}
#block-themekit-primary-local-tasks ul li a {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  padding: 6px 16px;
  box-sizing: border-box;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#block-themekit-primary-local-tasks ul li a:hover {
  background-color: rgba(0, 0, 0, 0.20);
}
#block-themekit-primary-local-tasks ul li a.is-active {
  background-color: rgba(0, 0, 0, 0.20);
}
/* LOGIN FORM */
#user-login-form, #user-pass {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield, #user-login-form .js-form-type-password, #user-pass .js-form-type-textfield, #user-pass .js-form-type-password {
  padding: 10px 0;
  box-sizing: border-box;
}
#user-login-form .js-form-type-textfield label, #user-login-form .js-form-type-password label, #user-pass .js-form-type-textfield label, #user-pass .js-form-type-password label {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}
#user-login-form .js-form-type-textfield .description, #user-login-form .js-form-type-password .description, #user-pass .js-form-type-textfield .description, #user-pass .js-form-type-password .description, #user-pass p {
  font-size: 18px;
  line-height: normal;
  color: #333333;
  margin: 0 0 20px;
}
#user-login-form input.form-text, #user-pass input.form-text {
  font-size: 20px;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-width: 100%;
}
#user-login-form input.form-submit, #user-pass input.form-submit {
  font-size: 20px;
  padding: 8px 24px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.20);
  cursor: pointer;
  /* Bg Transition */
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/* ADMIN SIDE BARS */
.block-system {
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  margin-bottom: 8px;
  padding: 20px;
  box-sizing: border-box;
  /* Shadow */
  -webkit-box-shadow: 0 8px 6px -6px #999999;
  -moz-box-shadow: 0 8px 6px -6px #999999;
  box-shadow: 0 8px 6px -6px #999999;
}
.block-system h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  padding: 0 0 15px;
  text-align: left;
}
.block-system ul {
  padding: 0 0 20px 20px;
  margin: 0;
  text-align: left;
}
.block-system ul li {
  font-size: 20px;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #800303;
}
.block-system ul li a {
  color: #800303;
  text-decoration: none;
}
.block-system ul li a:hover {
  color: #800303;
  text-decoration: underline;
}
/* Scroll to Top */ 
#go-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 1100;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #FF5700;
	color: #FFFFFF;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	text-decoration: none;
}
#go-top:hover {color: #F90004;
	background-color: #FFFFFF;
	text-decoration: none;
}
/* Media query for Mobile devices*/
@media (min-width: 480px) {
}
/* Media Query for Tablets */
@media (min-width: 768px) {
    .str-review h2, .str-review h3, .results-r2 h2, .results-r2 h3, .highlighted h2, .highlighted h3, .cbottom h2, .cbottom h3 {
        font-size: 60px;
        line-height: 68px;
    }
    .content-body h1 {
        font-size: 62px;
        line-height: 70px;
    }
    .content-body h2, .content-body h3 {
        font-size: 40px;
        line-height: 50px;
    }
}
/* laptops  */
@media (min-width: 960px) {
    .header-top {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
    }
    
}
/* Desktops and laptops  */
@media (min-width: 1220px) {
}