@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/insigne-display');
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	width:100%;
	margin:0 0 50px 0;
	position:relative;
    text-align: center;
    color:#222;
    background:#fafafa;
    border:3px solid #222;
    border-radius:7px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size:2.8em;
    font-weight:normal;
    padding:20px;
    box-shadow: 10px 10px 1px #eee;
}
h2 {
	font-size:2.4em;
	font-weight:normal;
    color:#780009;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    border-bottom:3px solid #780009;
    padding:0 0 0 0;
    margin:40px 0;
    line-height: .6;
}
h2 span {
    background:#fff;
    padding: 20px 10px;
}
h3 {
	font-size: 2.2em;
	font-weight:bold;
    font-family: 'Insigne Display', sans-serif;
    margin:10px 0;
    padding:0;
}


header {
	width:100%;
	margin:0px auto;
    background-color:#57000c;
    background-image:url("../images/headerbg.jpg");
    background-repeat: no-repeat;
    background-size:100% 100%;
    color:#fff;
}
.header-logo {
    width:28%;
    float:left;
	padding:20px;
}
.header-logo img {
    width:100%;
    max-width:400px;
}
.header-contact {
	width:72%;
    float:left;
    margin:20px 0 0 0;
    text-align: right;
    padding:0 35px 0 0;
}

.header-contact a {
    color:#fff;
    text-decoration: none;
    font-size:2.4em;
    font-weight: normal;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
.header-contact img {
    width:40px;
    height:40px;
    vertical-align:top;
    margin:0 0 0 30px;
}

nav {
	color:#fff;
	text-align: right;
	width:72%;
    float:left;
    margin:50px 0 0 0;
}

main {
	width:100%;
    min-height: 80vh;
	padding:0;
	position: relative;
}
section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}


.hero {
    background:url("../images/hero.jpg") no-repeat #1d1105;
    background-position: top;
    background-size: cover;
    clip-path: ellipse(99% 100% at top);
    padding:50px 0 100px 0;
    width:100%;
    position: relative;
}
.herotext {
    width:55%;
    float:left;
    font-family: 'Insigne Display', sans-serif;
    color:#fff;
    background:rgba(0,0,0,.5);
    padding: 30px 5%;
    margin:400px 5% 100px 0;
    border-radius:0 20px 20px 0;
    font-size:3em;
    display:block;
    line-height: 1em;
}
.herotext strong {
    color:#0872ff;
}
.herotext h2 {
    color:#f25a5a;
    font-size:1.2em;
    margin:10px 0;
    line-height: .8em;
    text-transform: uppercase;
    font-family: 'Insigne Display', sans-serif;
    border:none;
}
.herotext p {
    margin:5px 0;
}
.heroform {
    width:35%;
    float:left;
    color:#fff;
    margin:200px 5% 50px 0;
}
.heroform h3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
}
.heroform fieldset {
    width:100%;
    max-width:400px;
	margin:0 auto;
	padding:20px 7%;
	background:rgba(35,31,32,.5);
	border:2px solid #ddd;
	color:#fff;
	border-radius:8px;
	box-shadow:0 0 8px 2px #444;
	font-size:1.4em;
	position: relative;
}
.heroform input {
	background:rgba(35,31,32,.9);
	border:1px solid rgba(255,255,255,.2);
	color:#fff;
	width:100%;
	padding:20px;
	margin: 15px 0;
}

.heroform .button{
	background-color: #780009;
	border:none;
	color:#fff;
	font-size:22px;
	cursor:pointer;
	width:100%;
	padding:20px 4%;
}
.heroform .button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:100%;
}

.banner {
    text-align: center;
    padding:40px 2%;
}
.banner img {
    width:100%;
    max-width: 1000px;
}

.quicklinks {
    background:url("../images/servicesbg.jpg") no-repeat #ccc;
    background-position: left;
    background-size:cover;
}
.ql-block {
    width:25%;
    float:left;
    border:1px solid #fff;
    color:#fff;
    padding:30px;
}
.ql-block h3 {
    color:#fff;
    text-align: center;
    border-bottom:2px solid #fff;
}
.ql-block p {
    font-size:1em;
}
.ql-block a {
    background:none;
    border:2px solid #fff;
    color:#fff;
    width:90%;
    margin:40px 5%;
    display:block;
    text-align: center;
    padding:10px;
    border-radius:10px;
    text-decoration: none;
}
.ql1 {
    background:rgba(126,0,9,.7);
}
.ql2 {
    background:rgba(1,58,133,.7);
}
.ql3 {
    background:rgba(15,92,0,.7);
}
.ql4 {
    background:rgba(179,107,4,.7);
}

.whychoose img {
    display:block;
    max-width: 200px;
}
.whychoose h3 {
    margin:0 0 20px 0;
}



