/*manually tab*/
.slider-container {
	background-image: url('slider-7.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
}

.section-content .accordion ul  { list-style-type: none; 
	border: solid 1px
}

.section-content a  {
	text-decoration: none;
	color: #0a5498;
}

.section-content p {
	color:  #414042;
	font-size: 15.81px;
	font-weight: 400;
}

/* =======================
Modem Accordion 
===========================*/

#modemfaq ul.accordion {
	border: 1px solid grey;
	margin-bottom: 20px;
}

#modemfaq .accordion .link  {
	cursor: pointer;
	display: block;
	min-height: 120px;
	border-bottom: 1px solid #CCC;
	position: relative;
	margin-left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#modemfaq .accordion .link.active  {
	border-bottom: none;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#modemfaq .accordion .link.hidden  {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#modemfaq .accordion li i  {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#modemfaq .accordion li i.fa-chevron-down  {
	right: 12px;
	left: auto;
	font-size: 16px;
	margin-top: 35px;
}

#modemfaq .accordion li  { border-bottom: 1px solid #4b4a5e; 
}

#modemfaq .accordion li:last-child  { border-bottom: 0; 
}

#modemfaq .accordion a  {
	display: block;
	text-decoration: none;
	padding: 12px 30px 12px 12px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#modemfaq .accordion p {
	display: inline-block;
	color:  #414042;
	font-size: 15.81px;
	font-weight: 400;
	margin-left: 20px;
	line-height: 1.5;
	position: absolute;
	top: 50px;
}

#modemfaq .modem-1 p {
	top: 35px;
}

.accordion a:hover  {
	/*color: blue;*/
}

.modem-1 img {
	width: 55px;
	margin: 0 20px;
}

.modem-2 img {
	width: 80px;
	margin: 0 10px;
}

.modem-3 {
	margin-left: 20px;
}

.modem-3 img {
	margin-right: 20px;
}

.modem-8 img {
	margin-right: 10px;
}

.modem-4 img,
.modem-5 img,
.modem-6 img,
.modem-7 img,
.modem-8 img {
	padding-top: 30px;
}

img.hide-icon {
	opacity: 0;
}

/* =======================
Help Message 
===========================*/
.help-message {
	border: solid 3px #BBE4EC;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

#modemfaq .help-message h4 {
	color:  #414042;
	font-size: 18px;
	font-weight: 500;
	margin-left: 0;
	padding-bottom: 10px;
}

#modemfaq .help-message p {
	padding-bottom: 0;
	line-height: 1.5;
}

/* ======================
More Help Nav 
===========================*/
.help-nav-title {
	border-bottom: 1px solid grey;
}

.help-nav-content {
	margin-top: 15px;
}

.help-nav-content .hours {
	display: block;
}

#modemfaq .help-nav-content a {
	color: #414042;
}

#modemfaq .help-nav-content a:hover {
	color: #0a5498;
	text-decoration: none; 
}

.help-nav-content i {
	float: left;
	font-size: 22px;
	margin-right: 15px;
	margin-bottom: 30px;
}

#modemfaq .help-nav-title h3 {
	font-weight: 300;
	padding-bottom: 5px;
}

#modemfaq .help-nav-content .sub-heading {
	font-size: 22px;
}

#modemfaq .help-nav-content p {
	font-size: 13px;
	font-weight: 300;
	margin-top: 5px;
}

.hide  {
	display: none;
}

.show  {
	display: block;
}

