/*
Theme Name: CFVMPF
Theme URI: http://wordpress.org/
Description: Theme created for Central Florida Veteran's Memorial Park Foundation.
Author: WebSolvers, Inc.

*/

@import url("reset.css");
@import url("960.css");

* {
  box-sizing: border-box;
}

/* Begin Typography & Colors */
body {
  font-family: Arial, Verdana, Sans-Serif;
  font-size: 62.5%; /* Resets 1em to 10px */
  text-align: center;

  background: #000 url("images/main-bg.jpg") no-repeat top center;
  background-attachment: fixed;
  color: #c4c4c4;
}

#page {
  margin-top: 20px;
  margin-bottom: 20px;

  text-align: left;
}

@media only screen and (max-width: 767px) {
  #page {
    margin: 0;
  }
}

#header {
  margin-bottom: 4px;

  background: url("images/header-bg.gif") repeat-x;
  border: 1px solid #a91a04;
  border-bottom-color: #961501;
}

@media only screen and (max-width: 767px) {
  #header {
    margin-bottom: 0;
  }
}

#headerimg h1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;

  text-align: left;
}

@media only screen and (max-width: 767px) {
  #headerimg h1 {
    float: none;
    width: 100%;
  }
}

#headerimg h1 span,
#headerimg .description {
  position: absolute;

  text-indent: -999em;
}

#headerimg h1 a {
  display: block;
  height: 119px;
  width: 350px;

  background: url("images/logo.gif") no-repeat center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  #headerimg h1 a {
    width: 100%;
  }
}

.videoCTA {
  overflow: hidden;
  width: 50%;

  text-align: center;

  background: #0e0f1d; /* Old browsers */
  background:    -moz-linear-gradient(top,#292b52 0%,#303361 10%,#0e0f1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#292b52),color-stop(10%,#303361),color-stop(100%,#0e0f1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#292b52 0%,#303361 10%,#0e0f1e 100%); /* Chrome10+,Safari5.1+ */
  background:      -o-linear-gradient(top,#292b52 0%,#303361 10%,#0e0f1e 100%); /* Opera 11.10+ */
  background:     -ms-linear-gradient(top,#292b52 0%,#303361 10%,#0e0f1e 100%); /* IE10+ */
  background:         linear-gradient(to bottom,#292b52 0%,#303361 10%,#0e0f1e 100%);
}

.videoCTA:hover {
  background: #0e0f1d; /* Old browsers */
  background:    -moz-linear-gradient(top,#292b52 0%,#2b2d56 10%,#0e0f1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#292b52),color-stop(10%,#2b2d56),color-stop(100%,#0e0f1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,#292b52 0%,#2b2d56 10%,#0e0f1e 100%); /* Chrome10+,Safari5.1+ */
  background:      -o-linear-gradient(top,#292b52 0%,#2b2d56 10%,#0e0f1e 100%); /* Opera 11.10+ */
  background:     -ms-linear-gradient(top,#292b52 0%,#2b2d56 10%,#0e0f1e 100%); /* IE10+ */
  background:         linear-gradient(to bottom,#292b52 0%,#2b2d56 10%,#0e0f1e 100%);
}

@media only screen and (max-width: 767px) {
  .videoCTA {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.videoCTA a {
  position: relative;

  display: block;
  float: right;
  height: 121px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  overflow: hidden;
  width: 392px;

  text-indent: -999em;

  background: url("images/header-message.png") no-repeat top center;
  background-size: contain;
}

.videoCTA a:hover {
  background-position-y: bottom;
}

@media only screen and (max-width: 767px) {
  .videoCTA a {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

#navigation {
  margin-bottom: 4px;

  background: url("images/nav-bg.png");
  border: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
  #navigation {
    margin-bottom: 0;
  }
}

#navigation ul li {
  float: left;

  list-style: none;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  #navigation ul li {
    float: none;
  }
}

#navigation ul li a {
  display: block;
  float: left;
  padding: 10px 25px;

  font-size: 1.6em;
  font-weight: bold;

  color: #901414;
  list-style: none;
}

@media only screen and (max-width: 767px) {
  #navigation ul li a {
    float: none;

    border-bottom: 1px solid rgba(0,0,0,0.3);
  }
}

#navigation ul li a:visited {
  text-decoration: none;
}

#navigation ul li:hover ul.sub-menu {
  display: block;
  background-color: #fff;
  padding: 0;
}

#navigation ul li ul.sub-menu {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 275px;
}

#content {
  background-color: #121325;
  border: 1px solid #121325;
}

#homeContent {
  min-height: 130px;

  background-color: #121325;
}

.home-banner {
  height: 560px;

  background: #121325 url("images/main-home.jpg") no-repeat bottom center;
  background-size: cover;
  border: 1px solid #121325;
}

@media only screen and (max-width: 767px) {
  .home-banner {
    height: 360px;
  }
}

.entry p {
  margin: 0 0 1em;
}

#contact p {
  margin: 0 0 1em;
}

