/*
	
	Blended first aid stylesheet

    orange: #ff7112

*/

/* Variables */

:root {
  --orange:#282957;
  --red:#f2294e;
  --yellow:#282957;
}

/* EO Variables */

* {
    box-sizing: border-box;
}

html {
	overflow-y:scroll;
}

html.noscroll {
	overflow-y:hidden;
}

html, body {
    padding: 0;
    min-height: 100%;
    height: 100%;
    margin: 0;
    font-size: 17px;
    font-family: lato, sans-serif;
    color: #282957;
    line-height: 1.4rem;
    background:#f2f0e4;
}

h1, h2, h3, h4, h5 {
    font-family: sofia-pro, sans-serif;
}

h1 {
    font-size: 2.6rem;
    line-height:3.4rem;
}

#homeIntro {
    width:100%;
    position: absolute;
    bottom: 0;
    left:0;
}

#homeIntro h1 {
    color: #FFFFFF;
    font-size: 36px;
    width: 90%;
    max-width: 840px;
    margin: 16px auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

h2 {
    font-size: 2rem;
    line-height:2.8rem;
}

h3 {
    font-size:1.8rem;
    line-height:2.2rem;
}

h4 {
    font-size: 1.3rem;
    line-height:1.8rem;
}
.provider-intro h1 {
    margin:2rem 0 0 0;
}

.provider-intro h2 {
    margin:0 0 1rem 0;
    font-size:1.8rem;
}

.row.benefits {
    background:#282957;
    color:#FFFFFF;
    font-size:1.5rem;
    font-family: sofia-pro, sans-serif;
    font-weight:400;
    padding:4rem 0 2rem 0;
}

.header-bar {
    display:flex;gap:32px;justify-content:space-between;align-items:center;
}

.benefits svg {
    display:block;
    height:36px;
    fill:#FFFFFF;
    color:#FFFFFF;
}

.owl-carousel-benefits .owl-item {
    background:#282957;
}

.owl-item > div {
    display:flex;
    align-items:center;
    justify-content:center;
}

.owl-item > div svg {
    margin-right:1rem;
}

p {
    line-height:1.5rem;
}

p strong {
    font-size:1.1rem;
}

ul li {
    margin: 0.5rem 0;
    line-height: 1.4rem;
}

.find-courses h3 {
    max-width: 440px;
}

.row.home-intro {
    padding:0;
    margin:4rem 0;
}

.home-intro h4 {
    font-weight: 700;
    max-width: 640px;
    line-height: 2rem;
    text-align: center;
    margin: 0 auto;
    padding: 2rem 0;
}

.home-intro ul {
    list-style-type:none;
    font-weight:500;
}

.home-intro .col-1-2 {
    padding: 2rem 4rem;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 25px 0 0;
}

.hero-booking {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    justify-content: space-between;
    width: 90%;
}

.hero-booking > div {
    border-radius: 20px;
    padding: 20px 40px;
    width: calc(50% - 2rem);
}

.hero-booking > div.book-online {
        background: #FFFFFF;
}

.hero-booking > div.book-inhouse {
    background:#f2294e;
}

.more-info-row {
    background: var(--red);
    color: #FFF;
    padding: 2rem;
    text-align: center;
}

.more-info-row.about {
    background: var(--yellow);
    color: #FFF;
    padding: 2rem;
    text-align: center;
}

.more-info-row a.link-button {
    color:#FFF;
    background:none;
    border:1px solid #FFF;
    text-decoration:none;
}

.more-info-row a.link-button:hover {
    background:#FFFFFF;
    transition:0.7s;
    color:var(--red);
}

.holding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo svg {
    display:block;
    width:100%;
}

#page,
#wrapper {
    height:100%;    
}

