
/*-Begin--------------------------------------------------------------*/

body {
  background-color: #A3CFFF;
  padding-top: 70px;
  overflow-x: hidden;
}

.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.navbaricon {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sectiontitle {
  font-family: arial;
  font-size: 32pt;
  font-weight: bold;
  margin-left: 50px;
  margin-top: -75px;
  color:#FFFFFF;
}

.standard8 {
  font-family: arial;
  font-size: 8pt;
}

.standard10 {
  font-family: arial;
  font-size: 10pt;
}

.standard12 {
  font-family: arial;
  font-size: 12pt;
}

.standard14 {
  font-family: arial;
  font-size: 14pt;
}

.standard16 {
  font-family: arial;
  font-size: 16pt;
}

.standard18 {
  font-family: arial;
  font-size: 18pt;
}

.code10 {
  font-family: "Courier New", monospace;;
  font-size: 10pt;
}

.carousel-indicators li {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}

.carousel-indicators .active {
  background-color: #444;
}

.imageAndText {
  position: relative;
} 

.imageAndText .col {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.accordion {
  active-bg:#A3CFFF;
}

.accordion-item {
  background-color:#ECEBE3;
  border-color:#606060;
}

.accordion-button {
  background-color:#ECEBE3;
  border-color:#606060;
}

.imitatedAccordion {
  font-family:Arial;
  font-size:16px;
  font-weight: bold;
}

.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px solid #525C7A;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.box .box-content p {
  color:#515c66;
  text-transform:none;
}

h1 {
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
}

h2 {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
}

h3 {
  font-family: arial;
  font-size: 11pt;
  font-weight: bold;
}

ul li {
  margin-bottom: 3px;
}

/*-End----------------------------------------------------------------*/