.single-blog-entry {
  clear: both;
  overflow: hidden;
  padding-bottom: 100px;
  padding-left: 30px;

  background: url("images/blog-bg.jpg");
  background-repeat: repeat-y;
}

.single-blog-entry h2 {
  margin-bottom: 30px;
}

.entry {
  font-size: 1.4em;
  line-height: 1.4em;
}


.entry h3 {
  font-size: 1em;
}




.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.depth-1 {
  border: 1px solid #ddd;
}

.even,
.alt {
  border-left: 1px solid #ddd;
}

table .even {
  border-left: none;
}


#footer {
  background: url("images/nav-bg.png");
  border: 1px solid #ebebeb;
}

small {
  display: block;
  margin-top: 5px;
  margin-bottom: 12px;

  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1,
h2,
h3 {
  font-family: Arial, Verdana, Sans-Serif;
  font-weight: bold;
  line-height: 1;
}

h1 {
  font-size: 4em;
  text-align: center;
}

h2 {
  font-size: 2.4em;
}

/*h2.pagetitle {
  font-size: 1.6em;
  }*/

#sidebar h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.4em;

  color: #fff;
}

h1,
h1 a,
h1 a:hover,
h1 a:visited,
#headerimg .description {
  text-decoration: none;

  color: white;
}

h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited {
  color: #fff;
}

h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
#sidebar h2,
#wp-calendar caption,
cite {
  text-decoration: none;
}

.entry p a:visited {
  color: #b85b5a;
}

.sticky {
  padding: 0 10px 10px;

  background: #f7f7f7;
}
.sticky h2 {
  padding-top: 10px;
}

.commentlist li,
#commentform input,
#commentform textarea {
  font: 0.9em Arial, Verdana, Sans-Serif;
}
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar {
  float: right;
  padding: 2px;

  background: #fff;
  border: 1px solid #eee;
}

.commentlist cite,
.commentlist cite a {
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}

.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}

#commentform p {
  font-family: Arial, Verdana, Sans-Serif;
}

.commentmetadata {
  font-weight: normal;
}

#sidebar {
  margin-left: 50px;
  padding-top: 30px;

  font-size: 1.4em;
}

small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
  color: #777;
}

code {
  font: 1.1em "Courier New", Courier, Fixed;
}

acronym,
abbr,
span.caps {
  font-size: 0.9em;
  letter-spacing: 0.07em;
}

a,
h2 a:hover,
h3 a:hover {
  text-decoration: none;

  color: #8a9fd5;
}

a:hover {
  text-decoration: underline;

  color: #9eb3ea;
}

a:visited {
  text-decoration: underline;
}

#template-sidebar {
  padding-top: 30px;
}

#campaign-sidebar {
  padding-top: 30px;
}


#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em Arial, Verdana, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

.post {
  margin-bottom: 10px;
}

.blog-post {
  margin-bottom: 10px;

  border-bottom: 1px solid #23243a;
}

.post hr {
  display: block;
}


.postmetadata {
  margin: 30px 0;
}

.smallattachment {
  float: left;
  margin: 5px 5px 5px 0;
  width: 128px;

  text-align: center;
}

.attachment {
  margin: 5px 0;

  text-align: center;
}

.postmetadata {
  clear: both;
}

.clear {
  clear: both;
}

