@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* a11y */
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }

  .skip-link {
    position:absolute;
    margin: 3px;
    background-color: #7C0B29;
    color: #ffffff;
  }

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #202020;
    background-color: #ffffff;
    /*background-color: #023020;*/
    /*background-color: #023020c2;*/
    /*background-color: #719B8C;*/
}

header {
    background-color: #ffffff;
}

.main {
    
    /*position: relative;*/
    width: 100%;
    margin: 0 auto;
    /*background-color: #023020;*/
    background-color: #e1f2ff;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}

img {
    max-width: 100%;
}

h1 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
}

.banner h1 {
    /*margin-bottom: 22px;*/
    width: 100%;
    max-width: 100%;
}

h2 {
    margin-bottom: 15px;

}

h2 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    /*border-left: 3px solid #7C0B29;
    border-bottom: 3px solid #7C0B29;
    border-radius: 0 15px;
    padding: 0 10px 8px 10px;*/
}

h3 {
    margin-top: 15px;
    margin-bottom: 5px;
}

a {
    display: inline;
    padding: 0;
    color: #1d6095;
    border-radius: 0.25rem;
}

a:hover, a:focus {
    text-decoration:none;
    box-shadow: 0 0 0 3px #1d6095;
    outline: none;
}

h1, h2, h3, h4, h5, h6, p {
    /*max-width: 640px;*/
}

p.standout-paragraph {
    font-size: 20px;
}

button {
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: #7C0B29;
    border: 3px solid #ffffff;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 10px 0;
}

button:focus {
    background-color: #ffffff;
    color: #7C0B29;
    border: 3px solid #7C0B29;
    outline: 3px solid #ffffff;
}

section p:not(:last-child) {
    padding-bottom: 20px;
}

/*.navbar a:focus {
    text-decoration: none;
    outline: 3px solid #ffffff;
    background-color: #023020;
    color: #ffffff;
}*/

ul {
    list-style-type: none;
}

ul.bullet-list {
    list-style-type: disc;
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: -14px;
    max-width: 640px;
}

