.stunt-double-lite, .cwd-basic.tiles .group-image:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}

.flex, .cwd-basic .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-nowrap, .flex-grow {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-grow > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-duo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.flex-duo > * {
  min-width: 35%;
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .flex-duo > * {
    min-width: 25%;
  }
}

.icon-fa:before, .icon-fa:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: never;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zmdi:before, .icon-zmdi:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex-dom-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cwd-basic .cards {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 992px) {
  .cwd-basic .cards {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .cards {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cwd-basic .card-section {
  width: 100%;
  max-width: 500px;
  padding: 0 10px;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .cwd-basic .card-section {
    max-width: none;
    margin: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .cwd-basic .card-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .card-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cwd-basic .card-section:first-of-type {
  margin-top: 0;
}
.cwd-basic .card-section h2, .cwd-basic .card-section h3, .cwd-basic .card-section h4 {
  border-bottom: 1px solid #e5e5e5;
  border-left: 4px solid #b31b1b;
  padding: 0 0 2px 10px;
}
.cwd-basic .card {
  width: 100%;
  max-width: 500px;
  padding: 30px 10px 0;
  margin: 0 auto;
  position: relative;
}
.cwd-basic .card:after {
  content: "";
  display: block;
  padding-top: 20px;
  clear: both;
}
.cwd-basic .card:first-of-type {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .cwd-basic .card {
    max-width: none;
    margin: 0;
  }
  .cwd-basic .card:after {
    padding-top: 25px;
    border-bottom: 1px solid #ededed;
  }
  .cwd-basic .card:last-of-type:after {
    border: 0;
  }
}
@media (min-width: 992px) {
  .cwd-basic .card {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cwd-basic .card img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cwd-basic .card img {
    margin-bottom: 5px;
  }
}
.cwd-basic .card h3, .cwd-basic .card .h3 {
  margin-bottom: 0.6em;
}
.cwd-basic .card h3 .deco, .cwd-basic .card .h3 .deco {
  padding-bottom: 0.2em;
}
.cwd-basic .card h3 + h4, .cwd-basic .card .h3 + h4 {
  margin-top: -0.3em;
}
.cwd-basic .card a h3:not(.designer), .cwd-basic .card a .h3:not(.designer) {
  text-decoration: underline;
  color: #1176ac !important;
}
.cwd-basic .card a:hover h3:not(.designer), .cwd-basic .card a:hover .h3:not(.designer) {
  color: #000 !important;
}
.cwd-basic .card a:active h3:not(.designer), .cwd-basic .card a:active .h3:not(.designer) {
  color: #666 !important;
}
.cwd-basic .card .group-image a {
  text-decoration: none;
  display: block;
}
.cwd-basic .card .group-noimage a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .cwd-basic .card .group-image + .group-fields {
    width: 77%;
    float: right;
  }
  .cwd-basic .card .group-image a img {
    width: 20%;
    float: left;
    margin-right: 3%;
  }
}
.cwd-basic .header-with-button {
  margin-bottom: 30px;
}
.cwd-basic .pager {
  margin-top: 20px;
}
.cwd-basic .component-footer {
  max-width: 480px;
  margin: 30px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .cwd-basic .component-footer {
    max-width: none;
    margin: 30px 0 0;
  }
}
.cwd-basic .component-footer .link-button {
  border: 1px solid #ccc;
  padding: 1em 3em;
  border-radius: 100px;
  background: none;
  color: #1176ac;
}
.cwd-basic .component-footer .link-button:hover {
  color: #000;
  border-color: #bbb;
  background: rgba(0, 0, 0, 0.05);
}
.cwd-basic .component-footer .link-button:active {
  color: #666;
  border-color: #aaa;
  background: rgba(0, 0, 0, 0.08);
}
.cwd-basic .group-image {
  position: relative;
}
.cwd-basic .badge {
  position: absolute;
  color: #fff;
  font-size: 14px;
  padding: 0.2em 0.7em;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .cwd-basic .badge {
    font-size: 12px;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .badge {
    font-size: 14px;
    padding: 0.3em 0.9em;
  }
}
.cwd-basic .relative > .badge {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cwd-basic.tiles .card-section {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles .card {
    width: 50%;
    margin: 0 0 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .cwd-basic.tiles .card {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .cwd-basic.tiles .card {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles .card:after {
    content: none;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles .card {
    width: 33.33333%;
  }
}
.cwd-basic.tiles .group-fields, .cwd-basic.tiles .group-image a img {
  width: 100% !important;
  float: none;
  margin: 0;
}
.cwd-basic.tiles .group-fields {
  margin-top: 15px;
}
.cwd-basic.tiles .group-image {
  display: block;
  position: relative;
}
.cwd-basic.tiles .group-image a, .cwd-basic.tiles .group-image .deco, .cwd-basic.tiles .group-image h3, .cwd-basic.tiles .group-image .h3 {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.cwd-basic.tiles .group-image a {
  display: block;
  -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, -webkit-box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s;
  transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}
.cwd-basic.tiles .group-image a:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.05);
  color: #fff;
}
.cwd-basic.tiles .group-image a:hover .deco, .cwd-basic.tiles .group-image a:hover h3, .cwd-basic.tiles .group-image a:hover .h3 {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.cwd-basic.tiles .group-image a:active {
  background: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  color: #ccc;
}
.cwd-basic.tiles .group-image a:active .deco, .cwd-basic.tiles .group-image a:active h3, .cwd-basic.tiles .group-image a:active .h3 {
  color: #ccc;
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.cwd-basic.tiles .group-image a .overlay {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.cwd-basic.tiles .group-image a .overlay :last-child {
  margin-bottom: 0;
}
.cwd-basic.tiles .group-image img {
  position: static;
  width: 100%;
}
.cwd-basic.tiles .group-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  pointer-events: none;
}
.cwd-basic.tiles .group-image .badge {
  max-width: 100%;
  top: 0;
  left: 0;
}
.cwd-basic.tiles .group-image .relative > .badge {
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .cwd-basic.tiles.max-1 .card {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles.max-2 .card {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles.max-4 .cards {
    margin-left: -13px;
    margin-right: -13px;
  }
  .cwd-basic.tiles.max-4 .card {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1080px) {
  .cwd-basic.tiles.max-4 .card {
    width: 33.33333%;
  }
}
@media (min-width: 1400px) {
  .cwd-basic.tiles.max-4 .cards {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cwd-basic.tiles.max-4 .card {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles.max-4-2 .cards {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cwd-basic.tiles.max-4-2 .card {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles.max-3-1 .card {
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles.one-plus-max-3 .card {
    width: 33.33333%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card h3, .cwd-basic.tiles.one-plus-max-3 .card .h3 {
    font-size: 16px;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type {
    width: 100%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image {
    display: initial;
    position: static;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image img {
    width: 50% !important;
    float: left;
    margin-right: 3%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative {
    width: 50% !important;
    float: left;
    margin-right: 3%;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-image .relative img {
    width: 100% !important;
    margin: 0;
  }
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .group-fields {
    width: 47% !important;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-3 .card:first-of-type .summary {
    margin-top: 1em;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .cwd-basic.tiles.one-plus-max-4 .card {
    width: 50%;
  }
  .cwd-basic.tiles.one-plus-max-4 .card h3, .cwd-basic.tiles.one-plus-max-4 .card .h3 {
    font-size: 16px;
  }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type {
    width: 100%;
  }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type h3, .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-4 .card {
    width: 25%;
  }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image {
    display: initial;
    position: static;
  }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image a {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image img {
    width: 50% !important;
    width: calc(50% - 15px) !important;
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image img {
    width: calc(50% - 20px) !important;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative {
    width: 50% !important;
    width: calc(50% - 15px) !important;
    float: left;
    margin-right: 30px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative {
    width: calc(50% - 20px) !important;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-image .relative img {
    width: 100% !important;
    margin: 0;
  }
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-fields {
    width: 47% !important;
    width: calc(50% - 15px) !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .group-fields {
    width: calc(50% - 20px) !important;
  }
}
@media (min-width: 1200px) {
  .cwd-basic.tiles.one-plus-max-4 .card:first-of-type .summary {
    margin-top: 1em;
    font-size: 18px;
  }
}
.cwd-basic.tiles.no-overlay .group-image .deco, .cwd-basic.tiles.no-overlay .group-image h3, .cwd-basic.tiles.no-overlay .group-image .h3 {
  color: #1176ac;
  text-decoration: underline;
  text-decoration-color: rgba(17, 118, 172, 0.5);
}
.cwd-basic.tiles.no-overlay .group-image h3.designer, .cwd-basic.tiles.no-overlay .group-image h3.designer .deco, .cwd-basic.tiles.no-overlay .group-image .h3.designer, .cwd-basic.tiles.no-overlay .group-image .h3.designer .deco {
  text-decoration: none;
  color: #333;
}
.cwd-basic.tiles.no-overlay .group-image a .overlay {
  position: static;
  margin-top: 12px;
  padding: 0;
  text-align: left;
}
.cwd-basic.tiles.no-overlay .group-image a:hover, .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.tiles.no-overlay .group-image a:hover h3, .cwd-basic.tiles.no-overlay .group-image a:hover .h3 {
  color: #000;
  text-decoration-color: rgba(0, 0, 0, 0.7);
}
.cwd-basic.tiles.no-overlay .group-image a:active, .cwd-basic.tiles.no-overlay .group-image a:active .deco, .cwd-basic.tiles.no-overlay .group-image a:active h3, .cwd-basic.tiles.no-overlay .group-image a:active .h3 {
  color: #666;
  text-decoration-color: rgba(0, 0, 0, 0.4);
}
.cwd-basic.tiles.no-overlay .group-image:before {
  content: none;
}
.cwd-basic.tiles:not(.no-overlay) .card a h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a .h3:not(.designer) {
  color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.cwd-basic.tiles:not(.no-overlay) .card a:hover h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:hover .h3:not(.designer) {
  text-decoration-color: rgb(255, 255, 255);
}
.cwd-basic.tiles:not(.no-overlay) .card a:active h3:not(.designer), .cwd-basic.tiles:not(.no-overlay) .card a:active .h3:not(.designer) {
  color: #ccc !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.cwd-basic.tiles:not(.no-overlay) .card a h4, .cwd-basic.tiles:not(.no-overlay) .card a p, .cwd-basic.tiles:not(.no-overlay) .card a div {
  color: #ccc !important;
}
.cwd-basic.tiles:not(.no-overlay) .card a h4.badge, .cwd-basic.tiles:not(.no-overlay) .card a p.badge, .cwd-basic.tiles:not(.no-overlay) .card a div.badge {
  color: #fff !important;
}
.cwd-basic.card-slider .cards {
  margin-left: -15px;
  margin-right: -15px;
}
.cwd-basic.card-slider .card {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cwd-basic.card-slider .card {
    padding: 0 15px !important;
  }
}
@media (min-width: 768px) {
  .cwd-basic.card-slider .cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cwd-basic.card-slider .card:after {
    content: none;
  }
}
.cwd-basic.card-slider.tiles .group-image a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cwd-basic.animate.tiles .group-image {
  overflow: hidden;
}
.cwd-basic.animate.tiles a img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.cwd-basic.animate.tiles a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.cwd-basic.collapse.tiles .cards {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cwd-basic.collapse.tiles .card {
  padding: 0 !important;
  margin-bottom: 0;
}

.dark .cwd-basic, .cwd-basic.dark {
  color: #ddd;
}
.dark .cwd-basic h2, .cwd-basic.dark h2 {
  color: #ededed;
}
.dark .cwd-basic a, .dark .cwd-basic a h3:not(.designer), .dark .cwd-basic a .h3:not(.designer), .cwd-basic.dark a, .cwd-basic.dark a h3:not(.designer), .cwd-basic.dark a .h3:not(.designer) {
  color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.dark .cwd-basic a:hover, .dark .cwd-basic a:hover *, .dark .cwd-basic a h3:not(.designer):hover, .dark .cwd-basic a h3:not(.designer):hover *, .dark .cwd-basic a .h3:not(.designer):hover, .dark .cwd-basic a .h3:not(.designer):hover *, .cwd-basic.dark a:hover, .cwd-basic.dark a:hover *, .cwd-basic.dark a h3:not(.designer):hover, .cwd-basic.dark a h3:not(.designer):hover *, .cwd-basic.dark a .h3:not(.designer):hover, .cwd-basic.dark a .h3:not(.designer):hover * {
  text-decoration-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.7) !important;
}
.dark .cwd-basic a:active, .dark .cwd-basic a:active *, .dark .cwd-basic a h3:not(.designer):active, .dark .cwd-basic a h3:not(.designer):active *, .dark .cwd-basic a .h3:not(.designer):active, .dark .cwd-basic a .h3:not(.designer):active *, .cwd-basic.dark a:active, .cwd-basic.dark a:active *, .cwd-basic.dark a h3:not(.designer):active, .cwd-basic.dark a h3:not(.designer):active *, .cwd-basic.dark a .h3:not(.designer):active, .cwd-basic.dark a .h3:not(.designer):active * {
  color: #ccc !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.dark .cwd-basic a *, .dark .cwd-basic a h3:not(.designer) *, .dark .cwd-basic a .h3:not(.designer) *, .cwd-basic.dark a *, .cwd-basic.dark a h3:not(.designer) *, .cwd-basic.dark a .h3:not(.designer) * {
  color: #fff !important;
}
.dark .cwd-basic .card:after, .cwd-basic.dark .card:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark .cwd-basic .component-footer .link-button, .cwd-basic.dark .component-footer .link-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.dark .cwd-basic .component-footer .link-button:hover, .cwd-basic.dark .component-footer .link-button:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.1);
}
.dark .cwd-basic .component-footer .link-button:active, .cwd-basic.dark .component-footer .link-button:active {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.18);
}
.dark .cwd-basic.tiles .group-image a:hover, .cwd-basic.dark.tiles .group-image a:hover {
  background: rgba(255, 255, 255, 0.12);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.12);
}
.dark .cwd-basic.tiles .group-image a:active, .cwd-basic.dark.tiles .group-image a:active {
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.08);
          box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.08);
}
.dark .cwd-basic.tiles.no-overlay .group-image .deco, .dark .cwd-basic.tiles.no-overlay .group-image h3, .dark .cwd-basic.tiles.no-overlay .group-image .h3, .cwd-basic.dark.tiles.no-overlay .group-image .deco, .cwd-basic.dark.tiles.no-overlay .group-image h3, .cwd-basic.dark.tiles.no-overlay .group-image .h3 {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.dark .cwd-basic.tiles.no-overlay .group-image a:hover, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:hover h3, .dark .cwd-basic.tiles.no-overlay .group-image a:hover .h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:hover h3, .cwd-basic.dark.tiles.no-overlay .group-image a:hover .h3 {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.dark .cwd-basic.tiles.no-overlay .group-image a:active, .dark .cwd-basic.tiles.no-overlay .group-image a:active .deco, .dark .cwd-basic.tiles.no-overlay .group-image a:active h3, .dark .cwd-basic.tiles.no-overlay .group-image a:active .h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active, .cwd-basic.dark.tiles.no-overlay .group-image a:active .deco, .cwd-basic.dark.tiles.no-overlay .group-image a:active h3, .cwd-basic.dark.tiles.no-overlay .group-image a:active .h3 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}

/* Fonts
----------------------------------------------------------------- */
body, .base-font,
table, table caption,
#main form label,
#main-navigation li,
#utility-navigation li,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.sans,
.intro,
.breadcrumb,
.secondary-navigation ul li, .secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li, .secondary .menu-block-title,
.cwd-component .subheading h4, .cwd-component h4.subheading, .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans,
.cwd-component .subheading.subheading-secondary h4, .cwd-component h4.subheading.subheading-secondary,
blockquote.offset, blockquote.impact,
body > footer a.link-block, #body-footer a.link-block,
.cu-search label,
fieldset.semantic legend, #main fieldset.semantic legend, fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend,
#main form input, #main form input[type=submit], #main form input[type=reset], #main form input[type=button], #main form textarea,
a.link-button,
.slider-caption h2, .slider-caption p, #popup .caption {
  font-family: "freight-sans-pro", sans-serif;
}

.serif,
.cu-brand h3,
main .secondary h2, main .secondary h3, main .secondary .h2, main .secondary .h3,
.band[role=complementary] h2, .band[role=complementary] h3, .band[role=complementary] .h2, .band[role=complementary] .h3,
.secondary-navigation ul li, .secondary .menu-block-title,
.cwd-component .subheading h4, .cwd-component h4.subheading, .cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans,
blockquote.offset, blockquote.impact,
fieldset.semantic legend, #main fieldset.semantic legend, fieldset fieldset legend, #main fieldset fieldset legend,
form.webform-submission-form fieldset legend, #main form.webform-submission-form fieldset legend,
a.link-button.serif {
  font-family: "freight-text-pro", serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

main, #main, body > footer, #body-footer, .band {
  line-height: 1.5;
}

.cu-gray #cu-header .cu-unit,
.cu-black #cu-header .cu-unit,
.cu-red #cu-header .cu-unit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Responsive Scale
----------------------------------------------------------------- */
body,
table,
#main form label {
  font-size: 16px;
}
@media (min-width: 992px) {
  body,
  table,
  #main form label {
    font-size: 18px;
  }
}

body > footer, #body-footer,
#main .secondary,
#main form .option-label,
.content-sidebar {
  font-size: 16px;
}
@media (min-width: 992px) {
  body > footer, #body-footer,
  #main .secondary,
  #main form .option-label,
  .content-sidebar {
    font-size: 17px;
  }
}

article footer,
.cwd-component .summary,
.cwd-component .text,
.cwd-component.full .date {
  font-size: 16px;
}

.smallprint {
  font-size: 14px;
}
@media (min-width: 992px) {
  .smallprint {
    font-size: 16px;
  }
}

.cwd-component .metadata-set,
.cwd-component .date,
.cwd-component .subheading.subheading-secondary h4,
.cwd-component h4.subheading.subheading-secondary,
.cwd-component ul.inline,
.cwd-tooltip {
  font-size: 14px;
}

body > footer ul li,
body > footer .sub-footer,
#main form .description,
.photo-info {
  font-size: 15px;
}

#main .secondary h2 {
  font-size: 24px;
  color: #666;
}

.cwd-component .subheading h4, .cwd-component h4.subheading {
  font-size: 17px;
}
.cwd-component .subheading h4.sans, .cwd-component h4.subheading.sans {
  font-size: 16px;
  font-weight: 500;
}

blockquote.impact, blockquote.impact p, blockquote.offset, blockquote.offset p {
  font-size: 21px;
}
@media (min-width: 992px) {
  blockquote.impact, blockquote.impact p, blockquote.offset, blockquote.offset p {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  blockquote.offset, blockquote.offset p {
    font-size: 24px;
    line-height: 1.45;
  }
}

#main form ::-moz-placeholder {
  font-size: 16px;
  line-height: 1.4;
}

#main form ::-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.4;
}

#main form ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .cu-seal #cu-header .cu-brand {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

#cu-header .cu-brand h2 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 3px;
}
@media (min-width: 768px) {
  #cu-header .cu-brand h2 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  #cu-header .cu-brand h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  #cu-header .cu-brand h2 {
    font-size: 46px;
  }
}
#cu-header .cu-brand h3 {
  font-size: 14px;
}
@media (min-width: 768px) {
  #cu-header .cu-brand h3 {
    font-size: 18px;
    margin-top: 0.2em;
  }
}
@media (min-width: 992px) {
  #cu-header .cu-brand h3 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  #cu-header .cu-brand h3 {
    font-size: 23px;
    margin-top: 0.15em;
  }
}

.cu-search form > label {
  font-size: 23px;
  vertical-align: text-bottom;
}

.cu-search .search-filters label {
  font-size: 15px;
}

body > footer ul li, #body-footer ul li {
  font-size: 15px;
}

body > footer .h5, #body-footer .h5 {
  font-size: 20px;
  font-weight: 400;
}

body > footer .h6, #body-footer .h6 {
  font-size: 16px;
  font-weight: 600;
}

body > footer a.link-block, #body-footer a.link-block {
  padding: 0.55em 1em 0.6em;
}
@media (min-width: 768px) {
  body > footer a.link-block, #body-footer a.link-block {
    font-size: 15px;
    padding: 0.6em 1em;
  }
}

#main-navigation li {
  font-size: 16px;
}
@media (min-width: 992px) {
  #main-navigation li {
    font-size: 17px;
  }
}

#utility-navigation li {
  font-size: 16px;
}

@media (min-width: 1080px) {
  .cu-seal .mobile-button {
    width: 44px;
    height: 43px;
  }
  #utility-navigation a {
    height: 37px;
    line-height: 36px;
    padding: 0 22px;
  }
}
.breadcrumb li {
  font-size: 16px;
}

.secondary-navigation ul li, .secondary .menu-block-title {
  font-size: 24px;
  color: #666;
}

.secondary-navigation ul ul li, .menu-block-title + .secondary-navigation ul li {
  font-size: 18px;
  font-weight: 400;
}

.secondary-navigation ul ul ul li, .menu-block-title + .secondary-navigation ul ul li {
  font-size: 16px;
}

.secondary-navigation ul ul ul, .menu-block-title + .secondary-navigation ul ul {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .mobile .breadcrumb + h2 {
    font-size: 23px !important;
  }
  .mobile .breadcrumb + h2 + .secondary-navigation li,
  .mobile .breadcrumb + h2 + .secondary-navigation li li {
    font-size: 16px !important;
    font-weight: 400;
  }
}
code,
kbd,
pre,
samp {
  font-size: 87.5%;
}

#cu-header {
  font-size: 14px;
}

.cwd-events .location {
  font-weight: 400;
}

#body-footer .footer-links a, body > footer .footer-links a, .footer-links-mimic a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.cwd-component a.designer, .cwd-component a .designer .deco, .cwd-component .designer a {
  background-position: 0 1.2em;
}

.cwd-component a.designer:hover, .cwd-component a:hover .designer .deco, .cwd-component .designer a:hover {
  background-position: 0 1.2em;
}

.cwd-component .metadata-set a {
  line-height: 1.3;
}

a.link-button {
  padding: 0.4em 0.8em;
  line-height: 1.4;
}
@media (min-width: 992px) {
  a.link-button {
    font-size: 17px;
    padding: 0.5em 1.2em;
  }
}
a.link-button .fa, a.link-button .zmdi {
  top: 2px;
}
@media (min-width: 992px) {
  a.link-button .fa, a.link-button .zmdi {
    font-size: 21px;
    top: 3px;
    margin-left: 0.4em;
  }
}

.messages {
  font-size: 15px;
}
.messages .message__single:before, .messages .messages__item:before {
  font-size: 18px;
  line-height: 1;
}

.pager ul li {
  font-size: 15px;
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
}

#cu-header .cu-brand .cu-unit h2 {
  font-family: "freight-text-pro", serif;
}
@media (min-width: 768px) {
  #cu-header .cu-brand .cu-unit h2 {
    text-align: right;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  #cu-header .cu-brand .cu-unit h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  #cu-header .cu-brand .cu-unit h2 {
    font-size: 45px;
  }
}
#cu-header .cu-brand .cu-unit h3 {
  font-family: "freight-sans-pro", sans-serif;
  color: #c9c9c9;
}
@media (min-width: 768px) {
  #cu-header .cu-brand .cu-unit h3 {
    text-align: right;
    margin-right: 0.15em;
  }
}
@media (min-width: 992px) {
  #cu-header .cu-brand .cu-unit h3 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  #cu-header .cu-brand .cu-unit h3 {
    font-size: 24px;
  }
}
#cu-header .cu-brand .cu-unit h3 em {
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
#cu-header .cu-brand .cu-unit h3 em:before {
  content: "";
  display: inline-block;
  width: 1.0869565217em;
  height: 0.652173913em;
  background: url("../images/arotc/half_chevron_armyyellow.svg") 0 0 no-repeat;
  background-size: auto 100%;
  position: relative;
  left: -0.1em;
}
@media (min-width: 768px) {
  #cu-header .cu-brand .cu-unit {
    margin: 0 8px 10px auto !important;
  }
}
@media (min-width: 992px) {
  #cu-header .cu-brand .cu-unit {
    margin: 0 10px 10px auto !important;
  }
}

#utility-navigation li {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #utility-navigation li:last-child a {
    padding-right: 14px;
  }
}
#utility-navigation li a {
  margin-right: 5px;
}
@media (min-width: 992px) {
  #utility-navigation li a {
    color: #ccc;
  }
  #utility-navigation li a:hover, #utility-navigation li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  #utility-navigation li a:active {
    color: #aaa;
  }
}

