@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700-bold-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

html, body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 768px) {
  html, body {
    font-size: 18px;
  }
}

blockquote,
blockquote.pull-right {
  border-color: #999999;
  float: none !important;
  max-width: 100% !important;
}

blockquote p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  font-style: italic;
}

blockquote small {
  font-style: normal;
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.ws-header h1 {
  font-size: 1.75em;
  padding: 10px 40px 10px 20px;
  background-color: #3f96cf;
  color: white;
  position: relative;
  margin-top: 0;
}

@media (min-width: 768px) {
  .ws-header h1 {
    background-image: url(../images/point-mask.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
  }
}

.ws-header h1.parent {
  border-left: 20px solid white;
}

.ws-header h1.parent::before {
  content: url(../images/page_title_ribbon.png);
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
}

h2 {
  font-size: 1.5em;
  clear: both;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .89em;
}

h6 {
  font-size: .75em;
}

small {
  font-size: .9em;
}

address {
  margin: 1em 0;
  font-style: italic;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #428bca;
}

a.text-primary:hover {
  color: #3071a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

body {
  background-image: linear-gradient(180deg, transparent 245px, rgba(0, 0, 0, 0.4) 487px, rgba(0, 0, 0, 0.1) 487px, transparent 600px), url(../images/blue-grunge.jpg), linear-gradient(180deg, #00acf0 487px, white 487px);
  background-repeat: repeat, no-repeat, repeat;
  background-position: 0% 0%, top center, 0% 0%;
}

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

.utility-nav {
  background-image: linear-gradient(0deg, white 2px, #e6e6e6 2px, white 22px);
  padding: 10px 0;
  display: none;
}

.utility-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.utility-nav ul li {
  display: block;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  margin-left: 10px;
}

.utility-nav ul li:first-child {
  border-left: none;
}

@media (min-width: 768px) {
  .utility-nav {
    display: block;
  }
}

.site-header {
  display: none;
}

@media (min-width: 768px) {
  .site-header {
    display: block;
  }
}

.site-header .site-header-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-header .site-header-elements .logo img {
  width: auto;
  height: 120px;
  margin: 1em 0;
}

.site-header .site-header-elements .tagline {
  height: 100px;
  margin: 1em 0;
}

@media (min-width: 992px) {
  .site-header .site-header-elements .logo img {
    height: 140px;
  }
  .site-header .site-header-elements .tagline {
    height: 140px;
  }
}

.navbar {
  z-index: 900;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  min-height: 40px;
}

.navbar .container {
  background-color: #00a4e6;
  position: relative;
}

.navbar .container::before {
  content: url(../images/site_nav_ribbon.png);
  position: absolute;
  top: 10px;
  left: -19px;
}

@media (min-width: 768px) {
  .navbar .container {
    border-radius: 10px 10px 0 0;
    background-color: black;
  }
}

.navbar a {
  color: white;
}

.navbar .navbar-header {
  border-bottom: 3px solid black;
}

.navbar .icon-bar {
  background-color: white;
}

.navbar .navbar-brand {
  padding: 5px 20px;
}

.navbar .navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar .navbar-collapse {
  background-color: #00a4e6;
}

@media (min-width: 768px) {
  .navbar .navbar-collapse {
    background-color: transparent;
    padding: 0;
  }
}

.navbar .navbar-collapse .navbar-core li:hover a {
  background-color: #00acf0;
  color: white;
}

.navbar .navbar-collapse .navbar-core li a:hover, .navbar .navbar-collapse .navbar-core li a:focus {
  background-color: black;
  color: #00acf0;
}

.navbar .navbar-collapse .dropdown-menu {
  font-size: .9em;
  background-color: #00acf0;
  border: none;
  -webkit-box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.05);
}

.navbar .utility-nav-mobile ul {
  padding: 10px;
  margin: 0 -15px;
  background-color: #1abeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.navbar .utility-nav-mobile ul li {
  display: block;
}

@media (min-width: 768px) {
  .navbar .utility-nav-mobile {
    display: none;
  }
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  html.no-touch ul.nav li.dropdown:hover > ul.dropdown-menu {
    /* Dropdown on Hover */
    display: block;
  }
}

.ws-header {
  font-family: "Open Sans", sans-serif;
}

.ws-header .container {
  background-color: white;
}

.ws-header .nav > li > a {
  padding: 5px 10px;
}

.ws-header .nav > li > a:hover, .ws-header .nav > li > a:focus {
  background-color: transparent;
}

.ws-header #child-nav {
  background-image: linear-gradient(0deg, white 2px, #f2f2f2 2px, white);
  border-bottom: 1px dotted black;
  padding: 0 20px 20px 20px;
}

@media (min-width: 768px) {
  .ws-header .nav {
    display: table-cell;
    padding-right: 20px;
  }
}

.ws-pathnav {
  font-family: sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.ws-pathnav .container {
  background-color: white;
}

.ws-pathnav .breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 8px 0 8px 0;
}

.ws-pathnav .breadcrumb > li + li:before {
  content: "➤";
}

@media (min-width: 768px) {
  .ws-pathnav .breadcrumb {
    padding-left: 30px;
  }
}

main {
  padding-top: 1em;
  background-color: white;
}

.flush-top > *:first-child,
.flush-top > div > *:first-child,
.flush-top > div > div > *:first-child,
.flush-top > div > div > div > *:first-child {
  margin-top: 0 !important;
}

.pull-right {
  max-width: 50%;
  margin-left: 1em;
  margin-bottom: 1em;
  clear: right;
}

.pull-left {
  max-width: 50%;
  margin-right: 1em;
  margin-bottom: 1em;
  clear: left;
}

.sidebar {
  font-size: .85rem;
  padding-top: 2em;
  border-top: 5px solid #f2f2f2;
}

.sidebar ul, .sidebar ol {
  padding-left: 1rem;
}

.page-home .sidebar {
  padding-top: 0;
  border: none;
}

@media (min-width: 992px) {
  /* remove top space and border at multi-colum break point */
  .page-three-col .sidebar {
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  /* remove top space and border at multi-colum break point */
  .page-sidebar .sidebar {
    padding-top: 0;
    border: none;
  }
}

@media (min-width: 768px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

footer {
  font-size: 12px;
  color: white;
  background-image: linear-gradient(180deg, white, #e6e6e6 50px, white 50px, white 52px, #00a4e6 52px, #00acf0, #00a4e6);
  padding-top: 100px;
  padding-bottom: 30px;
}

footer a, footer a:hover, footer a:focus {
  color: white;
}

footer h2 {
  color: black;
}

footer ul {
  padding: 0;
}

footer li {
  display: block;
}

.table caption,
.table-striped caption,
.table-condensed caption {
  font-family: "Open Sans", sans-serif;
  color: #b3b3b3;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  margin: 2em 0 1em;
}

th[align="center"] {
  text-align: center;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f2f2f2;
}

.ribbon-top {
  background-image: linear-gradient(180deg, white 47px, #f2f2f2 47px, white 200px);
  padding: 0 20px 20px;
}

.ribbon-top h2 {
  background-color: black;
  color: white;
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.ribbon-top h2::before {
  content: url(../images/ribbon-top-end.png);
  position: absolute;
  top: 20px;
  left: -13px;
}

.ccm-image-block {
  max-width: 100%;
  height: auto;
}

.ws_data_table th, ws_data_table td {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ws-posts-list .ws-posts-post {
  margin-bottom: 3em;
}

.ws-posts-list .ws-posts-post .ws-posts-thumbnail {
  display: none;
}

.ws-posts-list .ws-posts-post h2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .ws-posts-list .ws-posts-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ws-posts-list .ws-posts-post .ws-posts-thumbnail {
    margin-right: 1em;
    max-width: 200px;
    display: block;
  }
  .ws-posts-list .ws-posts-post .ws-posts-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ws-posts-list .ws-posts-post .ws-posts-thumbnail-xs {
    display: none;
  }
}

.ws-post-top {
  margin-bottom: 10px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ws-post-top .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ws-post-top .share-links img {
  width: 24px;
  margin-left: 10px;
}

.ws-posts-date {
  color: gray;
  font-size: .8em;
}

.ws-posts-meta {
  padding: 10px;
  border-top: 1px dotted black;
  margin-top: 20px;
  background-image: linear-gradient(180deg, white 2px, #f2f2f2 2px, white);
  clear: both;
}

.page-home {
  padding-top: 20px;
}

.page-home-top {
  background-color: white;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .page-home-top {
    -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.page-home-top .carousel {
  margin-bottom: 30px;
}

.page-home-top .carousel-control {
  width: 10%;
  opacity: 0;
}

.page-home-top .carousel-control:hover, .page-home-top .carousel-control:focus {
  opacity: 1;
}

.page-home-top .carousel-control.left {
  background-image: none;
}

.page-home-top .carousel-control.right {
  background-image: none;
}

.page-home-top .carousel-indicators {
  bottom: -25px;
  left: 0;
  width: auto;
  padding-left: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

.page-home-top .carousel-indicators li {
  width: 12px;
  height: 12px;
  background-color: #cccccc;
  margin: 0 10px 0 0;
  border: none;
}

.page-home-top .carousel-indicators li.active {
  background-color: #00acf0;
}

.home-take-action h2 {
  font-size: 1.75em;
  text-transform: uppercase;
  padding: 10px 40px 10px 20px;
  background-color: #3f96cf;
  color: white;
  position: relative;
  margin-top: 0;
  margin-bottom: 5px;
  background-image: url(../images/point-mask.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center;
  border-left: 20px solid white;
}

.home-take-action h2::before {
  content: url(../images/page_title_ribbon.png);
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
}

.home-take-action ul {
  font-weight: 700;
  font-size: 1.25em;
  padding-left: 25px;
}

.home-take-action ul li {
  list-style-type: none;
  background-image: url(/themes/veteransforpeace/images/bullet_action_links.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 37px;
  line-height: 32px;
}

.home-social-media {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: linear-gradient(0deg, white 2px, transparent 2px), linear-gradient(180deg, white 2px, transparent 2px), linear-gradient(120deg, #e6e6e6, white, #e6e6e6);
  margin-bottom: 30px;
}

.home-social-media h2 {
  text-align: center;
  font-style: italic;
  margin-top: 13px;
  margin-bottom: 10px;
}

.home-social-media .home-social-media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.home-social-media .home-social-media-links a {
  display: block;
  width: 15%;
}

.gsc-control-cse * {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  line-height: normal !important;
}