span.normal {
    font-weight:400;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1006;
    width: 100%;
    box-sizing: border-box;
    min-height: 58px;
    -webkit-box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.header-inner {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    z-index: 3;
    flex-wrap:wrap;
    position: relative;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 10;
    box-sizing: border-box;
    transition: all ease 0.5s;
    flex-grow: 0;
}

.header-inner > div:nth-of-type(1) {
    width:calc(100% - 160px);
}

header .logo,
footer .logo {
    display:block;
    text-decoration:none;
    width:80px;
    transition:0.7s;
    padding: 0;
}

.quotes {
    width:calc(100% + 4rem);
    margin-left:-2rem;
}

.quote.col-1-3 {
    padding: 2rem;
    background: #282957;
    width: calc(33.333% - 4rem);
    margin: 2rem;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size:1.2rem;
}

.quote.col-1-3:nth-of-type(2) {
    background: #f2294e;
}

.quote.col-1-3:nth-of-type(3) {
    background: #EDEDED;
    color:#282957;
}

.quote-quote {
    display: block;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    background: #FFFFFF;
    color: #282957;
    padding: 21px 12px 16px 12px;
    width: 44px;
    height: 44px;
    font-size: 2rem;
    margin: 0 auto 2rem auto;
}

.five-stars {
    display:flex;
    justify-content: center;
}

.five-stars img {
    display:block;
    width:20px;
    height:20px;
    color:#FFFFFF;
    margin:0 2px;
}

.find-courses h3 {
    max-width: 100%;
}

.inpage-image {
    display: block;
    float: right;
    margin: 0 0 3rem 5rem;
    width: 100%;
    max-width: 500px;
}

header .logo {
    display:block;
    position:relative;
    border-radius:0;

}

a.link-button-v2 {
    display:flex;
    padding:.75rem 1.5rem 0.65rem 1.5rem;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    color:#FFFFFF;
    text-decoration:none;
    width: fit-content;
    transition:0.7s;
}

a.link-button-v2:hover {
    color:#FFFFFF;
    text-decoration:none;
    background:#282957;
    border-color:#282957;
}

a.link-button-v2 svg {
    display:block;
    height:16px;
    margin-left:0.4rem;
    transition:0.7s;
    position: relative;
    top: 4px;
}

a.link-button-v2:hover svg {
    margin-left:0.5rem;
}

.group-box {
    background:#f2294e;
    color:#FFFFFF;
}

.group-box h3,
.group-box p {
    color:#FFFFFF;
}

.group-box p {
    max-width:440px;
    margin:2rem 0;
}

.group-box h3 {
    max-width: 440px;
    letter-spacing:1px;
    margin:0;
}

.group-box h3 em {
    font-style:italic;
    font-weight:400;
}

header .logo img {
    display:block;
    width:90px;
    height:90px;
    margin:1rem 0;
}

header.fix {
    position: fixed;
    background:#FFF;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
}

.course-find-start > .flex-container {
    align-items:flex-start;
    margin-top: 16px;
}

.col-1-1 {
    width:100%;
}

.quotes .col-1-1 {
    margin-left:2rem;
}

.col-1-2 {
    width:50%;
}

.col-1-3 {
    width: 33.333%;
}

.col-2-3 {
    width: 66.667%;
}

.col-2-3.book_online {
    padding-right:16px;
}

.col-1-2.book-inhouse h3,
.col-1-2.book-online h3 {
    margin:10px 0 6px 0;
}

.col-1-2.book-inhouse {
    color:#FFFFFF;
}

.col-1-2.book-inhouse a {
    display: inline-block;
    padding: 6px 20px 8px 20px;
    text-decoration: none;
    font-weight: 400;
    color: #282957;
    background: #ffffff;
    font-size: 17px;
    letter-spacing: 1px;
    border-radius: 25px;
    text-align: center;
    font-family: sofia-pro, sans-serif;    
}

.col-1-2.book-inhouse a:hover {
    color: #ffffff;
    background: #282957;
}

.col-1-2.book-inhouse p {
    font-size:21px;
    margin: 20px 0 30px 0;
    max-width: 360px;
}

.col-1-2 > div h4:first-of-type {
    margin-top:0;
}

.course-page .col-1-3 {
    padding:0 2rem 2rem 2rem;
}

.inner {
    padding: 2rem;
    max-width: 1260px;
    margin: auto;
    box-sizing: border-box;
}

.inner.offset-into-hero {
    padding: 0 2rem;
}

.landing-page-content .col-1-3 {
    padding-right:5rem;
}
.landing-page-content .col-2-3 {
    padding-left: 2rem;
}

.landing-page-content .col-1-3 p {
    line-height:1.5rem;
}

.feature-text {
    padding: 2rem;
    background: #3c3b3c;
    color: #FFF;
}

.feature-grid {
    display:flex;
    justify-content:space-between;
}

.feature-grid > div {
    width:48%;
    padding:1rem;
}

header nav {
    font-size:16px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-family: sofia-pro, sans-serif;
}

header nav a {
    display:block;
    margin: 0 0.5rem;
    text-decoration: none;
    color: #000000;
    padding: 0.85rem 1rem 0.7rem 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

header nav a.login {
    color: #ffffff;
    background: #f2294e;
}

header nav a:hover {
    transition: 0.7s;
    color: var(--red);
}

header nav a.login:hover {
    color: #ffffff;
    background: var(--red);
}

header nav a:hover {
    color:#f2294e;
}

.hero {
    height: calc(100vh - 146px);
    display: flex;
    position: relative;
    min-height: 480px;
    background:#000000;
}

.hero-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.8;
}

.hero-text-container {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index:1;
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
}

.hero-text-container div {
    color: #FFF;
    padding: 2rem;
    background: #f2294e;
    border-radius: 0 25px 0 0;
}


.hero h2 {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #3c3b3c;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(255,255,255,0.5);
}

.hero.home h2 {
    color: #FFF;
    text-shadow: none;
}

.hero-montage img {
    display:block;
    width:100%;
}

.hero-grid {
    width: 600px;
    height: 480px;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
}

.hero-grid > div {
    width:50%;
    height: 50%;
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
}

.hero-grid > div:nth-of-type(1) {
    background:#f2294e;
    display:flex;
    align-items:center;
    justify-content:center;
    border-top-left-radius: 100px;
}

.hero-grid > div:nth-of-type(2) {
    background-image:url(/media/ri2my21h/iphone-01.jpg);
}

.hero-grid > div:nth-of-type(3) {
    background-image:url(/media/suepfpf4/ipad-02.jpg);
}

.hero-grid > div:nth-of-type(4) {
    background:var(--yellow);
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-grid > div > div.square {
    color:#FFF;
    width: 100%;
}

.hero-grid > div > div div.text {
    width:100%;
    text-align:center;
    margin:0.5rem 0 0 0;
}

.hero-grid > div > div svg {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.offset-into-hero > .col-2-3 {
    position: relative;
    top: -8rem;
    margin-bottom: -8rem;
    background: #FFF;
    padding: 2rem 2rem 0 2rem;
    border-top: 6px solid #f2294e;
}


.link-button {
    display: flex;
    padding: 8px 15px;
    color: #FFFFFF;
    text-decoration: none;
    width: fit-content;
    transition: 0.7s;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
}

.link-button.red {
    background:var(--red);
    color:#FFF;
}

.link-button.orange {
    background:var(--orange);
    color:#FFF;
}

.link-button.white-outline {
    background:none;
    color:#FFF;
    border:1px solid #FFF;
}

.course_extras .link-button {
    width: 100%;
    justify-content: center;
    margin-bottom:2rem;
}

.register-link .link-button.white-outline {
    text-align:center;
    margin:1rem auto;
}

.link-button:hover {
    transition: 0.7s;
    background: var(--red);
    color: #FFF;
    text-decoration: none;
}

.find-out-more {
    font-size: 1.2rem;
    padding: 2rem 0 3rem 0;
    text-align: center;
    color: var(--red);
    line-height: 1.8rem;
}

.find-out-more .inner {
    max-width:640px;
}

.find-out-more a {
    color:var(--red);
    font-weight:700;
}

.find-out-more a:hover {
    color:var(--orange);
}

.link-button.white:hover {
    background: #212121;
    color: #FFF;
    text-decoration: none;
}

.link-button.white-outline:hover {
    background:#FFF;
    color:var(--red);
}

.link-button.red:hover {
    background:#282957;
    color:#FFF;
    border-color:#282957;
}

.link-button.orange:hover {
    background:var(--red);
    color:#FFF;
}


.link-button i {
    position:relative;
    top:1px;
    margin-left: 0.5rem;
}

.row {
    padding:2rem 0 0 0;
}

.page-section.flex-container:nth-of-type(odd) {
    flex-direction:row-reverse;
}

.provider-images .col-1-2 img {
    display:block;
    width:100%;
}

.content .col-1-2 {
    padding:2rem;
}

.content .col-1-2.hero-montage {
    padding-left:0;
}

.content .col-1-2.course-intro {
    padding: 2rem 6rem 2rem 2rem;
}

.fc-screenshots {
    width:calc(100% + 1rem);
    overflow:hidden;
    margin-left:-0.5rem;
}

.fc-screenshots a {
    display:block;
    width:calc((100%/6) - 1rem);
    margin:0.5rem;
    cursor:pointer;
    text-decoration:none;
}

.fc-screenshots a img {
    display:block;
    width:100%;
}

.content h2,
.content h3 {
    padding: 0rem;
}

.book-course > div {
    padding:2rem 0;
}

.book-course h3 {
    font-size: 2rem;
    color: var(--red);
    margin-bottom: 0;
}

.intro-text {
    text-align:center;
    max-width:640px;
    line-height:1.5rem;
    margin:0 auto;
}

.book-course button {
    border: none;
    font-family: lato, sans-serif;
    font-size: 17px;
    margin: 20px 0 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
    background: var(--red);
    color: #FFFFFF;
    transition: all ease 0.7s;
    outline: none;
    padding: 0.65rem 1.5rem 0.5rem 1.5rem;
    border-radius: 20px;
    cursor: pointer;
}


.book-course button:hover {
    border: none;
    background: var(--red);
    color: #FFFFFF;
    cursor: pointer;
}

.book-course h5 {
    margin: 1rem 0 0.25rem 0;
    font-weight: 500;
    color: var(--red);
}

.book-course input, .book-course select {
    border: 2px solid #999999;
    border-radius: 3px;
    padding: 10px;
    color: #3c3b3c;
    font-family: lato, sans-serif;
    font-size: 19px;
    margin: 10px 0 0 0;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
}

.booking-note {
    padding: 10px 20px;
    background: #282957;
    font-weight: 400;
    color: #ffffff;
    display: none;
    font-family: lato, sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 2px;
    border-radius: 3px;
}

.booking-note.active {
    display: block;
}

a.button {
    text-decoration:none;
    border-radius: 25px;
}

a.booking-link.group,
a.booking-link.online,
button.book-button {
    border-radius: 25px;
    border: none;
    padding: 8px 20px 8px 20px;
    font-size: 17px;
    margin: 20px 0 10px 0;
    font-weight: 500;
    letter-spacing: 1px;
    background: #CCCCCC;
    color: #FFFFFF;
    font-family: sofia-pro, sans-serif;
    transition: all ease 0.7s;
    outline: none;
    cursor: pointer;
}

a.booking-link.group,
a.booking-link.online {
    display:block;
    background-image: linear-gradient(141deg, rgba(215,35,35,1) 0%, rgba(255,141,0,1) 100%)!important;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
}

a.booking-link.group {
    background-image: linear-gradient(90deg, rgba(40,41,87,1) 0%, rgba(20,23,184,1) 100%)!important;
}

button.book-button.active {
    background: #f2294e;
    color: #FFFFFF;
}


.course-finder-container input,
.course-finder-container select,
.find-courses input, 
.find-courses select {
    border: 2px solid #999999;
    border-radius: 3px;
    padding: 10px;
    color: #212121;
    font-family: lato, sans-serif;
    font-size: 19px;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
}

.find-courses input {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 11px 10px;
}

.course-find-start .col-1-3 {
    padding-right:10px;
}

.course-find-start h5 {
    color:#f2294e;
    margin:0.2rem 0;
    font-size:0.9rem;
    font-weight:400;
}

.find-courses svg {
    width:30px;
}

.course-image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 300px;
}

.course-image img {
    display: block;
    width: 100%;
}

/* Course booker sesarch */

.select-wrapper {
    z-index: 2;
    position: relative;
    top:-2px;
}

.book_online .select-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    color: #999999;
    font-family: lato, sans-serif;
    font-size: 19px;
}

.book_online .select-arrow span,
.book_online .options span {
    color: #212121;
}

.book_online .options span {
    color: #212121;
    padding: 6px 6px 4px 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: 0.2s;
    display: block;
    font-weight: 200;
    line-height: 1.2rem;
}

.book_online .options span:hover {
    background: #f2294e;
    color: #FFFFFF;
}

.select-arrow svg {
    display: block;
    width: 20px;
}

.book_online .select button {
    background:none;
    border:none;
    padding:0;
    margin:0;
}

.book_online .select-arrow {
    border: 2px solid #999999;
    border-radius: 3px;
    padding: 6px 10px;
    color: #212121;
    font-family: lato, sans-serif;
    font-size: 19px;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
}

.select-wrapper .options {
    display: none;
    max-width: 960px;
    width: 640px;
    border: 2px solid #999999;
    padding: 0;
    background: #FFFFFF;
    flex-wrap: wrap;
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
}

.book_online select {
    position:relative;
}

.select-wrapper .options.show {
    display: flex;
}

div.optgroup {
    width: calc(33.333% - 2rem);
    margin: 0.6rem;
}

.book_online .optgroup h5 {
    border-bottom: 2px solid #212121;
    font-size: 1rem;
    padding: 0.5rem 0.3rem;
    margin: 0 0 0.5rem 0;
}

.software-image img {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    max-height: 300px;
}
.register-link,
.course-benefits,
.course-audience {
    background: var(--red);
    color: #FFF;
    padding: 2rem;
    margin: 2rem 0 0 0;
}

.course-audience > div {
    text-align: center;
    max-width:640px;
    margin:auto;
}

.course-benefits > div {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    text-align:left;
}

.register-link {
    text-align:center;
    font-size:1.2rem;
    padding:4rem 2rem;
    line-height: 1.7rem;
}

.register-link a {
    color:#FFFFFF;
}

.course-benefits h3 {
    margin-bottom:0;
}

.about-course .col-1-3 {
    padding:2rem;
}

.about-course .col-1-3:first-of-type p {
    margin:0;   
}

.about-course h3 {
    font-size:1.8rem;
    margin:1rem 0 .25rem 0;
}

.about-course h4,
.about-course strong {
    color: var(--red);
}
.about-course h4 {
    margin-top: 1rem;
}

.course-content {
    background: #e52427;
    color: #FFF;
    padding: 2rem;
}

.course-content h3,
.course-content h4 {
    text-align:center;
}

.course-content ul {
    flex-wrap: wrap;
    display: flex;
    margin: 3rem 0 2rem 0;
}

.course-content ul li {
    width:calc(33.333% - 2rem);
    margin:0.25rem 1rem;
    padding-right:2rem;
}

.col-1-3.book-group {
    padding: 2rem;
    display: flex;
    align-items: center;
    background: var(--red);
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    width: 400px;
    height: 400px;
}

.col-1-3.book-group a.link-button {
    margin-top: 1rem;
}

.course-name {
    color: var(--red);
    line-height: 2.8rem;
    padding: 2rem;
    text-align:center;
}

.course-name h2 {
    font-size:2rem;
}

.title_note {
    font-weight: 400;
    display: block;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.red-box {
    color:#FFFFFF;
    background:#f2294e;
    padding:1.5rem 2rem;
    margin:2rem 0;
}

.black-box h3,
.red-box h3 {
    margin-top:1rem;
    color:#FFFFFF;
}

.ce-title {
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #f2294e;
}


.course_extras {
    
}

.course_extras .ce-item:first-of-type p:first-of-type {
    margin-top:0;
}

.ce-item {
    padding-bottom:0.5rem;
}

.ce-title svg {
    display: block;
    max-width: 20px;
    max-height: 20px;
    margin-right: 0.5rem;
    color: #f2294e;
    position:relative;
    top:-2px;
}

.black-box {
    color:#FFFFFF;
    background:#282957;
    padding:1.5rem 2rem;
    margin:2rem 0;
}

.grey-row {
    background: #ededed;
}

.yellow-row {
    background: #282957;
}

.row.become {
    margin: 2rem 0;
}

.flex-container.fc-become {
    justify-content:space-between;
}

.become .col-1-3 {
    width:calc(33.333% - 2rem);
    margin: 1rem;
    border-radius: 0;
}

.become .col-1-3 > div {
    align-items:center;
    padding: 1rem;
    height:100%;
    font-size: 0.9rem;
    display:flex;
    border-bottom: 2px solid #6769a6;
}

.become .col-1-3 > div .icon {
    background: var(--yellow);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2rem 0 auto;
}

.become .col-1-3 > div p {
    font-size: 1.2rem;
    color:#FFFFFF;
}

.become .col-1-3 > div i {
    color: #FFF;
    font-size:2.75rem;
    position: relative;
}

.become .inner h2 {
    font-weight: 500;
    font-size: 2rem;
    color: #FFF;
    width: 580px;
    line-height: 2.5rem;
    margin: 0;
}

.courses-list.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin:1rem 0 1rem -1rem;
    width:calc(100% + 2rem);
}

.course-item {
    width: calc(33.333% - 2rem);
    box-sizing: border-box;
    position: relative;
    display: flex;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 0 1rem 0;
    min-height: 180px;
    text-decoration: none;
    position:relative;
    margin:1rem;
    overflow: hidden;
    border-bottom:3px solid #FFFFFF;
}

.course-item:hover {
    text-decoration: none;
    border-bottom:3px solid #f2294e;
}

.course-item .title_note {
    font-size: 0.9rem;
}

.course-item > * {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    font-family: lato, sans-serif;
}

.course-item h5 {
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing:1px;
    margin: 0 0 0.25rem 0;
    color: #FFF;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.5rem;
    max-width:300px;
}

.course-img {
    width: 100%;
    height: 100%;
    transition: all .7s;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
}

.course-item:hover .course-img {
    transform:scale(1.05);
}

.course-item .course-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition:0.7s;
}