#footer {
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 25px 0 0;

  text-align: center;

  color: #171832;
}

#footer p {
  margin: 0;
  padding: 20px 0;

  text-align: center;
}

#footer a {
  color: #121a64;
}

#footer a:hover {
  text-decoration: underline;

  color: #2c3692;
}

#footer ul li {
  display: inline;

  font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  #footer ul li {
    display: block;
  }
  #footer ul li a {
    display: block;
    padding: 10px;

    border-bottom: 1px solid rgba(0,0,0,0.3);
  }
}

#footer ul li a {
  padding: 10px;
}

#footer .copyright {
  font-size: 1em;
}
/* End Structure */



/*  Begin Headers */
h1 {
  margin: 0;
  padding-top: 70px;
}

h2 {
  margin: 30px 0 0;
}

h2.pagetitle {
  margin-top: 30px;

  text-align: left;
}

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
}

h3 {
  margin: 30px 0 0;
  padding: 0;
}

h3.comments {
  margin: 40px auto 20px ;
  padding: 0;
}
/* End Headers */



/* Begin Images */
p img {
  max-width: 100%;
  padding: 0;
}

/*  Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignright {
  display: inline;
  margin: 0 0 2px 7px;
  padding: 4px;
}

img.alignleft {
  display: inline;
  margin: 0 7px 2px 0;
  padding: 4px;
}

img.border {
  padding: 0;

  border: 1px solid #fff;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@media only screen and (max-width: 767px) {
  .no-float-small-only {
    float: none;
  }
}

/* End Images */



/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html > body .entry ul {
  margin-left: 0;
  padding: 0 0 0 30px;
  padding-left: 10px;

  text-indent: -10px;

  list-style: none;
}

html > body .entry li {
  margin: 7px 0 8px 10px;
}

.entry ul li:before,
#sidebar ul ul li:before {
  content: "\00BB \0020";
}

.entry ol {
  margin: 0;
  padding: 0 0 0 35px;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul,
.postmetadata li {
  display: inline;

  list-style-type: none;
  list-style-image: none;
}

#sidebar ul,
#sidebar ul ol {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin-bottom: 15px;

  list-style-type: none;
  list-style-image: none;
}

#sidebar ul p,
#sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
  margin: 5px 0 0 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
  margin: 10px 0 0;
  padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
  margin: 10px auto;
  padding: 5px 3px;

  text-align: center;
}

#sidebar #searchform #s {
  padding: 2px;
  width: 108px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

.entry form {
  /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
}

select {
  width: 130px;
}

#commentform input {
  margin: 5px 5px 1px 0;
  padding: 2px;
  width: 170px;
}

#commentform {
  margin: 5px 10px 0 0;
}
#commentform textarea {
  padding: 2px;
  width: 100%;
}
#respond:after {
  content: ".";

  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
#commentform #submit {
  float: right;
  margin: 0 0 5px auto;
}

.entry .wpcf7-form {
  text-align: left;
}

.wpcf7-list-item,
.wpcf7-form p {
  clear: both;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form label {
  float: left;
  margin: 6px 0;
}

label.other {
  margin-left: 34px;
}

.other input {
  padding: 2px;
  width: 200px;

  background: #949494;
  border: none;
}

.contactInformation input {
  padding: 2px;
  width: 250px;

  background: #949494;
  border: none;
}

@media only screen and (max-width: 767px) {
  .contactInformation input {
    padding: 4px;
    width: 100%;
  }
}

p.submitButton {
  padding-top: 15px;

  text-align: right;
}

@media only screen and (max-width: 767px) {
  p.submitButton {
    text-align: center;
  }

  p.submitButton input[type=submit] {
    display: block;
    padding: 3px 6px;
    width: 100%;
  }
}

p.note {
  font-size: 0.9em;
  font-style: italic;
}

legend {
  font-weight: bold;

  color: #fff;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}

.commentlist {
  padding: 0;

  text-align: justify;
}

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;

  list-style: none;
}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}

.commentlist p {
  margin: 10px 5px 10px 0;
}
.children {
  padding: 0;
}

#commentform p {
  margin: 5px 0;
}

