/*!
Theme Name: apwu
Author: Blueprint Interactive
Text Domain: apwu
*/

body {
  font-family: 'Roboto', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* FONTS */
h1 {
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700;
}

h2 {
  margin: .2em 0;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  margin: .1em 0;
  font-style: italic;
  font-weight: 700i;
}

h4 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  margin: .3em 0;
}

h5 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  margin: .2em 0;
}

.full-nav .nav-buttons, .full-nav .sub-menu {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700i;
}

button {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(49, 157, 255, .75);
  border: solid 1px #319DFF;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: white;
}

a:hover button {
  background-color: #319DFF;
  cursor: pointer;
}

p, ul, ol {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin: 5px 0;
  line-height: 1.3;
}

.label {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #161616;
  margin: .5em 0;
}

.publication {
  font-weight: 700;
}

/* HOVER STYLE */
a.red-hover:after {
	content: '';
	display: block;
	margin: auto;
	height: 4px;
	width: 0px;
	background: transparent;
	-webkit-transition: width .5s ease, background-color .5s ease;
	-moz-transition: width .5s ease, background-color .5s ease;
	-o-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}

a.red-hover:hover:after{
	width: 100%;
	background: #EC121B;
}

/* NAV BAR */
.full-nav {
  border-bottom: #70BBFF 5px solid;
  position: relative;
}

.full-nav .social-buttons {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
     -moz-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
       -o-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.full-nav .social-buttons .fb-link:hover svg #f-letter, .full-nav .social-buttons .twitter-link:hover svg #bird-shape {
  fill: #EC121B;
}

.full-nav .social-buttons .fb-link:hover svg #oval, .full-nav .social-buttons .twitter-link:hover svg #oval-copy {
  stroke: #EC121B;
}



.full-nav .social-buttons .fb-link {
  margin-right: 10px;
}

.full-nav ul.nav-buttons {
  list-style: none;
  text-align: center;
  height: 110px;
  padding: 0;
}

.full-nav ul.nav-buttons li {
  display: inline-block;
  margin: 0px 2%;
  color: #24408E;
  font-weight: 700;
  text-transform: uppercase;
}

.full-nav ul.nav-buttons li.placeholder {
  width: 120px;
  height: 95px;
}

.full-nav ul.nav-buttons li.placeholder a:hover {
  width: 0%;
}

.full-nav .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -79px);
     -moz-transform: translate(-50%, -79px);
      -ms-transform: translate(-50%, -79px);
       -o-transform: translate(-50%, -79px);
          transform: translate(-50%, -79px);
  z-index: 10;
}

.full-nav .menu-item-has-children {
  position: relative;
}

.full-nav .menu-item-has-children a.red-hover:hover:after {
	width: 0px;
}

.full-nav .menu-item-has-children ul.sub-menu a.red-hover:hover:after {
  width: 100%;
}

.full-nav ul.sub-menu {
  position: absolute;
  padding: 15px;
  text-align: left;
  transform: translate(-17px, -10px);
  -webkit-transform: translate(-17px, -10px);
  -moz-transform: translate(-17px, -10px);
   -ms-transform: translate(-17px, -10px);
    -o-transform: translate(-17px, -10px);
  background-color: rgba(255,255,255,.8);
  display: none;
  padding-top: 35px;
  padding-bottom: 10px;
  z-index: 100;
}

.full-nav ul.sub-menu li {
  margin: 2px 0px !important;
}

/* Start Mobile Nav */


nav#mobile{
	display: none;
	position: absolute;
	right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
	z-index: 50;
}

#nav-icon{
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span{
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #24408E;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	    transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	/*box-shadow: 1px 1px 1px #9a9494;*/
}

/*body.front #nav-icon span{
	background: #17335C;
}*/

#nav-icon span:nth-child(1) {
	top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
	top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* End Mobile Nav */




