.res-outer {
    max-width: 1450px;
    min-height: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 100%;
}

.res-inner {
    width: 100%;
    margin: 0 auto;
}

.res-grid-row {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.center-content {
	justify-content: center;
}

.res-grid-row-int-menu {
    display: flex;
    flex-direction:row;
    flex: 1 1 100%;
	margin: 0.3em 0.3em 2em 0.3em;
	padding:0 0 1em 0;
	border: 1px solid #000;
    border-radius: 2px;
	background-color: #fff;
}

.res-grid-20 {
    display: flex;
    flex-direction:column;
    flex:0 1 20%;	
	align-self: flex-start;
}

.res-grid-20-int {
	display: flex;
	flex-direction: column;
	background-color:#fff;
	border: 1px solid #e8e8e8;
    border-radius: 2px;
	margin:0.3em;
	padding:1em;
	align-items: center;
	justify-content: center;
	position: relative;
}

.res-grid-25-out-menu {
    display: flex;
    flex-direction:column;
    flex: 1 1 25%;
	align-self: flex-start;
}

.res-grid-25-int-menu {
	display: flex;
	flex-direction: column;
	flex: 1 1 100%;
	padding: 1em;
}

.res-grid-33 {
    display: flex;
    flex-direction:column;
    flex:0 1 33.333%;	
	align-self: flex-start;
}

.res-grid-33-int {
	display: flex;
	flex-direction: column;
	background-color:#fff;
	border: 1px solid #e8e8e8;
    border-radius: 2px;
	margin:0.3em;
	padding:1em;
	align-items: center;
	justify-content: center;
	position: relative;
}

.res-grid-100 {
    display: flex;
    flex-direction:column;
    flex: 1 1 100%;
	align-self: flex-start;
}

.res-grid-100-int {
	margin:0.5em 1em;
	padding: 1em;
	background-color:#fff;
	border: 1px solid #e8e8e8;
    border-radius: 2px;
}

.res-grid-100-var {
    display: flex;
    flex-direction:column;
    flex: 1 1 100%;
	align-self: flex-start;
}

.res-grid-100-var-int {
	margin:0.5em 1em;
	padding: 1em;
	background-color:#fff;
	border: 1px solid #e8e8e8;
    border-radius: 2px;
	position: relative;
}

.res-grid-100-banner-int {
	padding: 1em;
}

.res-grid-100-banner-int img:hover {
    opacity: 1 !important;
}

.alert-box-blue-outer {
	border:none;
}

.alert-box-blue {
	border:1px solid #2d90c7;
	border-radius: 2px;
	background-color: #d6ecf8;
	padding: 1.25em;
}

.alert-box-blue-head {
	letter-spacing: 1px;
	font-family: 'Urbanist', sans-serif;
	font-size: 2em;
	text-align: center;
	padding:0;
	margin:0 0 0.4em 0;
	color: #144058;
	font-weight: 700;
}

.alert-box-blue-sub-head {
	letter-spacing: 1px;
	font-family: 'Urbanist', sans-serif;
	font-size: 1.05em;
	text-align: center;
	padding:0.3em 0;
	color: #144058;
	font-weight: 600;
}

.alert-box-blue-txt {
	text-align: center;
	color: #144058;
}

.res-grid-100-sub-head-int {
	padding: 1em;
	color: #000;
	text-align: center;
}

.res-grid-100-sub-head-int h3 {
	margin:0.4em 0em;
	font-size: 1.65em;
}

.label {
	display: flex;
	flex:1 1 100%;
	font-family: 'Urbanist', sans-serif;
	letter-spacing: 1px;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 600;
	font-size: 1.1em;
	padding-bottom:0.6em;
}

.make-sub-head {
	font-family: 'Urbanist', sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-size: 1.05em;
	margin:0.65em 0 0.4em 0;
}

.make-sub-head a {
	font-weight: 600;
	transition:all 0.3s ease;
}

.make-sub-head a:hover {
	color: #006699;
}

.model-sub-head {
	font-family: 'Urbanist', sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-size: 1.05em;
	margin:0.65em 0 0.4em 0;
}

.model-sub-head a {
	font-weight: 600;
	font-size:1.2em;
}

.variant-sub-head {
	font-family: 'Urbanist', sans-serif;
	letter-spacing: 1px;
	color: #000;
	font-size: 1.05em;
	margin:0.65em 0 0.4em 0;
}

.variant-sub-head a {
	font-weight: 600;
	font-size:1.3em;
}

.empty-link {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('empty.gif');
}

.box-hover {
	transition:all 0.3s ease;
}

.box-hover:hover {
	border-color: #006699;
}

/* Selector Menu  */
.res-dropdown,
.res-dropdown * {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.res-dropdown {
	display: flex;
	flex:1 1 100%;
	position: relative;
	background-color: #FFF;
	border:1px solid #757575;
	border-radius: 2px;
}
.res-dropdown select {
	font-family: 'Urbanist', sans-serif;
	font-size:1.05em;
	width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

.res-dropdown select:disabled {
	cursor: default;
}

.res-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.col-roof-img {
	display: flex;
    justify-content: center;
	margin:1em 0;
	height: 200px;
}

.col-roof-img img {
	width: 410px;
    height: 200px;
	object-fit: scale-down;
}

.thule-app-clickable {
	cursor: pointer;
}

@media screen and (min-width: 800px) and (max-width:1000px) {
	
	.res-grid-20 {
		flex-basis: 25%;
	}
	
}

@media screen and (min-width: 600px) and (max-width:799px) {
	
	.res-grid-20 {
		flex-basis: 33.3%;
	}
	.res-grid-33 {
		flex-basis: 50%;
	}
	.variant-sub-head a {
		font-size: 1.2em;
	}
	
}

@media screen and (max-width:599px) {
	
	.res-grid-20 {
		flex-basis: 50%;
	}
	.res-grid-33 {
		flex-basis: 100%;
	}
	.alert-box-blue-head {
		font-size: 1.6em;
	}
	.variant-sub-head a {
		font-size: 1.05em;
	}
}

@media screen and (max-width:799px) {
	
	.res-grid-25-out-menu {
		flex-basis: 100%;
		align-self: auto;
}
	.res-grid-row-int-menu {
		flex-direction: column;
	}
	.res-grid-25-int-menu {
		flex-direction: row;
	}
	
	.label {
		flex:0 1 85px;
		padding-bottom: 0;
	}
	
	.res-dropdown {
		flex:1 1 75%;
		margin-right:1em;
	}
	
}