@media (min-width: 992px) {
  #main-navigation > .container-fluid > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: calc(100% + 20px);
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  #main-navigation > .container-fluid > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #main-navigation > .container-fluid > ul > li > a {
    text-align: center;
    padding: 1em 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  #main-navigation > .container-fluid > ul > li {
    font-size: 21px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu ul ul {
    top: 100%;
  }
  .dropdown-menu ul ul a {
    padding: 13px 22px !important;
  }
}

.secondary-navigation a:hover {
  color: #b31b1b !important;
}

@media (min-width: 768px) {
  .cu-seal .mobile-button:hover {
    background-color: #d32a2a;
  }
}

a.link-button {
  background: #b31b1b;
  text-decoration: none;
  font-size: 23px;
  padding: 0.35em 1.5em 0.4em;
  margin: 0.2em 0 0.4em;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
  a.link-button {
    font-size: 26px;
  }
}
a.link-button:hover, a.link-button:focus {
  background: #d32a2a;
}
a.link-button:active {
  background: #951b1b;
}
a.link-button .zmdi {
  display: none;
}

.expander button {
  color: #000;
}

.home #main {
  padding-bottom: 0;
  position: relative;
  z-index: 100;
  background: transparent;
}
.home main .row > article.primary:after {
  display: none;
}
.home #main h1,
.home .colorband h1 {
  font-family: "freight-text-pro", serif;
  color: #222;
}
@media (min-width: 1200px) {
  .home #main h1,
  .home .colorband h1 {
    font-size: 36px !important;
  }
}
@media (min-width: 768px) {
  .home .tiles .card {
    width: 33.33333%;
  }
}
.home .tiles.content-block {
  margin-bottom: 0;
}
.home .secondary .tiles .group-image {
  margin-top: -15px;
}
.home #sidebar-bottom.secondary .widget-title {
  font-family: "freight-text-pro", serif;
  color: #222;
  font-size: 36px;
}
.home #sidebar-bottom.secondary .textwidget h3 {
  font-family: "freight-sans-pro", sans-serif;
}
.home #sidebar-bottom.secondary .textwidget h3 :before {
  content: "";
  display: inline-block;
  background: #b31b1b;
  width: 0.5em;
  height: 0.55em;
  margin-right: 0.3em;
  position: relative;
  top: 1px;
}
.home #sidebar-bottom.secondary .textwidget h3 a {
  color: #B31B1B;
}
.home #sidebar-bottom.secondary .textwidget h3 a:hover {
  color: #000;
}
.home #sidebar-top .cwd-basic.tiles .card,
.home #sidebar-bottom .cwd-basic.tiles .card {
  margin-bottom: 15px;
}
.home #sidebar-top .cwd-basic.tiles .card:after,
.home #sidebar-bottom .cwd-basic.tiles .card:after {
  content: "";
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
}
.home #sidebar-top .cwd-basic.tiles .card:last-child:after,
.home #sidebar-bottom .cwd-basic.tiles .card:last-child:after {
  content: none;
}
.home .secondary .tiles .group-image a {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.home main .row > .primary:after,
.home main .row > .secondary:after {
  border: 0;
}
@media (min-width: 768px) {
  .home main .row > .primary:after,
  .home main .row > .secondary:after {
    content: none;
  }
}
.home #main-article p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .home #main-article p {
    font-size: 21px;
  }
}

