﻿/*============================================
MISC
============================================*/
.primary-red {
  background-color: #a10c14;
}

.secondary-grey {
  background-color: #f1f1f1;
}

.shadow-divider {
  -moz-box-shadow: 0 2px 3px rgba(0,0,0, 0.3);
       box-shadow: 0 2px 3px rgba(0,0,0, 0.3);
  width: 100%;
  z-index: -100;
  position: relative;
  height: 1px;
  padding-bottom: 9px;
}

/*============================================
NAVBAR
============================================*/
.navbar-flush {
  padding-left: 0;
}

.apollo-logo {
  width: 100%;
  max-width: 200px;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#navbar-container {
  background-color: #0a4d79;
  border: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #167edc;
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

li:hover > .dropdown-menu {
  display: block;
}

.navbar-default .navbar-nav > li:hover {
  background-color: #167edc;
}

/*============================================
JUMBOTRON/SLIDER
============================================*/

.jumbotron {
  background-color: #a10c14;
}

.jumbotron p {
  color: #fff;
}

#apollo-jumbotron {
  padding: 0;
}

#apollo-jumbotron .container {
  padding: 0;
  background-image: url("/SiteAssets/images/DuVal_PAC2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 380px;
}

.jumbotron .text-container {
  position: relative;
  top: 210px;
  background-color: rgba(0,0,0,0.2);
}
.jumbotron .text-container h1,
.jumbotron .text-container p {
  text-align: right;
  color: #fff;
}


/*============================================
HOMEPAGE MAIN CONTENT
============================================*/

#homepage-main-content {
  min-height: 400px;
  background-color: #fff;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0, 0.3);
       box-shadow: 0 2px 3px rgba(0,0,0, 0.3);
}

#homepage-main-content h2 {
  color: #525252;
}

#homepage-main-content a {
  color: #d34c53;
}

.image-square {
  max-width: 300px;
  max-height: 202px;
  width: 300px;
  height: 202px;
}

/*============================================
HOMEPAGE SECONDARY CONTENT
============================================*/

#homepage-secondary-content {
  position: relative;
  min-height: 126px;
  background-color: #f1f1f1;
}

/*============================================
SUBPAGE MAIN CONTENT
============================================*/
#subpage-main-content {
  background-color: #a10c14;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0, 0.3);
       box-shadow: 0 2px 3px rgba(0,0,0, 0.3);
}

#subpage-main {
  background-color: #fff;
  min-height: 300px;
  z-index: 4;
  -moz-box-shadow: 2px 0px 3px rgba(0,0,0, 0.3);
       box-shadow: 2px 0px 3px rgba(0,0,0, 0.3);
}

#subpage-sidebar {
  background-color: #d2dfe7;
  min-height: 300px;
  -moz-box-shadow: 2px 0px 3px rgba(0,0,0, 0.3);
       box-shadow: 2px 0px 3px rgba(0,0,0, 0.3);
}
#subpage-main-content h2,
.sidebar-header {
  color: #525252;
}

#subpage-main-content a {
  color: #d34c53;
}

.subpage-image-right {
  float: right;
}
.subpage-image-right img {
  max-width: 400px;
}

/*Media Queries for subpage to display table at large widths */

@media (min-width: 768px) {

  .subpage-display-table {
    display: table;
  }

  #subpage-main,
  #subpage-sidebar {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
}


/*============================================
SUBPAGE SECONDARY CONTENT
============================================*/

#subpage-secondary-content {
  position: relative;
  min-height: 126px;
  background-color: #f1f1f1;
}
/*============================================
FOOTER
============================================*/

#footer {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #a10c14;
  color: #fff;
  font-weight: 600;
}

#footer p {
  float: right;
}

/*============================================
TICKER
============================================*/
.ticker-shadow {
    width: 100%;
    height: 1px;
    background-color: transparent;
    -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
}

#politico-feed {
  overflow: hidden;
}

#politico-feed a {
  color: #d34c53;
}

#politico-feed .rssRow {
  display: inline-block;
  position: relative;
  padding-right: 250px;
}

/*============================================
SUBPAGE RSS
============================================*/

#sidebar-rss .rssHeader a {
  font-size: 18px;
  font-weight: 500;
  color: #525252;
}

#sidebar-rss .rssBody ul {
  list-style-type: none;
  padding: 0;
}

/*============================================
RESPONSIVE
============================================*/

.subpage-display-table{


}

.subpage-display-table #subpage-main{


}

.subpage-display-table #subpage-sidebar{
 display: none;
}

.ExternalClass60F2A84397F64B88A98B281E0E7EEA64 #layoutsTable tr {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-content: center;
  /* background: red;   */
  width: 100%;
}

.ExternalClass60F2A84397F64B88A98B281E0E7EEA64 #layoutsTable tr td {
  display: block;
  width: 100%;
  text-align: center;
/*   display: flex; */
  /* background: pink; */
  width: 100%;
}

.ExternalClass60F2A84397F64B88A98B281E0E7EEA64 #layoutsTable tr td > div{
  width: 100% !important;
  text-align: center;
  /* background: red; */
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px){
  .ExternalClass60F2A84397F64B88A98B281E0E7EEA64 #layoutsTable tr {
    flex-direction: row;
    width: 100%;
  }

}

.intro{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  padding: 30px 50px;
  margin-top: 20px;
  border-radius: 20px;
  background: linear-gradient(153deg, rgb(0, 32, 83) 0%, rgb(52, 100, 136) 56%) !important;
  width: auto !important;
  color: #fff;
  text-align: left !important;
  position: sticky;
  left: 24px;
  top: 20px;
  margin-left: 14px;
}

.intro h2{
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  margin: 0;
  text-align: left;
  margin: 5px 0 10px;

}

.intro p{
 font-size: 17px;

}

.intor p b{

}
