/*button {
    width: 267px;
    height: 50px;
    position: relative;
    left: 42%;
    top: -2em;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
    color: #fff;
    border-radius: 28px;
    text-align: center;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-left: rgba(0, 0, 0, 0);
    border-right: rgba(0, 0, 0, 0);
    border-top: rgba(0, 0, 0, 0);
    border-bottom: rgba(0, 0, 0, 0);
    display: inline-block;
    cursor: pointer;
    background-color: #ff3d00;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    padding: 16px 31px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
    cursor: pointer;
    line-height: 8px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
*/

.sign-up-linkedin {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    cursor: pointer;
    background-color: #3a9ad9;
    color: white;
    font-size: 15px;
    padding: 10px 10px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.sign-up-hero {
	display: block;
	top: -6em;
	margin: 0 auto;
	/* bottom: 0; */
	left: 0px;
	right: 0;
	text-align: center;
}

.section-5-bottom-button {
    position: relative;
    /* left: 48%; */
    top: -9em;
}

.section-5 button:hover {
    background-color: #d23200;
    background-blend-mode: hard-light;
    color: #fff;
    transition: .1s ease-in-out;
}


.section-5 button:hover {
    background-color: #d23200;
    background-blend-mode: hard-light;
    color: #fff;
    transition: .1s ease-in-out;
}

.section-5 ol, .section-3 ul {
    list-style: none;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
}

.key-tie-5 {
    position: relative;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
}


.tile-5 {
    background-color: #fff;
	padding: 0px 10px 15px 15px;
    position: relative;
    display: inline-table;
	border-radius: 0px 20px;
		-webkit-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.15);
-moz-box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.15);
box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.15);
	margin-top: 20px;
}














/*

::::::::::::::::::::::
Copy Below This Point 
::::::::::::::::::::::

*/






/*  Frequently Asked Questions */


.faq {
	width: 100%;
	height: 30em;
	background-color: #EDEEF1;
}



.faq-wrap {
    width: 80%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.faq-table-right {
	width: 30em;
	float: right;
}

.faq-table-left {
	width: 30em;
	float: left;
}

.faq td {
	height: 74px;
	border: 2px solid #E6E6E6;
	border-radius: 5px;
	background-color: white;
	padding: 1em;
}

.faq p {
	text-align: left;
	line-height: 20px;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	margin-bottom: 1em;
	color: #81ACCE;
	;
}

.faq-qa h3 {
	text-align: left;
	line-height: 20px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1em;
	color: #5F89A9;
}

.faq-title {
	font-size: 35px;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
	color: #3E596E;
}



li.accordion-item {
    /*margin-bottom: 0.4em;*/
}

.accordion {
  padding: 0px 0px;
  margin: 0 auto;
  list-style: none outside;
}


.accordion-item-hd {
    display: block;
    border-radius: 5px 5px 5px 5px;
    background-color: white;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.accordion-item-input:checked ~ .accordion-item-bd {
max-height: 1000px;
    /* padding: 15px; */
    /* margin-bottom: 15px; */
    /* border-left: 2px solid #E6E6E6; */
    /* border-right: 2px solid #E6E6E6; */
    /* border-bottom: 2px solid #E6E6E6; */
    /* border-radius: 0px 0px 5px 5px; */
    font-style: normal;
    line-height: 20px;
      text-align: left;
}


.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
	
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px );
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: left;
  font-size: 12px;
	
  line-height: 1;
}

.accordion-item-bd {
  max-height: 0;
  margin-bottom: 0;
	background-color: white;
  overflow: hidden;
}

.accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}


.faq-right {
	float: left;
	width: 100%;
}

.faq-left {
	float: right;
	width: 100%;
}











/*:::::@ MEDIA Classes:::::::::*/

@media screen and (max-width: 1400px) {
		.faq {
		width: 100%;
		height: 30em;
		background-color: #EDEEF1;
	}
}

	@media screen and (max-width: 1200px) {
		.faq {
		width: 100%;
		height: 40em;
		background-color: #EDEEF1;
	}
				.faq-title {
		line-height: 45px;
}
		
}