/*
Theme Name: Women At Risk International Custom Theme
Theme URI: https://warinternational.org/
Author: Women At Risk International
Author URI: https://warinternational.org/
Description: Women At Risk International Custom Theme
Version: 1.0
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
Tags: bootstrap, responsive, custom

This is a custom theme made by Women At Risk International.
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,input,select,textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html [type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

@font-face {
  font-family:'modern_roman';src:url("assets/css/fonts/lmromancaps10-oblique-webfont.eot");src:url("assets/css/fonts/lmromancaps10-oblique-webfont.eot?#iefix") format("embedded-opentype"),url("assets/css/fonts/lmromancaps10-oblique-webfont.woff") format("woff"),url("assets/css/fonts/lmromancaps10-oblique-webfont.ttf") format("truetype"),url("asssets/css/fonts/lmromancaps10-oblique-webfont.svg#latin_modern_roman_caps10Ob") format("svg");font-weight:normal;font-style:normal;
}

@font-face {
  font-family:'nexa';src:url("assets/css/fonts/nexa_light-webfont.woff2") format("woff2"),url("assets/css/fonts/nexa_light-webfont.woff") format("woff");font-weight:lighter;font-style:normal;
}/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,0.97);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

html {
  box-sizing: border-box;
}

*,*::after,*::before {
  box-sizing: inherit;
}

body {
  background: #fff;
}

.standard-content {
  width: 66vw;
  margin: 60px auto 75px auto;
}

.standard-content-post {
  width: 50vw;
  margin: 60px auto 75px auto;
}

.light-bg {
  box-shadow: 0 0 10vw 2vw #F5EDE0 inset;
  padding: 20px;
  background-color: #fbf8f3;
}

hr {
  background-color: #B4975A;
  margin: 0;
  padding: 0;
  height: 3px;
  width: 100%;
  border: none;
}

html {
  font-family: "Georgia",georgia,serif;
  font-size: 16pt;
}

h1 {
  font-size: 2.5rem;
  color: #C19563;
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 1.8rem;
  color: #C19563;
  font-weight: bold;
}

h3 {
  font-size: 1.5rem;
  color: #C19563;
  font-weight: bold;
}

h4 {
  font-size: 1.5vw;
  color: #C19563;
  font-weight: bold;
}

p,ul {
  font-size: 1rem;
  color: #444;
  line-height: 1.45rem;
  letter-spacing: .07rem;
}

.small-p {
  font-size: .9rem;
}

td p {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 5px 0;
}

.garamond {
  font-family: "Garamond",garamond,serif;
}

.small-text {
  font-size: 1.2vw;
  color: #444;
  line-height: 1.3rem;
}

.white-text {
  font-size: .9rem;
  color: #F5EDE0;
}

.small-white-text {
  font-size: .8rem;
  color: #F5EDE0;
}

.gold-heading {
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
  font-family: modern_roman, 'modern_roman';
  font-weight: normal;
  font-style: normal;
  color: #E1BD89;
}

.gold-line {
  border: 0;
  width: 85%;
  height: 2px;
  background: #E1BD89;
  background: -webkit-linear-gradient(to right, rgba(186,39,29,0.2), #e1bd89, rgba(186,39,29,0.2));
  background: -moz-linear-gradient(to right, rgba(186,39,29,0.2), #e1bd89, rgba(186,39,29,0.2));
  background: -o-linear-gradient(to right, rgba(186,39,29,0.2), #e1bd89, rgba(186,39,29,0.2));
  background: linear-gradient(to right, rgba(186,39,29,0.2), #e1bd89, rgba(186,39,29,0.2));
}

.post-title {
  font-size: 2.5rem;
  color: #C19563;
  text-shadow: 1px 1px 2px #9a6f3d;
  font-weight: bold;
}

.post-nav-title {
  font-size: 1.2rem;
  color: #C19563;
}

.column-heading {
  font-size: 2.25vw;
  color: #C19563;
}

.centered {
  text-align: center;
}

.take-action-desc,.get-involved-desc {
  text-align: justify;
  padding: 7px 100px 0 10px;
}

.red-blockquote {
  font-size: 1.1rem;
  color: #BA271D;
  font-family: nexa;
}

.parallax-window h1,.parallax-window h2,.parallax-window h3 {
  text-shadow: 0 0 2px #aaa;
}

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

a:visited {
  color: inherit;
}

a:hover,a:focus {
  color: #C19563;
}

.type-post a,.text-link {
  color: #C19563;
  text-decoration: underline;
}

.type-post a:hover,.type-post a:focus,.text-link:hover,.text-link:focus {
  color: #E1BD89;
  text-decoration: none;
}

ul {
  list-style: none;
}

input {
  border-bottom: #E1BD89 solid 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  background: #f6f6f6;
}

textarea {
  background: #f6f6f6;
  border: none;
}

input[type="submit"] {
  background: #E1BD89;
  border: none;
  border-radius: 10px;
  padding: 15px;
  cursor: pointer;
  color: #f6f6f6;
}

button {
  border: none;
}

.main-button {
  background-color: #C19563;
  border-radius: 4px;
  padding: 15px;
  color: white;
  margin: 50px;
}

.main-button:hover,.main-button:focus {
  background-color: #9a6f3d;
  transition: .5s;
}

.war-red-button {
  background-color: #BA271D;
  padding: 10px 15px;
  color: white;
  margin: 20px 10px 40px;
  border-radius: 2px;
}

img {
  max-width: 100%;
}

p img,.border,.entry-content img {
  border: 1px solid #E1BD89;
}

.no-border {
  border: none !important;
}

.horizontal-list-right {
  float: right;
}

.horizontal-li {
  display: inline-block;
  font-size: 1.2rem;
  color: #F5EDE0;
  margin: 0 30px 0 0;
}

.horizontal-li:last-child {
  margin: 0 0 0 0;
}

.horizontal-li:hover .sub-nav {
  display: block;
  z-index: 100;
}

.horizontal-li .sub-nav {
  display: none;
  position: absolute;
  background-color: inherit;
}

.horizontal-li .sub-nav-li {
  font-size: .8rem;
  color: #F5EDE0;
  background-color: #000;
  text-align: left;
  padding: 10px 20px;
  margin-left: -60px;
}

.horizontal-li--gold-border {
  display: inline-block;
  padding: 0 15px 0 10px;
  font-size: 1rem;
  color: #B4975A;
  border-right: 2px solid #B4975A;
  margin-top: 175px;
}

.horizontal-li--gold-border:last-child {
  border-right: none;
}

@media screen and (max-width: 1302px) {
  .horizontal-li--gold-border {
    margin-top: 75px;
  }
}

.horizontal-li--gold-border:hover,.horizontal-li--gold-border a:hover {
  color: #E1BD89;
}

.full-width-nav--black {
  background-color: #000;
  color: #F5EDE0;
  margin: 0 auto 0 auto;
  padding: 5px 0 5px 0;
  text-align: center;
  font-weight: 500;
}

#mobile-menu {
  display: none;
}

.mobile-menu-bar {
  width: 100%;
  background: #090909;
  height: 60px;
  line-height: 60px;
}

.hamburger {
  background: none;
  float: right;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: #fff;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.cross {
  background: none;
  float: right;
  padding: 6px 15px 0px 15px;
  color: #fff;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.story-nav {
  padding-top: 50px;
}

.prev-posts {
  float: left;
  display: inline;
  clear: none;
  margin-left: 30vw;
}

.next-posts {
  display: inline;
  float: left;
  clear: none;
  margin-left: 10vw;
}

.link-cursor {
  cursor: pointer;
}

.double-circle--left {
  width: 200px;
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding: 125px 30px;
}

.double-circle--right {
  width: 200px;
  float: right;
  margin-right: auto;
  margin-left: auto;
  padding: 125px 30px;
}

.box-menu {
  display: block;
  width: 85%;
  margin: 20px auto;
  clear: both;
}

.box-menu-item {
  display: flex;
  float: left;
  clear: none;
  width: 49%;
  margin: 0 0 20px 0;
  padding: 3px;
  border: 3px solid #222;
}

.box-menu-item:nth-child(even) {
  margin-left: 1%;
}

.box-menu-item-centered {
  display: flex;
  float: none;
  clear: none;
  width: 49%;
  margin: 0 auto 20px auto;
  padding: 3px;
  border: 3px solid #222;
}

.box-menu-image {
  flex-grow: 1;
  flex-basis: 57.5%;
}

.box-menu-image img {
  max-width: 100%;
}

.box-menu-split-text {
  flex-grow: 1;
  flex-basis: 42.5%;
  padding: 3%;
  background-color: #BA271D;
  box-shadow: 0 0 25px 10px #a4221a inset;
  color: #E1BD89;
}

.box-menu-split-text h1 {
  font-size: 3vw;
  font-weight: 100;
  font-family: garamond, 'Garamond', Serif;
  text-align: center;
  color: #E1BD89;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

.box-menu-split-text h1.small {
  font-size: 1.5vw;
}

.box-menu-split-text h1.medium {
  font-size: 2.2vw;
}

.box-menu-split-text h1.programs {
  font-size: 2.3vw;
  padding: 5vw 0 0 0;
  text-align: left;
}

.box-menu-split-text p {
  font-size: 1.2vw;
  display: block;
  width: 87%;
  margin: 8px auto 0 auto;
  font-style: italic;
  color: #E1BD89;
  font-family: 'Didot', serif;
  font-weight: 100;
  line-height: 1.15em;
  text-align: center;
}

.red-box {
  background-color: #BA271D;
  width: 500px;
  box-shadow: 0 0 50px 50px #781913 inset;
}

.red-box2 {
  background-color: #BA271D;
  box-shadow: 0 0 25px 5px #8e1e16 inset;
  flex-basis: 30%;
  float: none;
  margin-right: 3%;
  margin-bottom: 25px;
  padding: 20px 20px 0 20px;
}

.red-box2 h3 {
  margin-top: 0;
  margin-bottom: .5%;
  color: #E1BD89;
}

.red-box2 hr {
  width: 85%;
  margin-top: 1.5%;
}

.red-stripe-box {
  background-image: url("/wp-content/themes/war-2016/assets/images/red-box-pattern.jpg");
  background-repeat: repeat;
  width: 100%;
  padding: 25px 2%;
  color: #F5EDE0;
}

.red-stripe-box--home {
  background-image: url("/wp-content/themes/war-2016/assets/images/red-box-pattern.jpg");
  background-repeat: repeat;
  width: 100%;
  padding: 25px 2%;
  margin: 0 auto 75px auto;
}

.red-stripe-box--home p {
  color: #F5EDE0;
}

.red-stripe-box p {
  color: #F5EDE0;
}

.white-stripe-box {
  background-image: url("/wp-content/themes/war-2016/assets/images/white-box-pattern-2.jpg");
  background-repeat: repeat;
  width: 100%;
  padding: 25px 2%;
  color: #444;
}

.column-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column-img,.column-box {
  flex-basis: 30%;
  float: none;
  margin-right: 3%;
  margin-bottom: 25px;
}

.column-img {
  width: 20vw;
  height: 20vw;
}

.column-box {
  padding: 20px 20px 0 20px;
  background: snow;
  border: 2px solid #f1dfc6;
}

.column-box p {
  text-align: justify;
}

.one-12 {
  order: 1;
}

.two-12 {
  order: 2;
}

.three-12 {
  order: 3;
}

.four-12 {
  order: 4;
}

.five-12 {
  order: 5;
}

.six-12 {
  order: 6;
}

.seven-12 {
  order: 7;
}

.eight-12 {
  order: 8;
}

.nine-12 {
  order: 9;
}

.ten-12 {
  order: 10;
}

.eleven-12 {
  order: 11;
}

.twelve-12 {
  order: 12;
}

.wrapper-carousel {
  max-width: 2000px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.carousel {
  width: 100%;
  position: relative;
}

.carousel .carousel__content {
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0, 0, 0);
}

.carousel .carousel__content .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.carousel .carousel__content .item .title {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -33px 0 0 0;
  padding: 0;
  font-size: 6vw;
  width: 100%;
  text-align: center;
  letter-spacing: .3rem;
  color: #FFF;
}

.carousel .carousel__content .item .title--sub {
  font-size: 2.5vw;
  opacity: .5;
}

.carousel .carousel__content .item img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.carousel .carousel__nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1;
}

.carousel .carousel__nav .nav {
  position: absolute;
  top: 0;
  color: #000;
  background: #FFF;
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: .8rem;
  transition: padding .25s ease;
}

.carousel .carousel__nav .nav:hover {
  padding: 8px 20px;
}

.carousel .carousel__nav .nav--left {
  border-radius: 0px 3px 3px 0px;
}

.carousel .carousel__nav .nav--right {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}

.square-img {
  width: 20vw;
}

.cta-grid {
  width: 15%;
  margin-left: 13.75%;
  float: left;
  clear: none;
}

.cta-grid .cta-link {
  font-size: 2.5vw;
  color: #E1BD89;
  text-align: center;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
}

.cta-grid .cta-link:hover {
  color: #C19563;
}

.cta-header {
  font-size: 6.5vw;
  color: #F5EDE0;
  font-weight: bold;
  margin: 5px 0 35px 13.75%;
}

#cta-parallax {
  height: 370px;
  width: 100%;
  margin: 75px 0 0 0;
  padding: 30px 0 30px;
}

.cta-container {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}

.cta-title {
  margin-top: 0;
  font-size: 1.7rem;
  clear: both;
  color: white;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.cta-item {
  width: 20%;
  margin-left: 20%;
  float: left;
  position: relative;
  clear: none;
  color: #F5EDE0;
}

.cta-item-img {
  clear: both;
}

.cta-item-label {
  font-size: 1.2rem;
  margin-top: 25px;
  color: #F5EDE0;
  text-align: center;
}

.cta-item:nth-child(2) {
  margin-left: 0;
}

.cta-hover-title {
  font-family: 'nexa';
  color: white;
  font-size: 1.25rem;
  text-align: center;
  margin-top: 42%;
}

#cta-give,#cta-act,#cta-buy {
  position: absolute;
  top: -10px;
  left: 2px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: rgba(186,39,29,0.98);
  transform: scale(0);
  transition: .3s;
}

#mission-box {
  background-color: #BA271D;
  box-shadow: 0 0 25px 10px #a4221a inset;
  padding: 0 0 10px 0;
}

#mission-box p {
  color: #222;
  text-align: center;
  width: 50%;
  margin: 0 auto 10px;
  font-size: .85rem;
  line-height: .95rem;
}

.filigree {
  background-image: url(/wp-content/themes/war-2016/assets/images/filigree-pattern-black.png);
  background-repeat: repeat-x;
  line-height: .7em;
}

.filigree-white {
  background-image: url(/wp-content/themes/war-2016/assets/images/filigree-pattern.png);
  background-repeat: repeat-x;
  line-height: .7em;
}

#header {
  background-repeat: repeat;
  padding: 5px 15px 5px 15px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.7), transparent),url("/wp-content/themes/war-2016/assets/images/headerPattern.jpg");
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.7), transparent),url("/wp-content/themes/war-2016/assets/images/headerPattern.jpg");
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.7), transparent),url("/wp-content/themes/war-2016/assets/images/headerPattern.jpg");
  background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0.7), transparent),url("/wp-content/themes/war-2016/assets/images/headerPattern.jpg");
}

#seal {
  width: 12%;
  max-height: 150px;
  max-width: 150px;
  float: left;
}

#donate {
  position: absolute;
  top: 0;
  right: 100px;
  background-image: url(/wp-content/themes/war-2016/assets/images/ribbon.png);
  background-repeat: no-repeat;
}

#donate #donate-header {
  font-family: "Garamond",garamond,serif;
  font-size: 1.2rem;
  color: #F5EDE0;
  text-align: center;
  margin: 30px 18px 40px 18px;
}

#logo {
  position: relative;
  top: 40px;
  left: -15px;
}

#footer {
  background-color: #eee;
  padding: 25px 50px 25px 50px;
  min-height: 10%;
}

#footer .info {
  color: #C19563;
  line-height: .25rem;
}

.footer-left {
  float: left;
  clear: none;
}

.footer-right {
  float: right;
  clear: none;
}

.footer-icon {
  max-width: 45px;
}

#ecfa {
  margin-top: 25px;
  width: 70%;
}

#ecfa-icon {
  max-width: 60px;
  margin-right: 15px;
  float: right;
}

#ecfa-text {
  width: 40%;
  color: #C19563;
  font-size: .75rem;
  line-height: .75rem;
  float: right;
  margin-top: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.grid-1-12 {
  width: 8.33%;
}

.grid-2-12 {
  width: 16.66%;
}

.grid-3-12 {
  width: 25%;
}

.grid-4-12 {
  width: 33.33%;
}

.grid-5-12 {
  width: 41.66%;
}

.grid-6-12 {
  width: 50%;
}

.grid-7-12 {
  width: 58.33%;
}

.grid-8-12 {
  width: 66.66%;
}

.grid-9-12 {
  width: 75%;
}

.grid-10-12 {
  width: 83.33%;
}

.grid-11-12 {
  width: 91.66%;
}

.grid-1-3 {
  width: 30%;
  margin-left: 5%;
  float: left;
  clear: none;
}

.grid-1-3 h2 {
  font-size: 3vw;
}

.grid-1-3:first-child {
  margin-left: 0;
}

.row {
  clear: both;
}

.programs-container {
  clear: both;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

div [class$="-12"],div [class$="-10"] {
  float: left;
  clear: none;
}

.grid-3-10 {
  width: 30%;
  margin-right: 5%;
  margin-top: 50px;
  float: left;
}

.grid-3-10 a {
  text-decoration: none;
}

.grid-3-10:last-child {
  margin-right: 0;
}

.grid-margin-17 {
  width: 17.5%;
  float: left;
  clear: none;
}

.about-home {
  width: 85%;
  margin: 50px auto 20px auto;
}

.about-home p {
  margin: 25px auto 25px auto;
  width: 50%;
  text-align: justify;
}

.column-grid-faq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-top-box {
  flex-basis: 30%;
  margin-right: 3%;
  margin-bottom: 50px;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 0 15px #781913 inset;
  background-color: #BA271D;
}

.faq-top-box:last-child {
  margin-right: none;
}

.faq-top-box h1 {
  color: #F5EDE0;
  font-size: 1rem;
  text-align: center;
  line-height: 1.3rem;
  font-weight: bold;
}

.faq-top-box hr {
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #E1BD89;
  height: 3px;
  border: none;
}

.faq-top-box p {
  line-height: 1rem;
  font-size: .8rem;
  padding: 5%;
  margin-top: -20px;
  color: #F5EDE0;
}

.faq-top-box #circle1,.faq-top-box #circle2,.faq-top-box #circle3,.faq-top-box #circle4,.faq-top-box #circle5 {
  border-radius: 50%;
  background-color: #222;
  width: 75px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -40px;
}

.faq-top-box img {
  display: block;
  margin: auto auto;
  position: relative;
}

.faq-top-box #circle1 img {
  top: 23px;
}

.faq-top-box #circle2 img {
  top: 16px;
}

.faq-top-box #circle3 img {
  top: 20px;
}

.faq-top-box #circle4 img {
  top: 23px;
}

.faq-top-box #circle5 img {
  top: 15px;
}

#programsBlock {
  margin-bottom: 100px;
}

.ta-header {
  display: flex;
  justify-content: center;
}

.ta-header h1 {
  float: left;
  text-align: left;
  padding-top: 15px;
}

.ta-header img {
  float: left;
  margin-left: 15px;
  width: 110px;
  height: 110px;
}

#upcoming-cfr,#cfr-resources {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.cfr-item {
  flex-basis: 30%;
  min-width: 180px;
  margin: 12px 1.5%;
}

.cfr-item-date {
  height: 170px;
  width: 50px;
  background-color: #BA271D;
  margin-right: 10px;
  float: left;
}

.cfr-item-month {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 16px 0 0px 0;
}

.cfr-item-day {
  font-size: 36px;
  color: white;
  margin: 2px;
  line-height: 25px;
  text-align: center;
}

.cfr-item-location,.cfr-item-title {
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .02rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}

.cfr-item-dcfr {
  height: 170px;
  width: 20px;
  background-color: #BA271D;
  margin-right: 15px;
  float: left;
}

.cfr-item-dcfr-more {
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .02rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  text-decoration: underline;
  text-decoration-color: #BA271D;
}

.cfr-item-sub-location,.cfr-item-sub-title {
  font-weight: lighter;
  color: #777777;
  font-size: .6rem;
  letter-spacing: .02rem;
  line-height: 1rem;
}

.cfr-item:hover .cfr-item-date {
  background-color: #761812;
  transition: .5s;
}

.cta-title-bar {
  width: 100%;
  background-color: #BA271D;
  color: white;
  font-size: 1.1rem;
  padding: 10px;
}

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

.no-margin {
  margin: 0;
}

.gform_wrapper .gfield_radio li label,.gform_wrapper .gfield_checkbox li label {
  font-size: 1.25rem;
}

.gform_wrapper label.gfield_label {
  font-size: 1.2rem !important;
}

.gform_wrapper ul.gfield_radio li label {
  font-size: 1rem;
}

body .gform_wrapper ul li.gfield {
  margin-top: 50px !important;
}

input [type='radio'] {
  transform: scale(1.2);
}

button.pt-cv-more.btn.btn-primary {
  background-color: #C19563;
}

div.pt-cv-filter-bar.btn-group.pt-cv-filter-bar.pull-left button {
  background-color: #C19563;
  text-shadow: 1px 1px #9a6f3d;
}

div.pt-cv-filter-bar.btn-group.pt-cv-filter-bar.pull-left button:hover {
  background-color: #C19563;
  color: #fff;
}

div .pt-cv-filter-bar.btn-group.pt-cv-filter-bar.pull-left button.btn.btn-none.pt-cv-filter-option.active {
  background-color: #C19563;
  box-shadow: 1px 1px 2px 1px #ac7c45 inset !important;
  color: #ffffff;
}

div .pt-cv-filter-bar.btn-group.pt-cv-filter-bar.pull-left button:active {
  background-color: #C19563;
  box-shadow: 1px 1px 2px 1px #634728 inset !important;
}

.pt-cv-filter-bar .pt-cv-filter-option {
  border-color: #C19563 !important;
}

.pt-cv-wrapper .btn {
  font-size: 1.1vw;
}

#bigcalendar1 {
  width: 100% !important;
}

.thickbox-previewbigcalendar1 {
  font-size: 14px !important;
  line-height: 1rem;
}

#cal_event p {
  font-size: .6rem;
}

.pop_body div {
  background-color: white !important;
}

.pop_body div div {
  color: #444 !important;
}

section #huge_it_videogallery {
  min-height: 0 !important;
  background-color: #F5EDE0 !important;
  box-shadow: none !important;
}

.addtocalendar var {
  display: none;
}

.addtocalendar {
  position: relative;
  display: inline-block;
  background: transparent !important;
}

.atcb-link {
  display: block;
  outline: none !important;
  cursor: pointer;
}

.atcb-link:focus ~ ul,.atcb-link:active ~ ul,.atcb-list:hover {
  visibility: visible;
}

.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}

.atcb-list,.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.atcb-item {
  float: none;
  text-align: left;
}

.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}

.atcb-item.hover,.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.atc-style-blue .atcb-link,.atc-style-blue .atcb-link:hover,.atc-style-blue .atcb-link:active,.atc-style-blue .atcb-link:focus,.red-button {
  margin: 0;
  padding: 7px 25px;
  color: #fff;
  font-family: "Georgia";
  font-size: 1rem;
  text-decoration: none;
  outline: none;
  line-height: 20px;
  vertical-align: middle;
  background: #BA271D;
  box-shadow: 0 0 40px rgba(0,0,0,0.13) inset;
  border-radius: 4px;
  zoom: 1;
}

.atc-style-blue .atcb-list {
  border: 1px solid #bababa;
  border-radius: 2px;
  box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,.atc-style-blue .atcb-item {
  background: #fff;
  color: #000;
  width: 220px;
}

.atc-style-blue .atcb-item,.atc-style-blue .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}

.atc-style-blue .atcb-item-link,.atc-style-blue .atcb-item-link:hover,.atc-style-blue .atcb-item-link:active,.atc-style-blue .atcb-item-link:focus {
  color: #000;
  font-family: "Georgia";
  font-size: .9rem;
  text-decoration: none;
  outline: none;
  padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover,.atc-style-blue .atcb-item-link:active,.atc-style-blue .atcb-item-link:focus {
  color: #fff;
}

.atc-style-blue .atcb-item.hover,.atc-style-blue .atcb-item:hover {
  background: #4281f4;
}

.lightbox {
  width: 65%;
  margin: 25px auto;
  overflow-y: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.lightbox p {
  color: white;
  font-size: .7rem;
  line-height: 1.4rem;
}

.square-img-hover {
  visibility: hidden;
  position: relative;
  padding: 15px;
  background-color: rgba(68,68,68,0.8);
  top: -19.8vw;
  height: 19.8vw;
}

.square-img-hover p {
  color: white;
  font-size: .9rem;
}

.square-img-hover p span {
  font-size: .7rem;
}

.square-img-hover button {
  background-color: #BA271D;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  transition: .5s;
  margin: 10px auto;
}

.square-img-hover button:hover,.square-img-hover button:active {
  background-color: #F5EDE0;
  color: #444;
  transition: .5s;
}

#bennett-img,#dooley-img,#luedeman-img,#amo-img,#birt-img {
  height: 19.8vw;
}

@media screen and (max-width: 975px) {
  .standard-content {
    width: 85vw;
  }

  .standard-content-post {
    width: 73vw;
  }

  .small-text {
    font-size: 1.7vw;
  }

  .column-heading {
    font-size: 2.9vw;
  }

  .take-action-desc,.get-involved-desc {
    text-align: justify;
    padding: 7px 100px 0 10px;
  }

  #mobile-menu {
    display: block;
  }

  #desktop-menu {
    display: none;
  }

  .horizontal-li--gold-border {
    margin-top: 5px;
  }

  .full-width-nav--mobile {
    background-color: #000;
    color: #F5EDE0;
    margin: 0 auto 0 auto;
    padding: 5px 0 5px 0;
    text-align: center;
    font-weight: 500;
  }

  .mobile-nav-li {
    padding: 20px;
    width: 100%;
  }

  .mobile-nav-li-sub {
    font-size: .85rem;
    background-color: #0e0e0e;
    padding: 17px;
  }

  .mobile-nav-li-sub:hover {
    background-color: #F5EDE0;
    color: #444;
  }

  .mobile-nav-li:hover {
    background-color: #F5EDE0;
    color: #222;
  }

  .box-menu {
    width: 95%;
  }

  .column-box {
    padding: 10px 10px 0 10px;
  }

  .column-img {
    width: 20vw;
    height: 25vw;
  }

  .cta-grid {
    width: 20%;
    margin-left: 10%;
  }

  .cta-link {
    font-size: 3vw;
  }

  .cta-container {
    display: block;
    width: 750px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .cta-title {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .cta-item {
    width: 25%;
    margin-left: 12%;
  }

  .cta-item-label {
    font-size: 1rem;
  }

  #cta-give,#cta-act,#cta-buy {
    top: -7px;
    left: 6px;
    width: 151px;
    height: 151px;
  }

  #seal {
    width: 20%;
  }

  #donate {
    right: 50px;
  }

  .programs-container {
    width: 66%;
  }

  .ta-header h1 {
    padding-top: 15px;
  }

  .ta-header img {
    margin-left: 15px;
  }

  .about-home {
    width: 95%;
  }

  .faq-top-box #circle1,.faq-top-box #circle2,.faq-top-box #circle3,.faq-top-box #circle4,.faq-top-box #circle5 {
    left: 35%;
  }

  .cfr-item-date {
    height: 175px;
  }

  .square-img-hover {
    padding: 7px;
    top: -26vw;
    height: 26vw;
  }

  .square-img-hover p {
    margin-top: 0;
  }

  .square-img-hover button {
    padding: 5px 10px;
    margin: 10px auto;
  }

  #bennett-img,#dooley-img,#luedeman-img,#amo-img,#birt-img {
    height: 26vw;
    width: 26vw;
  }

  .pt-cv-wrapper .btn {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 750px) {
  .standard-content {
    width: 90vw;
  }

  .standard-content-post {
    width: 85vw;
  }

  .small-text {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .column-heading {
    font-size: 3.5vw;
  }

  .take-action-desc,.get-involved-desc {
    text-align: justify;
    padding: 7px 10px 0 10px;
  }

  .grid-1-3 h4 {
    font-size: 16pt;
  }

  .horizontal-li--gold-border {
    display: none;
  }

  .double-circle--left {
    width: 35%;
    clear: both;
    margin-left: 13%;
    padding: 10px;
    height: 30vw;
  }

  .double-circle--right {
    width: 35%;
    float: left;
    clear: right;
    padding: 10px;
    margin-left: 7%;
    height: 30vw;
  }
}

@media screen and (max-width: 750px) and (max-width: 650px) {
  .box-menu {
    display: block;
    width: 95%;
    margin: 20px auto;
    clear: both;
  }

  .box-menu-item {
    display: flex;
    float: left;
    clear: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 3px;
    border: 3px solid #222;
  }

  .box-menu-item:nth-child(even) {
    margin-left: 0;
  }

  .box-menu-item-centered {
    display: flex;
    float: left;
    clear: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 3px;
    border: 3px solid #222;
  }

  .box-menu-split-text h1 {
    font-size: 6vw;
    margin: 5px 0 0 0;
  }

  .box-menu-split-text h1.small {
    font-size: 3.5vw;
  }

  .box-menu-split-text h1.medium {
    font-size: 4.4vw;
  }

  .box-menu-split-text p {
    font-size: 3vw;
    display: block;
    width: 97%;
    margin: 3px auto 0 auto;
    line-height: 1.15em;
  }
}

@media screen and (max-width: 750px) {
  .column-img,.column-box {
    flex-basis: 30%;
    float: none;
    margin-bottom: 25px;
  }

  .column-box {
    padding: 3px;
  }

  .cfr-event {
    flex-basis: 45%;
    margin: 12px 1.5%;
  }

  .cfr-event-location {
    font-size: .6rem;
  }

  .cfr-event-sub-location {
    font-size: .5rem;
  }

  .square-img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) and (max-width: 650px) {
  .cta-grid {
    width: 25%;
    margin-left: 6.25%;
  }

  .cta-link {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  #cta-parallax {
    height: 340px;
  }

  .cta-container {
    display: block;
    width: 600px;
    padding: 0 20px;
  }

  .cta-title {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .cta-item {
    width: 25%;
    margin-left: 12%;
  }

  .cta-item-label {
    font-size: 1rem;
  }

  .cta-hover-title {
    font-size: 1rem;
    margin-top: 39%;
  }

  #cta-give,#cta-act,#cta-buy {
    top: -5px;
    left: 5px;
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 750px) and (max-width: 575px) {
  #cta-parallax {
    height: 320px;
  }

  .cta-container {
    display: block;
    width: 400px;
    padding: 0 20px;
  }

  .cta-title {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .cta-item {
    width: 30%;
    margin-left: 5%;
  }

  .cta-item-label {
    font-size: 1rem;
  }

  .cta-hover-title {
    font-size: 1rem;
    margin-top: 39%;
  }

  #cta-give,#cta-act,#cta-buy {
    top: -5px;
    left: 5px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 750px) {
  #seal {
    width: 20%;
    min-width: 120px;
  }

  #logo {
    width: 40%;
    top: 35px;
    min-width: 250px;
  }

  #donate {
    right: 50px;
  }
}

@media screen and (max-width: 750px) and (max-width: 550px) {
  #donate {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .footer-right {
    float: left;
    margin-top: 25px;
    margin-bottom: 20px;
    clear: both;
  }

  #ecfa {
    float: left;
  }

  #ecfa-icon {
    width: 15%;
  }

  #ecfa-text {
    width: 75%;
  }
}

@media screen and (max-width: 750px) and (max-width: 600px) {
  .grid-1-3 {
    width: 100%;
    margin-left: 0;
    float: left;
    clear: both;
  }

  .grid-1-3 h2 {
    font-size: 10vw;
  }

  .grid-1-3:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  .programs-container {
    width: 95%;
    max-width: 100%;
  }
}

@media screen and (max-width: 750px) and (max-width: 550px) {
  .ta-header img {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .about-home p {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .faq-top-box {
    padding: 0 5% 2% 5%;
  }

  .faq-top-box p {
    display: none;
  }

  .faq-top-box hr {
    display: none;
  }

  .faq-top-box #circle1,.faq-top-box #circle2,.faq-top-box #circle3,.faq-top-box #circle4,.faq-top-box #circle5 {
    left: 27%;
    top: -60px;
  }

  .lightbox {
    width: 85%;
  }

  .square-img-hover {
    padding: 7px;
    top: -28vw;
    height: 28vw;
  }

  #bennett-img,#dooley-img,#luedeman-img,#amo-img,#birt-img {
    height: 28vw;
    width: 28vw;
  }

  .pt-cv-wrapper .btn {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 415px) {
  .standard-content,.standard-content-post {
    width: 92vw;
  }

  h1 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 6vw;
  }

  .small-text {
    font-size: 5vw;
    line-height: 7.5vw;
  }

  .column-heading {
    font-size: 8vw;
  }

  .take-action-desc,.get-involved-desc {
    text-align: left;
    padding: 0 10px 0 10px;
  }

  .red-box2 {
    flex-basis: 80%;
    float: none;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .column-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    align-items: center;
    justify-content: center;
  }

  .column-img,.column-box {
    flex-basis: 80%;
    float: none;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .column-img {
    width: 80vw;
    height: 80vw;
  }

  .column-box {
    padding: 10px 10px 0 10px;
  }

  .one-12 {
    order: 1;
  }

  .two-12 {
    order: 5;
  }

  .three-12 {
    order: 9;
  }

  .four-12 {
    order: 2;
  }

  .five-12 {
    order: 6;
  }

  .six-12 {
    order: 10;
  }

  .seven-12 {
    order: 3;
  }

  .eight-12 {
    order: 7;
  }

  .nine-12 {
    order: 11;
  }

  .ten-12 {
    order: 4;
  }

  .eleven-12 {
    order: 8;
  }

  .twelve-12 {
    order: 12;
  }

  .square-img {
    width: 100%;
  }

  .cta-grid {
    width: 30%;
    margin-left: 3%;
  }

  .cta-grid .cta-link {
    font-size: 4.5vw;
  }

  #cta-parallax {
    height: 320px;
    margin: 75px 0 0 0;
    padding: 30px 0 30px;
  }

  .cta-container {
    display: block;
    width: 400px;
    padding: 0 20px;
  }

  .cta-title {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .cta-item {
    width: 30%;
    margin-left: 5%;
  }

  .cta-item-label {
    font-size: .8rem;
  }

  .cta-hover-title {
    font-size: 1rem;
    margin-top: 35%;
  }

  #cta-give,#cta-act,#cta-buy {
    top: -5px;
    left: 5px;
    width: 100px;
    height: 100px;
  }

  #mission-box p {
    width: 95%;
  }

  #donate {
    display: none;
  }

  header .horizontal-list-right {
    display: none;
  }

  #seal {
    width: 33.33%;
  }

  #logo {
    position: relative;
    top: 35px;
    left: -15px;
    width: 55%;
    min-width: 10px;
  }

  #footer {
    padding: 15px;
  }

  #ecfa-text {
    width: 70%;
  }

  .grid-3-10 {
    width: 32%;
  }

  .grid-3-10 {
    margin-right: 2%;
    margin-top: 50px;
    float: left;
  }

  .about-home p {
    text-align: left;
    font-size: .9rem;
  }

  .faq-top-box {
    flex-basis: 45%;
    margin-right: 4%;
  }

  .faq-top-box h1 {
    font-size: .8rem;
  }

  .faq-top-box #circle1,.faq-top-box #circle2,.faq-top-box #circle3,.faq-top-box #circle4,.faq-top-box #circle5 {
    left: 15%;
  }

  .lightbox {
    width: 95%;
  }

  .square-img-hover {
    padding: 30px 15px;
    top: -92vw;
    height: 92vw;
  }

  .square-img-hover p {
    margin-top: 0;
  }

  .square-img-hover button {
    padding: 5px 10px;
    margin: 10px auto;
  }

  #bennett-img,#dooley-img,#luedeman-img,#amo-img,#birt-img {
    height: 92vw;
    width: 92vw;
  }

  .pt-cv-wrapper .btn {
    font-size: 3vw;
  }
}


#share {
  width: 100%;
    margin: 50px auto;
    text-align: center;
  display: table;
}
#share a {
  width: 19.2%;
    display: block;
    margin-right: 1%;
    border-radius: 5px;
    color: #fff;
  float: left;
  padding: 10px 0px 5px 0px;
  text-decoration: none;
  border-bottom: 5px solid rgba(0,0,0,.2);
  opacity: 0.75;
  transition: opacity 0.15s linear;
}
#share a:hover {
  opacity: 1;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}
#share i {
    font-size: 34px;
}
#share span {
    display: block;
    font-size: 12px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: 600;
}
.facebook {
  background: #3b5998;
}
.twitter {
    background: #55acee;
}
.googleplus {
    background: #dd4b39;
}
.pinterest {
    background: #cb2027;
}
.email {
    background: #0077b5;
}

.career a {
    background: #740c0c;
    font-size: 1.2em;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 32%;
    float: left;
    transition: opacity 0.15s linear;
    opacity: .9;
    margin-left: 2%;
}
.career a:hover {
	opacity: 1;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.storesloc {
    width: 46.5%;
	float: left;
}
.storesm {
    width: 3%;
	float: left;
}

.mabel-bhi-businesshours {
    width: 100%;
}
.mabel-bhi-businesshours tr td {
    color: #444;
    padding: 5px;
    font-size: 15pt;
    border: 1px solid #f3e2c9;
}
.mabel-bhi-businesshours .mbhi-is-current td {
    background-color: #faf4ea;
}
.mb-bhi-display.mb-bhi-open, .mb-bhi-display.mb-bhi-closed {
    display: inline-block;
    background-color: #34B96D;
    padding: 0 10px;
    color: #ffffff;
    font-size: 10px;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: baseline;
}
.mb-bhi-display.mb-bhi-closed {
    background-color: #f1424f;
}

@media screen and (max-width: 750px) {
  .career a, .storesloc {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
  .storesm {
    width: 100%;
    float: none;
    border-bottom: 1px solid #B4975A;
  }
  .storesm.m {
    display: none;
  }
}
@media screen and (max-width: 550px) {
	.career a {
		font-size: .9em;
	}
}