/* HERO IMAGE AND TEXT */
.hero {
  height: 580px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero .transparency, .inner-hero .transparency {
  width: 50%;
  padding: 20px 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,.8)), color-stop(80%, rgba(255,255,255,.6)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(left, rgba(255,255,255,.8), rgba(255,255,255,.6) 80%, rgba(255,255,255,0));
  background-image: -moz-linear-gradient(left, rgba(255,255,255,.8), rgba(255,255,255,.6) 80%, rgba(255,255,255,0));
  background-image: -o-linear-gradient(left, rgba(255,255,255,.8), rgba(255,255,255,.6) 80%, rgba(255,255,255,0));
  background-image: linear-gradient(to right, rgba(255,255,255,.8), rgba(255,255,255,.6) 80%, rgba(255,255,255,0))
}

.hero .transparency .text {
  width: 50%;
  margin-left: 15%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
     -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
       -o-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.hero .transparency .text h1, .inner-hero .transparency .text h1 {
  color: #24408E;
  display: inline;
  max-width: 100%;
}

.hero .transparency .text .h1-wrapper, .inner-hero .transparency .text .h1-wrapper {
  border-bottom: solid #EC121B 5px;
}


.hero .transparency .text a button, .inner-hero .transparency .text a button {
  width: 280px;
}

/* INNER HERO */
.inner-hero {
  height: 350px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.inner-hero .transparency .text {
  width: 65%;
  margin-left: 10%;
  position: absolute;
  top: auto;
  bottom: 10px;
  -webkit-transform: translate(0px, 0);
     -moz-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
       -o-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

/* MAIN */
.content-area {
  padding: 30px 14vw;
}

.content-page p {
  line-height: 1.5;
  margin-bottom: 1em;
}

/* FULL WIDTH video area */
.full-width {
  width: 100%;
  margin-bottom: 30px;
}

.full-width .vid-wrapper {
  width: 60%;
  display: inline-block;
  margin-top: 30px;
  vertical-align: top;
}

.full-width .vid-wrapper .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.full-width .vid-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width .text {
  display: inline-block;
  width: 35%;
  margin-left: 3%;
  margin-top: 30px;
  vertical-align: top;
}

.full-width .text h2 {
  color: #24408E;
  display: inline-block;
  border-bottom: solid #EC121B 5px;
}

.full-width .text a button {
  margin-top: 15px;
}

/* HALF WIDTH areas */
.half-width {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 450px;
  padding: 40px;
}

.half-width .text h2 {
  border-bottom: solid #EC121B 5px;
  display: inline-block;
}

.half-width .text p {
  margin-top: 15px;

}

.about {
  margin-right: 5%;
  background-image: url('./assets/about-background.png');
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.about button {
  margin-top: 25px;
}

.homepage-signup {
  background-color: #EDF2FF;
}

.homepage-signup .text form {
  margin-top: 15px;
}

.homepage-signup .text form input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 7px 5px;
  border: 1px solid #4A4A4A;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.homepage-signup .text form input[type=submit] {
  border: 2px solid #319DFF;
  background-color: #EDF2FF;
  text-transform: uppercase;
  color: #319DFF;
  font-weight: 500;
}

.homepage-signup .text form input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(49, 157, 255, .65);
}

/* Cleaning Up Action Embed */
#can_main_col, .action_status_tracker, #logo_wrap {
  display: none;
}

/* .action_sidebar h4:nth-of-type(1) {
  display: none;
} */

.action_sidebar h4 {
  display: none;
}

.form_builder_output, .floatlabel-label, .floatlabel-label-active, .js-international_link, .action .send-letter-form form li.core_field div.floatlabel-wrapper label  {
  display: none !important;
}

.action .send-letter-form form img {
  display: none !important;
}

.action_sidebar form h4 {
  font-size: inherit;
  text-align: left;
  display: block;
}

.action .send-letter-form select {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 7px 5px !important;
  border: 1px solid #4A4A4A;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  position: static !important;
  opacity: 1 !important;
  height: auto !important;
  font-size: inherit !important;
  min-height: 18px;
}

.can_selectInner {
  display: none !important;
}

.action .send-letter-form form {
  margin-top: 20px;
}

.action .send-letter-form form li {
  list-style: none;
}

.action .send-letter-form form input, .action .send-letter-form form .floatlabel-wrapper textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 7px 5px;
  border: 1px solid #4A4A4A;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.action .send-letter-form form input[type=submit] {
  border: 2px solid #319DFF;
  background-color: #001244;
  text-transform: uppercase;
  color: #319DFF;
  font-weight: 500;
}