.course-grid .course-item {
    flex-direction: column;
    width:calc(25% - 2rem);
}

.course-grid .course-data .course-name {
    padding:0;
}

.course-grid .course-item,
.course-grid .course-item:hover {
    text-decoration: none;
    border-bottom:none;
    background: #e6e4dc;
}

.course-grid .course-img {
    position:relative;
    height:unset;
}

.course-grid .course-img img {
    display:block;
    width:100%;
}

.course-grid .course-item .course-img:after {
   display:none;
}

.course-grid .course-item h5 {
    color:#282957;
}

.course-grid .course-item .course-data {
    text-align: left;
    letter-spacing: 0;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 1.4rem;
}

.course-grid .course-item .controls span {
    font-size: 0.9rem;
    font-weight: 400;
    padding: 8px 12px 6px 12px;
    border-radius: 25px;
    display: block;
    text-align: center;
    color: #282957;
    text-decoration: none;
    transition: 0.4s;
    letter-spacing: 1px;
    background: none;
    border: 2px solid #282957;
}

.course-grid .course-item:hover .controls span {
    background:#282957;
    color: #FFF;
    text-decoration: none;
}

.course-grid .course-item .controls {
    padding: 1rem;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 1rem;
}

.flex-container.course-grid {
    width:calc(100% + 2rem);
    overflow:hidden;
    margin-left:-1rem;
}