ul.bullet-list-nested {
    list-style-type: circle;
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: 0;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.container {
    max-width: 1440px;
    /*width: 740px;*/
    margin: 0 auto;
    padding: 10px 1.5% 10px 1.5%;
    overflow: hidden;
}

.container-full-width {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    /*padding: 10px 1.5% 10px 1.5%;*/
    overflow: hidden;
}

.header {
    padding: 0;
}


.navbar {
    color: #ffffff;
}

.navbar .container {
    padding: 5px 30px;
}

.navbar .logo {
    /*font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;*/
    width: 5.5%;
}

.navbar .logo img {
    padding: 5px;
    background-color: #1d6095;
}

.navbar a.logo {
    font-size: 0;
}

.navbar a {
    color: #1d6095;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
}

.navbar a:hover {
    /*color: lightblue;*/
    text-decoration: none;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

.navbar ul {
    display: flex;
}

.navbar ul li {
    margin-left: 20px;
}

.nav-toggle {
    display: none;
}


.banner .container {
    /*width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: visible;*/
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: auto;
    width: 100%;
    overflow: visible;
    padding: 0 0 10px 0;
}

.sub-banner {
    margin-top: 70px;
    margin-bottom: 35px;
}

.sub-banner .container {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    height: auto;
    overflow: hidden;
    padding: 30px 10px;
    /*background-color: #B8860B;*/
    /*margin: 60px 10px 30px 10px;
    border-radius: 0 50px;
    border: 3px solid #B8860B;*/
    margin: 0 auto;
}

.sub-banner .container p {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 20px;
    max-width: 740px !important;
}

.banner .banner-heading {
    width: 100%;
    max-width: 100% !important;
    background-color: #1d6095;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70vh;
    background: url(../img/banner-bg.jpg) no-repeat center fixed;
    background-size: cover;
}

.banner .banner-heading-content {
    max-width: 1440px;
    margin: 0 auto;
    background: #1d6095;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.banner .banner-heading h1 {
    /*font-size: 5.8rem;*/
    font-size: 5.8rem;
    font-weight: 300;
    line-height: 1.4;
}

.banner .banner-heading p {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 300;
    margin: 40px auto 20px auto;
}

/*.banner-left, .banner-right, .banner-middle {
    float: left;
}*/

.banner-left, .banner-right {
    width: 15%;
    position: relative;
}

.banner-middle {
    width: 100%;
}

.text-900 {
    font-weight: 900;
}

.text-500 {
    font-weight: 500;
}

.text-block {
    display: block;
}

.text-pink {
    color: #CBACAF;
}

.subpage-banner h1 {
    max-width: 100% !important;
}

.banner .banner-img {
    /*float: right;
    position: relative;
    bottom: 197px;
    right: 58%;
    height: 200px;
    width: auto;*/

    float: left;

    position: relative;
    right: 20px;
    height: 175.5px;
    width: auto;
    background-color: #7C0B29;
    padding: 30px;
    border-radius: 0 50px;
    border-left: 20px solid #CBACAF;
    border-bottom: 20px solid #CBACAF;
}

.banner .banner-img img {
    height: 100%;
    width: auto;
}

/*.banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.section-block {
    /*width: auto;
    background-color: #7C0B29;
    padding: 30px;
    border-radius: 0 50px;
    border-left: 20px solid #CBACAF;
    border-bottom: 20px solid #CBACAF;*/
}

.section-block .section-block-top {
    width: auto;
    background-color: #7C0B29;
    padding: 15px;
    border-radius: 0 50px;
    border-right: 14px solid #ab7f83;
    border-top: 14px solid #ab7f83;
}

.section-block .section-block-bottom {
    width: auto;
    background-color: #7C0B29;
    padding: 15px;
    border-radius: 0 50px;
    border-left: 14px solid #ab7f83;
    border-bottom: 14px solid #ab7f83;
}

.section-block .section-block-small {
    width: 200px;
    height: auto;
    background-color: #7C0B29;
    color: #ffffff;
    padding: 30px 10px 10px 20px;
    border-radius: 0 50px;
    border-left: 14px solid #ab7f83;
    border-bottom: 14px solid #ab7f83;
}

.blog-date {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.left-50 {
    width: 50%;
    float: left;
}

.right-50 {
    width: 50%;
    float: right;
}

.left-60 {
    width: 60%;
    float: left;
}

.right-40 {
    width: 40%;
    float: right;
}

.section-padding {
    padding: 20px 0;
}

.section-padding-top {
    padding: 80px 0 0 0;
}

.section-padding-20 {
    padding: 20px 0;
}

.section-padding-20-top {
    padding-top: 20px;
}

.section-padding-40-top {
    padding-top: 40px;
}

.section-padding-60-bottom {
    padding-bottom: 60px;
}

.section-divider-container-left {
    /*position: relative;
    top: 171.1px;
    left: 0px;*/
    width: 100%;
    position: absolute;
    bottom: 0;
}

.section-divider-container-right {
    /*position: relative;
    top: -80px;
    left: -20px;
    width: 103.9%;*/
    width: 100%;
    position: absolute;
    top: -104px;
    right: 14px;
}

.section-divider {
    /*width: 30%;
    border-top: 20px solid #7C0B29;*/
    width: 100%;
    border-bottom: 14px solid #ab7f83;
    height: 20px;
}

.section-divider-right-top {
    width: calc(100% + 14px);
    height: 120px;
    border-top: 14px solid #ab7f83;
    border-left: 14px solid #ab7f83;
    border-radius: 50px 0;
    /*position: relative;
    z-index: 2;
    float: left;*/
}

.section-divider-two {
    width: 100%;
    height: 3px;
    background-color: #7C0B29;
}

/* diagonal split */
.parent {
    /*position: relative;*/
    height: 40px;
    width: 100%;
  }
  .one, .two, .three, .four, .five, .six {
    /*position: absolute;*/
    height: 40px;
    width: 100%;
  }
 .one, .three {
    position: relative;
    left: 0;
    top: 1px;
    /*background-color: #7F3A52;*/
    background-color: #7C0B29;
    /*-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */
  }
  .two {
    position: relative;
    right: 0;
    top: -20px;
    /*top: 0;*/
    /*background-color: #7F3A52;*/
    background-color: #7C0B29;
    /*-webkit-clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%); */
    border-radius: 50%;
  }
  .four {
    position: relative;
    right: 0;
    top: -40px;
    /*top: 0;*/
    background-color: #7C0B29;
    -webkit-clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%); 
  }

  .five {
    position: relative;
    left: 0;
    top: 0;
    background-color: #7C0B29;
   /* -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }

  .six {
    position: relative;
    right: 0;
    top: -81px;
    /*top: 0;*/
    background-color: #eaeaea;
    /*-webkit-clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%); */
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
/*  */


/* diagonal line */
.diagonal-line {
    width: 100%;
    height: 40px;
    /*background: linear-gradient(to top right, #023020 calc(50% - 1px), #023020 , transparent calc(50% + 1px) );*/
    background: linear-gradient(to top right, transparent calc(50% - 1px), #000000 , transparent calc(50% + 1px) );
    margin-bottom: 20px;
}


/* end diagonal line */

/* diag line two */
.diag-line {
    /*border:1px solid gray;*/
    width:100%;
    height:28px;
    left:-2px;
    position:relative;
}
    
.diag-line:after{
content:"";
position:absolute;
border-top:50px solid #719B8C;
width:101%;
transform: rotate(-2deg);
transform-origin: 0% 0%;
}
/* end diag line two */

.boxes {
    padding: 60px 0px;
    /*position: relative;
    z-index: 2;*/
}

.boxes .container {
    display: flex;
    justify-content: space-between;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.box {
    flex: 1;
    color: rgb(29, 29, 29);
    border-radius: 10px;
    margin: 20px 10px;
    /*box-shadow: 0 3px 5px rgb(0, 0, 0, 0.6);*/
    border: 3px solid #000000;
    padding: 15px 30px;

}

.box i {
    margin-right: 10px;
}

.section3 {
    background-color: #1d6095;
    color: #ffffff;
}

.footer {
    color: #333333;
    background-color: #ffffff;
    min-height: 80px;
    border-top: 6px solid #1d6095;
    padding-top: 20px;
    /*margin-top: 120px;*/
    /*position: relative;*/
}

/*.footer .container {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

.footer a {
    color: #1d6095;
    margin-right: 10px;
}

.footer .footer-top h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.footer .footer-bottom h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.footer .footer-bottom a {
    font-size: 16px;
}

.footer .footer-top {
    padding-bottom: 20px;
}

/*.footer .footer-bottom {
    background: #ffffff;
}*/

/* blockquote */
blockquote {
    border-left: 5px solid #B8860B;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* form elements */

.input-label {
    color: #333333;
    font-weight: 700;
    font-size: 1.6rem;
    padding: 5px 0;
    display: inline-block;
}

/*.input-helper {
    font-size: 16px;
    display: block;
}*/

.text-input {
    display: block;
    padding: 5px;
    font-size: 16px;
    border: 3px solid #1d6095;
    border-radius: 5px;
    min-width: 280px;
}

.text-input:focus {
    border: 3px solid #1d6095;
    outline: 3px solid #ffffff;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #1d6095;
}

/* form elements */

/* About page profile layout */
.profile-container {
    display: flex;
    align-items: center;
}

.profile-container img {
    width: 75%;
    /*float: right;*/
}

.profile-container h3 {
    font-size: 1.6rem;
    line-height: 1rem;
    margin-bottom: 20px;
}

.profile-content-left {
    width: 70%;
}

.profile-content-right {
    width: 30%;
}

.event .padding-bottom-10 {
    padding-bottom: 10px;
}

.event img, .blog-img {
    max-width: 640px;
}

.event h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

/* Start InEdu mode styling */

.inEdu {
    margin: 0 auto;
    max-width: 1440px;
    
    width: 740px;
}

.inEdu-container {
    display: inline-block;
    background-color: #202020 !important;
    padding: 20px;
}

.inEdu-container-inner {
    display: inline-block;
    text-align: left !important;
    background-color:  #ffffff !important;
    /*border-bottom: 3px solid #CBACAF !important;*/
    border-bottom: 6px solid #7C0B29 !important;
    border-left: 6px solid #7C0B29 !important;
    /*border-left: 3px solid #CBACAF !important;*/
    border-radius: 0 25px 0 25px !important;
    padding: 16px 20px !important;
}

.inEdu-container-inner p {
    font-size: 1rem !important;
    padding: 0 !important;
    margin: 0 auto !important;
    color: #202020 !important;
    font-weight: 400 !important;
}

.switch-label {
    margin-right: 10px;
    color: #202020;
    display: block;
  }

  .switch-state {
    color: #202020;
  }
  
  #toggleSwitch {
    position: relative;
    width: 60px;
    height: 34px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ccc;
    outline: none;
    cursor: pointer;
    border-radius: 34px;
    transition: .4s;
  }
  
  #toggleSwitch:checked {
    background-color: #ab7f83;
  }
  
  #toggleSwitch:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
  }
  
  #toggleSwitch:checked:before {
    transform: translateX(26px);
  }

  #toggleSwitch:focus {
    box-shadow: 0 0 0 3px #7C0B29;
    outline: none;
}
  
  .slider.round {
    display: none;
  }

  .inEdu {
    transition: opacity 0.4s ease;
    opacity: 1;
    display: block;
}