.nocomments {
  margin: 0;
  padding: 0;

  text-align: center;
}

.commentmetadata {
  display: block;
  margin: 0;
}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
  margin: 0;
}

#donateButton {
  position: absolute;
  top: -68px;
  right: -252px;

  display: block;
  height: 197px;
  width: 197px;

  text-indent: -999em;

  background: url(images/donate-today.png) no-repeat;
}

@media only screen and (max-width: 767px) {
  #donateButton {
    position: static;

    margin: 0 auto;
  }
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
  margin: 10px auto 0;
  width: 155px;

  empty-cells: show;
}

#wp-calendar #next a {
  padding-right: 10px;

  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;

  text-align: left;
}

#wp-calendar a {
  display: block;
}

#wp-calendar caption {
  text-align: center;
}

#wp-calendar td {
  padding: 3px 0;

  text-align: center;
}

#wp-calendar td.pad:hover {
  /* Doesn't work in IE */
  background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
  cursor: help;
}

acronym,
abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;

  border-left: 5px solid #ddd;
}

blockquote cite {
  display: block;
  margin: 5px 0 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

.screen-reader-text {
  position: absolute;
  left: -1000em;
}

hr {
  display: none;
}

a img {
  border: none;
}

.navigation {
  display: block;
  margin-top: 10px;
  margin-bottom: 60px;

  text-align: center;
}x


#poweredby {
  display: block;
  margin: 10px 0;
}

@media only screen and (max-width: 767px) {
  #page.container_16 .poweredby {
    display: block;
    margin: 0;
    max-width: 100%;
    padding: 24px 0;

    text-align: center;
  }
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;

  text-align: center;

  background-color: #f3f3f3;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  -khtml-border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;

  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;

  font-size: 11px;
  line-height: 17px;
}



/* Board Members Column*/

.board-members {
  clear: both;
  width: 500px;
}

.board-members_col-right {
  clear: right;
  float: right;
  margin-left: 30px;
  width: 200px;
}


.board-members_col-left {
  float: left;
  width: 200px;
}


/* Page Containers*/





/*home page*/
#home {
  clear: right;
  display: block;
}
#home .left-column {
  clear: right;
  display: block;
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
  width: 300px;
}
#home .right-column {
  display: block;
  float: left;
  width: 300px;
}

.honor {
  clear: both;
  margin-bottom: 50px;
}
.honor h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  word-spacing: 10px;
}

#home img {
  margin-top: 30px;
  margin-bottom: 15px;
}

/* News & Events */

#news-home-left-column {
  float: left;
  width: 620px;
}
#news-home-right-column {
  float: left;
  width: 200px;
}

@media only screen and (max-width: 767px) {
  #news-home-left-column {
    float: none;
    width: auto;
  }
  #news-home-right-column {
    float: none;
    width: auto;
  }
}

.entry-container {
  margin-bottom: 30px;

  border-bottom: 1px solid white;
}






/* Page Containers*/

#about .left-column {
  float: left;
  margin-right: 50px;
  width: 400px;
}
#about .right-column {
  float: left;
  margin-right: 30px;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  #about .left-column {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #about .right-column {
    float: none;
    margin-right: 0;
    width: auto;
  }
}


/* How You Can Help */
#how-you-can-help {
  width: 860px;
}

@media only screen and (max-width: 767px) {
  #how-you-can-help {
    width: 100%;
  }
}

#how-you-can-help .left-column {
  float: left;
  margin-right: 30px;
  width: 400px;
}

/* Contact Page*/
#contact {
  width: 700px;
}
#contact .left-column {
  float: left;
  margin-right: 30px;
  width: 200px;
}
#contact .section {
  clear: right;
  margin-bottom: 30px;
  min-height: 150px;
  overflow: hidden;
  padding-bottom: 50px;

  border-bottom: 1px solid #23243a;
}
#contact .section-bottom {
  clear: right;
  margin-bottom: 30px;
  min-height: 150px;
  overflow: hidden;
  padding-bottom: 50px;
}
#contact h4 {
  margin-bottom: 10px;

  font-size: 18px;
  font-variant: small-caps;
  font-weight: normal;

  color: white;
}
#contact .left-column_executive {
  position: relative;
  top: -16px;

  float: left;
  margin-right: 30px;
  width: 200px;
}



