/*###Start### Signup footer styling */
#signupfooterbody {
    background-color: #003364;
    color: #ffffff;
}
#signupfooterbody > div > h2 {
    color: inherit;
    text-align: left;
}
#signupfooterbody > div {
    padding: 15px;
}
#signuplink1 {
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 15px;
    color: #fff;
    background-color: #f7941d;
    border: none;
    margin: 15px auto;
    border-radius: 4px;
}
#signuplinkbtn {
    cursor: pointer;
    display: block;
    font-size: 20px;
    padding: 15px;
    color: #fff;
    background-color: #f7941d;
    border: none;
    margin: 15px auto;
    border-radius: 4px;
    width: 147px;
    text-decoration: none;
}
/*###End### Signup footer styling */

/*###Start### Signup banner styling */
#signup-banner {
	position: fixed;
	z-index: 100;
	width: 100%;
	bottom: -85px;
	left: 0;
	background-color: #3694C7;
	transition: bottom .5s linear;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	padding: 5px 0px;
	line-height: 32px;
}
#signup-banner.show {
	bottom: -10px;
}
#signup-banner button {
	cursor: pointer;
	display: inline-block!important;
	font-size: 20px;
	display: block;
	padding: 0px 10px;
	color: #ffffff;
	background-color: #f7941d;
	border: none;
	margin: 0px 10px 10px 10px;
	border-radius: 4px;
}
#signuplink {
	color: #ffffff;
	text-decoration: none!important;
}
#signuplink > span {
	background: #f7941d url(/css/img/bullet-white1.png) no-repeat right;
	display: block;
	float: right;
	width: 32px;
	height: 32px;
	padding: 10px;
}
html {
	scroll-behavior: smooth
}
body {
	padding-bottom: 40px;
}
@media screen and (max-width:460px) {
div#signup {
	font-size: 16px;
}
}
/*###End### Signup banner styling */

/*###Start### Signup form styling */
.demoForm {
    padding: 40px 40px 45px;
    margin-top: 5px;
    float: right;
    background: #56ccf2;
    background: -webkit-linear-gradient(to right,#2F80ED,#56CCF2);
    background: linear-gradient(to right,#2F80ED,#56CCF2);
    border: 0;
    margin-bottom: 20px;
}

.demoForm.wide {
    width: 38%;
    max-width: 460px;
    padding: 40px 40px 55px
}

.demoForm fieldset {
    border: 0;
    padding: 40px 40px 67px
}

#hero .demoForm h4 {
    color: #fff;
    margin: 25px 0 20px
}

.demoForm p.inverted {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 22px;
    text-align: center
}

.demoForm input[type=text],.demoForm input[type=text]:invalid,.demoForm input[type=text]:required,.demoForm input[type=password],.demoForm input[type=password]:required,.demoForm input[type=email],.demoForm input[type=email]:invalid,.demoForm input[type=email]:required,.demoForm textarea,.demoForm textarea:invalid,.demoForm textarea:required {
    display: block;
    width: 95%;
    text-indent: 50px;
    padding: 11px 5% 10px 0;
    margin: 0 0 16px;
    height: 40px;
    border: 0;
    outline: none;
    -moz-box-shadow: none;
    font: normal 18px/26px ProximaNova,arial,sans-serif;
    color: #fff;
    background-color: #59aad0;
    background-color: rgba(172,240,246,.25);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

.demoForm input[type=text]:focus,.demoForm input[type=password]:focus,.demoForm input[type=email]:focus,.demoForm textarea:focus {
    background-color: rgba(172,240,246,.5);
    transition: all .1s ease 0s
}

::-webkit-input-placeholder {
    color: #fff!important;
    opacity: 1
}

.hideee {
    display: none
}

::-moz-placeholder {
    color: #fff!important;
    opacity: 1
}

::-ms-placeholder {
    color: #fff!important;
    opacity: 1
}

::placeholder {
    color: #fff!important;
    opacity: 1
}

.mktFrmButtons>input {
    font-size: 19px!important;
    max-width: 81%
}

.demoForm textarea,.demoForm textarea:invalid,.demoForm textarea:required {
    height: 100px
}

.demoForm input[name=FirstName],.demoForm input[name=Referer_First_Name__c],.demoForm input[name=Username_Login] {
    background-image: url(../css/img/firstName.png)
}

.demoForm input[name=LastName],.demoForm input[name=Referer_Last_Name__c] {
    background-image: url(../css/img/lastName.png)
}

.demoForm input[name=JobTitle] {
    background-image: url(../css/img/title.png)
}

.demoForm input[name=Company] {
    background-image: url(../css/img/company.png)
}

.demoForm input[name=User_Password],.demoForm input[name=Confirm_Password],.demoForm input[name=User_Password_Signup],.demoForm input[name="Menu1$User_Password"] {
    background-image: url(../css/img/password.png)
}

.demoForm input[name=Email],.demoForm input[name=Referer_Email__c],.demoForm input[name=Email_Reset],.demoForm input[name="Menu1$Username_Login"],.demoForm input[name="Menu1$Email_Reset"] {
    background-image: url(../css/img/email.png)
}

.demoForm input[name=Phone] {
    background-image: url(../css/img/phone.png)
}

.demoForm textarea {
    background-image: url(../css/img/message.png)
}

.demoForm .button,.demoForm input[type=submit] {
    background: #f7941d url(/css/img/bullet-white.png) no-repeat scroll right 12px;
    border: 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font: bold 28px/52px ProximaNovaCond,arial,sans-serif;
    height: 48px;
    margin: 10px auto 0;
    outline: medium;
    padding: 0 126px 0 14px;
    text-transform: uppercase;
    transition: all .1s ease 0s;
    width: auto
}

#mktfrmbuttons {
    width: 96%
}

.demoForm .mktField .mktInput {
    position: relative;
    display: block
}

.demoForm .mktFrmButtons .submitButton {
    position: relative;
    display: inline-block
}

.demoForm .mktFrmButtons .submitButton input {
    font-size: 19px!important;
    max-width: 81%
}

.demoForm .mktField .mktInput.FirstName input {
    background-image: none
}

.demoForm .mktField .mktInput.FirstName:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/css/img/sprite-max.png) -35px 4px no-repeat;
    position: absolute;
    top: 4px;
    left: 8px
}