.header-with-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px !important;
}

.band.accent1 {
  background: #222;
  color: #bfc6c8;
}
.band.accent1 h2,
.band.accent1 .widget-title {
  font-family: "freight-text-pro", serif;
  color: #fff;
  font-size: 28px !important;
  text-align: center;
}
@media (min-width: 1200px) {
  .band.accent1 h2,
  .band.accent1 .widget-title {
    font-size: 36px !important;
  }
}
.band.accent1 a {
  color: #dadfe0;
}
.band.accent1 a:hover, .band.accent1 a:focus {
  color: #fff;
}
.band.accent1 a:active {
  color: #99a6a8;
}

.spotlights-band {
  position: relative;
}
.spotlights-band .textwidget {
  text-align: center;
}
.spotlights-band .textwidget p {
  display: inline-block;
}
@media (min-width: 1200px) {
  .spotlights-band .textwidget p {
    font-size: 22px;
  }
}
.spotlights-band .textwidget .link-button {
  position: relative;
  top: -0.1em;
  margin-left: 0.75em;
  margin-right: 0.75em;
}
@media (min-width: 1200px) {
  .spotlights-band .textwidget .link-button {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}
.spotlights-band .tiles.content-block {
  margin-bottom: 0;
}

.cwd-basic .cards,
body.sidebar .secondary .cwd-basic .cards,
body.sidebar .colorband .cwd-basic .cards,
body.sidebar #main-article .cwd-basic .cards,
body.no-sidebar .secondary .cwd-basic .cards,
body.no-sidebar .colorband .cwd-basic .cards,
body.no-sidebar #main-article .cwd-basic .cards {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cwd-basic .cards .card,
body.sidebar .secondary .cwd-basic .cards .card,
body.sidebar .colorband .cwd-basic .cards .card,
body.sidebar #main-article .cwd-basic .cards .card,
body.no-sidebar .secondary .cwd-basic .cards .card,
body.no-sidebar .colorband .cwd-basic .cards .card,
body.no-sidebar #main-article .cwd-basic .cards .card {
  padding: 0 10px 10px !important;
}
@media (min-width: 992px) {
  .cwd-basic .cards,
  body.sidebar .secondary .cwd-basic .cards,
  body.sidebar .colorband .cwd-basic .cards,
  body.sidebar #main-article .cwd-basic .cards,
  body.no-sidebar .secondary .cwd-basic .cards,
  body.no-sidebar .colorband .cwd-basic .cards,
  body.no-sidebar #main-article .cwd-basic .cards {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .cwd-basic .cards .card,
  body.sidebar .secondary .cwd-basic .cards .card,
  body.sidebar .colorband .cwd-basic .cards .card,
  body.sidebar #main-article .cwd-basic .cards .card,
  body.no-sidebar .secondary .cwd-basic .cards .card,
  body.no-sidebar .colorband .cwd-basic .cards .card,
  body.no-sidebar #main-article .cwd-basic .cards .card {
    padding: 0 15px 15px !important;
  }
}
@media (min-width: 1200px) {
  .cwd-basic .cards,
  body.sidebar .secondary .cwd-basic .cards,
  body.sidebar .colorband .cwd-basic .cards,
  body.sidebar #main-article .cwd-basic .cards,
  body.no-sidebar .secondary .cwd-basic .cards,
  body.no-sidebar .colorband .cwd-basic .cards,
  body.no-sidebar #main-article .cwd-basic .cards {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .cwd-basic .cards .card,
  body.sidebar .secondary .cwd-basic .cards .card,
  body.sidebar .colorband .cwd-basic .cards .card,
  body.sidebar #main-article .cwd-basic .cards .card,
  body.no-sidebar .secondary .cwd-basic .cards .card,
  body.no-sidebar .colorband .cwd-basic .cards .card,
  body.no-sidebar #main-article .cwd-basic .cards .card {
    padding: 0 20px 20px !important;
  }
}
.cwd-basic.tiles img,
body.sidebar .secondary .cwd-basic.tiles img,
body.sidebar .colorband .cwd-basic.tiles img,
body.sidebar #main-article .cwd-basic.tiles img,
body.no-sidebar .secondary .cwd-basic.tiles img,
body.no-sidebar .colorband .cwd-basic.tiles img,
body.no-sidebar #main-article .cwd-basic.tiles img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.cwd-basic.tiles a[href*="instagram.com"],
body.sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"],
body.sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"],
body.sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"],
body.no-sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"],
body.no-sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"],
body.no-sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"] {
  position: relative;
}
.cwd-basic.tiles a[href*="instagram.com"]:after,
body.sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"]:after,
body.sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"]:after,
body.sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"]:after,
body.no-sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"]:after,
body.no-sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"]:after,
body.no-sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"]:after {
  content: url("../images/arotc/icon_instagram.svg");
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .cwd-basic.tiles a[href*="instagram.com"]:after,
  body.sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"]:after,
  body.sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"]:after,
  body.sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"]:after,
  body.no-sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"]:after,
  body.no-sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"]:after,
  body.no-sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"]:after {
    top: 6px;
    left: 6px;
  }
}
.cwd-basic.tiles a[href*="instagram.com"]:hover:after,
body.sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"]:hover:after,
body.sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"]:hover:after,
body.sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"]:hover:after,
body.no-sidebar .secondary .cwd-basic.tiles a[href*="instagram.com"]:hover:after,
body.no-sidebar .colorband .cwd-basic.tiles a[href*="instagram.com"]:hover:after,
body.no-sidebar #main-article .cwd-basic.tiles a[href*="instagram.com"]:hover:after {
  opacity: 1;
}
.cwd-basic.tiles a[href*="facebook.com"],
body.sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"],
body.sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"],
body.sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"],
body.no-sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"],
body.no-sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"],
body.no-sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"] {
  position: relative;
}
.cwd-basic.tiles a[href*="facebook.com"]:after,
body.sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"]:after,
body.sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"]:after,
body.sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"]:after,
body.no-sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"]:after,
body.no-sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"]:after,
body.no-sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"]:after {
  content: url("../images/arotc/icon_facebook.svg");
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .cwd-basic.tiles a[href*="facebook.com"]:after,
  body.sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"]:after,
  body.sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"]:after,
  body.sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"]:after,
  body.no-sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"]:after,
  body.no-sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"]:after,
  body.no-sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"]:after {
    top: 6px;
    left: 6px;
  }
}
.cwd-basic.tiles a[href*="facebook.com"]:hover:after,
body.sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"]:hover:after,
body.sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"]:hover:after,
body.sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"]:hover:after,
body.no-sidebar .secondary .cwd-basic.tiles a[href*="facebook.com"]:hover:after,
body.no-sidebar .colorband .cwd-basic.tiles a[href*="facebook.com"]:hover:after,
body.no-sidebar #main-article .cwd-basic.tiles a[href*="facebook.com"]:hover:after {
  opacity: 1;
}