.action .send-letter-form form input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(49, 157, 255, .65);
  color: white;
}

.action .send-letter-form form .floatlabel-wrapper textarea {
  height: 130px;
}

li#d_sharing ul {
  padding: 0;
  font-size: 12px;
}

li#d_sharing ul li a {
  display: block;
}

.action .send-letter-form form a, #can_thank_you a {
  text-decoration: underline;
}

.action .send-letter-form form a:hover, #can_thank_you a:hover {
  cursor: pointer;
  font-weight: 700;
}

li#d_sharing_opts ul li label input[type=checkbox] {
  width: auto;
}

div.can_thank_you-block {
  display: none !important;
}

#can_thank_you h1 {
  font-size: 24px;
  margin-top: 15px;
}

#can_thank_you h4 {
  display: none !important;
}


/* ACTION */
.action {
  background-color: #001244;
  color: white;
  padding-bottom: 50px;
}

.action .header {
  text-align: center;
}

.action .header h2 {
  display: inline-block;
  border-bottom: solid #EC121B 5px;
  text-align: center;
  margin: .2em auto;
}

.action .header .action-subheader p {
  font-weight: 300;
  text-align: left;
  color: #70BBFF;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  margin: .3em 0;
}

.action .text {
  margin-top: 25px;
  display: inline-block;
  width: 46%;
  margin-right: 5%;
  vertical-align: top;
}

.action .text p {
  margin-top: 15px;
}

.action .send-letter-form {
  margin-top: 25px;
  display: inline-block;
  width: 46%;
  text-align: center;
}


/* NEWS */
.news {
  text-align: center;
  padding-bottom: 45px;
}

.news h2 {
  color: #24408E;
  border-bottom: solid #EC121B 5px;
  display: inline-block;
  margin-top: 25px;
}

.news .news-articles {
  text-align: left;
  margin: 35px 0;
}

.news .news-articles .article-blurb {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 22.5%;
  margin-right: 2%;
  vertical-align: top;
}

.news .news-articles .article-blurb a {
  color: #24408E;
}

.article-blurb iframe {
  display:none;
}

.news button {
  width: 250px;
  font-weight: 500;
  color: #319DFF;
  background-color: white;
}

.news button:hover {
  background-color: rgba(49, 157, 255, .65);
  color: white;
}

/* FOOTER */
.footer {
  background-color: #001244;
  color: white;
  text-align: center;
  padding: 5px 30px 30px 30px;
}

.footer .footer-logo {
  margin: 25px auto 10px auto;
}

.footer .social-buttons {
  margin-bottom: 15px;
}

.footer .social-buttons a img {
  height: 25px;
  width: auto;
}

.footer .social-buttons a .fb {
  margin-right: 20px
}

.footer .social-buttons a:hover img, .footer .grand-alliance a:hover img {
  opacity: .8;
}