.owl-item > div.testimonial {
    display:block;
    font-size:1.2rem;
    max-width:860px;
}

.why-choose h2 {
    margin-top:0;
}

.why-choose .flex-container {
    align-items: center;
}

.why-choose .inner {
    padding: 2rem;
    background: #282957;
    color: #FFFFFF;
}

.section-icon svg {
    fill: #FFFFFF;
    color: #FFFFFF;
    width: 60%;
    margin: 2rem auto;
}

.why-choose .testimonial-container {
    width:80%;
}

.testimonial-text {
    font-weight:300;
}

.intro-links  {
    display:flex;
    margin:2rem 0;
    flex-wrap: wrap;
}

.intro-links .link-button {
    color:#282957;
    border-color:#282957;
    margin:0.5rem 1rem 0.5rem 0;
}

.intro-links .link-button:hover {
    background:#282957;
    color:#FFFFFF;
}

.why-choose .section-icon {
    width:20%;
}

.testimonial .name {
    font-weight:600;
    letter-spacing:1px;
    font-family: sofia-pro, sans-serif;
    margin:1rem 0;
}

.course-item:hover .course-img:after {
    background: rgba(0, 0, 0, 0.6);
}

.course-name {
    padding: 0rem;
    max-width:640px;
    text-align:left;
}