body.sidebar #main-article .cwd-basic.tiles .card.type-news img,
body.sidebar #main-article .cwd-basic.tiles .card.type-events img {
  width: 100% !important;
  height: auto !important;
}

.band .cwd-basic.tiles .card.type-spotlights img {
  border-top: 4px solid #b31b1b;
}
.band .cwd-basic.tiles .card.type-spotlights h3:before {
  content: "";
  display: inline-block;
  width: 1.0869565217em;
  height: 0.652173913em;
  background: url("../images/arotc/half_chevron_armyyellow.svg") 0 0 no-repeat;
  background-size: auto 100%;
  position: relative;
  margin-right: 0.1em;
}
@media (min-width: 1280px) {
  .band .cwd-basic.tiles .card.type-spotlights h3 {
    font-size: 22px;
  }
}

.cwd-component .cards .card h3 {
  font-family: "freight-sans-pro", sans-serif;
}
@media (min-width: 768px) {
  .cwd-component .cards .card h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {
  .cwd-component .cards .card h3 {
    font-size: 19px;
  }
}
.cwd-component .cards .card .group-fields .subheading {
  font-family: "freight-sans-pro", sans-serif;
  position: relative;
}
.cwd-component .cards .card .group-fields .subheading:before {
  content: "";
  display: inline-block;
  background: #b31b1b;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.15em;
}

.footer-logos {
  text-align: center;
  font-size: 16px;
}
.footer-logos img {
  width: 100%;
  max-width: 204px;
  margin-top: 0.5em;
  margin-bottom: -1em;
}
.footer-logos img.navy {
  max-width: 124px;
}

body > footer,
#body-footer {
  background: #222;
}
body > footer .sub-footer,
#body-footer .sub-footer {
  background: #191919;
}
@media (min-width: 992px) {
  body > footer .main-footer .container-fluid:after,
  body > footer #body-footer .main-footer .container-fluid:after,
  #body-footer .main-footer .container-fluid:after,
  #body-footer #body-footer .main-footer .container-fluid:after {
    left: calc(66% + 15px);
  }
}
@media (min-width: 992px) {
  body > footer .primary,
  #body-footer .primary {
    width: 32% !important;
  }
}
body > footer .secondary,
#body-footer .secondary {
  width: 100%;
  margin-bottom: 2.5em;
}
@media (min-width: 768px) {
  body > footer .secondary,
  #body-footer .secondary {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  body > footer .secondary,
  #body-footer .secondary {
    width: 68% !important;
  }
}
body > footer .secondary p,
#body-footer .secondary p {
  margin-bottom: 1.5em;
}
body > footer .h5,
#body-footer .h5 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
body > footer a.link-block,
#body-footer a.link-block {
  margin-top: 1.5em;
  background: #b31b1b;
}
body > footer a.link-block:hover,
#body-footer a.link-block:hover {
  background: #d32a2a;
}

