/** NAV BAR MENU FIXED TOP */
/** http://getbootstrap.com/components/#navbar-fixed-top */
/** Body padding required */

body.menu-fixed-top {
    padding-top: 70px;
}

/** NAV BAR MENU FIXED BOTTOM */
/** http://getbootstrap.com/components/#navbar-fixed-bottom */
/** Body padding required */

body.menu-fixed-bottom {
    padding-bottom: 70px; 
}

/* MULTI-LEVEL DROPDOWNS */
.dropdown-menu .dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
 
.dropdown-menu li:hover .dropdown-menu {
    visibility: visible;
    display: block;
}
 
.navbar .dropdown-menu  .dropdown-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .dropdown-menu .dropdown-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/************************************

CUSTOM CSS - SITEWIDE

*************************************/

body {
  padding: 0;
  margin: 0;
  background: #fff;
  color: #000;
}

.container,
.container-fluid {
  width: 100% !important;
  margin-right: auto;
  margin-left: auto;
  padding: 0px !important;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

h1, h2, h3, h4, a {
  font-family: 'Roboto', sans-serif;
}

p {
 font-family: 'Open Sans', sans-serif;
 font-size: 1.4em;
 line-height: 1.6;
}

h1, h2 {
  font-weight: 700;
  color: #5A99C6;
}

h3, h4 {
  font-weight: 500;
  color: #555;
}


/************************************

CONTENT

*************************************/

#wa-main {
  background: #FFF;
}

#wa-nav {
  margin-top: -25px;
  background: #29384C;
}
#ut-action {
  background: #DCD0B4;
}

#ut-footer {
  background: #FFF;
}

.main-callout {
	margin: 0 auto;
}

.main-callout h1 {
  font-size: 2.2em; 
  color: #29384C; 
  text-transform: uppercase;
}

.main-callout h2 {
	font-size: 1.8em;
	font-weight: 400;
}

.petition-callout {
  background: #E4E4E4; 
  padding: 50px 15px;
  border-radius: 6px;
  margin: 5% auto;
}

.petition-callout h1 {
  font-size: 2.2em; 
  color: #29384C; 
  text-align: center;
  text-transform: uppercase;
}

.petition-callout p {
	font-size: 1.4em;
	line-height: 1.6;
	color: #29384C;
	width: 90%;
	margin: 1.5% 5%;
}

.ut-main-image {
  margin: 0 auto;
  max-width: 2400px;
  float: none !important;
}

.wa-learn-more {
   margin: 0 auto 2.5%;
   max-width: 1600px;
   float: none !important;
}

@media screen and (min-width: 1199px){
	.wa-learn-more {
		margin: 0.5% auto 2.5%;
	}
}

.nav-divider {
	background: #F2F2F2;
	height: 5px;
	margin: 0 auto 2.5%;
	width: 100%;
}

.wa-content-row {
   margin: 0 auto;
   max-width: 1600px;
   float: none !important;
}


.take-action-callout {
	background: #283279;
}

.take-action-callout h1 {
	text-align: center;
	color: #D8EFF3;
	font-size: 32px;
}

.callout-content h3,
.take-action-callout p {
	color: #FFF;
	line-height: 1.6;
	padding: 15px;
	text-align: center;
}

.callout-content {
	padding: 2.5%;
	color: #FFF;
	background: #283279;
	margin: 0 auto 2.5%;
}

.action-item {
 background: #EC1B22;
 color: #FFF !important;
 padding: 5px 10px;
 border-radius: 6px;
 margin: 2.5% auto 3.5%;
 font-size: 22px !important;
}

@media screen and (max-width: 500px) {
	.action-item {
		font-size: 16px !important;
		width: 100%;
	}
}


.action-item:hover,
.story-share:hover {
	background: #283279 !important;
	color: #FFF !important;
	transition: 0.5s;
	text-decoration: none;
}

.section-heading {
	font-size: 2.5em;
	margin: 1.2em 0 0.67em;
}

.facts-heading {
	font-size: 3.5em;
	margin: 1.2em 0 0.67em;
	color: #EC1B22;
}

.action-heading {
	font-size: 2.9em;
	color: #D8EFF3;
	margin: 0;
}

.page-header {
	text-transform: uppercase;
	margin-top: 0;
	color: #29384C;
	font-size: 32px;
}


.action-container {
	padding: 0;
}

.action-button {
	background: #EC1B22;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	border-radius: 6px;
	width: 80%;
	margin: 2.5% 10%;
	padding: 10px 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1199px) {
	.action-button {
		margin: 5% 10%;
	}
}

.email-button {
	background: #29384C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	border-radius: 6px;
	width: 50%;
	padding: 10px 5px;
}

.action-button a,
.email-button a {
	color: #FFF !important;
}

.action-button:hover {
	color: #fff !important;
	text-decoration: none;
	font-size: 26px;
}

@media screen and (max-width: 768px) {
	.action-button {
		font-size: 16px;
		width: 70%;
	}
	.action-button:hover {
		font-size: 16px;
	}
	.content-card .col-md-6 {
	padding-left: 0 !important;
	padding-right: 0 !important;
 }
}

.content-card img {
	border-radius: 6px;
	margin: 0 auto;
}

.content-card h1 {
	margin-top: 0 !important;
}

.footer-text {
	margin: 2.5% auto;
	color: #283279;
}

/****************************
 *
 * LEARN MORE ROW
 * 
 ****************************/

@media screen and (min-width: 1800px) {
.learn-more,
.wa-intro {
	padding-right: 0 !important;
	padding-left: 0 !important;
 }
}
