/* Styles for the General Sales page.

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

/* ==========================================================================
   page styles
   ========================================================================== */

body {
	background: #fff;
}
main {
	color: #373737;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
}
main a {
	color: #dd1100;
}
main a:hover {
	color: #f77700;
}
main hr {
	background: #d6d6d6;
	border: none;
	height: 1px;
	margin: 3rem 0;
}
.page-width {
	margin: 0 auto;
	max-width: 67.5rem;
	padding: 0 3.125rem;
	width: 100%;
}
#header {
	margin-bottom: 2rem;
	margin-top: 3.125rem;
}
#header>div {
	width: 100%;
}
#header .bread-crumb {
	font-size: 1.1rem;
	font-weight: 400;
}
#header .bread-crumb a {
	color: #666;
}
#header .bread-crumb a:after, #header .bread-crumb a:hover {
	color: #f77700;
}
#header h2 {
	color: #de1300;
	font-size: 3.1875rem;
	font-weight: 400;
	line-height: 1;
	margin: 12px 0 19px 0;
}
#header p {
	color: #222;
	font-size: 1.15625rem;
	font-weight: 400;
	margin-top: 1rem;
}
#header span.find-out {
	display: block;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 2.0rem;
}
h3 {
	color: #535353;
	font-size: 1.625rem;
	font-weight: 300;
}
h4 {
	color: #373737;
	font-weight: 600;
	margin: 0.5rem 0;
}
#no-search h4 {
	margin: 0 0 10px 0;
}
.search-result {
	background-color: #f1f1f1;
	border-top: 2px solid #dd1100;
	margin-top: 0.2rem;
	padding: 1rem 1rem;
}
#search.search-result {
	padding: 3rem 4rem;
}
.search-result:nth-child(2n) {
	margin-bottom: 1rem;
}
#search .address-tile-wrapper {
	background: #fff;
}
#no-search-table-header-title {
	display: inline-block;
	margin: 1rem 0 0.5rem 0;
}
.table-title {
	color: #222;
	font-size: 1.1875rem;
	font-weight: 600;
	line-height: 1;
}
.table-header {
	align-items: center;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}
#no-search .address-tile-wrapper {
	display: flex;
	padding: 10px 0;
}
#no-search .detail-info {
	padding-left: 2rem;
}
.column {
	flex: 0 0 calc(5/9 * 100%);
}
.column+.column {
	border-left: 1px solid #c5c5c5;
	flex: 0 0 calc(4/9 * 100%);
	padding-left: 3.0rem;
}
ul.sales-links li::before {
	color: #dd1100;
	content: "\25A0";
	font-size: 6px;
	font-size: 8px;
	padding: 0 8px 0 0;
}
ul.sales-links li a {
	color: #373737;
	line-height: 1.8;
}
ul.sales-links li a:hover {
	color: #dd1100;
}
.address-tile {
	display: flex;
}
.address-tile>div {
	margin-right: 1rem;
}
ul.detail-info li {
	color: #373737;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.53;
	width: 100%;
}
.address-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 10px;
	margin-top: 10px;
}
.phone {
	margin-top: 2rem;
}
.fax, .email {
	margin-top: 1rem;
}
.phone>span:first-child, .fax>span:first-child, .email>span:first-child {
	color: #777;
	display: inline-block;
	margin-right: 5px;
	width: 45px;
}
#search .phone {
	margin-top: 0.5rem;
}
#search .fax, #search .email {
	margin: 0 0 1rem;
}
#search-address-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5rem;
	margin-top: 10px;
}
.website+li {
	margin-top: 1rem;
}
#search-result-wrapper {
	margin-bottom: 4rem;
	/* padding: 2rem; */
}
#search-address-list .address-tile-wrapper {
	background: #fff;
	padding: 0.3rem 1rem 1.5rem 1rem;
}
span.certified-trainer {
	background: url(../img/certified-training-partner.png) 0 0 no-repeat;
	padding-left: 30px;
}
span.sales-partner {
	background: url(../img/certified-sales-partner.png) 0 0 no-repeat;
	padding-left: 30px;
}
/* 
==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for medium screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
	.column {
		flex: 0 0 calc(3/5 * 100%);
		/* Adjust the ratio as needed */
	}
	.column+.column {
		flex: 0 0 calc(2/5 * 100%);
		/* Adjust the ratio as needed */
	}
}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
	.page-width {
		padding: 0 2.125rem;
	}
	.column {
		flex: 0 0 70%;
	}
	.column+.column {
		flex: 0 0 30%;
		padding-left: 1.5rem;
	}
	#no-search .detail-info {
		padding-left: 0.8rem;
	}
}
/* styles for medium screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	.page-width {
		padding: 0 1rem;
	}
	#no-search .address-tile-wrapper {
		display: grid;
		padding: 0 0 10px 0;
	}
	#search.search-result {
		padding: 1rem;
	}
	#_country-picker {
    	float: left;
    	width: unset; 
	}
	.column {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	.column+.column {
		border-top: 1px solid #c5c5c5;
		border-left: none;
		padding: 15px 0;
		margin: 0;
	}
	#no-search-table-header-title {
		margin: 1rem 0 0.5rem 0;
	}
	#no-search ul.detail-info {
		padding-left: 0;
	}
	.address-tile>div {
		margin-right: 0;
	}
	.address-tile img {
		display: none;
	}
	.address-tile ul li {
		display: block;
	}
	.table-title {
		color: #222;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.05;
	}
	.table-header {
		align-items: unset;
		display: block;
		justify-content: unset;
		width: 100%;
	}
	#search-result {
		padding: 1.5rem 1.7rem;
	}
	.phone span, .fax span, .email span, ul.detail-info li {
		display: block;
	}
	.phone span:first-child, .fax span:first-child, .email span:first-child, .phone div, .fax div, .email div {
		display: block;
		width: 100%;
	}
	#search .phone {
		margin: 0.5rem 0;
	}
	#search-address-list {
		grid-template-columns: 1fr;
	}
}
/* styles for medium screens (3200px)
   ========================================================================== */

@media all and (max-width: 320px) {}