/* 
    Document   : Action
    Created on : Sep 29, 2021, 10:59:52 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

.LeftBar {
  float: left;
  width: 48%;
  margin: 0 0 30px 0;
  }

.Sidebar {
  width: 45%;
  margin: 30px 0 30px 0;
  }

.RightBar {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
  }
.RightBar img {
  display: block;
  width: 100%;
  }
.RightBar a .TextLink {
  display: block;
  background: #0085ca;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  }
.RightBar a:hover .TextLink {
  background: #cc0000;
  }

.CurrentSect {
  background: #bbb;
  margin: 30px 0 0 0;
  padding: 30px 0;
  border-left: 20px solid #0085ca;
  border-right: 20px solid #0085ca;
  }
.FirstSect {
  background: #d2d2d2;
  margin: 30px 0 0 0;
  }
.BottomSect {
  background: #d2d2d2;
  margin: 0;
  border-bottom: 20px solid #bbb;
  }
.CurrentSect h1 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3em;
  color: #0085ca;
  font-weight: 700;
  margin: 10px 1.5% 30px 1.5%;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  border-bottom: 2px solid #0085ca;
  }
.CurrentSect h2 {
  text-align: left;
  font-weight: 700;
  margin: 10px 0 20px 0;
  }
.CurrentSect a {
  color: #c91426;
  }
.CurrentSect a:hover {
  color: #0085ca;
  }
.CurrentSect a.LetterBut {
  display: block;
  background: #0085ca;
  color: #fff;
  font-weight: 700;
  padding: 30px 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,.5);
  box-shadow:inset 0 0 10px 5px rgba(0,0,0,.5);
  }
.CurrentSect a.LetterBut:hover {
  background: #c91426;
  }
a.RevBut {
  display: block;
  background: #0085ca;
  color: #fff;
  font-weight: 700;
  padding: 30px 5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-box-shadow:inset 0 0 10px 5px rgba(0,0,0,.5);
  box-shadow:inset 0 0 10px 5px rgba(0,0,0,.5);
  }
a.RevBut:hover {
  background: #c91426;
  color: #fff;
  }

.CScontent {
  float: left;
  width: 70%;
  }

.CSimage {
  float: right;
  width: 25%;
  }
.CSimage img {
  display: block;
  margin: 10px auto;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
  }
.CSimage p {
  font-size: 14px;
  text-align: center;
  }

.CurrentContent {
  margin: 20px 0;
  }
.CurrentContent h2 {
  color: #0085ca;
  border-bottom: 2px solid #0085ca;
  }
.CurrentContent h3 {
  color: #c91426;
  }
.CurrentContent ul {
  list-style-type: disc;
  margin: 10px 0 10px 20px;
  }

.HiLite {
  font-weight: 700;
  font-style: italic;
  }

.CurrentImage {
  float: right;
  width: 48%;
  margin: 0 0 20px 20px;
  }
.CurrentImage img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  }

.ui-widget-content a.CurrentCall {
  display: inline-block;
  background: #c91426;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 15px 0;
  padding: 15px 20px;
  border-radius: 10px;
  }
a.CurrentCall svg {
  margin-right: 15px;
  }
a:hover.CurrentCall {
  background: #0085ca;
  color: #fff;
  }


.CS-Left {
  float: left;
  width: 31.33333333333333%; /* 480px / 1200px */
  margin: 0 3% 20px 0;
  }
.CurrentSect .CS-Left h2 {
  font-size: 22px;
  text-align: center;
  min-height: 60px;
  }
.CurrentSect h2 span {
  display: block;
  }
.CS-Left img {
  margin: 0 auto 10px auto;
  }

.CS-Left:nth-child(3n+3) {
  float: right;
  width: 31.33333333333333%; /* 480px / 1200px */
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
  }
.CS-Left:nth-child(3n+1) {
  clear: both;
  }

.CS-Right {
  float: right;
  width: 31.33333333333333%; /* 480px / 1200px */
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
  }
