/* Top Styles */
#logoImg {
  width: 90%;
  margin-top: 10px !important;
  display: block;
  margin: 0 auto;
}

.topBarTxt {
  background: #00b894;
  padding: 1px;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  width: 100%;
}

#sloganOne {
  font-family: "Roboto", Tahoma, Geneva, Verdana, sans-serif;
  /* margin-top: 0.5rem; */
  margin: 0;
}

/*  Navigation styles */

.navbar {
  background: #dae5dd;
  /* box-shadow: 0 7px 18px -2px grey; */
}
/* Custom color for mobile toggler for menu */
.custom-toggler.navbar-toggler {
  border: 2px solid;
  border-color: rgb(0, 0, 0);
  margin-right: 10px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-icon {
  width: 25px;
  height: 25px;
}
.nav-link {
  padding-top: 0;
  font-size: 19px;
  padding-bottom: 0;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  font-weight: bold;
  color: #000 !important;
}

.nav-item {
  margin-left: 20px;
}

#navbarNav a:hover {
  color: #00b894 !important;
}
/*  End Navigation styles */

.view {
  background-image: url(../imgs/bgMobile.jpg);
  /* height: 600px; */
  box-shadow: 0 7px 18px -2px grey;
  background-size: cover;
  /* width:100%; */
}

/* form styles */

#saveOn {
  /* background: rgba(255, 255, 255, 0.11)!important; */
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  background: #e4e4e4;
  margin-bottom: 15px;
}

#arrow {
  display: none;
}

form {
  /* background: rgba(255, 255, 255, 0.5)!important; */
  background: #e4e4e4 !important;
}

.form-parts {
  margin-top: 10px;
}

#submitBtn {
  font-weight: bold;
  color: #fff;
  /* background: #00b894; */
  font-size: 18px;
}

.btn:hover {
  transition: 0.3s;
  /* box-shadow : 0px 0px 1px 3px #0fdab1; */
  cursor: pointer;
}

#secureImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#disclaim {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
  margin-top: 15px;
  font-size: 10px;
}

/* After Form Styles */
#cityTop {
  margin-top: 10px;
  display: none;
}

/* Info Dropdowns Page Styles  */
h2 {
  font-family: Arial, Verdana;
  font-weight: 800;
  font-size: 37px;
  /* font-size: 2.5rem; */
  color: #091f2f;
  text-transform: uppercase;
}

.panel-title {
  color: #005a34;
}
.panel a {
  color: #005a34;
}
.panel a:hover {
  color: #364b44;
  cursor: pointer;
}

.panel-title:hover,
.accordion-section:hover {
  color: rgb(0, 128, 74);
}

