@font-face {
  font-family: Corbel;
  src: url("/assets/www/fonts/corbel.ttf");
}

@font-face {
  font-family: Nexa;
  src: url("/assets/www/fonts/Nexa-Regular.otf");
}

body {
    font-family: Corbel,Helvetica,Arial,sans-serif;
}

.hero-header {
    height: 250px;
    display: flex;
    align-items: center;
    line-height: normal;
    background-size: cover !important;
}

.hero-header .wrap>div {
    max-width: 700px;
}

.hero-header small {
    font-size: 18px;
}

header {
    position: initial;
    padding: 15px 0;
    border-top: 37px solid #4AB0BF;
}

header .wrap {
    position: initial;
}

header>.wrap a.logo img {
    height: 45px;
}

header .wrap a.logo {
    position: initial;
    transition: none;
    top: 0;
}

footer {
    background-color: #EFF0F2;
    height: 90px;
    display: flex;
    align-items: center;
    line-height: normal;
    padding: 0;
}

.button {
    border-radius: 0 !important;
}

.hero-header h1 {
    display: block;
    padding: 0 0 32px;
    margin: 0;
    clear: both;
    font-family: Nexa,Helvetica,Arial,sans-serif !important;
    font-weight: 700;
    font-size: 37px !important;
    line-height: normal;
    color: #2a628f !important;
    letter-spacing: initial !important;
}

.hero-header h1:after {
    display: block;
    width: 60px;
    height: 3px;
    position: relative;
    top: 15px;
    background-color: #49b0bf;
    content: '';
}

.loader {
  background: #fff url("/img/png/spinner.png") center center no-repeat;
  opacity: 0.5;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.message_container {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.message_complete {
  width: 80%;
  margin: 0 auto;
}

body .payment_type {
    background-color: #f0932e;
    padding: 10px 15px;
    color: #fff !important;
    display: inline-block;
    /*margin-bottom: 30px;*/
    margin: 5px 0 0 0;
    font-size: 16px;
}

.payment-split td {
    padding-top: 0 !important;
}

body .payment_type:hover {
    text-decoration: none !important;
    background-color: #e27c31;
}

@media (max-width: 768px) {

    .join-programme .step>div {
        width: 100% !important;
    }

}

/*.birth>div {
  margin-top: 7px;
}*/

.terms.question {
  display: block;
  color: #1a1a1a;
  max-width: none;
  width: 100%;
  font-size: 18px;
  margin-bottom: 20px;
}

.terms.question p {
  display: block;
  margin-bottom: 10px;
}

.cart_items {
    width: 100%;
}

.insurance, .payment_method {
    background-color: #f7f7f7;
    padding: 25px !important;
}

.insurance p, .payment_method p {
    font-weight: 700;
    color: #59aeb7;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.insurance p.alert_text {
    color: #f24e2a;
    margin-top: 15px;
}

#insurance_questions {
    margin-top: 40px;
}

#insurance_questions label {
    margin-bottom: 5px;
    display: block;
}

#insurance_questions select,
#insurance_questions input {
    margin-bottom: 15px;
}

#insurance_questions h3 {
    margin-bottom: 5px;
}

#insurance_questions .terms {
    padding-top: 15px;
}

#insurance_questions a {
    font-weight: bold;
}

#message_billing_address {
    margin-top: 30px;
}