.CurrentSect .CS-Right h2 {
  font-size: 22px;
  text-align: center;
  }
.CS-Right img {
  margin: 0 auto 10px auto;
  }

/**********************************************/
/* Accordian Styles                           */
/**********************************************/

.ui-widget {
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  }

.ui-widget-content a {
  color: #0085ca;
  }

/* Shore more styles */
.hidden{
display:none;
}

a.SHbut {
  background: #c91426;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 10px;
  }
a.SHbut:hover {
  background: #0085ca;
  color: #fff;
  }


/**********************************************/
/* Archive Styles                             */
/**********************************************/

.ArchiveSect {
  background: #d2d2d2;
  margin: 20px 1.5% 30px 1.5%;
  padding: 30px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.5);
  box-shadow: 0 0 5px 5px rgba(0,0,0,.5);
  }
.ArchiveSect h2 {
  text-align: left;
  font-weight: 700;
  margin: 10px 0 20px 0;
  }

.Archive {
  padding: 30px 0;
  }
.Archive h1 {
  text-align: center;
  font-size: 26px;
  line-height: 1.3em;
  color: #0085ca;
  font-weight: 700;
  margin: 10px 1.5% 30px 1.5%;
  padding: 0 0 5px 0;
  text-transform: capitalize;
  border-bottom: 2px solid #0085ca;
  }

.VideoList {
  margin: 0 0 10px 0;
  }
.VideoList li {
  background: #3fa1d2;
  float: left;
  width: 27%;
  margin: 0 3% 20px 3%; /* 10px / 1200px */
  overflow: hidden;
  max-width: 400px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
  box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
  }
.VideoList li:nth-child(3n+1) {
  clear: left;
  }
.PhotoHolder {
  position: relative;
  }
.VideoList li img {
  display: block;
  margin: 0;
  border: 0;
  }
.VideoList li svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0,0,0,0);
  margin: -20px 0 0 -28px;
  }
.VideoList li img:hover {
  opacity: .9;
  }
.VideoList a {
  color: #000;
  text-decoration: none;
  }
.VideoList a p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
  padding: 10px;
  text-align: center;
  min-height: 60px;
  position: relative;
  }
.VideoList a p span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 93%;
  }
.VideoList a:hover p {
  background: #cc0000;
  color: #fff;
  }
.VideoList li a:hover svg {
  color: rgba(254,0,0,.7);
  }

a.ThankBut {
  display: block;
  background: #0085ca;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  margin: 20px 5%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.8);
  }
a.ThankBut:hover {
  background: #cc0000;
  }

@media screen and (max-width: 1175px) {
.CurrentSect h2 span {
  display: inline;
  }
}
@media screen and (max-width: 1130px) {
.CurrentSect .CS-Left h2 {
  font-size: 18px;
  }
.CurrentSect .CS-Right h2 {
  font-size: 18px;
  }
.CurrentSect h2 span {
  display: block;
  }
}
@media screen and (max-width: 960px) {
.CurrentSect h2 span {
  display: inline;
  }
}
@media screen and (max-width: 950px) {
.CurrentContent {
  float: none;
  width: 100%;
  }
.CurrentImage {
  float: none;
  width: 100%;
  }
.LeftBar {
  float: none;
  width: 100%;
  }
.Sidebar {
  float: none;
  width: 100%;
  }
.CScontent {
  float: none;
  width: 100%;
  }
.CSimage {
  float: none;
  width: 100%;
  margin: 20px 0;
  }
.CS-Left {
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px auto;
  }
.CS-Left:nth-child(3n+3) {
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px auto;
  }
.CurrentSect .CS-Left h2 {
  min-height: 10px;
  }
.CS-Right {
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px auto;
  padding: 0;
  border-left: 0;
  }
}
@media screen and (max-width: 800px) {
.VideoList li {
  float: none;
  width: 95%;
  margin: 20px auto;
  }
}
