/***** BEGIN RESET *****/
* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}



ol,
ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0;
}

/***** END RESET *****/

header,
nav,
article,
footer,
img {
    display: block;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    -webkit-text-size-adjust: none;
}

.clear-it:after {
    content: "";
    display: block;
    clear: both;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}


#colorblock {
    background: linear-gradient(#f60200, #ed0301);
    padding: 20px 0;
    color: #fff;
}

#colorblock a {
    color: #fff;
}

.show-tablet,
.show-1024,
.show-640 {
    display: none;
}

/***** typography styles **/
/* font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif; */

p {
    margin-bottom: 14px;
    line-height: 185%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    color: #fe0002;
    margin-bottom: 5px;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
    margin-bottom: 7px;
}

h5 {
    font-size: 20px;
    margin: 5px 0;
}

h6 {
    font-size: 18px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

text- a,
a:hover {
    color: inherit;
    text-decoration: none;
}

hr {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
    margin: 10px auto;
}

/* HEADER */
header {
    width: 100%;
	background-color: rgba(255,255,255,0.50);
    background: url('../siteart/cascadia-background.png') no-repeat;
    background-size: cover;
	background-position: 50% 55%;
    border-bottom: 1px #333 solid;
}

.overlay-white {
	background-color: rgba(255,255,255,0.50);
	width: 100%;
	height: 100%;
}

.header-padding {
	padding: 17px 0 600px;
}

.logo {
    width: 28%;
    float: left;
}

.logo img {
    width: 100%;
    height: auto;
}

.rt-head {
    width: 65%;
    float: right;
    text-align: right;
}

.head-contact {
    text-align: right;
    font-size: 18px;
    color: #dc0000;
    text-transform: uppercase;
    margin: 15px 0 15px 0;
}
.head-contact-bkgd {
	float: right;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 6px;
}

.head-contact-bkgd a {
    color: #dc0000;
}

.head-contact-bkgd a:hover {
    color: #000;
}

.clear-it nav {
    width: 100%;
    display: block;
    float: right;
}

.clear-it nav ul {
    width: 100%;
}

.clear-it nav li {
    position: relative;
    display: inline-block;
}

.clear-it nav a:link,
.clear-it nav a:active,
.clear-it nav a:visited {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 0 10px 28px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.clear-it nav li a:hover {
    color: #dc0000;
}

.fas fa-chevron-down {
    font-size: 12px;
    top: 5px;
}

.clear-it nav ul ul {
    display: none;
    position: absolute;
    z-index: 99999999999999;
    top: 40px;
    left: 20px;
    width: 190px;
    background: #000;
}

.clear-it nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.clear-it nav ul li:hover>ul {
    display: flex;
    z-index: 99999;
    flex-direction: column;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
}

.clear-it nav ul ul li a:link,
.clear-it nav ul ul li a:active,
.clear-it nav ul ul li a:visited {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0px 10px 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
}

.clear-it nav ul ul li a:hover {
    background: #dc0000;
    color: #fff;
}


/* MOBILE NAV */
#mobile-nav .close-nav {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    border-bottom: none;
}

#mobile-nav .close-nav i {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}

#mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background: #000;
    color: #fff;
    margin: 0 !important;
    -moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
    box-shadow: 2px 0px 3px rgba(0, 0, 0, .4);
}

#mobile-nav ul {
    clear: both;
    display: block;
    padding: 0;
}

#mobile-nav ul li {
    display: block;
    margin: 0;
    line-height: 40px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #424242;
}

#mobile-nav ul li a,
#mobile-nav ul li span {
    padding: 0 15px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border-left: 3px #424242 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#mobile-nav ul li.active a,
#mobile-nav ul li a:hover {
    border-left-color: #f40301;
}

#mobile-nav ul li.active a:hover {
    color: #f40301;
}

#mobile-nav ul li.expandable .end {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
}

#mobile-nav ul li.expandable .end i {
    font-size: 20px;
    line-height: 40px;
}

#mobile-nav ul li.expandable .end.rotate {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#mobile-nav ul ul.collapsed {
    display: none;
}

#mobile-nav ul ul.expanded {
    display: block;
}

#mobile-nav ul li ul {
    border: none;
    margin: 0;
    background: #424242;
}

#mobile-nav ul li ul li {
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #494848;
}