.shs_agent_code  {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.shs_agent_code p  {
    margin-bottom: 10px;
}

.notice, .alert, .message {
    padding: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, sans-serif;
	color: #fff;
	font-size: 1em;
	margin: 10px 0 20px 0;
	background: #b4442a;
    text-align: center;
    box-sizing: border-box;
}

.alert.full_width {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.button.full_width {
    display: block;
    width: 100%;
}

.button.full_width > img {
    margin-right: 10px;
    vertical-align: sub;
}

.success {
    background: #e64900;
    color: #fff;
}

.alert-success {
    background: #4bb543;
    color: #fff;
}

.warning {
    color: #e68a00;
}

.error, .errormessage, .alert-danger {
    color: #fff;
}

.mandatory_error, .parsley-error {
  border-color: #ff0000 !important;
}

.daily-routine .question {
    padding-bottom: 10px !important;
}

.daily-routine .half .select {
    width: 100% !important;
}

.header_image {
    height: 250px;
}

.header_image .content_container h1 {
    font-size: 3rem;
}


/* SELF EMDR */
section.emdr {
    padding: 40px 0;
}

.emdr-hero {
    height: 200px;
}

.emdr h3 {
    color: #1a1a1a;
    font-size: 25px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.emdr>form>div .subtitle {
    font-weight: 700;
}

.emdr>form>div p {
    font-size: 18px;
    padding: 10px 0;
    color: #5a5b5b;
    line-height: 24px;
}

.portal_login h1 {
    font-family: Nexa,Helvetica,Arial,sans-serif !important;
    font-size: 2.3em;
    color: #5aaeb8;
    margin-bottom: 10px;
    text-align: center;
}

.portal_login .form label {
  font-size: 0.9em;
  width: 100%;
}

.portal_login .form {
    max-width: 650px;
    margin: 0 auto 25px auto;
    padding: 30px 40px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.portal_login .form input,
.portal_login .form textarea,
.portal_login .form select {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  color: #5a5a5a;
  width: 100%;
  box-sizing: border-box;
  background-color: #fafafa;
  font-size: 1em;
}

.portal_login .form select {
  background-image: url("/img/svg/arrow-down-white.svg");
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 1em;
}

.portal_login .form select:hover, .portal_login .form select:active, .portal_login .form select:focus {
  background-image: url("/img/svg/arrow-down.svg");
}

.portal_login .form select:active, .portal_login .form select:focus {
  background-image: url("/img/svg/arrow-down.svg");
}

.portal_login .form input:focus,
.portal_login .form input:hover,
.portal_login .form textarea:focus,
.portal_login .form textarea:hover,
.portal_login .form select:focus,
.portal_login .form select:hover {
  background-color: #fffaf7;
  border-color: #ff7637;
  color: #ff7637;
}

.portal_login .form .column.column_left {
  padding-right: 10px;
}

.portal_login .form .column.column_right {
  padding-left: 10px;
}

.portal_login .form div {
  margin-top: 3px;
  margin-bottom: 10px;
}

.portal_login .form {
  text-align: left;
}

.portal_login .form .submit {
    text-align: center;
    clear: both;
    margin-top: 20px;
}

.portal_login .form a {
    display: block;
    margin-top: 25px;
}

.float_right {
    float: right;
}

.left_arrow {
    background: url("/assets/www/img/icons/arrow_left_white.png");
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 65px !important;
}

.right_arrow {
    background: url("/assets/www/img/icons/arrow_right_white.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 65px !important;
}

.left_arrow, .right_arrow {
    background-size: 25px;
}

.button_group {
    clear: both;
    padding: 20px 0 0 0;
}

.emdr>form>div input,
.emdr>form>div textarea,
.emdr>form>div select {
    color: #5a5c5c;
    font-size: 21px;
    width: calc(100%);
    border: 1px solid #e6e7e7;
    font-family: 'brandon-grotesque', sans-serif;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
}

.emdr>form>div textarea {
    height: 160px;
}

.radio_group {
    display: table;
    width: 49%;
    background-color: #ededed;
    padding: 5px 10px;
    min-width: 40%;
    box-sizing: border-box;
}

.radio_element {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.radio_label {
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.radio_input {
    text-align: right;
}

.radio_element>input[type="radio"],
.radio_element>input[type="checkbox"] {
    width: 25px;
}

.button_group>#emdr_next:disabled,
.button_group>#emdr_previous.disabled {
    background-color: #e6dcf9 !important;
    cursor: not-allowed !important;
}

.input_element {
    margin: 7px 0;
    /*float: left; Removed the side by side element, requested by Sam and Luke. 23/01/24 */
}

.input_element:nth-of-type(odd) {
    margin-right: 2%;
}

section.emdr ul li {
    font-size: 18px;
    list-style: disc;
    margin-left: 35px
}

.emdr-coaches .wrap {
    display: flex;
    padding: 50px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.emdr-coaches .wrap>div {
    background-color: #ececec;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 0.5% 1%;
    text-align: center;
    flex: 1 1 24%;
    max-width: 24%;
}

.emdr-coaches .wrap .emdr-coach {
    width: 100%;
    flex: none;
    max-width: none;
}

.emdr-coaches .wrap>div .profile-image {
    width: 100%;
    height: 340px;
}

.emdr-coaches .wrap>div h1 {
    font-size: 1.4rem;
    margin: 7px 0 5px 0;
}

.sezzle-payment, .stripe-payment {
    text-align: center;
    background-color: #fff;
    padding: 40px 40px 15px;
    margin: 0 auto 25px auto !important;
    box-sizing: border-box;
}

.stripe-payment {
    padding-bottom: 40px;
}

.payment_method {

}

#sezzle-smart-button-container {
    text-align: center;
    width: 100%;
    margin: 25px 0 0;
}

#sezzle-smart-button {
    margin-left: auto;
    margin-right: auto;
}

.coaching-sessions>div {
    background-color: #F7F7F7;
    padding: 30px;
    margin-bottom: 10px !important;
}

.coaching-sessions a {
    margin-top: 0;
}

.coaching-sessions h3 {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
}

.coaching-sessions .product-description p {
    margin: 15px 0;
}

.coaching-sessions .product-description strong {
    font-weight: bold;
}

.coaching-sessions ul {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}

.coaching-sessions ul li {
    list-style: square;
    padding: 2px 0;
}

/* Exercise Supervision Portal */
#message_search .message {
    margin: 10px 0 0;
}

.session_message .message {
    margin: 10px 0 5px 0;
    padding: 15px;
}

.portal_table {
    width: 100%;
    margin-top: 10px;
}

.portal_table th, .portal_table td {
    text-align: center;
    padding: 20px;
    background-color: #EFF0F2;
    border: 1px solid #fff;
    vertical-align: middle;
}

.portal_table th {
    background-color: #ccc;
    font-weight: bold;
}

.select_session {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.select_session .portal_table td span {
    padding: 7px;
    display: block;
}

.assessment_search {
    margin-top: 20px !important;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.emdr>form>div .portal_table .radio_element {
    display: contents;
}

.emdr>form>div .portal_table input {
    height: 25px;
    padding: 0;
}

.modal h2 {
    text-align: center;
    color: #333;
    margin: 0 0 10px;
}

/*MEDICAL NECESSITY*/
.medical-necessity {
    padding: 30px 0;
}

.medical-necessity h2 {
    color: #5aaeb8;
    font-weight: bold;
    font-size: 1.3rem;
}

.medical-necessity p {
    margin: 15px 0;
    font-size: 1.1rem;
}

.medical-necessity form>div {
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: bold;
}

.medical-necessity form .answer {
    background-color: #f1f1f1;
    padding: 35px 40px;
    margin: 5px 0;
}

.medical-necessity form .answer .answers {
    font-weight: normal;
    margin-top: 20px;
}

.medical-necessity form .answer .title {
    margin: 0 0 10px 0;
}

.medical-necessity form .answer label {
    width: 24%;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.medical-necessity form select {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
    color: #5a5a5a;
    box-sizing: border-box;
    background-color: #fafafa;
    font-size: 1em;
}

.medical-necessity .results-text {
    text-align: center;
    max-width: 800px;
}

.medical-necessity .results-text img {
    max-width: 200px;
    margin: 40px 0 10px;
}

.medical-necessity .results-text h2 {
    font-size: 1.4rem;
}

.medical-necessity .results-text p {
    font-size: 1.1rem;
    margin: 20px 0;
}


@media (max-width: 1280px) {
    .emdr-coaches .wrap>div {
        margin: 0 0.5% 1%;
        flex: 1 1 49%;
        max-width: 49%;
    }
}

@media (max-width: 1024px) {
    .radio_group {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .left_arrow {
        padding-left: 55px !important;
    }

    .button_group .button {
        padding: 0 25px;
        font-size: 14px !important;
    }

    .emdr-coaches .wrap {
        display: block;
    }

    .emdr-coaches .wrap>div {
        margin: 0 0 5px;
        flex: none;
        width: 100%;
        max-width: none;
    }

    .emdr-coaches .wrap>div .profile-image {
        height: 450px;
    }

    .medical-necessity form .answer .answers {
        margin-top: 10px;
    }

    .medical-necessity form .answer .answers label {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

}