.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
}
.imgleft {
	float:left;
	margin-right:10px;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url("../images/check-mark.png") 0px 3px no-repeat;
    background-size: 30px 24px;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
.list li h3 {
    margin:0px;
}

ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}

.unfloatcenter {
    float:none;
    margin:0 auto;
}
.nowrappy {
    white-space: nowrap;
}

.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#900;
	padding:20px 30px;
	border-radius:5px;
	color:#ffffff;
	text-decoration: none;
	font-size:1.4em;
    margin:20px 0;
}
.c2a:hover {
	color:#ffffff;
	background:#c00;
}

.table-container {
    display:table;
    border:1px solid #222;
    font-size:.9em;
    margin-bottom:100px;
    width:100%;
}

.table-header {
    display: table-row;
    background:#18345f;
    color:#fff;
}
.table-row {
    display: table-row;
    border-bottom:1px solid #222;
    width:100%;
}
.table-row:nth-child(even) {
    background: #ddd;
}

.table-cell {
    display: table-cell;
    width:16.5%;
    padding:10px;
    border-right:1px solid #999;
}
.table-cell:last-child {
    border-right:none;
}
.table-header .table-cell {
    text-align: center;
    padding:20px;
    font-size: 1.2em;
}
.table-cell:nth-child(2) {
    font-weight:bold;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}

.formstyle fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:20px auto 0 auto;
	background:#cccccc;
}
.formstyle legend {
	font-size:1.2em;
	font-weight:bold;
	color:#000;
	margin:20px 0;
    padding-top:50px;
    border-bottom:2px solid #000;
}
.formstyle div {
	margin:10px;
	text-align:left;
}
.formstyle label {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:12px 1% 0 0;
	width:25%;
}
.formstyle .submit {
	text-align:center;
}

.unoCme {
	display:none;
	visibility: hidden;
}

input {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
}
textarea {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:74%;
	height:120px;
}
select {
	border:1px solid #000;
	color:#333;
	font-size:16px;
	font-family:tahoma,arial,sans-serif;
	border-radius: 5px;
	margin-top:8px;
	padding:10px;
	width:auto;
	cursor:pointer;
}
input[type="radio"], input[type="checkbox"]{
    width:auto;
}
.button{
	background-color: #2f2e2c;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	width:auto;
	padding:2% 4%;
}
.button:hover{
	background-color: #b4282e;
	color:#fff;
	cursor:pointer;
	width:auto;
}