#mobile-nav ul li ul li:last-child {
    border-bottom: none;
}

#mobile-nav ul li ul li a,
#mobile-nav ul li ul li span {
    color: #fff;
    padding-left: 30px;
}

#mobile-nav ul li ul li a:hover {
    background: #f40301;
}

/* accordion */

.accordion {
  color: #444;
  cursor: pointer;
	color: white;
  padding: 24px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
	border-bottom: #dc0000 1px solid;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 20px;
}



.panel {
  padding: 0 18px;
	text-align: left;
	list-style: disc;
	list-style-position: inside;
  display: none;
  overflow: hidden;
	border-bottom: #dc0000 1px solid;
}

.panel li{
		list-style: disc;
	list-style-position: inside;
}


/* table styles */


table {
  border-collapse: collapse;
  border-spacing: 0;
}


.table-row{
	font-size: 16px; font-weight: 700; 
	border: none;
}

.table-row td{
	padding: 30px 20px;
	text-align: center;
	border: none;
	font-size: 14px;
	min-width: 120px;
	position: relative;
}

.table-row td i{
	font-size: 24px;
	
}

.table-row-header{
	font-weight: 700;
}

.select-warranty-table{
	background-color: #231f20;
	color: white;
	

 box-shadow: 
    -6px 0 0 #434041,  /* left side */
     6px 0 0 #434041;  /* right side */
}

.table-x{
	font-size: 16px;
}

.info {
  position: absolute;
  top: 18px;
  right: 56px;
  font-size: 6px;
  cursor: pointer;
  color: gray;
	font-size: 12px;
}

.info i{
	font-size: 12px !important; 
}

.tooltip {
  position: absolute;
  top: 20px;
  right: 0;
  width: 180px;
  background: #231f20;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);

  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 50;
}

/* show on hover */
.info:hover .tooltip {
  opacity: 1;
  visibility: visible;
}



.row-variant{
	background-color: #e5e7eb;
}


/* content styles */
.col_four {
    display: inline-block;
    width: 24%;
    margin-right: 1%;
    border-right: 1px solid #ebebeb;
    text-align: center;
}

.col_four_last {
    display: inline-block;
    width: 24%;
    text-align: center;
}

.text-block {
    width: 100%;
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 65px 0;
}

.text-block-thin {
    width: 100%;
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 35px 0;
}

.text-inner {
    width: 60%;
    margin: 0 auto;
}

article {
    width: 100%;
    background: url('../siteart/Drone Shot.png') no-repeat;
	background-color: #232323;
    background-size: cover;
    padding: 65px 0;
    text-align: center;
    color: #fff;
}

article a {
    color: #fff;
    text-decoration: none;
}

a button {
    color: #fff;
    background: #dc0000;
    padding: 10px 0;
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    margin-bottom: 10px;
    cursor: pointer;
}

a button:hover {
    background: linear-gradient(#f60200, #ed0301);
}
.brochure-button{
	background-color: #dc0000;
	color: white;
	padding: 12px 48px ;
	cursor: pointer;
}

.col_four_staff {
    display: inline-block;
    width: 48%;
    margin: .5% .25%;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
	padding-bottom: 30px;
}

.col_four_staff a {
    font-size: 20px
}

.col_four_staff img {
    width: 55%;
    margin: 0 auto;
}

.col_three_border {
    border: 1px solid #ccc;
    display: inline-block;
    width: 29%;
    margin: .5%;
    padding: 1%;
    vertical-align: top;
}

.blockwrap {
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
	display: block;
}

.flexwrap {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.blockwrap p {
	font-size: 28px;
    font-weight: 600;
	margin-bottom: 10px;
}

.flex-half {
	width: 48%;
}

.findwrap {
    background: #333;
    color: #fff;
    padding: 2% 0;
}

.pageleft {
    float: left;
    width: 60%;
}

.pageleft a {
    color: #000;
}

.pageright {
    float: right;
    width: 35%;
}

.pageright a {
    color: #000;
}

/* Inventory Listings styles */
.hosted-content h1 {
    font-size: 1.75em !important;
}

/* SCROLLING INVENTORY*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/* FOOTER */
footer {
    background: #000;
    width: 100%;
    padding: 30px 0 50px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footer-head {
	font-size: 22px;
	margin: 10px 0;
}

footer a {
    color: #fff !important;
}

footer a:hover {
    color: #fe0002;
}

.footleft {
    float: left;
    width: 65%;
}

.col3 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

.footright {
    float: right;
    width: 34%;
}

.footright img {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
}

.foot-nav {
    list-style: none;
    margin: 0;
}

.foot-nav li {
    list-style: none;
    margin: 0;
    line-height: 150%;
}

.foot_copy {
    float: left;
    width: 75%;
}

.foot_fb {
    float: right;
    width: 10%;
    text-align: right;
}

/* FORM */
#formpage label {
    display: block;
    margin-bottom: 3px;
}

#formpage input {
    width: calc(100% - 12px);
    padding: 6px 5px;
    border: 1px solid #999;
    color: #333;
    font-size: 14px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.5);
}