/* Donor Recognition */
#donor-recognition {
  width: 700px;
}
#donor-recognition .donation-chart {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 600px;

  line-height: 30px;
}
#donor-recognition .left-column {
  float: left;
  margin-right: 30px;
}
#donor-recognition .star-column {
  float: left;
  margin-right: 15px;

  text-align: right;
}
#donor-recognition .donation-chart img {
  margin-top: 5px;
  margin-bottom: 10px;
}



/* Column Structure*/
#container {
  clear: both;
  min-height: 700px;
  padding-bottom: 100px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  #container {
    padding: 24px;
  }
}

#blog-container {
  clear: both;
  min-height: 700px;
  overflow: hidden;
  padding-bottom: 100px;
  padding-left: 30px;

  background-color: #121325;
  background-image: url("images/blog-bg.jpg");
  background-repeat: repeat-y;
}

@media only screen and (max-width: 767px) {
  #blog-container {
    padding: 24px;
  }
}

.right-column {
  float: right;
  width: 200px;
}

.center-column {
  float: left;
  width: 200px;
}

a[href$=".pdf"] {
  padding-right: 20px;

  background: url("images/pdf.gif") center right no-repeat;
}


/* End captions */


/* Contact Page Columns */

.entry .leftcolumn,
.entry .middlecolumn,
.entry .rightcolumn {
  float: left;
  margin-right: 30px;
  width: 200px;
}


.entry .leftcolumn p,
.entry .middlecolumn p,
.entry .rightcolumn p {
  margin-bottom: 25px;
  padding-right: 0.5em;
}

.entry .seperator {
  clear: both;
  margin-bottom: 25px;
  width: 97%;

  border-bottom: 1px solid #292b4e;
}


/* end of contact page columns */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
  It won't be a stylish marriage, I can't afford a carriage.
  But you'll look sweet upon the seat of a bicycle built for two." */




/* About the Campaign */

.campaign-sidebar {
  float: left;
  width: 300px;

  border-right: 1px solid white;
}

.campaign-sidebar p {
  font-size: 12px;
  line-height: 16px;
}

.cs-content {
  margin-bottom: 10px;

  font-size: 12px;
  line-height: 16px;
}

.cs-content p {
  margin-bottom: 10px;
}



#campaign-nav-list li,
#campaign-questions-list li {
  margin-bottom: 5px;

  font-size: 12px;
  line-height: 25px;

  border-bottom: 1px solid #949494;
  list-style-type: none;
}

#campaign-nav-list li ul li {
  margin-left: 30px;

  border: none;
}





#campaign-nav-list li:before,
#campaign-questions-list li:before {
  content: "\00BB \0020";

  color: #8a9fd5;
}

#campaign-nav-list li a,
#campaign-questions-list li a {
  text-decoration: none;
}


#campaign-nav-list li a:hover,
#campaign-questions-list li a:hover {
  text-decoration: underline;
}


#campaign-questions-list li.page-item-511 {
  border-bottom: none;
}

.color1 {
  display: block;
  float: left;
  height: 30px;
  margin-bottom: 15px;
  width: 30px;

  background-color: #249;
  border: 1px solid #6f6f6f;
}
.color2 {
  display: block;
  float: left;
  height: 30px;
  width: 30px;

  background-color: #cc2626;
  border: 1px solid #6f6f6f;
}
.legend {
  position: relative;
  left: 15px;

  display: block;
  margin-left: 15px;

  color: #6f6f6f;
}

#chart {
  margin-bottom: 80px;
  padding: 20px;

  background-color: white;
}

h3.commitments,
h4.commitments {
  margin-left: 10px;
}
h4.commitments {
  margin-bottom: 15px;

  font-size: 12px;
}

.home_link a:hover {
  text-decoration: underline!important;
}

#navigation ul li a:hover {
  text-decoration: underline!important;
}

.page_category_title {
  list-style-type: none;
}

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

.flex-video {
  position: relative;

  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-top: 1.38889rem;
  padding-bottom: 67.5%;
}
