.form-line-active input:focus,
.form-line-active textarea:focus {
  border: 1px solid green !important;
  box-shadow: 0 0 3px green !important;
  -moz-box-shadow: 0 0 3px green !important;
  -webkit-box-shadow: 0 0 3px green !important;
}

input:focus,
textarea:focus,
select:focus {
  outline-offset: 0px !important;
  outline: none !important;
}

.mobile-class {
  display: none;
}

.head {
  border-bottom: 5px solid #192f59;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

p {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 10px 0;
}
ul span {
  color: #1f6ea4;
}

.logo {
  padding: 12px 4%;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-weight: 400;
  font-size: 2.5rem;
  color: white;
}

h2 {
  font-weight: 400;
  font-size: 2rem;
  color: white;
}

h3 {
  font-size: 1rem;
  font-style: italic;
  font-weight: 200;
}

a {
  font-family: "Poppins", sans-serif;
}

body .container-fluid.white,
body .container-fluid.blue,
body .container-fluid.grey {
  padding: 12px 0;
}
body .container-fluid.white p,
body .container-fluid.blue p,
body .container-fluid.grey p,
body .container-fluid.white h2,
body .container-fluid.blue h2,
body .container-fluid.grey h2,
body .container-fluid.white ul,
body .container-fluid.blue ul,
body .container-fluid.grey ul {
  width: 90%;
  margin: auto;
}
body .container-fluid.white h2,
body .container-fluid.blue h2,
body .container-fluid.grey h2 {
  color: #1f6ea4;
}
body .container-fluid.white:nth-child(6) p {
  padding: 5px 0;
}
body .container-fluid.white:nth-child(6) p:nth-child(2) {
  font-style: italic;
}
body .container-fluid.blue {
  background: #c9eaf7;
}
body .container-fluid.blue p {
  color: black;
  font-weight: 300;
}
body .container-fluid.grey {
  padding: 12px 15px;
  background: #ececec;
}
body .container-fluid.grey strong {
  display: block;
  padding: 10px 0;
  font-style: italic;
  font-weight: 300;
}
body .container-fluid.grey img {
  max-width: 100%;
}
body .container-fluid .p-0 .col-md-8 {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
body .container-fluid .p-0 .col-md-4 {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
body aside {
  background: #192f59;
  padding: 10px 0 0;
  /*	.countrycode {

			width: 20%;

			float: left;

			margin-left: 6%;

			margin-right: 0;

		}

		.phonefield {

			width: 64%;

			float: left;

			margin-left: 4%;

		} */
  color: white;
}
body aside .phone-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body aside .phone-wrapper .countrycode {
  flex-basis: 100px;
  margin-left: 6%;
  margin-right: 0 !important;
}
body aside .phone-wrapper .phonefield {
  flex-basis: calc(88% - 150px);
  margin-left: 0 !important;
}
body aside h2 {
  margin-top: 10px;
}
body aside h2,
body aside p {
  text-align: center;
}
body aside p {
  margin-bottom: 15px;
}
body aside .form-element {
  position: relative;
}
body aside input,
body aside textarea,
body aside select {
  font-size: 14px;
  margin: 0 6%;
  width: 88%;
  padding: 10px 8px;
  border-radius: 5px;
  margin-bottom: 18px;
  border-style: none;
}
body aside .parsley-errors-list {
  display: none;
}
body aside .parsley-errors-list.filled {
  display: block;
  position: absolute;
  background: #c9eaf7;
  left: -52%;
  top: 0;
  z-index: 1;
  color: black;
  width: 200px;
  border-radius: 5px;
  padding: 6px;
}
body aside textarea {
  margin-bottom: 10px;
}
body aside .learn {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  margin: 0;
  width: 100%;
  background: #27aae1;
  border-radius: 0;
  color: white;
  box-sizing: border-box;
  padding: 4%;
  border-width: 0;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  margin-top: 20px;
}
body aside .images {
  margin: 0 4%;
  width: 92%;
  text-align: center;
}
body aside .images:nth-child(13) {
  margin-top: 10px;
}
body aside h5 {
  font-size: 13px;
  font-weight: 200;
  margin: 5% 0;
}
body .background {
  height: 100%;
  background-image: url(/images/BRC_AET_featured_image.jpg);
  position: relative;
  background-size: cover;
}

body .background.all-programs {
  height: 100%;
  background-image: url(/images/all-programs-bg.jpg);
  position: relative;
  background-size: cover;
}
body .background.cs {
  background-image: url(/images/cyber_security_2025.jpg);
}
body .background.ea {
  background-image: url(/images/BRC_EA_featured_image.jpg);
}
body .background.pa {
  background-image: url(/images/BRC_pharma_featured_image.jpg);
}
body .background.uc {
  background-image: url(/images/BRC_unit_featured_image.jpg);
}
body .background.ipac {
  background-image: url("../../images/Calgary-Peace-Bridge-College-01.jpg") !important;
}
body .background .text {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 1% 0% 1% 7%;
}
body .background .text h1,
body .background .text h2 {
  color: white;
}
body .background .text h2 {
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 200;
}
body .url_field {
  display: none;
}
body .logos {
  text-align: center;
  padding: 12px 0 30px;
  width: 90%;
}
body .logos img {
  max-width: 100%;
}
body .darkblue {
  background: #192f59;
  text-align: center;
  color: white;
  padding: 15px 0;
}
body .darkblue h2 {
  font-weight: 200;
  font-size: 1.5rem;
}
body .darkblue a {
  background: #27aae1;
  padding: 10px;
  border-radius: 5px;
  color: black;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 300;
}
body .d-flex {
  display: flex;
  align-items: center;
}
.social {
  padding: 25px 0;
}
.social li {
  display: inline;
}
.social li:nth-child(1) i {
  padding-left: 0;
}
.social li i {
  color: #27aae1;
  font-size: 2rem;
  padding: 0 20px;
}

footer {
  padding: 12px 0;
  text-align: center;
}
footer p {
  font-size: 0.8rem;
}

body.thanks .background {
  height: 80vh;
  background-image: url(/images/BRC_TY_landing_page.jpg);
  position: relative;
  background-size: cover;
}
body.thanks .background .text {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 1% 0% 1% 5%;
}
body.thanks .background .text h1,
body.thanks .background .text h2 {
  color: white;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    z-index: 1;
    background: white;
    left: 0;
    right: 0;
  }

  .darkblue {
    display: none;
  }

  .background {
    margin-top: 164px;
  }

  .mobile-class {
    display: block;
    max-width: 100%;
  }

  .logo {
    text-align: center;
  }

  .col-md-3.my-auto {
    text-align: center;
  }

  body .banner-header {
    background: #192f59;
    color: white;
    text-align: center;
    padding: 10px;
  }
  body .banner-header a {
    color: white;
    text-transform: uppercase;
  }
  body .banner-header i {
    background: #27aae1;
    margin-left: 10px;
    padding: 6px 9px;
    border-radius: 50%;
  }
  body .background {
    background: none;
    position: relative;
    background-size: cover;
  }
  body .background.cs {
    background: none;
  }
  body .background.ipac {
    background: none;
  }
  body .background.ea {
    background: none;
  }
  body .background.pa {
    background: none;
  }
  body .background.uc {
    background: none;
  }
  body .background .text {
    position: initial;
    padding: 20px 15px;
  }
  body .background .text h1,
  body .background .text h2,
  body .background .text h3 {
    color: #192f59;
  }
  body .background .text h1 {
    font-size: 2.2rem;
  }
  body .background .text h2 {
    font-size: 1.8rem;
  }
  body aside {
    padding-bottom: 0;
  }
  body aside .learn {
    font-size: 2rem;
  }
  body aside .images .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .logos img {
    margin-bottom: 2rem;
  }

  body aside .parsley-errors-list.filled {
    display: block;
    position: initial;
    background: #c9eaf7;
    padding: 6px;
    font-size: 14px;
    margin: 0 6% 3%;
    width: 88%;
    overflow: auto;
  }

  body.thanks .background {
    background-position: -350px;
  }
}

@media screen and (min-width: 1366px) {
  .head .row .col-md-8 {
    -ms-flex: 0 0 calc(100% - 455px);
    flex: 0 0 calc(100% - 455px);
    max-width: calc(100% - 455px);
    width: calc(100% - 455px);
  }
  .head .row .col-md-4 {
    max-width: 455px;
  }
}
