.ios-scroll-fix {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: absolute
}

h3 {
  text-transform: none !important
}

.content-109 li {
  font-size: 18px !important
}

.lead {
  text-transform: none !important
}

.footer-20 .under-footer ul li {
  font-size: 14px !important
}

.footer-20 {
  border-top: 1px solid #aeb6be !important;
  box-shadow: 0 0 2px #aeb6be !important
}

.table-striped > tbody > tr:nth-child(odd) > td.footer {
  background-color: #d9ebf6 !important
}

.table-striped > tbody > tr:nth-child(even) > td.footer {
  background-color: #d9ebf6 !important
}

.content-109 .bootstrap-table table tbody tr td:first-child, .content-109 .bootstrap-table table tfoot tr td:first-child {
  font-weight: normal !important
}

.applecheck-green {
  color: #86bc4d
}

.applecheck-red {
  color: #a1241d
}

.applecheck {
  color: #444 !important;
  background-color: #f2f2f2 !important;
  border: 0 !important
}

@media(max-width:479px) {
  .isotope .col3 {
    width: 100% !important
  }
}

@media(min-width:1101px) {
  .cd-primary-nav .dropdown .cd-nav-icons {
    min-width: 295px !important
  }
}

.home .content-107-without_animation.nopadding {
  padding-top: 45px !important;
  margin-top: 0 !important
}

.no-submenu {
  height: 65vh !important
}

@media(max-width:767px) {
  .content-78 > .container {
    padding-right: 15px !important;
    padding-left: 15px !important
  }
}

@media print {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.1
  }

  .content-109 li {
    font-size: 12px !important
  }

  .alternate-content a {
    font-size: 12px !important;
    font-weight: normal
  }

  .cd-main-content a {
    font-size: 12px !important;
    font-weight: normal
  }

  .gallery {
    display: block !important
  }

  .nanoGalleryThumbnailContainer {
    display: block !important
  }

  .print-show {
    display: block !important
  }
}

.finalists-logo img {
  height: auto;
  width: 100%;
  max-width: 120px
}

.finalists-logo .col-sm-6 div {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
  margin-bottom: 15px;
  line-height: 1
}

.sponsor-logos {
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}

  .sponsor-logos:after {
    content: '';
    clear: both;
    display: block
  }

@media screen and (max-width:768px) {
  .sponsor-logos {
    clear: both;
    display: block;
    text-align: center
  }
}

.article-blog-section{
    display:grid;
    grid-template-columns: 6fr 4fr;
    gap: 1rem;
}

.blog-divider{
    border-top: 2px solid rgba(51,51,51,.2);
    padding-top: 70px;
}

.article-blog-section p{
text-align: justify;
    text-justify: inter-word;
}

.article-blog-section-rev {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 1rem;
}

.article-blog-section img, .article-blog-section-rev img {
  border-radius: 50%;
  width: 25.242rem;
}

.article-blog-section .blogitem, .article-blog-section-rev .blogitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

  .article-blog-section-rev .modal-img {
    text-align: center;
  }

  .article-blog-section .author-action {
    border-radius: 50%;
    background-color: #7ab929;
    width: 3.5rem;
    height: 3.5rem;
  }

  .hidden-section{
      display: none;
  }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2147483647; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  overflow: auto;
  min-height:80%;
  max-height:90%;
}
.modal-header{
    text-align: end;
}
.modal-header button{
  border-style: none;
  background-color: #FFFFFF;

}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

#author-blog-modal {
  color: #fff;
  border-style: none;
}

#blog-modal-content{
    display: none;
}

.card-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.cw-card-True .card-data{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
}


.cw-card-False .card-data{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cw-card-True .card-data p{
    margin-bottom: 0 !important;
}

.cw-card-True{
    margin-top: 2rem;
    border: 2px solid #e18409;
    border-radius: 10px;
    padding: 2rem;
    min-height: 32rem !important;
}

.cw-card-True B{
    font-size: 19.25px;
}

.cw-card-False B{
    font-size: 21px;
    font-weight: 700;
    min-height: 4rem;
}

.cw-card-True img{
    min-height: 5rem !important;
    width: 10rem !important;
}

.cw-card-Center{
    align-items: center;
    text-align: center;
}

.cw-card-True .btn-primary, .feature-content .btn-primary{
    border-radius: 30px;
    color: white;
}

.card-content img{
    min-height: 5rem;
    width: 8rem;
}

.card-content .img-True{
    min-height: 6rem;
    width: 100%;
}

.card-content .image{
    min-height: 6rem;
    width: 100%;
}

.cw-tab {
  overflow: hidden;
}

.cw-tab button {
  border: 2px solid #e18409;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: black;
  border-bottom: none;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: white;
}

.cw-tabcontent table td{
  padding: 10px;
}

.cw-tabcontent table td:not(:first-child) {
border-left: 2px;
    border-left-color: #e18409 !important;
    border-left-style: solid;
}

.cw-tab button:hover {
  background-color: #ddd;
}

.cw-tab button.active {
    background-color: #e18409;
    border-bottom: white;
    color: white;
    opacity: 1;
}
.cw-tabsection{
  border: 2px solid #e18409;
}
.cw-tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  padding: 2rem;
  animation: fadeEffect 1s;
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.section-top-none{
    padding-top: 0 !important;
}
    
.form-section{
    min-height: 600px;
}

.embed-container{
    --video--width:1296;
    --video--height:750;
    position:relative;
    padding-bottom:calc(var(--video--height)/ var(--video--width) * 100%);
    overflow:hidden;
    max-width:100%;
    background:#000
}
.embed-container embed,.embed-container iframe,.embed-container object{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}

.cw-tier-head{
    background-color: #e18409;
    color: white;
    display: flex;
    padding: 1.5rem;
    align-items: center;
    min-height: 5rem;
    font-weight: 800;
    font-size: 18px;
}

.cw-tier-body{
    display: flex;
    flex-direction: column;
    border: 1 solid black;
    border: solid 1px #e18409;
    padding: 1rem;
    min-height: 25rem;
}

.rounded-button{
    border-radius: 30px !important;
    color: white !important; 
}

.quote-section{
    display: flex;
        gap: 30px;
}

.quote-section .the-quote{
    font-family: 'FontAwesome';
    font-size: 150px;
    color: #e18409 !important;
    line-height: 0;
}

.quote-section .closing-quote{
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.the-quote-message{
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.cw-tab-content-grid{
    display: grid; grid-template-columns: 1fr 1fr;
}

.cw-tab-content-grid .cw-tab-content-grid-border {
border-left: 2px;
    border-left-color: #e18409 !important;
    border-left-style: solid;
    padding: 10px;
}