.demoForm .mktField .mktInput.Company input {
    background-image: none
}

.demoForm .mktField .mktInput.Company:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(/css/img/sprite-max.png) -78px -29px no-repeat;
    position: absolute;
    top: 2px;
    left: 5px
}

.demoForm .mktField .mktInput.Email input {
    background-image: none
}

.demoForm .mktField .mktInput.Email:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(/css/img/sprite-max.png) 4px 10px no-repeat;
    position: absolute;
    top: 2px;
    left: 5px
}

.demoForm .mktField .mktInput.User_Password_Signup input,.demoForm .mktField .mktInput.Confirm_Password input {
    background-image: none
}

.demoForm .mktField .mktInput.User_Password_Signup:before,.demoForm .mktField .mktInput.Confirm_Password:before {
    content: '';
    display: block;
    width: 20px;
    height: 36px;
    background: url(/css/img/sprite-max.png) -93px 6px no-repeat;
    position: absolute;
    top: 2px;
    left: 13px
}
/*###End### Signup form styling */

/*###Start### Accordion styling */
.faq-question:nth-child(odd) {
	background: #3694c7;
	border: 1px solid #3694c7;
	border-width: 2px;
}
.faq-question:nth-child(even) {
	background: #2683b6;
	border: 1px solid #2683b6;
	border-width: 2px;
}
#accordion > div > div.card-header > a > h4 {
	color: #ffffff;
	font-weight: 600;
}
#accordion > div > div.card-header > a {
	text-decoration: none;
}
.card-body {
	background: #ffffff;
	border-radius: 0px 0px 4px 4px;
}
.faq-question {
	border-radius: unset!important
}
.faq-question:first-child {
	border-top-left-radius: 4px!important;
	border-top-right-radius: 4px!important;
}
.faq-question:last-child {
	border-bottom-left-radius: 4px!important;
	border-bottom-right-radius: 4px!important;
}
#accordion > div > div.card-header > a.card-link.collapsed > h4::after {
	font: normal normal normal 20px FontAwesome;
	content: "\f107";
	float: right;
}
#accordion > div > div.card-header > a.card-link > h4::after {
	font: normal normal normal 20px FontAwesome;
	content: "\f106";
	float: right;
}
.faq-question {
	border-radius: unset!important
}
.panel-group .panel + .panel {
    margin-top: unset!important;
}
/*###End### Accordion styling */

/*###Start### adi page styling */
div.panel-heading > h2 {
    color: #ffffff;
}
.panel-default > .panel-heading {
    background-color: #003464 !important
}
h2.faq {
    font-family: 'Rubik', sans-serif !important;
    text-align: center !important;
    font-weight: 900 !important;
}
div.demoForm.left > p > a {
    color: #ffffff;
}
.panel-heading, .card-header {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
/*###End### adi page styling */