.main-footer .primary h3.h6 {
  position: relative;
  margin-top: 0;
}
.main-footer .primary h3.h6:before {
  content: "";
  display: inline-block;
  background: #b31b1b;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5em;
  position: relative;
  top: 1px;
}
.main-footer .primary .footer-links > * {
  float: left;
  width: 100%;
  margin: 0;
}

.two-col > * {
  width: 100%;
  margin-bottom: 1.5em;
}

@media (min-width: 992px) {
  .two-col > * {
    float: left;
    width: 50%;
  }
  body > footer .two-col > * {
    margin: 0;
    padding-bottom: 0 !important;
  }
  .two-col.padded > * {
    padding: 0 15px 15px;
  }
  .two-col > *:nth-child(2n+1) {
    clear: left;
  }
}
h2.crisis-line:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/arotc/life-ring-regular.svg") 0 0 no-repeat;
  background-size: auto 100%;
  position: relative;
  top: 7px;
  margin-right: 6px;
}

.band .outreach-container {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 992px) {
  .band .outreach-container .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.band .outreach-container .outreach-image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border: #000 solid 7px;
}
@media (min-width: 992px) {
  .band .outreach-container .outreach-image {
    width: 60%;
  }
}
.band .outreach-container .content-panel {
  margin: 0 auto 3em;
  max-width: 480px;
}
@media (min-width: 768px) {
  .band .outreach-container .content-panel {
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .band .outreach-container .content-panel {
    width: 35%;
    margin: 0;
  }
}
.band .outreach-container .content-panel h2 {
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 0.8em;
}
.band .outreach-container .content-panel p {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .band .outreach-container .content-panel p {
    font-size: 23px;
  }
}
.band .outreach-container .content-panel .link-button {
  font-size: 20px;
  padding: 0.35em 1.5em 0.4em;
  margin: 0.2em 0 0.4em;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .band .outreach-container .content-panel .link-button {
    font-size: 26px;
  }
}

/* Homepage Video */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: freightsans pro;
  overflow: hidden;
}

