html {
  box-sizing: border-box;
  font-size: 16px;
}

#mainTxt {
  min-height: 450px;
}

.card {
  background-color: #dce2e6;
  border: none;
  margin-bottom: 15px;
}

.container {
  max-width: 1450px;
  z-index: 2;
  position: relative;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000;
}

body {
  font-family: Helvetica, Arial, sans-serif;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.comingsoon-text {
  padding-top: 31%;
}
@media screen and (min-width: 768px) {
  .comingsoon-text {
    padding-top: 19%;
  }
}
@media screen and (min-width: 1024px) {
  .comingsoon-text {
    padding-top: 15%;
  }
}
@media screen and (min-width: 1200px) {
  .comingsoon-text {
    padding-top: 7%;
  }
}

.bg-dark {
  background-color: #000 !important;
}

/* Buttons */
.btn-third, .btn-scndary, .btn-main {
  padding: 0.7rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-main {
  background: #0a1d34;
  border: none;
  color: #fff;
}

.btn-main:hover {
  color: #fff;
}

.btn-scndary {
  background: #fff;
  color: #000;
}

.btn-third {
  background: #910E15;
  color: #fff;
}

.btn-third:hover {
  color: #fff;
}

.header .logo img {
  width: 52%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .logo img {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .logo img {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header .logo img {
    width: 90%;
    position: absolute;
    margin-top: -8px;
  }
}

.header {
  background: #0a3653;
  border-bottom: 2px solid #fa0121;
}

@media screen and (min-width: 768px) {
  .header .container {
    padding-top: 10px;
  }
}

.header-right {
  display: block;
}
@media screen and (min-width: 768px) {
  .header-right {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header-right {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-right {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .header-btns {
    margin-top: 4px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .header-btns {
    margin-top: 5px;
  }
}

.header-btns .btn-third {
  padding: 0.2rem 1rem;
  margin-right: 5px;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .header-btns .btn-third {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .header-btns .btn-third {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .header-btns .btn-third {
    margin-right: 10px;
  }
}

.header-btns .btn-third:hover {
  box-shadow: 0 0 4px #fff;
}

@media screen and (min-width: 768px) {
  .header-btns .watch {
    margin-right: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .header-btns .watch {
    margin-right: 18px;
  }
}

.desenate {
  position: relative;
  background: #000;
  z-index: 1;
  padding: 18px 10px;
}
@media screen and (min-width: 768px) {
  .desenate {
    position: relative;
    background: #000;
  }
}
@media screen and (min-width: 1024px) {
  .desenate {
    position: relative;
    background: #000;
  }
}
@media screen and (min-width: 1200px) {
  .desenate {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.341);
  }
}

.navbar-toggler span {
  color: #fff;
}

.navbar .navbar-collapse {
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .navbar .navbar-collapse {
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-collapse {
    justify-content: flex-end;
  }
}

.navbar-stack .navbar-list {
  float: right;
}

.nav-media {
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .nav-media {
    text-align: end;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-media {
    text-align: end;
    padding-top: 0px;
  }
}

.nav-media a {
  font-size: 30px;
  color: #ffffffcf;
}
@media screen and (min-width: 768px) {
  .nav-media a {
    padding-right: 5px;
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-media a {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-media a {
    padding-right: 5px;
  }
}

.navbar li a, .nav-item .dropdown-toggle, .secnav a {
  color: #fff !important;
  text-shadow: 0 0 5px #000;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: lighter;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .navbar li a, .nav-item .dropdown-toggle, .secnav a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar li a, .nav-item .dropdown-toggle, .secnav a {
    font-size: 16.5px;
  }
}

.navbar li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}

.secnav {
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .secnav {
    justify-content: right;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .secnav {
    justify-content: flex-end;
    margin-bottom: 0;
  }
}

.secnav a {
  text-transform: capitalize;
  padding-top: 0;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .secnav a {
    letter-spacing: 0px;
  }
}

.nav-item .dropdown-menu {
  background: rgba(0, 0, 0, 0.341);
  color: #000;
}

.nav-item .dropdown-item:hover {
  background: none;
}

@media (min-width: 1185px) and (max-width: 1256px) {
  .navbar-nav > .nav-item:nth-of-type(1) {
    display: none;
  }
}
.navbar-collapse .navbar-nav {
  margin-left: 11px;
}
@media screen and (min-width: 1024px) {
  .navbar-collapse .navbar-nav {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-collapse .navbar-nav {
    margin-left: 0;
  }
}

.slide-heading {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
  top: 0%;
  text-align: left;
  padding: 0;
  left: 0%;
  right: auto;
  width: 100%;
  padding: 21px;
  margin: 0 auto;
  color: #ffffff;
  background: #D6E2F2;
}
@media screen and (min-width: 768px) {
  .slide-heading {
    top: 14%;
    left: 3%;
    position: absolute;
    background: none;
  }
}
@media screen and (min-width: 1024px) {
  .slide-heading {
    top: 25%;
    left: 3%;
    position: absolute;
    background: none;
  }
}
@media screen and (min-width: 1200px) {
  .slide-heading {
    top: 36%;
    left: 12%;
    position: absolute;
    background: none;
  }
}

.overlay::before {
  background: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: 45%;
}
@media screen and (min-width: 768px) {
  .overlay::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
}
@media screen and (min-width: 1024px) {
  .overlay::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
}
@media screen and (min-width: 1200px) {
  .overlay::before {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
}

.carousel-overlay:before {
  background: none;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.slide-heading h2 {
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
}
@media screen and (min-width: 768px) {
  .slide-heading h2 {
    font-size: 30px;
    text-shadow: 0 0 5px #000;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .slide-heading h2 {
    font-size: 33px;
    text-shadow: 0 0 5px #000;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .slide-heading h2 {
    font-size: 55px;
    text-shadow: 0 0 5px #000;
    color: #fff;
  }
}

.slide-heading h3 {
  font-size: 20px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .slide-heading h3 {
    font-size: 22px;
    text-shadow: 0 0 5px #000;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .slide-heading h3 {
    font-size: 23px;
    text-shadow: 0 0 5px #000;
    color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .slide-heading h3 {
    font-size: 30px;
    text-shadow: 0 0 5px #000;
    color: #fff;
  }
}

.slide-heading h2 {
  margin-bottom: 20px;
}

.slide-heading h3 {
  margin-bottom: 37px;
}

.slide-btn {
  margin-top: 30px;
}

.down-arrow button {
  display: contents;
}

.arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .arrow-container {
    bottom: 0;
  }
}

.arrow-1 {
  width: 100px;
  height: 100px;
  background: #00BCD4;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2 {
  width: 60px;
  height: 60px;
  background: #002864;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.arrow-2 i {
  font-size: 40px;
  position: absolute;
  top: 12px;
  left: 17px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.main-message {
  padding: 59px 0px;
}

.message {
  text-align: center;
  color: #000;
}

.message {
  font-size: 19px;
  color: #000;
}

.message h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.focus-area {
  float: left;
  width: 100%;
}

.main-boxes {
  display: grid;
  background: #fff;
  text-align: center;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .main-boxes {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .main-boxes {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .main-boxes {
    display: flex;
    background: #fff;
    text-align: center;
    align-items: stretch;
  }
}

.main-boxes .one-box1 {
  width: 100%;
  float: left;
  background: #143E78;
}
@media screen and (min-width: 1024px) {
  .main-boxes .one-box1 {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .main-boxes .one-box1 {
    width: 33.33%;
  }
}

.main-boxes h1, .main-boxes h2, .main-boxes h3, .main-boxes h4, .main-boxes h5, .main-boxes h6, .main-boxes p, .main-boxes a, .main-boxes div {
  margin-bottom: 0;
  line-height: 1.6;
}

.box-item {
  padding: 60px 0;
}

.box-item h3 {
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .box-item h3 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .box-item h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .box-item h3 {
    font-size: 31px;
  }
}

.box-item i:before {
  color: #fff;
  margin-left: 0;
  font-size: 87px;
}

.one-box1 i:before, .one-box2 i:before {
  border: 4px solid #fff;
  border-radius: 50%;
  padding: 9px;
}

.box-item .info-icon:before {
  font-size: 106px;
  bottom: 18px;
  position: relative;
}

.box-item:hover i:before {
  color: #b3d2ff;
}

.box-item:hover .icon-circle:before {
  border: 3px solid #b3d2ff;
}

.box-item a {
  text-decoration: none;
}

.focus-title {
  margin-top: 29px;
}

.main-boxes .one-box1 .one-box1-inner {
  width: 100%;
  float: left;
  background: #143E78;
}

.main-boxes .one-box2 {
  width: 100%;
  float: left;
  background: #113466;
}
@media screen and (min-width: 1024px) {
  .main-boxes .one-box2 {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .main-boxes .one-box2 {
    width: 33.33%;
  }
}

.main-boxes .one-box2 .one-box2-inner {
  width: 100%;
  float: left;
  background: #113466;
}

.main-boxes .one-box2 h1, .main-boxes .one-box2 h2, .main-boxes .one-box2 h3, .main-boxes .one-box2 h4, .main-boxes .one-box2 h5, .main-boxes .one-box2 h6, .main-boxes .one-box2 p, .main-boxes .one-box2 a, .main-boxes .one-box2 div {
  color: #fff;
}

.main-boxes .one-box2 h5 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.main-boxes .one-box2 h2 {
  display: inline-block;
  font-family: "domine";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 19px;
  padding-right: 6px;
  padding-left: 6px;
  line-height: 1;
  letter-spacing: 3px;
}

.main-boxes .one-box2 h3 {
  margin-bottom: 0;
}

.main-boxes .one-box3 {
  width: 100%;
  float: left;
  background: #081e34;
}
@media screen and (min-width: 1024px) {
  .main-boxes .one-box3 {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .main-boxes .one-box3 {
    width: 33.33%;
  }
}

.main-boxes .one-box3 .one-box3-inner {
  width: 100%;
  height: 100%;
  float: left;
  background: #081e34;
}

.ls.news-vid {
  background-color: #f5f5f5;
}

.ls {
  background-color: #ffffff;
  color: #818181;
}

/* .counters.parallax {
    position: relative;
    padding: 20px;
    background-image: url("imgs/gpdpic.jpg");
    background-size: cover;
} */
.parallax {
  background-image: url(../../images/vid_bg.jpg);
  background-size: cover;
}
.vid iframe {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .vid iframe {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .vid iframe {
    width: 93%;
    height: 400px;
  }
}

.news-header-img img {
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .news-header-img img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .news-header-img img {
    width: 63%;
  }
}

.news-home {
  padding: 0 46px;
  background: #910E15;
  background-image: url(../../images/News_Header_sm.jpg);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .news-home {
    background-size: contain;
  }
}
@media screen and (min-width: 1200px) {
  .news-home {
    background-size: contain;
  }
}

.news-home h2, .news-home-item h3 {
  color: #fff;
}

.news-home h3 {
  font-size: 23px;
  margin-bottom: 15px;
}

.news-home h3:hover {
  color: #eee;
}

.news-home a:hover {
  text-decoration: none;
}

.news-home {
  font-size: 15px;
  color: #D9D9D9;
}

.news-home-item {
  margin-bottom: 28px;
}

.home-margin2 {
  margin-top: 43px;
}
@media screen and (min-width: 1024px) {
  .home-margin2 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .home-margin2 {
    margin-top: 69px;
  }
}

.counters-container {
  position: relative;
}

.animated {
  visibility: visible !important;
}

.news-home, .vid {
  padding: 31px 15px;
}
@media screen and (min-width: 768px) {
  .news-home, .vid {
    padding: 70px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .news-home, .vid {
    padding: 70px 50px;
  }
}

.vid {
  text-align: center;
}

.bottommargin_5 {
  margin-bottom: 5px;
}

.ls .highlight {
  color: #000;
  text-align: center;
}

.form-control, .form-control:focus {
  box-shadow: none;
}

.ls .theme_buttons a, .ls .theme_button {
  color: #ffffff;
  cursor: pointer;
}

.margin_0 {
  margin: 0 !important;
}

.theme_buttons a, .theme_button {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 40px 12px;
  margin-bottom: 4px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  display: inline-block;
  min-width: 8.5em;
  text-align: center;
  color: #ffffff;
  border: none;
  background-color: #323232;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}

.ls .theme_buttons a:hover, .ls .theme_buttons a:focus, .ls .theme_button:hover, .ls .theme_button:focus {
  color: #000;
  background-color: #fff;
}

.home-signup {
  background: #0a1f35;
}

.home-signup .row {
  justify-content: center;
}

.home-signup button, .footer-signup button {
  cursor: pointer;
  border: none;
  font-size: 17px;
}

.home-signup button {
  padding: 0.5rem;
  font-size: 13px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .home-signup button {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-signup button {
    margin-top: 0;
  }
}

.home-signup .col-12 {
  text-align: center;
}

.home-signup button:hover {
  color: #143E78;
}

.phrase {
  color: #fff;
  font-size: 28px;
  margin-right: 0px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .phrase {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .phrase {
    margin-right: 15px;
  }
}

footer {
  background: #000;
}

.footer-logo img {
  width: 55%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-logo img {
    width: 90%;
  }
}

.footer-logo {
  margin-top: 0%;
}

.contact-social {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .contact-social {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-social {
    margin-top: 22%;
  }
}

.contact-info {
  color: #fff;
}

.footer-main .address {
  margin-top: 5px;
}

.footer-media a {
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .footer-media a {
    font-size: 27px;
  }
}

.footer-media i::before {
  color: #fff;
}

.footer-media i:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

.sitemap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sitemap {
    margin-top: 4%;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .sitemap {
    margin-top: 0%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .sitemap {
    margin-top: 18px;
    text-align: left;
  }
}

.sitemap a {
  color: #fff;
  transition: padding-left 200ms;
  font-weight: lighter;
}

.sitemap a:hover {
  padding-left: 0.5rem;
}

.footer-signup h2 {
  font-size: 28px;
  color: #d0d0d0;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .footer-signup h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-signup h2 {
    font-size: 28px;
  }
}

.footer-signup {
  text-align: center;
  margin-top: 2%;
}
@media screen and (min-width: 1024px) {
  .footer-signup {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-signup {
    margin-top: 1%;
  }
}

.footer-signup button:hover {
  color: #fff;
}

.ddmg-signature p {
  font-size: 15px;
  color: #797676;
  font-weight: lighter;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar {
    background: #000;
  }
}
/* Image banner */
.img-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/imgbanner2.jpg);
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 41px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.member .card {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .member .card {
    height: 515px;
  }
}
@media screen and (min-width: 1200px) {
  .member .card {
    height: 505px;
  }
}

.member-photo {
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 768px) {
  .member-photo {
    height: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .member-photo {
    height: 340px;
  }
}

.member-photo img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.member-text h2 {
  font-size: 23px;
  margin-bottom: 8px;
  color: #910e15;
}

.member .website {
  margin-bottom: 8px;
}

.member .website a {
  color: #276eb9;
}

.member-wide-photo {
  overflow: hidden;
  height: auto;
}

.member-page-caption {
  text-align: center;
  font-size: 20px;
}

.member-headshot img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .member-headshot img {
    float: left;
    width: 35%;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .member-headshot img {
    float: left;
    width: 35%;
    margin-right: 17px;
    margin-bottom: 0;
  }
}

.member-about {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.member-page-contact {
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  .member-page-contact {
    margin: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .member-page-contact {
    margin: 0px;
  }
}

.member-page-contact h3 {
  font-size: 26px;
}

.member-name-district span {
  color: #800e0e;
}

.list-icons {
  font-size: 18px;
}

.list-icons a {
  color: #004A99;
}

.committee-list h3 {
  border-bottom: 2px solid #910e15;
  text-align: center;
  margin-bottom: 10px;
}

.committee-list h4 {
  font-size: 21px;
}

.about-section img {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .about-section img {
    float: right;
    margin-left: 10px;
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .about-section img {
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
    width: 30%;
  }
}

.news-page-pdf, .repnews-page-pdf {
  margin-top: 12px;
  margin-bottom: 5px;
}

.news-page-pdf .btn-third, .repnews-page-pdf .btn-third {
  padding: 0.4rem;
}

.news-page-date, .repnews-page-date {
  padding: 5px 0;
}

.news-page-title h2, .repnews-page-title h2 {
  color: #0a3653;
  font-size: 28px;
}

.news-page-pdf a, .repnews-page-pdf a {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-page-pdf a, .repnews-page-pdf a {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .news-page-pdf a, .repnews-page-pdf a {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .news-page-pdf a, .repnews-page-pdf a {
    margin-bottom: 0px;
  }
}

.photog-page-img {
  margin-bottom: 5px;
}

.photo-section .card-columns {
  column-count: 1;
  column-gap: 5px;
}
@media screen and (min-width: 768px) {
  .photo-section .card-columns {
    column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .photo-section .card-columns {
    column-count: 4;
  }
}
@media screen and (min-width: 1200px) {
  .photo-section .card-columns {
    column-count: 4;
  }
}

.photog-page h2 {
  font-size: 27px;
  color: #081359;
  text-align: center;
}

.cat-topic {
  text-align: center;
  margin-bottom: 10px;
}

.cat-topic a {
  color: #000 !important;
  padding: 0 10px;
}

.cat-topic a:hover {
  text-decoration: none;
}

.cat-topic u {
  text-decoration-color: #840106;
  text-decoration-thickness: 3px;
  text-decoration-skip-ink: none;
}

.commit-page {
  text-align: center;
}

.commit-page h2 {
  color: #143E78;
}

.commit-page-text {
  font-size: 19px;
}

.contact-page-intro {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contact-page-intro {
    margin-bottom: 20px;
  }
}

.contact-page-map iframe {
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .contact-page-map iframe {
    height: 300px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page-map iframe {
    height: 290px;
    margin-bottom: 0;
  }
}

.contact-page-explain {
  text-align: center;
  font-size: 18px;
}

.contact-after-form h2 {
  font-size: 19px;
}

/*# sourceMappingURL=design.css.map */