.course-item .controls {
    padding:1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.course-item .controls span {
    font-size: 1.7rem;
    padding: 0.75rem;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #FFF;
    text-decoration: none;
    transition:0.7s;
}

.course-item:hover .controls span {
    background: var(--red);
    color: #FFF;
    text-decoration: none;
}

.course-item .controls span i {
    position:relative;
    top:1px;
}

.course-item .course-data {
    padding: 2rem;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-data .course-name {
    padding:1rem 0 0 0;
}

.nav {
    display: none;
}

.nav-container {
    display:none;
}

.nav-menu-link {
    width: 160px;
    display: flex;
    flex-direction: column;
    background: #f2294e;
    color: #FFF;
    align-items: center;
    text-align: center;
    position: relative;
    padding:1rem 2rem;
}

.nav-menu-link span {
    font-size:0.875rem;
    letter-spacing:1px;
}

.nav-menu-link a {
    font-size:0.875rem;
    text-decoration:none;
    color:#FFFFFF;
}

.nav-menu-link a:hover {
    text-decoration:underline;
    color:#FFFFFF;
}

.nav-icon {
    width: 50px;
    margin: auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 13px 11px 13px;
    justify-content: flex-end;
    flex-wrap: wrap;
    transition: 0.7s;
    background:#f2294e;
    margin: 0.5rem 0;
}

.nav-icon:hover {
    background: #282957;
    cursor: pointer;
}

.nav-icon-bars {
    background: #FFF;
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0;
}

.nav-icon:hover .nav-icon-bars {
    background: #FFF;
}

.nav-close {
    position:absolute;
    top:1rem;
    right:1rem;
    width: 48px;
    margin: auto auto auto 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 13px 19px 13px;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-radius: 50%;
    transition: 0.7s;
    background:#FFF;
}

.nav-close:hover {
    background:var(--yellow);
    cursor:pointer;
}

.nav-close-bars {
    background: var(--red);
    width: 26px;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 3px 0;
}

.nav-close-bars:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
}
.nav-close-bars:nth-of-type(2) {
    transform:rotate(-45deg);
}


.nav-container {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    background: #282957;
    color: #FFFFFF;
    padding: 2rem 1rem 1rem 1rem;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    transition: 0.7s;
    box-shadow: 0 0px 5px 3px rgba(20, 20, 20, 0.25);
    height: 100vh;
}

.nav-container .nav-items {
    margin-top:3rem;
}

.nav-container .nav-items a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.4rem 1rem;
    transition: .7s;
    letter-spacing: 0px;
    width: 240px;
    margin: 1rem 0;
    line-height: 1.5rem;
}

