.popline {
  font-family: "Yantramanav", "Futura", "Open Sans", "sans-serif";
  font-size: 28px;
  line-height: 32px;
  color: #000000;
  font-weight: 600;
}
.pagetitle {
  font-family: "Open Sans", "sans-serif";
  font-size: 28px;
  line-height: 32px;
  color: #f37b31;
  font-weight: 600;
}

.pagetitle2 {
  font-family: "Segoe UI", "Open Sans", "Public Sans", "sans-serif";
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  color: #f37b31;
}

.bluetitle {
  font-family: "Yantramanav", "Open Sans", "sans-serif";
  font-size: 22px;
  color: #007bff;
  font-weight: 700;
  margin-top: 45px;
}

.bluetitle-copy {
  font-family: "Yantramanav", "Open Sans", "sans-serif";
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  line-height: 22px;
  margin-left: 25px; 
  margin-right: 25px;
}

.bluetitle-credit {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 16px;
  font-weight: 200;
  color: #000000;
  margin-left: 25px;
  margin-right: 25px;
}

.blacktitle {
  font-family: "Yantramanav", "Open Sans", "sans-serif";
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: 700;
}

.grntitle {
  font-family: "Yantramanav", "Open Sans", "sans-serif";
  font-size: 28px;
  line-height: 32px;
  color: #00ac4e;
  font-weight: 600;
}