.timeline * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.timeline h2 {
  color: #fff !important;
  font-size: 35px;
  font-weight: 900;
  font-family: "freight-text-pro", serif;
  margin-bottom: 10px;
}
@media (min-width: 490px) {
  .timeline h2 {
    margin-bottom: 0;
  }
}

.safari .timeline .content p {
  font-family: "freight-sans-pro", sans-serif;
}

ul.timeline {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: none;
}

/* Vertical line */
.timeline:after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #444;
  top: 0;
  bottom: 0;
  left: 20px;
  margin-left: -3px;
}

/* Inside Box */
.timeline .content {
  padding: 15px 30px;
  background-color: #444;
  position: relative;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 490px) {
  .timeline .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.timeline .content p {
  margin-bottom: 16px;
  line-height: 1.25em;
  font-size: 16px;
  color: #fff;
}
@media (min-width: 490px) {
  .timeline .content p {
    padding-left: 20px;
    margin-top: 16px;
  }
}

.timeline a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.timeline > * {
  clear: both;
}

.timeline a:hover,
.timeline a:focus {
  outline: 0;
}

.timeline a:hover li .content,
.timeline a:focus li .content {
  background-color: #666;
  cursor: pointer;
}

.timeline a:hover li.two .content:before,
.timeline a:focus li.two .content:before {
  border: medium solid #666;
  border-width: 10px 10px 10px 0;
  border-color: transparent #666 transparent transparent;
}

.timeline a:hover li.one:before,
.timeline a:focus li.one:before {
  border: medium solid #666;
  border-width: 10px 10px 10px 0;
  border-color: transparent #666 transparent transparent;
}

.timeline img {
  border-radius: 50%;
  margin: 10px 20px 10px 0;
  border: 1px solid #b8b8b8;
  max-width: 85px;
}
@media (min-width: 768px) {
  .timeline img {
    margin: 0 20px 0 0;
  }
}

/* Container around content */
.timeline .container {
  padding: 10px 0 10px 60px;
  position: relative;
  width: 100%;
}

/* Left pointing triangles */
.timeline .one::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 50px;
  border: medium solid #444;
  border-width: 10px 10px 10px 0;
  border-color: transparent #444 transparent transparent;
}