/*

    Contact form

*/

.contact-form-row {
    background: #ededed;
    padding: 2rem 0;
}

.contact-form-row input,
.contact-form-row textarea,
.contact-form-row select {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    background: #FFFFFF;
    font-family: lato, sans-serif;
    font-size: 19px;
    font-weight: 300;
    margin: 1rem 0;
    outline: none;
    width: 95%;
    box-sizing: border-box;
    border-radius: 2px;
}

.contact-note {
    font-size: 2rem;
    width: 80%;
    padding: 2rem 0;
    line-height: 2.5rem;
}

.contact-form-row textarea {
    min-height: 200px;
}

.inner .contact-form-container .flex-container {
    padding: 2rem 0;
}

.contact-form-row input:focus,
.contact-form-row textarea:focus {
    transition: all ease 0.7s;
    border-bottom: 2px solid var(--red);
}

.contact-form-row label {
    display: block;
    font-family: lato, sans-serif;
    font-size: 1rem;
}

.contact-form-row input[type="submit"] {
    width: auto;
    border: none;
    background: var(--red);
    color: #FFFFFF;
    padding: 12px 20px 10px 20px;
    margin: 40px 0;
    letter-spacing: 1px;
}

.contact-form-row input[type="submit"]:hover {
    transition: all ease 0.7s;
    background: var(--orange);
    cursor: pointer;
}

