nav,
header,
footer {
	display: block;
}

body,
div,
input,
textarea,
button,
td,
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #00274D;
	font-weight: 400;
}

body {
	margin: 0;
	/* margin-top: 143px; */
	background: #EDEFF2;
}

p {
	margin: 0;
	margin-bottom: 24px;
}

/* Stuff */
h1 {
	font-size: 28px;
	line-height: 42px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #999;
	margin: 0;
	margin-bottom: 15px;
}

h1 span {
	font-size: 18px;
	color: #6f6f6f;
}


h2 {
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	margin: 10px 0;
	color: #000;
	/* border-bottom: 2px solid #00b4ff; */
	width: fit-content;
	padding: 0;
	letter-spacing: -1px;
}

h2.center {
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 20px;
}

h3 {
	font-size: 28px;
	line-height: 42px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #999;
	margin: 0;
	margin-bottom: 15px;
}

h4 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #999;
	margin: 0;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	letter-spacing: -1px;
	color: #777;
	margin-bottom: 15px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

/*
.clearfix:after, .columns:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}


.last {
	margin-right: 0 !important;
}

.last-row {
	margin-bottom: 0 !important;
}
*/

a:link,
a:visited {
	color: #00b4ff;
	text-decoration: none;
}

a:link:hover,
a:visited:hover {
	color: #000;
}

a img {
	border: 0;
}

a.button {
	background: #00274D;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	transition: all 0.2s;
	font-size: 14px;
}

a.button:hover {
	background: #164169;
	color: #fff;
}

/*
a.button-link {
	display: inline-block;
	color: #e9faff;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
	background-image: linear-gradient(#64b6cc, #54a8c3);
	padding: 5px 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
*/

hr {
	clear: both;
	font-size: 1px;
	border: 0;
	margin: 20px 0;
	border-top: 1px solid #DDDEE2;
}

hr.less {
	margin: 10px 0;
}

hr.more {
	margin: 50px 0;
}

hr.clean {
	border: none;
}

hr.mobile {
	display: none;
}

.divider-gfx {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 50px 0;
}

.divider-gfx .line {
	flex-grow: 1;
	height: 1px;
	background-color: #DDDEE2;
}

.divider-gfx .icon {
	font-size: 1.2em;
	color: #bbb;
}

img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

strong {
	font-weight: 700;
}

/* Containers */
.site {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

#content {
	padding-top: 142px;
	min-height: 700px;
	/* margin-bottom: 100px; */
}

.main {
	margin-top: 50px;
}

/* Headers */
header {
	z-index: 1000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 3px solid #00274D;
	background-color: #fff;
}

header.shrink #main-menu {
	padding: 10px 0;
}

header.shrink h1#logo {
	padding: 10px 20px;
}

header.shrink h1#logo img {
	height: 50px;
}

header.shrink #top-bar {
	height: 2px;
}

#top-bar {
	background-color: #F6F8FB;
	height: 50px;
	overflow: hidden;
	transition: all 0.2s;
}

#top-bar p {
	line-height: 50px;
	font-size: 0.9em;
}

h1#logo {
	position: absolute;
	text-align: left;
	border-bottom: 3px solid #00274D;
	background-color: #fff;
	border-radius: 6px;
	transition: all 0.2s;
	padding: 20px 30px 20px 30px;
	z-index: 1001;
	margin: 0;
}

h1#logo img {
	display: block;
	transition: all 0.2s;
	height: 62px;
}

#logo a {
	display: block;
}

#main-menu {
	text-align: right;
	position: relative;
	height: 30px;
	padding: 30px 0;
	transition: all 0.2s;
}

#main-menu nav a {
	position: relative;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	font-weight: 100;
	padding: 0 15px;
	color: #9C9C9C;
	border-left: 1px solid #F1f1f1;
	transition-duration: 200ms;
}

#main-menu nav a:first-child {
	border-left: none;
}

#main-menu nav a:hover {
	color: #00274D;
}