#formpage textarea {
    width: calc(100% - 12px);
    padding: 6px 5px;
    border: 1px solid #999;
    color: #333;
    font-size: 14px;
    height: 120px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.5);
}

#formpage select {
    width: calc(100% - 2px);
    border: 1px solid #999;
    color: #333;
    vertical-align: middle;
    font-size: 14px;
    line-height: normal;
    padding: 5px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.5);
}

#formpage input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

#formpage input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
    background: rgba(255, 255, 255, 1.0);
    color: #000;
    border: 1px solid #00a8dd;
    outline-style: none;
}

#formpage input.radio:focus,
#formpage input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

#formpage input.button,
#formpage input.button:focus {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: #dc0000;
    border: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

#formpage input.button:hover {
    background: linear-gradient(#f60200, #ed0301);
    color: #fff;
    cursor: pointer
}

/*control the Captcha */
.captchawrap {
    width: 50%;
    margin: 0 auto;
}

#captcha {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.CaptchaPanel {
    margin: 0 auto !important;
    padding: 0 0 0 0 !important;
    text-align: center !important;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 auto !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}

.CaptchaAnswerPanel {
    margin: 0 auto;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
    font-size: 11px;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

.CaptchaImage {
    width: 200px;
    margin: 10px auto 0;
}

#formpage input.button {
    background: #dc0000;
    width: 96%;
    margin: 5px auto 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    padding-bottom: 5px;
}

#formpage input.button:hover {
    background-position: bottom;
    height: 30px;
    cursor: pointer;
    background: linear-gradient(#f60200, #ed0301);
    color: #fff !important;
}

a.button-col-1 {
    background: #dc0000;
    width: 99.6%;
    margin: .5% 0 0 .25%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

a.button-col-1:hover {
    background-position: bottom;
    text-decoration: none;
    background: linear-gradient(#f60200, #ed0301);
    color: #fff !important;
}


/*--------------------------------SEARCH FORM---------------------------- */

#form-keyword-search .search {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

#form-keyword-search .searchTerm {
	padding: 10px 4px;
	margin: 10px 3%;
	width: 50%;
	background-color: #ddd;
}

#form-keyword-search .searchButton {
	padding: 10px 4px;
	margin: 10px 3%;
	width: 26%;
	color: #fff;
    background: #dc0000;
    max-width: 450px;
    font-size: 18px;
    cursor: pointer;
}

#hidden-label {
	display: none!important;
}

.center-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

a.homeButton button {
	padding: 11px;
}

/*---------------------------------PROMOTIONS---------------------------- */
ul.promotions{
width: 75%;
	margin: 0 auto;
}



/***** responsive styles **/
@media screen and (max-width:1600px) {
    h3 {
        font-size: 22px;
    }
	
	.header-padding {
		padding: 17px 0 400px;
	}
	
	.head-contact {
        font-size: 16px;
	}

    nav a:link,
    nav a:active,
    nav a:visited {
        padding: 10px 0 10px 20px;
        font-size: 16px!important;
    }

    .col_four_last {
        width: 23%;
    }

}

.surroundInv .text-inner {
    width: 100% !important
}

@media screen and (max-width:1300px) {
    .head-contact {
        font-size: 14px;
        margin: 10px 0 5px;
    }

    .text-inner {
        width: 90%;
    }

    nav a:link,
    nav a:active,
    nav a:visited {
        padding: 10px 0 10px 15px;
        font-size: 15px!important;
    }

}

@media screen and (max-width:1125px) {

    nav a:link,
    nav a:active,
    nav a:visited {
        padding: 10px 0 10px 15px;
        font-size: 14px;
    }

}