video {
    width:100%;
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidcontainer {
	position:relative;
	width:100%;
	height:auto;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


footer {
    background:#5f070d;
    color:#fff;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:50px 4%;
}
footer a, footer a:visited, footer a:active {
    color:#fff;
}
footer a:hover {
    color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}



@media (max-width: 1200px) {
    h1 {
        margin:20px 0;
        font-size:2.4em;
        padding:0 4%;
    }
    h2 {
        font-size:2.2em;
        margin:40px 0;
        line-height: .6;
    }
    h3 {
        font-size: 2em;
    }
    .header-logo {
        width:30%;
        float:left;
        padding:20px;
    }
    .header-logo img {
        width:100%;
        max-width:none;
    }
    .header-contact {
        width:70%;
        float:left;
        margin:20px 0 0 0;
        text-align: right;
        padding:0 35px 0 0;
    }

    .header-contact a {
        font-size:2.4em;
    }
    .header-contact img {
        width:40px;
        height:40px;
        margin:0 0 0 30px;
    }

    nav {
        text-align: right;
        width:70%;
        float:left;
        margin:20px 0 0 0;
    }
    .contain {
        padding:0 4%;
    }
    .herotext {
        width:55%;
        float:left;
        padding: 30px 5%;
        margin:330px 5% 20px 0;
        border-radius:0 20px 20px 0;
        font-size:2em;
    }
    .herotext h2 {
        font-size:1.2em;
        margin:10px 0;
    }
    .herotext p {
        margin:5px 0;
    }
    .heroform {
        width:35%;
        float:left;
        margin:20px 5% 20px 0;
    }
    .heroform h3 {
        font-size:1.2em;
    }
    .heroform fieldset {
        width:100%;
        max-width:400px;
        margin:0 auto;
        padding:20px 7%;
        font-size:1.4em;
    }
    .heroform input {
        padding:20px;
        margin: 15px 0;
    }

}

@media (max-width: 960px) {
  h1 {
        margin:20px 0;
        font-size:2.4em;
        padding:0 4%;
    }
    h2 {
        font-size:2.2em;
        margin:40px 0;
        line-height: .6;
    }
    h3 {
        font-size: 2em;
    }
    .header-logo {
        width:40%;
        float:left;
        padding:20px;
    }
    .header-logo img {
        width:100%;
        max-width:none;
    }
    .header-contact {
        width:60%;
        float:left;
        margin:20px 0 0 0;
        text-align: right;
        padding:0 35px 0 0;
    }

    .header-contact a {
        font-size:2em;
    }
    .header-contact img {
        width:40px;
        height:40px;
        margin:0 0 0 20px;
    }

    nav {
        text-align: right;
        width:60%;
        float:left;
        margin:20px 0 0 0;
    }
    .herotext {
        width:98%;
        float:left;
        padding: 30px 2% 30px 4%;
        margin:300px 2% 20px 0;
        border-radius:0 20px 20px 0;
        font-size:2em;
    }
    .herotext h2 {
        font-size:1.2em;
        margin:10px 0;
    }
    .herotext p {
        margin:5px 0;
    }
    .heroform {
        width:38%;
        float:none;
        position: absolute;
        top:20px;
        right:2%;
        margin:20px 0 20px 0;
        text-align: center;
    }
    .heroform h3 {
        font-size:1em;
    }
    .heroform fieldset {
        width:100%;
        max-width:none;
        margin:0 auto;
        padding:10px 2%;
        font-size:1.2em;
    }
    .heroform input {
        padding:10px;
        margin: 10px 0;
    }
    .heroform .button{
        font-size:18px;
        padding:10px 4%;
    }
    .quicklinks {
        background-position: top;
    }
    .ql-block {
        width:50%;
        float:left;
        border:1px solid #fff;
        color:#fff;
        padding:10px 30px;
    }
    .ql-block h3 {
        color:#fff;
        text-align: center;
        border-bottom:2px solid #fff;
        padding:0px;
        margin:20px 0 0 0;
    }
    .ql-block p {
        font-size:1em;
    }
    .ql-block a {
        background:none;
        border:2px solid #fff;
        color:#fff;
        width:90%;
        margin:40px 5%;
        display:block;
        text-align: center;
        padding:10px;
        border-radius:10px;
        text-decoration: none;
    }
    .whychoose img {
        display:block;
        max-width: 100px;
        margin:30px auto 0 auto;
    }
    .whychoose h3 {
        margin:0 0 20px 0;
    }
}
@media (max-width: 719px) {
  h1 {
        margin:20px 0;
        font-size:2em;
        padding:0 4%;
    }
    h2 {
        font-size:2em;
        margin:40px 0;
        line-height: .6;
    }
    h3 {
        font-size: 1.6em;
    }
    .header-logo {
        width:50%;
        float:left;
        padding:20px;
    }
    .header-contact {
        width:50%;
        float:left;
        margin:20px 0 0 0;
        text-align: right;
        padding:0 25px 0 0;
    }

    .header-contact a {
        font-size:1.6em;
    }

    nav {
        text-align: center;
        width:100%;
        float:none;
        clear:both;
        margin:20px 0 0 0;
    }
    .hero {
        background-position: left;
        clip-path: ellipse(99% 100% at top);
        padding:0px 0 150px 0;
    }
    .herotext {
        width:100%;
        float:none;
        padding: 20px 2% 20px 2%;
        margin:0px 0 20px 0;
        border-radius:0;
        font-size:2em;
        text-align: center;
    }
    .herotext h2 {
        font-size:1.2em;
        margin:5px 0;
    }
    .herotext p {
        margin:5px 0;
    }
    .heroform {
        width:96%;
        float:none;
        position: relative;
        top:50px;
        right:0;
        margin:20px auto;
        text-align: center;
    }
    .heroform h3 {
        font-size:.8em;
    }
    .heroform fieldset {
        width:100%;
        max-width:none;
        margin:0 auto;
        padding:10px 2%;
        font-size:1em;
    }
    .heroform fieldset div {
        display:inline-block;
        width:50%;
        float:left;
    }
    .heroform input {
        padding:10px;
        margin: 10px 0;
    }
    .heroform .button{
        font-size:18px;
        padding:10px 4%;
    }
    .quicklinks {
        background-position: top;
    }
    .ql-block {
        width:100%;
        float:left;
        border:1px solid #fff;
        color:#fff;
        padding:10px 30px;
    }
    .ql-block h3 {
        font-size:2em;
        color:#fff;
        text-align: center;
        border-bottom:2px solid #fff;
        padding:0px;
        margin:20px 0 0 0;
    }
    .ql-block p {
        font-size:1em;
    }
    .ql-block a {
        background:none;
        border:2px solid #fff;
        color:#fff;
        width:90%;
        margin:40px 5%;
        display:block;
        text-align: center;
        padding:10px;
        border-radius:10px;
        text-decoration: none;
    }
    .whychoose img {
        display:block;
        max-width: 60px;
        margin:0 0 0 20px;
    }
    .whychoose h3 {
        margin:0 0 20px 0;
    }	
    
    .col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
    footer {
        text-align: center;
    }
}