#main-menu .submenu {
	z-index: 2000;
	display: none;
	position: absolute;
	top: 75px;
	left: 0;
	width: 350px;
	padding: 10px 5px;
	background: #00274D;
	text-align: left;
	border-radius: 6px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

#main-menu .submenu a {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	border: none;
	border-radius: 3px;
}

#main-menu .submenu a:hover {
	color: #fff;
	background-color: #164169;
	border: none;
	padding-left: 20px;
}

#main-menu .submenu a:last-child {
	margin-bottom: 0;
}

#main-menu-mobile {
	display: none;
}

#mobile-lang {
	display: none;
}

/* Columns */
.columns {
	display: flex;
	gap: 40px;
}

.columns.gappy {
	gap: 50px;
}

.columns.spread {
	gap: 75px;
}

.columns.tight {
	gap: 20px;
}

.col {
	flex-grow: 1;
}

.col-10-1 {
	width: 10%;
}

.col-10-9 {
	width: 90%;
}

.col-5-1 {
	width: 20%;
}

.col-5-2 {
	width: 40%;
}

.col-5-3 {
	width: 60%;
}

.col-5-4 {
	width: 80%;
}

.col-4-3 {
	width: 75%;
}

.col-4-1 {
	width: 25%;
}

.col-3-1 {
	width: 33%;
}

.col-3-2 {
	width: 66%;
}

.col-2 {
	width: 50%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.flex-3 {
	gap: 50px;
}

.flex-3>div {
	width: 30%;
}

/* Sidebar */
.sidebar-menu a {
	display: block;
	color: #000;
	padding: 5px 10px;
	background-color: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-bottom: 10px;
}

.sidebar-menu a.active {
	background-color: #ed9109;
	color: #fff;
}

.sidebar-about p {
	line-height: 22px;
	text-align: justify;
}

/* Sections */
section {
	margin-bottom: 50px;
	padding: 30px 0;
}

section.lead {
	text-align: center;
	font-size: 21px;
	line-height: 31px;
	font-weight: 200;
}

section.lead h1 {
	font-size: 36px;
	padding: 0 10px;
	margin-bottom: 20px;
}

section h2 {
	margin-top: 0;
}

.slider {
	/* margin-top: -50px; */
	height: 600px;
	max-height: 600px;
	/* overflow: hidden; */
	position: relative;
	background-color: #000;
	margin-bottom: 50px;
}

.slider-slides {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider-slide {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 0;
	background-color: #000;
	transition: height 0ms, opacity 500ms;
	background-position: center;
	background-size: cover;
	z-index: 500;
}

.slide-content {
	align-items: center;
	align-self: center;
}

.slider-slide.active {
	opacity: 1;
	z-index: 600;
}

.slide-el {
	width: fit-content;
	background-color: #00274D;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.slide-subtitle {
	font-size: 20px;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.slide-title {
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
}

.slide-text {
	width: fit-content;
	background-color: #fff;
	color: #000;
}

.slider-slide a {
	display: inline-block;
	background-color: #00274D;
	color: #fff;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 6px;
}

.slider-slide a:hover {
	background-color: #164169;
	color: #fff;
}

.slide-text p {
	margin: 0;
}

.slider-slide img {
	display: block;
	width: 100%;
	opacity: 0.5;
	/* transition: opacity 0.5s ease-out; */
}

/* .slider .slide:hover img {
		opacity: 1;
	} */

.slider-arrows {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	align-self: center;
	z-index: 700;
	font-size: 32px;
	opacity: 0;
	transition: all 0.5s;
}

.slider-arrows i {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

.slider-arrows.sa-next {
	left: unset;
	right: 10px;
}

.slider-nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0;
	text-align: center;
	z-index: 800;
	transition: all 0.5s;
	opacity: 0;
}

.slider-nav span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	border: 2px solid #fff;
}

.slider-nav span.active {
	background-color: #00274D;
}

.slider:hover .slider-nav,
.slider:hover .slider-arrows {
	opacity: 1;
}

.home-calltoaction {
	background-color: #C9D0DA;
	border-bottom: 3px solid #B6BDC7;
	border-radius: 6px;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	padding: 40px;
	color: #000;
}

.home-calltoaction p {
	display: inline-block;
	margin: 0;
}

/* Boxes */
.box {
	display: flex;
	flex-grow: 1;
	gap: 20px;
}

.box h4 {
	color: #00274D;
	font-family: 'Oswald';
	letter-spacing: -1px;
}

.box-icon {
	flex-grow: 0;
	flex-shrink: 0;
	background: #00274D;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 28px;
}

section.parallax {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0;
}

.intro p {
	font-size: 21px;
	line-height: 30px;
	font-weight: 200;
	margin-bottom: 20px;
}

.dark * {
	color: #fff;
}

img.border {
	border: 5px solid #00274D;
	border-radius: 20px;
}

/* Article */
#article {
	padding: 0;
}

#article img {
	display: block;
	max-width: 100%;
	height: auto;
}