.contact_msg {
    line-height:2.5rem;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

/* Footer */
footer {
    color:#000000;
}

footer nav {
    display:flex;
    flex-direction:column;
    text-align:right;
}

footer nav {
    margin-top:1rem;
}

footer nav a {
    color:#000000;
    margin:0 0 1rem 0;
    text-decoration:none;
}

footer .flex-container {
    padding:2rem 0;
    justify-content:space-between;
}
.footer-logo .logo {
    display: block;
    width: 250px;
}

.footer-top h4 {
    color:#000000;
}

.footer-top a {
    color:#000000;
    text-decoration:none;
    display:block;
    margin:0 0 0.5rem 0;
}

.footer-top a:hover {
    color:var(--red);
    text-decoration:underline;
}

.footer-logo .logo img {
    display:block;
    width:100%;
}

.footer-base {
    padding: 2rem 0;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
    display:flex;
    flex-wrap:wrap;
}

.footer-base span,
.footer-base a {
    display:block;
    margin-right:2rem;
    color:#000000;
    text-decoration:none;
}

.footer-base a:hover {
    text-decoration:underline;
}

footer .vcard {
    color:#000000;
    line-height:1.5rem;
    margin-top: 1rem;
    font-weight: 200;
}

footer .vcard strong {
    font-weight:500;
}

.accred-logos img {
    display:block;
    max-width:200px;
    max-height:200px;
    width:100%;
}

.select-wrapper .options {
    display: none;
}

.select-wrapper .options.show {
    display: flex;
}

@media screen and (max-width: 1280px) {

    div.optgroup {
        width: calc(50% - 2rem);
    }

}

@media screen and (max-width: 1048px) {

    header nav,
    .hero-grid {
        display: none;
    }

    .nav {
        display:block;
    }

    header {
        background: #f2294e;
    }

    .header .logo {
        margin-left: 1rem;
    }

    .header-inner {
        align-items: center;
    }

    header .logo::after {
        display:none;
    }

    .flex-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .col-2-3,
    .col-1-3,
    .hero-text-container {
        width: 100%;
    }

    .become .col-1-3 {
        width:300px;
        margin:1rem auto;
    }

    .hero h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .quotes {
        width:100%;
        margin:0;
    }

    .quote.col-1-3 {
        width:100%;
        margin:1rem 0;
    }

    .quotes .col-1-1 {
        margin-left: 0;
    }
}

@media screen and (max-width: 760px) {
    a.course-item {
        margin:1rem auto;
    }

    .col-1-2 {
        width:100%;
    }

    .content .col-1-2,
    .content .col-1-2.course-intro {
        padding: 1rem;
    }

}