.inEdu.hidden {
    opacity: 0;
    display: none;
}

/* End InEdu mode styling */

/* Start Countries Page */
.countries-container h2 {
    margin-top: 30px !important;
    margin-bottom: 5px !important;
}

/* End Countries Page */



@media(max-width: 768px) {
    

    h1 {
        font-size: 2.4rem;
    }

    .header .container {
        flex-direction: row;
        text-align: left;
    }

    .navbar {
        height: auto;
    }

    .navbar .container {
        padding: 5px 30px;
    }

    .navbar .logo {
        font-size: 1.2rem;
        width: 21%;
    }

    .navbar a {
        display: block;
        /*padding: 15px 0 15px 30px;*/
    }

    .navbar .logo svg {
        width: 100%;
    }

    .event img, .blog-img {
        max-width: 100%;
    }
    

    /*.nav-toggle:active + ul {
        display: block;
    }*/ 

    .nav-toggle {
        display: inline;
        background-color: #1d6095;
        color:#ffffff;
        border: 3px solid  #1d6095;
        border-radius: 0.25rem;
        padding: 5px;
    }

    .nav-toggle .nav-toggle-text {
        display: block;
    }

    .nav-toggle .nav-toggle-icon {
        background: #1d6095 url('../img/burger-icon.svg') no-repeat; 
        width: 30px;
        height: 16px;
        display: inline-block;
        margin-top: 5px;
    }

    .nav-toggle:focus {
        border: 3px solid #1d6095;
        outline: 3px solid #ffffff;
    }

    .nav-toggle:focus-within .nav-toggle-icon {
        background: #ffffff url('../img/burger-icon-focus.svg') no-repeat;
    }

    .display-none {
        display: none !important;                                           
    }

    .navbar ul {
        display: block;
        position: absolute;
        background-color:#e1f2ff;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 94px;
        border-top: 2px solid #1d6095;
        border-bottom: 3px solid #1d6095;
        z-index: 100;
    }

    .navbar ul li {
        display: block;
        width: 100%;
        padding: 5px;
        margin: 0 auto;
        border-top: 1px solid #1d6095;
    }

    .navbar ul li a {
        padding: 5px 30px;
    }

    .container {
        width: 100%;
    }

    .flex-container {
        flex-direction: column;
        padding-top: 20px;
        text-align: left;
    }

    /*.banner {
        padding-top: 40px;
    }*/

    .banner .banner-heading {
        width: 100%;
       /* border-right: 10px solid #ab7f83;
        border-bottom: 10px solid #ab7f83;*/
    }

    .banner .banner-heading h1 {
        font-size: 2.8rem;
    }

    .banner .banner-img {
        right: 10px;
        height: 110px;
        width: auto;
        padding: 10px;
        border-left: 10px solid #CBACAF;
        border-bottom: 10px solid #CBACAF;
    }

    .banner .banner-img img {
        position: relative;
        top: 15%;
        width: auto;
        height: 70%;
    }

    /*.banner img {
        max-width: 100%;
        margin: 0 auto;
    }*/

    /*.banner img {
        margin-top: 60px;
    }*/

    .banner-left {
        width: 10%;
    }

    .banner-middle {
        width: 100%;
    }

    .banner-right {
        width: 10%;
    }

    .left-50, .right-50, .left-60, .right-40 {
        width: 100%;
    }

    .container, .section-divider-container {
        padding: 10px 8% 10px 8%;
    }

    .boxes .container {
        display: block;
        text-align: center;
    }

    .section-divider {
        width: 100%;
        border-bottom: 10px solid #ab7f83;
        height: 10px;
    }

    /*.section-divider-container-left {
        top: 156.1px;
    }*/

    .section-divider-container-right {
        top: -100px;
        right: 10px;
    }

    .section-divider-right-top {
        width: calc(100% + 10px);
        height: 120px;
        border-top: 10px solid #ab7f83;
        border-left: 10px solid #ab7f83;
    }

    /* About page profile layout */
.profile-container {
    display: block;
}

.profile-container img {
    width: 100%;
}

.profile-content-left {
    width: 100%;
}

.profile-content-right {
    width: 100%;
    margin-top: 40px;
}
}



/*.logo:hover {
    color: rgb(140, 252, 209);
    cursor: pointer;
}*/

.box:nth-child(1) {
    background-color: #ffffff;
}

.box:nth-child(2) {
    background-color: #ffffff;
}

.box:nth-child(3) {
    background-color: #ffffff;
}

.box:hover {
    background-color: #ffffff;
}