#article .image img {
	border-radius: 12px;
	cursor: zoom-in;
}

#article .thumbnails {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 10px;
}

#article .thumbnails img {
	display: block;
	border-radius: 6px;
	cursor: pointer;
}

#article .images-thumbs img {
	width: 154px;
	height: auto;
	cursor: pointer;
	margin: 0;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	border-radius: 6px;
}

.article-links-share {
	border-top: 1px solid #dcf5ff;
	border-bottom: 1px solid #dcf5ff;
	padding: 20px 0;
	padding-top: 10px;
	margin: 20px 0;
	display: flex;
}

.article-links,
.article-share {
	flex-grow: 1;
}

.article-links p,
.article-share p {
	margin: 0px;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}

.article-share {
	text-align: right;
}

.article-links a,
.article-share a {
	display: inline-block;
	margin-right: 10px;
	background: #00b3fc;
	color: #fff;
	font-size: 14px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 5px 10px;
}

.article-share div {
	display: inline-block;
}

.article-share a {
	margin-right: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}

.article-links-share a:hover {
	color: #fff;
}

a.as-x {
	background: #000;
}

a.as-fb {
	background: #4267B2;
}

.gallery {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.gallery-item {
	width: 30%;
}

.gallery-item .gallery-item-title {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.gallery-item img {
	cursor: zoom-in;
	box-sizing: border-box;
	display: block;
	margin-bottom: 10px;
	border-radius: 12px;
}

.gallery-item i {
	display: inline-block;
	width: 16px;
	text-align: center;
}

.gallery-item-text {
	color: #87919F;
}

.gallery-zoomed {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 2000;
	text-align: center;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.gallery-zoomed-thumbnails {
	background: transparent;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 10%;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 120;
}

.gallery-zoomed-thumbnails img {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-bottom: 0;
}

.gallery-zoomed-thumbnails img:last-child {
	border-bottom: 2px solid #fff;
}

.gallery-zoomed-photo {
	z-index: 105;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.gallery-zoomed-photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}

.gallery-zoomed-close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	font-size: 28px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	z-index: 150;
	cursor: pointer;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 16px;
}


#gmap {
	height: 500px;
}

#gmap * {
	line-height: normal;
}

#gmap button {
	min-width: auto;
}