.blueline {
  float: left;
  background-color: #122941;
  height: 4px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.orangeline {
  float: left;
  background-color: #f37b31;
  height: 1px;
  width: 98%;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.orangedivider {
    background-color: #f37b31;
    height: 10px;
    width: 70%;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 15%;
  }
  

.copyhome {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #000000;
  margin-left: 25px;
  margin-right: 25px;
}

/*Checkboxes styles*/
.boxes {
  margin: auto;
  padding: 1rem;
  background: #ffffff;
}

.boxestitle {
  color: #f37b30;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "Segoe UI", "Open Sans", "Arial", sans-serif;
  font-size: 11px;
  font-weight: 650;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #323232;
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.1s;
  transition: all 0.12s, border-color 0.1s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.eventtitle {
    font-family: "Futura", "Open Sans", "Public Sans", "sans-serif";
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #f37b31;
  }
  
  .eventnotes {
    font-family: "Futura", "Open Sans", "Public Sans", "sans-serif";
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
    color: #122941;
  }
  

  .footercopy {
    font-family: "Yantramanav", "Open Sans", "Public Sans", "Futura",
      "Myriad Pro", "Segoe UI", "DejaVu Sans", "Verdana", Gill Sans MT,
      "sans-serif";
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #122941;
  }

.title {
  font-family: "Futura", "Open Sans", "sans-serif";
  font-size: 22px;
  line-height: 26px;
  color: #122941;
  font-weight: 600;
}

.sectiontitle {
  font-family: "Yantramanav", "Open Sans", "Public Sans", "Futura",
    "Myriad Pro", "Segoe UI", "DejaVu Sans", "Verdana", Gill Sans MT,
    "sans-serif";
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  color: #122941;
}
.sectiontitle2 {
  font-family: "Yantramanav", "Open Sans", "Public Sans", "Futura",
    "Myriad Pro", "Segoe UI", "DejaVu Sans", "Verdana", Gill Sans MT,
    "sans-serif";
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #173F67;
}

.activitytitle {
    font-family: "Open Sans", "Public Sans", "Futura", "sans-serif";
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #122941;
}

.activitytitle2 {
    font-family: "Open Sans", "Public Sans", "Futura", "sans-serif";
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #f37b31;
  }


.fieldtitle {
  font-family: "Futura", "Open Sans", "Public Sans", "sans-serif";
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #f37b31;
}

.smallprint2 {
  font-family: "Verdana", "Gill Sans MT", "sans-serif";
  font-size: 8px;
  font-weight: bolder;
  line-height: 18px;
  color: #000000;
}

.copytitle {
    font-family: "Open Sans", "Public Sans", "Futura", "Myriad Pro", "Segoe UI",
      "DejaVu Sans", "Verdana", Gill Sans MT, "sans-serif";
    font-size: 15px;
    font-weight: 700;
    color: #122941;
  }

.copyhome {
  font-family: "Open Sans", "Public Sans", "Futura", "Myriad Pro", "Segoe UI",
    "DejaVu Sans", "Verdana", Gill Sans MT, "sans-serif";
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #000000;
  margin-left: 25px;
  margin-right: 25px;
}

.copy {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 16px;
  line-height: 18px;
  font-weight: 200;
  color: #000000;
  text-align: justify;
  text-justify: inter-word;
}

.copy li {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  color: #000000;
  margin-top: 8px;
}

.copy2 li {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 16px;
  line-height:16px;
  font-weight: 200;
  color: #000000;
  margin-top: 4px;
}

.copy em {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  margin-top: 8px;
}

.copy i {
  font-family: "Yantramanav", "Futura", "Open Sans", "Public Sans", "sans-serif";
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 16px;
  color: #000000;
  margin-top: 10px;
}

.copy u {
  font-family: "Yantramanav","Open Sans", "Public Sans", "sans-serif";
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  margin-top: 10px;
}

.separator {
  float: left;
  background-color: #ee7830;
  height: 1px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.smallcopyorange {
  font-family: "Open Sans", "Public Sans", "Myriad Pro", "sans-serif";
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #f37b31;
}

.smallcopyblack {
  font-family: "Open Sans", "Public Sans", "Myriad Pro", "sans-serif";
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
}

.lessontitle a {
  color: #4976a1;
  font-weight: bold;
}

.mediaarticletitle {
  text-align: left;
}

.mediaarticletitle a {
  color: #4976a1;
  font-weight: bold;
}

.selectbar {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.searchbarareatext {
  color: #f37b31;
  font-size: 12px;
  box-shadow: none;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: solid 1px #bababb;
}
.selecttext {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #f37b31;
  text-align: right;
}
.selecttextresults {
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #f37b31;
  text-align: left;
}

.barbox {
  font-family: "Arial", sans-serif;
  background-color: #f37b31;
  color: white;
  font-size: 1.25rem;
}

.bar {
  color: #3f83f1 !important;
  font-family: Helvetica, sans-serif;
  font-size: 1.25rem;
  text-decoration: underline !important;
}

.darkblue-90-carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f57e25' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.darkblue-90-carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f57e25' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.darkblue-90-carousel-control-next {
  width: 3% !important;
  opacity: 1 !important;
}

.darkblue-90-carousel-control-prev {
  width: 3% !important;
  opacity: 1 !important;
}

.darkblue-90-carousel-inner {
  width: 94% !important;
}

.carousel-item {
  height: auto;
  align-items: flex-start;
}

.carousel-item-next, .carousel-item-prev,
.carousel-item.active {
  display: flex !important;
}

figure a.link130 {
  position: absolute;
  width: 50%;
  height: 100%;
}

figure a.link131 {
  position: absolute;
  width: 50%;
  height: 100%;
}

.link130 {
  top: 0%;
  left: 0%;
}

.link131 {
  top: 0%;
  left: 50%;
}

.linkhalfleft {
  top: 0%;
  left: 0%;
}

.linkhalfright {
  top: 0%;
  left: 50%;
}

figure a.linkhalfleft,
figure a.linkhalfright
{
  position: absolute;
  width: 50%;
  height: 100%;
}

.linkthirdsleft {
  top: 0%;
  left: 0%;
}

.linkthirdsmiddle {
  top: 0%;
  left: 33%;
}

.linkthirdsright {
  top: 0%;
  left: 66%;
}

figure a.linkthirdsleft,
figure a.linkthirdsmiddle,
figure a.linkthirdsright
{
  position: absolute;
  width: 33%;
  height: 100%;
}

#slide19sapic {
  top: 0%;
  left: 10%;
}

#slide19sap {
  top: 0%;
  left: 60%;
}

#slide22korstor {
  top: 0%;
  left: 15%;
}

#slide22korunipn {
  top: 0%;
  left: 65%;
}

figure a.linkquarterstopleft,
figure a.linkquarterstopright,
figure a.linkquartersbotleft,
figure a.linkquartersbotright
{
  position: absolute;
  width: 50%;
  height: 50%;
}

.linkquarterstopleft {
  top: 0%;
  left: 0%;
}

.linkquarterstopright {
  top: 0%;
  left: 50%;
}

.linkquartersbotleft {
  top: 50%;
  left: 0%;
}

.linkquartersbotright {
  top: 50%;
  left: 50%;
}

figure a.linkcustom362836x2575topleft,
figure a.linkcustom362836x2575topright,
figure a.linkcustom362836x2575botleft,
figure a.linkcustom362836x2575botright
{
  position: absolute;
  width: 36%;
  height: 30%;
}

figure a.linkcustom362836x2575title
{
  position: absolute;
  width: 100%;
  height: 25%;
}

figure a.linkcustom362836x2575middle
{
  position: absolute;
  width: 28%;
  height: 75%;
}

#slide18idact {
  top: 28%;
  left: 0%;
}

#slide18clidev {
  top: 28%;
  left: 64%;
}

#slide18wompe {
  top: 60%;
  left: 0%;
}

#slide18ccci {
  top: 60%;
  left: 64%;
}

#slide18title {
  top: 2%;
  left: 2%;
}

#slide18middle {
  top: 25%;
  left: 36%;
}

figure a.linkaboutitmedia {
  position: absolute;
  width: 50%;
  height: 70%;
}

figure a.linkabouttestimonials {
  position: absolute;
  width: 50%;
  height: 30%;
}

.linkaboutitmedia {
  top: 0%;
  left: 0%;
}

.linkabouttestimonials {
  top: 70%;
  left: 0%;
}

.childrenOverlapped {
  position: relative;
}

.overlapSibling {
  height:100%;
  width: 100%;
  background-color: rgba(255,255,255,0);
  position:absolute;
  top:0;
  z-index: 10;
}