.Row {
  width: 100%;
  clear: both;
}
.dvRow{
  width:100%;
  clear: both;
  margin: auto;
}
body::before {
  background: #336699;
}
.hentry {
  padding-top: 5%;
}
.site-main {
  padding: 1% 0% 5% 0%;
}
.title {
  padding: 2% 0;
}
.entry-content, .entry-summary {
  padding: 0 6% 6%;
}
ul {
  margin-left: 35px;
}
.entry-header {
  display: none;
}
#widget-area {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.top-space {
  margin-top: 25px;
}
.bottom-space {
  margin-bottom: 25px;
}
.dvScopeTotal {
  border: 1px solid;
  overflow: auto;
  width: 100%;
}
.dvScopeLeft {
  border-style: solid;
  border-width: 0 1px 0 0;
  float: left;
  width: 50%;
  padding-left: 3%;
}
.dvScopeRight {
  width: 50%;
  padding-left: 3%;
  float: left;
}
.dvChairsLeft {
  float: left;
  font-weight: bold;
  width: 28%;
}
.dvChairsRight {
  float: left;
  margin: 0 0 10px !important;
  width: 72%;
}
.toggled-on a {
  color: #333;
}
.toggled-on .dropdown-toggle::after {
  color: #333;
}
.secondary.toggled-on {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
.site-branding {
  text-align: center;
}
.site-branding > a {
  color: #fff;
}
.nav-menu a {
  color: #fff;
}
.dropdown-toggle::after {
  color: #fff;
}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
  border: none;
}
a {
  color: blue;
}
.FooterLink {
  border: none !important;
  color: blue !important;
}
.FooterLink:hover {
  text-decoration: underline !important;
}
#menu-item-56 .dropdown-toggle::after {
  color: #fff;
}
@media only screen and (min-device-width: 300px) and (max-device-width: 954px) {
  .site-branding > a {
    color: #333;
  }
  .nav-menu a {
    color: #333;
  }
  .dropdown-toggle::after {
    color: #333;
  }
  #menu-item-56 .dropdown-toggle::after {
    color: #fff;
  }
  .site-branding {
    text-align: left;
  }
  .site-header {
    padding: 20px;
  }
  .secondary {
    margin: auto;
  }
  .dvHalf-Left,
  .dvHalf-Right{
    width:100%;
    clear: both;
    float: none;
  }
}
.sponserLogo img {
  margin: 10px 0px;
}
#SponserTopImg a {
  display: inline-block;
}
.dvHalf-Left {
  width: 28%;
  float: left;
}
.dvHalf-Right {
  width: 72%;
  float: left;
}
/* @group Blink */

.blink {
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
    -ms-animation: blink 2s linear infinite;
    -o-animation: blink 2s linear infinite;
    animation: blink 2s linear infinite;   
   color:#F42D2D;
font-weight:400;
text-align:center;

}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}