/* Products List */
.products {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.product {
	box-sizing: border-box;
	width: 420px;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	flex-grow: 1;
	max-width: 500px;
}

/*
	.products-5 .product:nth-child(5n) { margin-right: 0; }
	.products-4 .product:nth-child(4n) { margin-right: 0; }
	.products-3 .product:nth-child(3n) { margin-right: 0; }
	*/
.product a.name {
	color: #000;
}

.product img {
	width: 100%;
	border-radius: 12px;
}


.shop h2 {
	margin-bottom: 0px;
}

.shop h2:not(:first-child) {
	margin-top: 30px;
}

.shop hr {
	margin: 10px 0;
	margin-bottom: 20px;
}


/* Articles in Category */
.articles {}

.article {
	margin-bottom: 50px;
}

.article-preview-cont {
	display: flex;
	gap: 30px;
}

.article .article-photo {
	width: 40%;
	flex-grow: 0;
}

.article .article-photo img {
	display: block;
	border-radius: 12px;
}

.article .article-preview {
	width: 60%;
}

.article .article-preview a {
	color: #a6a6a6;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: 300;
}

.article .article-preview a:hover {
	text-decoration: underline;
}

.article-link {
	text-align: right;
}

/* Ski Info */
.slope,
.road {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	/* background-color: #dedede; */
	border-radius: 24px;
	padding: 0 8px;
	/* padding-right: 8px; */
	font-weight: 500;
}

.slope span.code {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
	margin-left: -8px;
}

.road span.code {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	/* border-radius: 12px; */
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
	margin-left: -8px;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.easy {
	/* background-color: #e6f9ff; */
	color: #0475a0;
}

.moderate {
	/* background-color: #fff0f0; */
	color: #950c0d;
}

.difficult {
	/* background-color: #ededed; */
	color: black;
}

.easy span.code {
	background-color: #0e9acf;
}

.moderate span.code {
	background-color: #d42021;
}

.difficult span.code {
	background-color: black;
}

table.ski-table {
	table-layout: fixed;
}

.ski-info {
	display: flex;
	flex-wrap: wrap;
}

.si-header,
.si-data {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	background: #fff;
	/* border-radius: 10px; */
}

.si-header {
	background-color: #ecf8ff;
	border-bottom: 1px solid #00b4ff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.si-data {
	/* background-color: #f5f5f5; */
	border-bottom: 1px solid #ebebeb;
}

.si-data i {
	font-size: 20px;
}

.si-data img {
	vertical-align: middle;
	width: 24px;
}

/* .si-data.good {
	background-color: #f3ffee;
}

.si-data.bad {
	background-color: #ffeeee;
} */

.si-header>div,
.si-data>div {
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
}

.si-header>div {
	font-size: 14px;
}

.si-1 {
	width: 50%;
	font-weight: 500;
}

.si-2 {
	width: 35%;
}

.si-3 {
	width: 15%;
	text-align: center;
}

.webcam {
	margin-bottom: 20px;
}

.webcam h3 {
	margin-bottom: 5px;
	text-align: center;
}

/* bad fff1f1 */
/* good ecffec */

/* Icons */
.fa-check,
.fa-check-circle {
	color: #4dc600;
}

.fa-times {
	color: #dd4d00;
}

.fa-ban {
	color: #dd4d00;
}

.fa-info-circle {
	color: #ffae00;
}

/* Article */
.article-header {
	height: 280px;
	background-position: center;
	background-size: cover;
}

.article-header-title {
	margin-top: -150px;
	margin-bottom: 100px;
}

.article-header-title h1 {
	background-color: #2D343E;
	color: #fff;
	font-size: 40px;
	display: inline-block;
	padding: 10px;
}

.breadcrumbs {
	display: inline-block;
	background-color: #00274D;
	color: #fff;
	font-size: 10px;
	padding: 2px 10px;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}

.breadcrumbs-sep {
	margin: 0 5px;
}

.date {
	text-align: right;
	font-style: italic;
	font-size: 14px;
}

/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
}

thead td {
	background: #00274D;
	color: #fff;
	font-weight: 600;
}

td {
	padding: 8px 10px;
	background-color: #f9f9f9;
}

tbody tr:nth-child(even) td {
	background: #edeff2;
}

/* Pagination */


/* Tags */


/* Footer */
#footer {
	background: #00274D;
	font-size: 12px;
	margin-top: 50px;
	padding: 80px 0;
	color: #fff;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}

#footer p {
	color: #7A8089;
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0;
}