.footer ul {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.footer ul li {
  display: inline-block;
  margin: 0px 1%;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-weight: 700i;
}

.footer .grand-alliance {
  margin-top: 35px;
  margin-bottom: 35px;
}

.footer .grand-alliance p {
  font-style: italic;
}

.footer .partner-logos {
  margin-bottom: 15px;
}

.footer .partner-logos img {
  margin-right: 5px;
  display: inline-block;
  max-width: 150px;
}

.footer p {
  font-size: 16px;
  margin-top: 10px;
}

.footer .copyright div {
  display: inline-block;
  margin: 0px 20px;
}

.footer .copyright div a {
  text-decoration: underline;
}

.footer .copyright div a:hover {
  font-weight: 700;
}


/* ABOUT */
.content-page {
  padding: 50px 14vw;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}

.content-page li, .content-page ul {
  margin-bottom: 10px;
}

.content-page a {
  text-decoration: underline;
  color: #24408E;
}

.content-page .content .alignleft {
  float: left;
  margin-right: 15px;
}

.content-page .content .alignright {
  float: right;
  margin-left: 15px;
}

.content-page .content {
  display: inline-block;
  vertical-align: top;
}

.content-page .content:after {
  content: "";
  display: table;
  clear: both;
}

.content-page .partial-width {
  width: 70%;
}

.content-page blockquote {
  margin: 20px 0px;
  text-align: left;
}

.content-page .content blockquote {
  margin: 20px 0px;
  text-align: left;
}

.content-page .content blockquote p img {
  width: 50%;
  height: auto;
}

.content-page .content blockquote p span {
  display: inline-block;
  font-size: 26px !important;
  font-weight: 300;
  color: #24408E;
  line-height: 1.7;
}

.content-page .content blockquote:nth-of-type(odd) {
  -webkit-transform: translateX(-75px);
     -moz-transform: translateX(-75px);
      -ms-transform: translateX(-75px);
       -o-transform: translateX(-75px);
          transform: translateX(-75px);
}

.content-page .content blockquote:nth-of-type(odd) p img, .content-page .content blockquote:nth-of-type(odd) p iframe {
  display: inline-block;
  vertical-align: middle;
}

.content-page .content blockquote:nth-of-type(odd) p span {
  width: 45%;
  vertical-align: middle;
  margin-left: 25px;
  font-style: italic;
}

.content-page .content blockquote:nth-of-type(even) p, .content-page .content blockquote:nth-of-type(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content-page .content blockquote:nth-of-type(even) p span {
  width: 50%;
  font-style: italic;
  -webkit-transform: translateX(-75px);
     -moz-transform: translateX(-75px);
      -ms-transform: translateX(-75px);
       -o-transform: translateX(-75px);
          transform: translateX(-75px);
}


.content-page .content blockquote .vid-wrapper {
  position: relative;
  padding-bottom: 33.75%;
  height: 0;
  overflow: hidden;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.content-page .content blockquote .vid-wrapper iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.content-page .content blockquote .p-video {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
}

.content-page .content blockquote p.p-video span {
  width: 100%;
}

.content-page .right-column {
  display: inline-block;
  max-width: 24%;
  padding-left: 25px;
}

.content-page .right-column .interior-action-box {
  background-color: #CCE7FF;
  padding: 20px;
  margin-bottom: 30px;
}

.content-page .right-column .interior-action-box h2, .content-page .right-column .interior-resources-box h2 {
  display: inline-block;
  border-bottom: solid #EC121B 5px;
}

.content-page .right-column .interior-action-box a button {
  margin-top: 15px;
}

.content-page .right-column .interior-resources-box {
  background-color: #D3DAEC;
  padding: 20px;
  margin-bottom: 30px;
}

.content-page .right-column .interior-resources-box ul {
  list-style: none;
  padding-left: 0;
}

.content-page .right-column .interior-resources-box ul li {
  margin: 10px 0;
}

.content-page .right-column .interior-resources-box ul li a {
  text-decoration: underline;
  font-weight: 700;
}

.content-page .right-column .interior-resources-box ul li a:hover {
  opacity: .6;
}


/* LATEST NEWS PAGE */
.news-page {
  padding: 75px 15vw;
}

.news-page .news-featured {
  border-bottom: solid #EC121B 5px;
  padding-bottom: 25px;
}

.news-page .news-featured .featured-article {
  margin: 20px 0;
  border-bottom: solid #EC121B 2px;
  padding-bottom: 25px;
}

.news-page .news-featured .featured-article:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.news-page .news-featured .featured-article img {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  height: auto;
  margin-top: 8px;
}

.news-page .news-featured .featured-article .featured-text {
  display: inline-block;
  vertical-align: top;
  max-width: 55%;
  margin-left: 3%;
}

.news-page .article-summary {
  margin: 35px 0;
  border-bottom: solid #EC121B 2px;
  padding-bottom: 25px;
}

.news-page .article-summary a, .news-page .news-featured .featured-article .featured-text a {
  display: inline-block;
  color: #004393;
}

.news-page .article-summary .publication {
  margin-bottom: 15px;
}

.pagination-wrapper {
  text-align: center;
}

.pods-pagination-advanced .pods-pagination-number {
  margin: 0 5px;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  display: inline-block;
}

.pods-pagination-advanced .pods-pagination-number:hover{
  color: #EC121B;
  cursor: pointer;
}

.pods-pagination-advanced .pods-pagination-current {
  border-bottom: solid #EC121B 5px;
}

/* Video Page */
.video-page {
  padding: 75px 15vw;
}

.video-page h2 {
  color: #24408E;
}

.video-page .videos-featured {
  border-bottom: solid #EC121B 5px;
  padding-bottom: 25px;
}

.video-page .unfeatured-wrapper {
  text-align: center;
  width: 100%;
}

.video-page .videos-featured {
  width: 100%;
  margin-bottom: 10px;
}

.video-page .videos-featured .vid-wrapper {
  width: 80%;
  margin: 0 auto;
}

.video-page .unfeatured-video {
  width: 47%;
  display: inline-block;
  margin: 15px 1%;
  text-align: left;
}

.video-page .unfeatured-video .vid-wrapper {
  margin-bottom: 15px;
}

.video-page .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-page .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video-page .videos-featured .featured-text {
  width: 80%;
  margin: 20px auto 0 auto;
}


/* RESOURCES PAGE */
.resources-page {
  padding: 75px 10vw;
  text-align: center;
}

.resource-image {
  width: 25%;
  text-align: center;
  display: inline-block;
  padding: 0px 5px;
  position: relative;
  vertical-align: top;
  margin: 0px 20px 30px 20px;
}

.resource-image a .resource-screenshot {
  max-width: 100%;
  height: auto;
}

.resource-image a .hover-download {
  width: 70%;
  height: auto;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
}

.resource-image a:hover .hover-download {
  opacity: 1;
}

.resource-image a:hover .resource-screenshot {
  -webkit-filter: grayscale(70%);
          filter: grayscale(70%);
}

/* ACTION PAGE */
.action-page {
  background-color: white !important;
  color: black;
}

.action-page .send-letter-form h3 {
  color: #24408E;
}

.action-page .header .action-subheader p {
  color: #24408E;
}

.action-subheader p a {
  text-decoration: underline;
}

.action-subheader p a:hover {
  cursor: pointer;
  font-weight: 700;
}

.action-page .send-letter-form form input[type=submit] {
  border: 2px solid #319DFF;
  background-color: rgba(49, 157, 255, .65);
  text-transform: uppercase;
  color: white;
  font-weight: 500;
}

.action-page .send-letter-form form input[type=submit]:hover {
  cursor: pointer;
  background-color: rgba(49, 157, 255);
  color: white;
}

#action_welcome_message_inner {
  background: transparent !important;
}

@-moz-document url-prefix() {
  .action .send-letter-form form input {
    width:10px;
  }
}

#can_embed_form input[type=submit] {
  background-color: rgba(49, 157, 255, .75) !important;
}

#can_embed_form input[type=submit]:hover {
  background-color: rgba(49, 157, 255, .95) !important;
}


.back-btn.page-number, .next-btn.page-number {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.next-btn.page-number img,
.back-btn.page-number img {
  width: 15px;
}

.pages-display {
  margin-top: 30px;
}

.current-page {
  border-bottom: solid #EC121B 5px;

}

.page-number:hover {
  color: #EC121B;
  cursor: pointer;
}

a.page-number {
    margin: 0 10px;
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    display: inline-block;

}

.news.content-area .news-articles .article-blurb:nth-child(5),
.news.content-area .news-articles .article-blurb:nth-child(6),
.news.content-area .news-articles .article-blurb:nth-child(7),
.news.content-area .news-articles .article-blurb:nth-child(8) {
  display: none;
}

.alignright {
  float:right;
  padding: 20px 0 20px 20px;
}

.alignleft {
  float:left;
  padding: 20px 20px 20px 0;
}