@media screen and (min-width:1025px) {
    #mobile-nav {
        display: none !important;
    }
	


}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    .head-contact {
        font-size: 14px;
    }
	
	.blockwrap p {
		font-size: 22px;
	}


    .hide-1024 {
        display: none !important;
    }

    .show-1024 {
        display: block;
    }
	
	.rt-head {
    	width: 65%;
		max-width: 510px;
    	float: right;
    	text-align: right;
	}

/*
    .col_four_staff {
        width: 48%;
    }
*/
		ul.promotions{
		font-size: 13px !important;
	}

}

@media screen and (max-width:875px) {
    .col_four {
        width: 23%;
    }

    .col_four h3 {
        font-size: 16px
    }

    .col_four_last {
        width: 23%;
    }

    .col_four_last h3 {
        font-size: 16px;
    }

    .footleft {
        float: none;
        width: 100%;
    }

    .footright {
        float: none;
        width: 100%;
    }

    .footright img {
        width: 33%;
    }
}



@media screen and (max-width:768px) {
    h3 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    .header-padding {
		padding: 17px 0 260px;
	}
	
	.blockwrap p {
		margin-bottom: 0px;
	}
	
	.head-contact {
        font-size: 12px;
	}

    .col_four {
        width: 23%;
    }

    .footleft {
        float: none;
        width: 100%;
    }

    .footright {
        float: none;
        width: 100%;
    }

    .footright img {
        width: 33%;
    }

    .hide-tablet {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    .hosted-content h1 {
        font-size: 1.25em !important;
    }

    .col_three_border {
        width: 96%;
        margin: 10px auto;
        padding: 2%;
    }

    .col_four_staff {
        display: block;
        width: 100%;
    }
	
	#form-keyword-search .search {
		display: flex;
		flex-direction: column;
	}
	
	#form-keyword-search .searchTerm {
		width: 80%;
		margin: 10px auto;
		padding: 13px 8px;
	}

	#form-keyword-search .searchButton {
		width: 80%;
		margin: 10px auto;
	}

}


@media screen and (max-width:650px) {
    h1 {
        font-size: 20px;
    }

    .logo {
        width: 35%;
    }

    .head-contact {
        font-size: 12px;
    }

    a button {
        font-size: 16px;
    }

    .text-block {
        padding: 30px 0;
    }

    .hide-640 {
        display: none;
    }

    .show-640 {
        display: block;
    }

    .pageleft {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .pageright {
        float: none;
        width: 100%;
    }

    .col_four h3 {
        font-size: 12px
    }

    .col_four_last h3 {
        font-size: 12px;
    }

    .footright img {
        width: 32%;
    }
	
	.footer-head {
		font-size: 18px;
	}

}

@media screen and (max-width:600px) {
	.flexwrap {
		flex-direction: column;
	}
	.flex-half {
		width:100%;
	}
	.center-flex {
		margin: 10px auto 0px;
	}
}

@media screen and (max-width:535px) {
    h1 {
        font-size: 18px;
    }

    h3 {
        font-size: 14px;
    }

    .header-padding {
		padding: 17px 0 200px;
	}

    .logo {
        float: none;
        width: 75%;
        margin: 0 auto;
    }

    .rt-head {
        float: none;
        width: 100%;
		max-width: 440px;
    }

    .head-contact {
        text-align: center;
		width: 100%;
	}

    .col_four {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        border-right: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .col_four_last {
        display: block;
        width: 100%;
    }

    article {
        padding: 30px 0
    }

    .col3 {
        width: 49%;
    }

    .foot_copy {
        width: 100%;
    }

    .foot_fb {
        width: 100%;
        text-align: left;
    }
	
	.show-1024 {
		font-weight: 900;
	}
	
	.brochure-button{
	padding: 12px 32px ;
		word-wrap: normal;
		font-size: 12px;
}

}


@media screen and (max-width:480px) {
    h2 {
        font-size: 18px;
    }

    .footright {
        text-align: center;
    }


}

@media screen and (max-width:375px) {
    h2 {
        font-size: 16px;
    }

    .col_four_staff {
        width: 100%;
        margin: 10px auto;
    }

    .col3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .footright img {
        width: 48%;
    }


	.brochure-button{
	padding: 12px 24px ;
		word-wrap: normal;
		font-size: 12px;
}

}