.timeline .two .content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid #444;
  border-width: 10px 10px 10px 0;
  border-color: transparent #444 transparent transparent;
}

/* circles flush left for small screens */
.timeline .container.one::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: unset;
  left: 7px;
  background-color: #444;
  border: 4px solid #444;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

.timeline .container.two .content::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: -52px;
  background-color: #444;
  border: 4px solid #444;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
}

@media (min-width: 1080px) {
  /* (the vertical ruler) */
  .timeline::after {
    left: 50%;
  }
  /* circles */
  .timeline .container.one::after {
    right: -12px;
    left: unset;
  }
  .timeline .container.two .content::after {
    left: -52px;
    right: unset;
  }
  .timeline .container {
    padding: 10px 40px;
    width: 50%;
  }
  /* left container */
  .timeline .one {
    left: 0;
    float: left;
  }
  /* arrows in left container (pointing right) */
  .timeline .one::before {
    left: unset;
    right: 30px;
    border: medium solid #444;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #444;
  }
  .timeline a:hover li.one:before,
  .timeline a:focus li.one:before {
    border: medium solid #666;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #666;
  }
  /* right container */
  .timeline .two {
    left: 0;
    float: right;
  }
  /* arrows in the right container (pointing left) */
  .timeline .two .content::before {
    left: -10px;
    border: medium solid #444;
    border-width: 10px 10px 10px 0;
    border-color: transparent #444 transparent transparent;
  }
  /* Fix the circle for containers on the right side */
  .timeline .two .content::after {
    left: -12px;
  }
}
#TB_window {
  padding-bottom: 10px;
}
#TB_window #TB_caption {
  height: auto;
  padding: 13px 42px 10px 25px;
  font-size: 16px;
}
#TB_window #TB_closeWindow #TB_closeWindowButton:focus {
  outline: 1px solid blue;
}

.tb-close-icon:before {
  content: "\f335" !important;
}

#TB_closeWindow {
  position: absolute;
  right: 5px;
}

#main fieldset {
  border: none;
  margin-left: 0;
  margin-right: 0;
}

button {
  color: white;
  background: #b31b1b;
  padding: 0.35em 1.5em 0.4em;
  border: none;
}

.frm_form_field {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .frm_form_field.frm_top_container {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .frm_fields_container > .frm_form_field {
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 12 !important;
    grid-column: 1/span 12 !important;
  }
  .frm_form_field.frm_hidden_container {
    margin-top: -35px;
  }
}
.post-type-archive-people article section {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.post-type-archive-galleries article section {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
/*# sourceMappingURL=project.css.map */