/* &gt;  removes gray around text when added to the below css class*/
.accordion-section .panel-default .panel-heading {
  border: 0;
  background: #eaeaea;
  padding: 0;
}
.accordion-section .panel-default .panel-title a {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.panel-heading i {
  font-size: 40px;
  /* content: "\f102"; */
  color: #00b894;
  float: right;
  margin-top: -27px;
}

.accordion-section .panel-default .panel-body {
  font-size: 18px;
  color: #000;
}
/* END Info Dropdowns Page Styles  */

/* General class style for offers */
.offerStyle {
  padding: 15px;
  background-color: #f7f7f7;
  border: 2px solid #757474;
  border-radius: 10px;
  margin-top: 35px;
}
.startBtn {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.showMoreBtn {
  margin-top: 35px;
  margin-left: 35px;
  background-color: #00b894;
  font-weight: bold;
}

.engageBar {
  color: white;
  font-weight: bold;
  letter-spacing: 0.1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#engageBarTxt p {
  margin-bottom: 0px;
  margin-left: 15px;
}

.carousel-control-next {
  right: 10px;
}
.carousel-control-prev {
  right: 75px;
  left: 75%;
}
.carousel-control-next,
.carousel-control-prev {
  top: 0px;
  height: 40px;
}

.newsLabel {
  padding: 10px;
  color: #fff;
  background-color: #e74c3c;
  width: 160px;
  margin-left: 0;
}

.newsLabel:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.newsBorder {
  border: 1px solid #dadada;
  margin-top: 5px;
}

.newsLabel:before {
  content: " ";
  height: 0;
  top: 0;
  position: absolute;
  width: 20px;
  left: 175px;
  border: 22px solid transparent;
  border-left-color: #e74c3c;
}

.newsTitle {
  background-color: #fff;
  color: #000;
  /*margin-left:auto;*/
  margin-left: 0;
  font-size: 18px;
  color: #0070d1;
  display: inline-block;
}

/* need to adjust media queries for this.*/
.newsRead {
  color: #fff;
  background-color: #00b894;
  padding: 4px;
  border-radius: 8px;
  /* margin-left: 15px; */
  position: absolute;
  right: 1%;
  top: 75%;
  margin-right: auto;
  display: inline-block;
}
.newsRead:hover .newsTitle:hover {
  text-decoration: underline;
}

.news-slider {
  padding-left: 15px !important;
}

.breakingImg {
  height: 250px;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000' 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");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='000' 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");
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.flagContainer {
  height: 140px;
}

.carousel {
  width: 100% !important;
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-indicators .active {
  background-color: #00b894;
}
.carousel-indicators li {
  background-color: rgba(97, 97, 97, 0.5);
}
.pad-l-0 {
  padding-left: 0px;
}

/* END General style for offers */

/* START Article Styles */
.sidebar {
  height: 100%;
  padding: 15px 15px 55px 15px;
}
.articleContent {
  margin-top: 35px;
}
.sidebarArticle h6 {
  margin-top: 1rem;
  font-size: 18px;
  text-decoration: underline;
}
.sidebarArticle a {
  color: #0070d1;
}
.sidebar ul li {
  list-style-type: none;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar li {
  padding-left: 1.3em;
}
.sidebar ul li a {
  color: #007484;
}
.sidebar li:before {
  content: "\f05a"; /* FontAwesome Unicode */
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #00b894;
}
.infoSideBarLinks {
  margin-top: 1rem;
}
.adImg {
  margin-top: 25px;
}
/* END Article Styles */

/* About page */

.bgTxt {
  font-size: 24px;
}

.btn-abouts {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-top: 30px;
}

.colorThreeSec {
  background: #00b894;
  padding: 10px;
  color: #fff;
}
.ctaBtn {
  color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  background: #65cb8e;
  text-align: center;
  font-weight: bold;
  font-size: 185%;
  line-height: 100px;
  font-family: Arial;
  margin-bottom: 35px;
  margin-top: 35px;
}

.ctaBtn a {
  color: #000;
}

.ctaBtn a:hover {
  text-decoration: none;
}

.contentThree {
  height: 2px;
  background: #00b894;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#00b894),
    to(#00b894),
    color-stop(50%, #fff)
  );
  margin-bottom: 15px;
}

/* 425 and smaller
  .ctaBtn{
        width: 200px;
        font-size: 175%;
        line-height: 75px;
        font-family: Arial;
        margin-bottom:15px; 
        margin-top:15px; 
    }
 */

/*   footer section */
/* section logo above footer */
#sectionFive {
  background-color: #e6e6e6;
}
/* footer */
#footerLogo {
  width: 90%;
  margin: 15px;
}
.lineFade {
  height: 1px;
  background: #e6e6e6;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    from(#e6e6e6),
    to(#e6e6e6),
    color-stop(50%, #00b894)
  );
}
/*   end third section */
footer {
  background-color: #e6e6e6;
  color: black;
}

footer a {
  padding-right: 5px;
  padding-left: 5px;
  color: #2c2c2c;
}
footer a:hover {
  color: #1d3d36;
}

#altLinks {
  font-size: 14px;
  padding-bottom: 5px;
}

#copyRight {
  font-size: 12px;
}
/*   end footer section */

/* =========================== Outer page Styles ===========================*/

.container .row h1 {
  text-align: center;
  font-family: Arial, Verdana;
  font-weight: 800;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: -5px;
  /* font-size: 2.5rem; */
  color: #091f2f;
  text-transform: uppercase;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/

/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  #cityTop {
    display: none;
  }
  .flagContainer {
    height: 140px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .view {
    background-image: url(../imgs/bgImg.jpg);
  }
  #logoImg {
    width: 100%;
    margin-top: 10px;
  }

  #saveOn {
    margin-bottom: 15px;
    color: black;
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background: #e4e4e4;
  }
  #list-left,
  #list-right {
    color: black;
    font-weight: bold;
    /*     -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white; */
  }
  .marLeft-auto {
    margin-top: auto;
  }
  #cityTop {
    display: block;
  }
  #footerLogo {
    width: 50%;
    margin: 15px;
  }
  .flagContainer {
    height: 100px;
  }
  .newsRead {
    top: 60%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #logoImg {
    margin-top: 5px;
    width: 90%;
  }
  .marLeft-auto {
    margin-top: 0;
  }
  #saveOn {
    margin-bottom: 15px;
    color: white;
    background: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0);
  }
  #list-left,
  #list-right {
    color: white;
  }
  #list-left {
    float: left;
  }
  #list-right {
    float: right;
  }
  .flagContainer {
    display: flex;
    align-items: center;
    height: 44px;
  }
  .container .row h1 {
    font-size: 37px;
  }
  .newsLabel {
    margin-left: 30px;
  }
  .newsLabel:before {
    left: 205px;
  }
  .newsTitle {
    margin-left: 40px;
  }
  .newsRead {
    right: 45px;
    top: 7px;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev {
    right: 0;
    left: 0;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 0px;
    height: auto;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  form {
    background: rgba(255, 255, 255, 0.5) !important;
  }
  .marLeft-auto {
    margin-left: auto;
  }
  #arrow {
    display: block;
    position: absolute;
    /* height: 31px; */
    top: 101px;
    left: 592px;
  }
}

/* styles for news/blog pagination */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #28a745;
  border-color: #28a745;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}