:root {
	--bg-color: #AFEAFF;
	--obeam-color: #CD5780;
  }

.article {
	padding: 60px 0;
	margin: 0 auto;
	text-align: center;
	line-height: 1.375;
	/*color: #5e6366;*/
}

.article h1, .article h2 {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 24px;
	color: #000;
}

.article h2 a.invisible {
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}

.teaser h1 {
	color: #4b4f52;
}

.article .article__title.--with-subtitle {
	margin-bottom: 0;
}

.article h1+.__subtitle {
	margin-top: -10px;
	font-size: 18px;
	color: #5e6366;
}

.article .__subtitle {
	font-size: 20px;
	font-weight: 300;
}

.article a {
	font-weight: 500;
}

.article a.single-link:before {
	content: "â€º ";
}

.article--law {
	font-weight: 400;
}

.article--law h3, .article--law h4 {
	text-align: left;
	color: #000;
}

.article--law h5 {
	text-align: left;
	color: #000;
	padding-top: 12px;
}

.article--law p, .article--law li {
	text-align: left;
	margin: 20px 0;
}

.article--law ul {
	padding-left: 40px;
	list-style: disc;
	margin: 20px 0;
}

.article--law li {
	margin: 0 0 10px 0;
}

.legal-highlight {
	color: #000;
	padding: 24px 0 12px;
	box-shadow: 24px 0 0 0 #e3e3e3, -24px 0 0 0 #e3e3e3;
	background: #e3e3e3;
	margin-bottom: 24px;
	font-weight: 400;
}

.article--gray {
	background: #f7f9fa;
}

.article--left {
	text-align: left;
	/*color: #000;*/
}

.article--left .article__title {
	text-align: left;
}

.article--left h1, .article--left h2 {
	text-align: center;
}

.article img {
	max-width: 100%;
	display: block;
}

.article__wrapper {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

.article--left__wrapper {
	max-width: 580px;
}

.article__image img, .article__image .video-frame {
	margin: 0 auto;
}

.article__title {
	text-align: center;
	margin-bottom: 24px;
	font-size: 40px;
}

.article__title--overlength {
	font-size: 35px;
}

.colset-wrapper h3:first-child {
	margin-top: 0;
	color: #000;
}

.article__wrapper .colset-wrapper {
	margin: 48px 0;
}

@media (min-width: 768px) {
	.article h1, .article h2 {
		font-size: 40px;
	}
	.article h1+.__subtitle {
		margin-top: -20px;
		font-size: 24px;
	}
	.article .article__title--overlength {
		font-size: 35px;
	}
	.colset-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
	}
	.colset-wrapper .article__content {
		width: 58%;
	}
	.colset-wrapper .article__image {
		width: 40%;
		min-height: 20px;
		display: block;
	}
	.article--alternate .article__content, .colset-wrapper.--alternate .article__content {
		order: 2;
	}
	.article--alternate .article__image, .colset-wrapper.--alternate .article__image {
		order: 1;
	}
}

.article__bullets, .article__crappy-multicol-bullets, .article__enumerate {
	padding-top: 20px;
	/*font-weight: 500;*/
	line-height: 1.75;
}

.article__bullets.--extended li {
	margin-bottom: 24px;
}

.article__enumerate {
	font-weight: 300;
	list-style: none;
	counter-reset: enumerate;
}

.article__enumerate li {
	padding-left: 2em;
	position: relative;
	margin-bottom: 1em;
}

.article__enumerate.--small li {
	margin-bottom: 0;
}

.article__enumerate li::before {
	counter-increment: enumerate;
	content: counter(enumerate) ".";
	color: #000;
	padding-right: 10px;
	font-weight: 500;
	left: 0;
	position: absolute;
}

.article__crappy-multicol-bullets {
	display: flex;
	flex-flow: row wrap;
}

.article__crappy-multicol-bullets li {
	width: 50%;
}

.article__bullets--multicol {
	-webkit-column-count: 2;
	column-count: 2;
}

@media (min-width: 768px) {
	.article__bullets li {
		position: relative;
		display: block;
		padding-left: 10px;
	}
	.article__bullets li:before {
		content: "â€º ";
		position: absolute;
		left: 0;
		/*font-weight: 500;*/
	}
	.article__crappy-multicol-bullets li {
		width: 30%;
	}
	.article__crappy-multicol-bullets li:before {
		content: "â€º ";
	}
	.article__crappy-multicol-bullets li:nth-child(3n+2) {
		width: 40%;
	}
	.article__bullets--multicol {
		-webkit-column-count: 3;
		column-count: 3;
	}
	.article--alternate .article__content {
		order: 2;
	}
	.article--alternate .article__image {
		order: 1;
	}
	.colset-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		text-align: left;
	}
	.colset-wrapper .article__content {
		width: 58%;
	}
	.colset-wrapper .article__image {
		width: 40%;
		min-height: 20px;
		display: block;
	}
}

/**support**/


#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact input[type="model"], #contact textarea, #contact button[type="submit"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
	background: #AFEAFF;
	padding: 25px;
	margin: 20px 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
	display: block;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}

#contact h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact input[type="model"],  #contact textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact input[type="model"]:hover, #contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #aaa;
}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #CD5780;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

#contact button[type="submit"]:hover {
	background: rgb(194, 37, 92);
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
	text-align: center;
}

#contact input:focus, #contact textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

/*accordion*/
.container {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.acc {
	margin: 20px 0;
	overflow: hidden;
	padding-top: 20px;
  }
  
  .acc li {
	list-style-type: none;
	padding: 0;
  }
  
  .acc_ctrl {
	background-color: #ffffff;
	border: thin;
	border: solid 2px #F2F2F2;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 2em;
	position: relative;
	text-align: center;
	width: 100%;
	color: #FFF;
  }
  
  .acc_ctrl:before {
	background: #44596B;
	content: '';
	height: 2px;
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 14px;
  }
  
  .acc_ctrl:after {
	background: #44596B;
	content: '';
	height: 2px;
	margin-right: 37px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
  }
  
  .acc_ctrl.active:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  
  .acc_ctrl.active h2, .acc_ctrl:focus h2 {
	position: relative;
  }
  
  .acc_panel {
	background: var(--bg-color);
	display: none;
	overflow: hidden;
  }
  .acc_panel p{
	  margin: 8px 8px;
  }

  .support-header {
	text-align: center;
	font-weight: 500;
	margin-top: 50px;
	font-size: 2rem;
}
  .support-sub {
	font-weight: 300;
	margin-top: 100px;
	font-size: 2rem;
}





