@font-face {
	font-family: "Sackers Gothic Light";
	src: url('https://pierrrysoftware.github.io/gymboree-frontend/jj/fonts/Monotype-Sackers-Gothic-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

.page-banner{
	border: 3px solid #1b375c;
	padding: 40px 0;
}
.page-banner-text{
	font-family: "Sackers Gothic Light";
	color: #1b375d;
	text-align: center;
}
.gb-grid__csdash .gb-col{
	border: 1em solid #efefef;
}

.blue-text{
	color: #1b375d;
}

.padded-items tr td{
	padding: 1em 5px!important;
}

.text-center{
	text-align: center;
}

.size-chart .drawerHeading h3{
	text-transform: uppercase;
	color: #63666a;
	font-size: 18px;
}

.size-chart-table th {
	background: #1b375c;
}

hr.gray{
	border-color: #e1e1e1;
	border-width: 0;
	border-bottom-width: 1px;
	margin-top: 20px;
}

.measuring-tips-text{
	line-height: 2rem;
	margin-bottom: 25px;
}
.measuring-tips-img-wrapper{
	margin: 25px;
}
.measuring-tips-img{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}

.indented-content.margin-offset{
	margin-top:25px;
}
.customer-service-container h3{
	font-size:14px;
}

.customer-service-container .gb-grid__csdash .gb-col{
	min-height: 275px;
}

.customer-service-header .phone-icon{
	height:33px;
	width:33px;
	position: relative;
	top: 8px;
	margin-right: 10px;
}


div.tabContent table thead tr th {
	font-family: "Nunito Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

/* Make tables 'responsive' by providing horizontal scroll */
.table-wrapper{
	overflow-x: auto;
}
.table-wrapper table{
	min-width: 400px;
}

.mt-1rem{
	margin-top:1rem;
}
.mb-1rem{
	margin-bottom:1rem;
}

.size-chart .tabbedContent .tab-wrapper, .faq-content .tabbedContent .tab-wrapper, .shipping-info-content .tabbedContent .tab-wrapper{
	float: none;
	position: initial;
	text-align: center;
}

.size-chart .tabbedContent .tabs, .faq-content .tabbedContent .tabs, .shipping-info-content .tabbedContent .tabs{
	position: initial;
	height: initial;
}

.faq-content .tabbedContent .tabs li, .shipping-info-content .tabbedContent .tabs li{
	margin-bottom: 0.5rem;
	display: inline-block;
	float: none;
}

.accordion .drawerHeading h6 {
	line-height: 1.2rem;
}

ul.no-left-padding{
	padding-left:0px;
}

.accessibility-content p{
	font-size:16px;
}

.no-margin{
	margin:0;
}