@charset "utf-8";
.modal, .modal-backdrop {
	border: none!important;
	outline: 0!important
}
.detail a, .expand {
	text-decoration: none
}
.content-to-populate-in-modal {
	display: none!important
}
.modal {
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s
}
.modal .modal-content {
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 2px 40px rgba(0,0,0,.3);
	box-shadow: 0 2px 40px rgba(0,0,0,.3);
	background-clip: padding-box
}
.modal .close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0,0,0,.19);
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-transition: all .4s;
	transition: all .4s;
	outline: 0;
	z-index: 100
}
.modal .close:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}
.modal .modal-content .modal-body {
	padding: 15px 20px;
	text-align: left
}

@media (min-width:768px) {
.modal .modal-dialog {
	width: auto;
	margin: 20px
}
.modal .close {
	top: 2px;
	right: 2px
}
.modal .modal-content .modal-body {
	padding: 30px 60px
}
}

@media (min-width:992px) {
.modal .modal-dialog {
	width: 800px;
	margin: 40px auto
}
.modal .close {
	top: -35px;
	right: -35px
}
.modal .modal-content .modal-body {
	padding: 55px 90px
}
}
#feedback {
	padding: 25px
}
.leftnav {
	padding: 10px 0 10px 10px;
	border: none;
	background-color: #fff
}
.leftnav h4 {
	margin: 10px 0;
	padding: 5px
}
.leftnav p {
	font-weight: 400;
	padding: 10px
}
button.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	text-align: left;
	border: none;
	outline: 0;
	transition: .4s;
	font-weight: 700
}
button.accordion.active, button.accordion:hover {
	background-color: #ddd
}
div.panel {
	padding: 0 5px;
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out
}
button.accordion:after {
	content: '\02795';
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px
}
button.accordion.active:after {
	content: "\2796"
}
.panel {
	margin-bottom: 5px
}
#success_message {
	display: none
}
.form-left {
	width: 2%;
	float: left;
	height: 100%
}
.detail a, .far-right, .form-right {
	float: right
}
.form-right {
	width: 98%;
	height: 100%;
	padding-left: 20px
}
#integration-list {
	font-family: 'Open Sans', sans-serif;
	width: 98%;
	margin: 0 auto;
	display: table
}
#integration-list ul {
	padding: 0;
	margin: 20px 0;
	color: #555
}
#integration-list ul>li {
	list-style: none;
	border-top: 1px solid #ddd;
	display: block;
	padding: 10px;
	overflow: hidden
}
#integration-list ul:last-child {
	border-bottom: 1px solid #ddd
}
#integration-list ul>li:hover {
	background: #efefef
}

.integration-list2 {
	width: 98%;
}
.integration-list2 ul {
	padding: 0;
}
.integration-list2 ul>li:hover {
	background: #efefef
}

#integration-list2 ul li ul li {
	list-style: circle;
    margin-left: 25px;
}


.expand {
	display: block;
	color: #555;
	cursor: pointer;
	padding: 4px 10px
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-weight: 400
}
span {
	font-size: 12.5px
}
#left, #right {
	display: table
}
.sup {
	vertical-align: middle;
	width: 100%
}
.detail a {
	color: #C0392B;
	border: 1px solid #C0392B;
	padding: 6px 10px 5px;
	font-size: 14px;
	border-radius: 10px;
	margin-top: 10px
}
.detail_1 a {
	text-decoration: underline;
	color: #00f;
	border: none;
	padding: 0;
	font-size: 14px;
	float: none
}
.detail {
	margin: 10px 0;
	display: none;
	line-height: 22px;
	height: auto
}
.detail span {
	margin: 0
}
.right-arrow {
	width: 10px;
	height: 100%;
	float: right;
	font-weight: 700;
	font-size: 20px
}
.icon {
	height: 75px;
	width: 75px;
	float: left;
	margin: 0 15px 0 0
}
