@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/
.p-b-lg-home {
  padding-bottom: 2rem !important;
}


      @font-face { 
       src: url(/fonts/poppins-medium-webfont.woff);
       font-family: pop1;
      }

      @font-face { 
       src: url(/fonts/poppins-semibold-webfont.woff);
       font-family: pop2;
      }

      .head1 {
       font-size: 36px;
       line-height: 34px; 
       font-family: pop2;
       color: #20006b;
      }

      .head1aa {
       font-size: 30px;
       line-height: 34px; 
       font-family: pop2;
       color: #20006b;
      }

      .head2 {
       font-size: 72px;
       line-height: 82px; 
       font-family: pop2;
       color: black;
      }

      .head2w {
       font-size: 72px;
       line-height: 82px; 
       font-family: pop2;
       color: white;
      }

      .subhead1 {
       font-size: 24px;
       font-weight: bold;
       line-height: 28px; 
       font-family: pop1;
       color: #20006b;
       decoration: none;
      }

      .subhead1w {
       font-size: 24px;
       font-weight: bold;
       line-height: 28px; 
       font-family: pop1;
       color: white;
       decoration: none;
      }

      .subhead2 {
       font-size: 18px;
       font-weight: bold;
       line-height: 28px; 
       font-family: pop1;
       color: #20006b;
       decoration: none;
      }

      a {
      color: #20006b; 
      background-color: transparent;
      text-decoration: none;
      }
      a:link {
       color: #20006b;
      }
      a:visited {
       color: #20006b;
      }
      a:hover {
       color: #20006b;
      }




/* links class "navo" - white links*/
/* unvisited link */
a.navo:link {
  color: white; 
}

/* visited link */
a.navo:visited {
  color: white;
}

/* mouse over link */
a.navo:hover {
  color: #FF9E57;
}

/* selected link */
a.navo:active {
  color: #FF9E57;
}

/* unvisited link - blue links */
a.topnav:link {
  color: #091ba3; 
}
/* unvisited link */
a.topnav:link {
  color: #091ba3; 
}
/* visited link */
a.topnav:visited {
  color: #091ba3; 
}
/* mouse over link */
a.topnav:hover {
  color: #091ba3; 
}
/* selected link */
a.topnav:active {
  color: #091ba3; 
}




/* custom background for main-content */

/* Default layout is 1 column */
.main-content-orange {
  background-color: #FFDAA6;
  min-height: 400px;
}


.main-content-ornge a:not(.btn) {
 /* background-image: linear-gradient(to right, #046B99 50%, transparent 50%);  */
  background-repeat: repeat-x;
  background-size: 2px 1px;
  background-position: center bottom 0%;
 /* background-origin: padding-box;   */
  text-decoration: none !important;
}

.main-content-orange a:not(.btn):hover {
 /* background-image: linear-gradient(to right, #02374e 50%, transparent 50%); */
  text-decoration: none !important;
}

.main-content-orange > .section {
  padding-bottom: 23px;
}

.main-content-orange > .section,
.two-column .main-content > .section {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}


/* **************************************************************** wrap menu  */
.list-inline, .wrapmenu ul {
  padding-left: 0;
  list-style: none;
}

/* Remove the left and right border for mobile */
@media (max-width: 768px) {
  .wrapmenu {
    border: none !important;
    width: 100%;
  }
}
.wrapmenu {
  padding-top: 23px 0;
}


.wrapmenu a:not(.btn) {
  color: whitesmoke;
  text-decoration: none;
}

.wrapmenu a:not(.btn):hover, .wrapmenu a:not(.btn):focus {
  color: #FDB81E;
  text-decoration: underline;
}

.wrapmenu a:not(.btn):focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wrapmenu ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 5px 0;
}

.wrapmenu ul::after {
  display: block;
  clear: both;
  content: "";
}

.wrapmenu ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.wrapmenu ul .list-inline-item {
  display: inline-block;
}

.wrapmenu ul .list-inline-item:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .wrapmenu ul li {
    width: 50%;
    float: left;
    margin-right: 0 !important;
  }
  .wrapmenu ul a {
    display: block;
    margin-bottom: 11.5px;
  }
}

.wrapmenu .footer-links {
  line-height: 1.6rem;
}

.wrapmenu .footer-links li {
  margin-right: 20px;
}

.wrapmenu .copyright {
  background: #EFEFEF;
  padding: 5px 0 23px;
}

@media (max-width: 767px) {
  .wrapmenu .socialsharer-container {
    width: 100%;
    float: inherit !important;
  }
  .wrapmenu .socialsharer-container li {
    width: auto;
    margin-left: 0;
  }
  .wrapmenu .footer-links {
    margin-top: 1rem !important;
  }
}

.sticky-footer {
  display: flex;
  flex-direction: column;
  height: 100vh;
}










/* ********************************** */



.global-footer .wrapmenu-links {
  line-height: 2.2rem;
}

.global-footer .wrapmenu-links li {
  margin-right: 20px;
}


@media (max-width: 767px) {
  .global-footer .wrapmenu-container {
    width: 100%;
    float: inherit !important;
  }
  .global-footer .wrapmenu-container li {
    width: auto;
    margin-left: 0;
  }
  .global-footer .footer-links {
    margin-top: 1rem !important;
  }
}
.wrapmenu-container a:hover, .wrapmenu-container a:focus {
  text-decoration: none !important;
}
.wrapmenu-container a {
  line-height: 1em;
  font-size: 22px;
  font-size: 1.375rem;
  cursor: pointer;
}
.wrapmenu-container {
  float: right;
}

.wrapmenu-container::after {
  display: block;
  clear: both;
  content: "";
}