#footer .footer-text {
	font-size: 16px;
	line-height: 20px;
}

#footer h4 {
	font-family: 'Oswald';
	color: #fff;
	margin-bottom: 20px;
}

#footer a {
	color: #fff;
}

#footer nav a {
	display: block;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 20px;
	padding-bottom: 11px;
	font-size: 12px;
	padding: 10px 0;
	transition: all 0.3s;
}

#footer nav a:hover {
	padding: 10px 10px;
	background-color: rgba(255, 255, 255, 0.1);
}

.copyright * {
	background-color: #EDEFF2;
	padding: 20px 0;
	font-size: 12px;
}

.foot-logo {
	width: 150px;
	height: auto;
}

.foot-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.foot-gallery a {
	display: block;
	width: 30%;
	flex-grow: 1;
	opacity: 0.5;
	filter: grayscale(100%);
	transition: 200ms;
	cursor: pointer;
}

.foot-gallery a img {
	border-radius: 6px;
}

.foot-gallery a:hover {
	opacity: 1;
	filter: none;
}

a.foot-more-link {
	display: block;
	float: right;
	margin-top: 10px;
	font-size: 12px;
}

a.foot-more-link:hover {
	text-decoration: underline;
}

/* Forms */
.set {
	display: flex;
	column-gap: 30px;
	margin-bottom: 20px;
}

.set label {
	width: 200px;
	text-align: right;
}

.set .options-set {
	flex-basis: 0;
	flex-grow: 1;
}

input,
textarea {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #E5E7E9;
	height: 46px;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

textarea {
	height: 200px;
	padding: 10px;
}

select {
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-radius: 6px;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.03);
	font-size: 16px;
}


input[type="submit"],
button {
	background-color: #00274D;
	color: #fff;
}

input[type="submit"]:disabled,
button:disabled {
	opacity: 0.5;
}


input[type="submit"]:hover,
button:hover {
	background: #00274D;
}

.search-form {
	display: flex;
	gap: 0;
}

.search-form input[type="search"] {
	border: 2px solid #E5E7E9;
	height: 46px;
	padding: 12px;
	border-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	flex-grow: 1;
	font-size: 14px;
}

.search-form button[type="submit"] {
	border: 0;
	background: #00274D;
	color: #fff;
	display: block;
	height: 46px;
	padding: 12px 20px;
	text-align: center;
	border-radius: 0;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: auto;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	cursor: pointer;
}

.search-form button[type="submit"]:hover {
	background: #164169;
}

/*#contact {
		text-align: center;
}*/

.contact-set {
	margin-bottom: 20px;
}

.req {
	color: red;
}

.note {
	display: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	margin-top: 5px;
}

.box-callcenter {
	background-color: #00274D;
	color: #fff;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	border-radius: 12px;
	/* line-height: 28px; */
}

a.callcenter-number {
	margin-top: 10px;
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

a.callcenter-number:hover {
	color: #fff;
	text-decoration: underline;
}

.contact-locs {
	max-height: 300px;
	overflow-y: auto;
}

.contact-loc {
	margin-bottom: 20px;
	display: none;
}

.contact-loc-letters {
	display: flex;
	margin-bottom: 20px;
}

.contact-loc-letter {
	font-size: 16px;
	display: block;
	flex-grow: 1;
	color: #666;
}

.contact-loc-letter.clickable {
	color: #00274D;
	font-weight: 700;
	cursor: pointer;
}

.contact-loc-letter.clickable:hover {
	text-decoration: underline;
}

.news-articles {
	background-color: #f5f5f5;
	border-radius: 12px;
	padding: 15px;
}

.news-article {
	margin-bottom: 15px;
	border-bottom: 1px solid #dddee2;
}

.news-articles .news-article:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news-article a {
	display: block;
	line-height: 18px;
	color: #00274D;
	font-weight: 600;
	margin-bottom: 5px;
}

.news-article p {
	line-height: 16px;
	color: #a6a6a6;
}