﻿@import url('/all-template/org/css/allDefault.css');
@import url('/all-template/lib/font-awesome/css/font-awesome.min.css');
@import url('/all-template/lib/font-google/css/font-google.css');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  border: none;
}

.block {
  display: block !important;
}

.hide,
.none {
  display: none;
}

.blind {
  font-size: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
}

.bordered {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2);
}

.spacing {
  padding-top: 20px;
}

.modal-open {
  overflow: hidden;
}

.clearfix::after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.visible {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.screen-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .screen-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 1170px;
}

@media screen and (max-width: 1170px) {
  .wrap {
    padding: 0 15px;
    width: auto;
  }
}

/* Grid
----------------------------------------------------------------------------------------*/

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-2,
.col-2,
.col-3,
.col-4,
.col-4-1,
.col-4-2,
.col-5,
.col-5-1,
.col-6 {
  float: left;
  position: relative;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 75%;
}

.col-4 {
  width: 25%;
}

.col-4-1 {
  width: 30%;
}

.col-4-2 {
  width: 10%;
}

.col-5 {
  width: 40%;
}

.col-5-1 {
  width: 60%;
}

.col-6 {
  width: 16.66666666%;
}

/* Header
----------------------------------------------------------------------------------------*/

header {
  background: #221f20;
  border-bottom: 4px solid #36424a;
  clear: both;
}

header .container {
  margin: 0 auto !important;
}

.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: inherit;
}

@media (max-width: 480px) {
  .topnav {
    position: relative;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .topnav {
    position: relative;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .topnav {
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .topnav {
    position: relative;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .topnav {
    position: relative;
  }
}

.topnav ul li {
  float: left;
}

.navbar ul li a {
  position: relative;
  display: inline-block;
  padding: 26px 15px;
  color: #f2f2f2;
  font: 400 1em/1.313 'Montserrat', sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent url('/site/images/common/menu-vertical-bar.png')
    no-repeat center left;
}

.navbar ul li a > i.fa {
  line-height: 19px;
}

.navbar ul li a.global-logo {
  width: 270px;
  background-image: url('/site/images/common/logo-587x111.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.navbar ul li a.army-logo {
  margin-top: 5px;
  height: 60px;
  width: 56px;
  background: url('/site/images/common/new-us-army-224x279.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.navbar li.dropdown {
  display: inline-block;
}

.navbar .dropdown-content {
  display: none;
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f9f9;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #ffc423;
  z-index: 100;
}
.navbar .dropdown-content .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.navbar li.dropdown .dropdown-content a {
  display: block;
  padding: 10px 25px 10px 16px;
  /*background-color: #f9f9f9;*/
  color: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  letter-spacing: normal;
  text-align: left;
  text-transform: capitalize;
}

.navbar li.dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}

.navbar li.dropdown:hover .dropdown-content {
  display: block;
}

.navbar li.dropdown:hover a.droptitle {
  padding-top: 23px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #f9f9f9;
  border-top: 2px solid #ffc423;
}

.navbar .dropdown:hover .dropbtn {
  background-color: transparent;
}

.navbar .dropdown .dropbtn,
.navbar ul li.icon {
  position: relative;
  display: none;
}

.navbar ul li.icon .box {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  cursor: pointer;
}

.navbar ul li.icon .box.change {
  right: 0;
}

.navbar ul li.icon .bar1,
.navbar ul li.icon .bar2,
.navbar ul li.icon .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fec325;
  margin: 6px 0;
  transition: 0.4s;
}

.navbar ul li.icon .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.navbar ul li.icon .change .bar2 {
  opacity: 0;
}

.navbar ul li.icon .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.navbar ul li .drop-item-content {
  display: none;
  overflow: hidden;
  transition: 0.6s ease-in-out;
}
.navbar ul li .drop-item-content.show {
  display: block;
  overflow-y: scroll;
  max-height: 400px; /*---------2020-06-04------*/
  background-color: #e5e5e5;
}
.navbar ul.responsive ul li .drop-item-content.show {
  background-color: rgba(255, 255, 255, 0.1);
}
#searchBtn span::after {
  content: '\f002';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  font-size: 22px;
  z-index: 1;
}
#searchBtn span {
  display: inline-block;
  padding: 0 10px 0;
  line-height: 19px;
}


@media screen and (max-width: 1024px) {
  .navbar ul li a {
    padding: 15px;
    background: none;
  }
  .navbar ul li:nth-child(2),
  .navbar ul li.dropdown {
    display: none;
  }
  .navbar ul li a.global-logo {
    width: 205px;
  }

  .navbar ul li.icon {
    float: right;
    display: inline-block;
  }
  .navbar .dropdown .dropbtn:after {
    content: '\f067';
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
    z-index: 1;
  }
  .navbar .dropdown .dropbtn.active:after {
    content: '\f068';
    color: #fec325;
  }
  .navbar li.dropdown:hover a.droptitle {
    padding-top: 15px;
    color: #fec325;
    background-color: transparent;
    border-top: 0;
  }
  .navbar li.dropdown:hover a.dropbtn:after {
    color: #fec325;
  }

  #mobile-search-form {
    position: relative;
    padding: 6px;
  }
  #mobile-search-form:after {
    position: absolute;
    top: 14px;
    left: 15px;
    content: '\f002';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    color: #ccc;
    z-index: 1;
  }
  #mobile-search-form input[type='text'] {
    padding: 8px 20px 8px 45px;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
  }
}

@media screen and (max-width: 1024px) {
  .navbar ul.responsive {
    position: relative;
  }
  .navbar ul.responsive ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar ul.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar ul.responsive li {
    float: none;
    display: inline;
  }
  .navbar ul.responsive ul > li:last-child {
    display: none;
  }
  .navbar ul.responsive li:not(:first-child) a {
    display: block;
    text-align: left;
  }
  .navbar ul.responsive li a.droptitle {
    float: left;
    /*width: calc(100% - 50px);*/
  }
  .navbar ul.responsive li a.dropbtn {
    float: right;
    display: inline;
  }
  .navbar ul.responsive .dropdown .dropdown-content {
    display: none;
    overflow: hidden;
    transition: 0.6s ease-in-out;
  }
  .navbar ul.responsive .dropdown-content.show {
    display: block;
    position: relative;
    min-width: 100%;
    background-color: transparent;
    box-shadow: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .navbar ul.responsive ul li:nth-child(6) .dropdown-content.show {
    border-bottom: 0;
  }
  .navbar ul.responsive .dropdown-content.show a {
    color: #fff;
  }
  .navbar li.dropdown .dropdown-content.show a:hover {
    background-color: transparent;
  }
}

/* The Modal (background) */

.window-search .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.window-search .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 1160px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */

.window-search .Search-closeBtn {
  color: white;
  float: right;
  font-size: 35px;
}

.window-search .Search-closeBtn:hover,
.window-search .Search-closeBtn:focus {
  color: #fec325;
  text-decoration: none;
  cursor: pointer;
}

.window-search .modal-header {
  padding: 25px;
  background-color: #1a1a1a;
  color: white;
}

.window-search .modal-header h3 {
  font: 700 1.125em/1.4 'open sans', sans-serif;
}

.window-search .modal-body {
  position: relative;
  padding: 2px 25px 30px 25px;
  background-color: #1a1a1a;
  color: white;
}

#modal-search-form:after {
  content: '\f002';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 25px;
  color: #ccc;
  top: 10px;
  left: 35px;
  z-index: 1;
}

.window-search input[type='text'] {
  width: 100%;
  border: 2px solid #ccc;
  font: 400 1.125em/1.4 'open sans', sans-serif;
  background-color: white;
  padding: 8px 20px 8px 50px;
  transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
}

.window-search input[type='text']:focus {
  border: 2px solid #ffc423;
}

/*Contents
----------------------------------------------------------------------------------------*/

/*default Image effect*/
.default-img-hover a {
  display: block;
}
.default-img-hover {
  position: relative;
  overflow: hidden;
  background: rgb(3, 0, 0);
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease,
    opacity 0.25s ease;
}

.default-img-hover .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #030000;
  height: 0;
  padding: 66.25% 0 0;
  position: relative;
  z-index: 0;
}

.default-img-hover img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease,
    opacity 0.25s ease;
}

.default-img-hover:hover img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
  -moz-filter: grayscale(75%);
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  opacity: 0.7;
}

.default-img-hover:before {
  content: '';
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 100%;
  top: 0;
  height: 4px;
  background: #ffc423;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.default-img-hover:hover:before {
  right: 0;
}

/*featured links*/
.featured-links {
  padding: 40px 0 0;
}

.featured-links h4 {
  margin: 30px 0 30px;
  font: 600 1.375em/1.5 'open sans', sans-serif !important;
  text-transform: uppercase !important;
}

.featured-links h4:after {
  background: #fec325;
  content: '';
  display: block;
  height: 5px;
  margin: 20px 0 0;
  width: 60px;
}

@media (max-width: 480px) {
  .featured-links h4:after {
    margin: 10px auto 0;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .featured-links h4:after {
    margin: 10px auto 0;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .featured-links h4:after {
    margin: 10px auto 0;
  }
}

.featured-links ul li a {
  color: #57584f;
  display: inline-block;
  padding: 7px 0;
  font: 600 0.938em/1.625 'open sans', sans-serif;
}

/*Responsive table*/
table.responsive-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.responsive-table th,
.responsive-table td {
  border: none;
  text-align: left;
  padding: 8px;
}

.responsive-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.responsive-table tr th:first-child {
  width: 35%;
}

/*dividers*/
.vertical-left-border {
  border-left: 1px rgba(222, 222, 222, 0.81) solid;
}

.dot-space {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.section.divider {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.closebtn {
  margin-left: 15px;
  color: white;
  float: right;
  font-size: 35px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*Alert Container - main top*/
.alert-container {
  background-color: #dc143c;
  display: none;
}
.alert-container .alert {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  background-size: contain;
  background-repeat: no-repeat;
}
.alert-container .alert.warning {
  background-image: url('/site/images/main/alert-md.png');
}

.alert-container .text {
  margin-left: 150px;
}
.alert-container .text i,
.alert-container .text strong {
  padding-right: 10px;
}
.alert-container .text span {
  cursor: pointer;
}
.alert-container .closebtn:hover {
  color: #fec325;
}
@media screen and (max-width: 991px) {
  .alert-container .alert.warning {
    background-image: none;
  }
  .alert-container .text {
    margin-left: 0;
  }
}

/*Alert Modal - main top*/
.alert-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 40px;
}
.alert-modal .modal-content {
  background-color: #fefefe;
  margin: 3% auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}
.alert-modal .modal-content > h3 {
  margin-right: 40px;
}
.alert-modal .modal-container {
  padding: 16px;
  position: relative;
  background-color: #f1f1f1;
  text-align: left;
}
.alert-modal .modal-container:last-child {
  text-align: right;
}
.alert-modal .imgcontainer {
  text-align: center;
  margin: 12px 0;
}

.alert-modal .imgcontainer > img {
  width: 80%;
}
.alert-modal .alert-closeBtn {
  position: absolute;
  right: 20px;
  top: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  font-weight: bold;
}
.alert-modal .alert-closeBtn:hover,
.alert-modal .alert-closeBtn:focus {
  color: #fec325;
  cursor: pointer;
}

#alert-modal .btn a {
  padding: 6px 20px;
}

/*Default Button*/
.btn {
  margin: 0 0 20px;
  text-align: center;
}

.btn:last-child {
  margin: 0;
}
.btn > div {
  background: #fec325;
  display: inline-block;
  margin: 0 auto;
  padding: 5px;
  position: relative;
}
.btn a,
.btn input[type='button'],
.btn input[type='submit'] {
  background-color: transparent;
  border-width: 0;
  display: block;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  min-width: 100%;
  padding: 11px 30px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.btn span {
  background: #030000;
  position: absolute;
  transition: all 0.15s ease;
}
.btn span:nth-child(1) {
  left: 50%;
}
.btn span:nth-child(3) {
  height: 0;
  right: 0;
  top: 0;
  width: 1px;
}
.btn span:nth-child(4) {
  height: 0;
  left: 0;
  top: 0;
  width: 1px;
}
.btn span:nth-child(5) {
  left: 0;
}
.btn span:last-child {
  left: 100%;
}
.btn span:nth-child(1),
.btn span:nth-child(2) {
  transition-delay: 0.3s;
}
.btn span:nth-child(1),
.btn span:nth-child(2) {
  top: 0;
}
.btn span:nth-child(1),
.btn span:nth-child(5),
.btn span:last-child {
  height: 1px;
  width: 0;
}
.btn span:nth-child(2) {
  left: 50%;
  height: 1px;
  width: 0;
}
.btn span:nth-child(3),
.btn span:nth-child(4) {
  transition-delay: 0.15s;
}
.btn span:last-child,
.btn span:nth-child(5) {
  bottom: 0;
  bottom: -1px;
  top: auto;
}
.btn > div:hover span:nth-child(1) {
  left: 0;
}
.btn > div:hover span:last-child {
  left: 50%;
}
.btn > div:hover span:nth-child(1),
.btn > div:hover span:nth-child(2) {
  transition-delay: 0s;
}
.btn > div:hover span:nth-child(3),
.btn > div:hover span:nth-child(4) {
  height: 100%;
  transition-delay: 0.15s;
}
.btn > div:hover span:last-child,
.btn > div:hover span:nth-child(5) {
  transition-delay: 0.3s;
}
.btn > div:hover span:last-child,
.btn > div:hover span:nth-child(1),
.btn > div:hover span:nth-child(2),
.btn > div:hover span:nth-child(5) {
  width: 50%;
}
.btn > div:hover span:last-child,
.btn > div:hover span:nth-child(5) {
  transition-delay: 0.3s;
}
.btn > div:hover span:last-child {
  left: 50%;
}

/*buttons*/
.btnLarge {
  width: 100%;
  padding: 13px 19px;
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, 'Helvetica Neue';
  line-height: 17px;
  color: #336699;
  background-color: white;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 10px;
}

.btnLarge .title {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: inherit;
}

.btnLarge .description {
  margin-bottom: 5px;
  font: 400 0.938em/1.417 Open Sans, sans-serif;
}

.btnMedium {
  width: 175px;
  margin-top: 10px;
  padding: 7px 19px;
  line-height: 17px;
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: transparent;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btnMedium:hover {
  border: 1px solid #448bc6;
  background-color: #448bc6;
  cursor: pointer;
}

.action-btn {
  margin-top: 20px;
}

.action-btn a {
  display: block;
  width: 14em;
  margin-bottom: 2%;
  padding: 1em 0;
  background-color: #1784c7;
  border-radius: 0.25em;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.action-btn a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.action-btn a > i {
  padding-right: 0.5em;
}

.btn-alert {
  float: left;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: left;
}

.btn-light-green {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.btn-light-green strong {
  margin: 0 5px;
}

.btn-red {
  color: #ffffff;
  background-color: #dc143c;
}

/*accordianan Blue*/

.accordian-blue .trigger {
  position: relative;
  padding: 15px 15px 15px 48px;
  background-color: #e4eaec;
  border-top: 1px solid #d5dee2;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #36424a;
  cursor: pointer;
}

.accordian-blue .trigger span:before {
  position: absolute;
  top: 17px;
  left: 15px;
  height: 20px;
  width: 20px;
  background-color: #36424a;
  background-image: url('/site/images/common/angle.png');
  background-size: 20px;
  background-position: 0px 0px;
  content: '';
}

.accordian-blue .trigger.active span:before {
  background-color: #ffc423;
  background-position: 100px 100px;
}

.accordian-blue .trigger.active span {
  /*color: #ffc423;*/
}

.accordian-blue .target {
  background-color: #e4eaec;
  padding: 0 15px 20px 23px;
  display: none;
}

.accordian-blue .target.show {
  display: block;
}

.accordian-blue .target a {
  color: #00557f;
}

.accordian-blue .target a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.accordian-blue .sndTitle {
  padding-top: 10px;
  padding-left: 11px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.accordian-blue .bulletList,
.mainSection .article-list .bulletList {
  padding: 5px 0 5px 1.8em;
  background-repeat: no-repeat;
  background-position: 10px 11px;
  background-color: transparent;
  overflow: hidden;
  background-image: url('/site/images/common/bullet-large.png');
}

.accordian-blue .target p {
  padding: 10px 0;
  margin: 0;
}

.accordian-blue .target ul li {
  font: 400 0.938em/1.417 Open Sans, sans-serif;
}

.accordian-blue .target ol li {
  list-style-type: decimal;
  margin: 0 0 0 30px;
  padding: 5px 0 5px 5px;
}

.news .accordian-blue ol li {
  color: #00557f;
}

/*Youtube*/
.youtubeWrap,
.fbWrap {
  position: relative;
  width: 100%;
  padding-bottom: 58.5%;
}

.youtubeWrap iframe,
.fbWrap .fb-video,
.videoFeedWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videoFeedWrap {
  position: relative;
  width: 100%;
  padding-bottom: 53.5%;
}

/*dvids*/
.dvidsWrap {
  position: relative;
  overflow: hidden;
  top: -25px;
  width: 100%;
  height: 0;
  padding-bottom: 56.4%;
  padding-top: 25px;
}

.dvidsWrap iframe {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 100%;
}

/*blockquote*/
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 5px;
  padding: 0.6em 10px;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  quotes: '\201C''\201D''\2018''\2019';
}

blockquote:before {
  display: inline;
  color: #ccc;
  content: open-quote;
  font-size: 50px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}

blockquote cite:before {
  padding-right: 5px;
  content: '\2014 \2009';
}

/*asterisk*/
.asterisk-red:after {
  display: inline-block;
  content: '\f069';
  margin: 0 3px;
  vertical-align: 0.4em;
  color: #ff4500;
  font-family: FontAwesome;
  font-size: 0.2em;
}

/*Footer
----------------------------------------------------------------------------------------*/

footer {
  background: #221f20;
}

footer .container {
  margin: 0 auto !important;
}

footer .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

footer .infolist {
  margin: 30px 0 20px 0;
}

footer .infolist p {
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

footer .infolist ul {
  margin: 15px 0;
}

footer .infolist ul li {
  font: 400 0.938em/1.5 Open Sans, sans-serif;
}

footer .infolist ul > li > a {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

footer .infolist ul > li > a:hover {
  color: #336699;
}

footer .infolist .social ul li {
  display: inline-block;
}
@media (max-width: 480px) {
  footer .info {
    display: block;
  }

  footer .infolist:nth-child(1),
  footer .infolist:nth-child(2) {
    display: none;
  }
  footer .infolist:nth-child(3) li {
    border-bottom: 1px solid #282725;
    vertical-align: middle;
    background-image: url('/site/images/common/icon-chevron-40x40.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right center;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  footer .info {
    max-width: 446px;
    margin: 30px auto;
    justify-content: flex-start;
  }
  footer .infolist:nth-child(3) {
    min-width: 200px;
  }
  footer .infolist:nth-child(1),
  footer .infolist:nth-child(2) {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 992px) {
  footer .info {
    justify-content: flex-start;
  }
  footer .infolist:nth-child(3) {
    min-width: 200px;
  }
  footer .infolist:nth-child(1),
  footer .infolist:nth-child(2) {
    display: none;
  }
}

.copyright {
  clear: both;
  width: 100%;
}

.copyright .divider {
  border-top: 1px dashed rgba(34, 36, 38, 0.2);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.copyright ul {
  margin: 10px 0;
  text-align: center;
}

.copyright ul > li {
  display: inline-block;
  padding: 0 15px;
  line-height: 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright ul > li:last-child {
  border-right: 0;
}

.copyright ul > li > a,
.copyright ul > li > p {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15px;
}

.copyright ul > li > a {
  color: #336699;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.copyright ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.copyright ul > li > p {
  color: rgba(255, 255, 255, 0.6);
}

.copyright p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  line-height: 15px;
}

.copyright .disclaimer {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 480px) {
  .copyright ul li {
    display: block;
    border: 0;
    line-height: 20px;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .copyright {
    max-width: 446px;
    margin: 30px auto;
  }

  .copyright ul li {
    display: block;
    border: 0;
    line-height: 20px;
  }
}

/*Error Page
----------------------------------------------------------------------------------------*/

.error-content {
  display: block;
  margin-top: 100px;
  margin-bottom: 400px;
  padding: 15px;
  text-align: center;
}

.error-content .error-header {
  font: 900 10em Roboto, sans-serif;
}

.error-content .page-not-found {
  margin: 20px 0;
  font: 900 2em Roboto, sans-serif;
  text-transform: uppercase;
}

.error-content .back-to-home {
  display: block;
  margin: 40px auto;
  padding: 10px;
  width: 15em;
  border: 1px solid #999;
  font: 900 1em Roboto, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.error-content .back-to-home:hover {
  border: 1px solid #ffc423;
}

/*Search Page
----------------------------------------------------------------------------------------*/

#searchResult {
  margin-top: 0;
}
#searchResult .landingContent {
  display: block;
  margin-top: 0;
}
#searchResult .gsc-control-cse {
  padding: 0;
}
.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, 'Helvetica Neue' !important;
  font-size: 14px !important;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #337ab7 !important;
  text-decoration: none !important;
}
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #337ab7 !important;
  text-decoration: none !important;
}
.gs-result .gs-title:hover,
.gs-result .gs-title:hover *,
.gs-result .gs-title:focus,
.gs-result .gs-title:focus * {
  color: #23527c !important;
}

/*Breadcrumb
----------------------------------------------------------------------------------------*/

.breadcrumb {
  padding: 0;
  margin: 10px 0;
  display: block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: capitalize;
  background-color: #ffffff;
}

.breadcrumb a {
  color: #4183c4;
}

.breadcrumb .section {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumb .active.section {
  font-weight: 600;
}

.breadcrumb .divider {
  opacity: 0.7;
  margin: 0 1px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: baseline;
}

/*Right Navigation
----------------------------------------------------------------------------------------*/

.subMenu {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  margin-right: 20px;
  padding-bottom: 30px;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.subMenu .title {
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.subMenu ul li {
  margin-bottom: 10px;
}

.subMenu ul li .item {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 28px;
  color: #36424a;
  text-transform: capitalize;
}

.subMenu ul .rightbar {
  border-right: 4px solid #ffc423;
}

.subMenu ul li .item.active,
.subMenu ul li .subItem.active {
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  padding-bottom: 5px;
}

.subMenu ul li a:hover {
  color: #4183c4;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
}

.subMenu .subItem {
  padding: 0 4px;
  font-size: 12px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
}

.subMenu .subItem li a:hover {
  padding-bottom: 3px;
}

.subMenu .divider {
  width: 80%;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

@media screen and (max-width: 1024px) {
  .subMenu {
    display: none;
  }
}

/*------------------2018-03-05---------------------*/

.subMenu ul li a.menu-item {
  cursor: pointer;
}

.subMenu ul li ul.menu-list {
  display: none;
}

.subMenu ul li.expanded ul.menu-list {
  display: block;
}

.subMenu ul li ul.menu-list li {
  position: relative;
}

.subMenu ul li a span:after,
.subMenu ul li a span:before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
}

.subMenu ul li ul.menu-list span:before {
  left: 2px;
  top: 50%;
  height: 4px;
  width: 12px;
}
.subMenu ul li ul.menu-list a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px;
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #36424a;
  text-transform: capitalize;
}
.subMenu ul li ul.menu-list a:hover {
  color: #4183c4;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.8);
}

/*------------------2020-06-04---------------------*/
.subMenu .menu-list li {
  margin: 0 0 8px 25px;
  padding-right: 10px;
  color: #36424a;
  font-family: 'Montserrat', sans-serif !important;
}

.subMenu .menu-list ol li {
  list-style-type: decimal;
}

.subMenu .menu-list li {
  list-style-type: disc;
}

/*Left Navigation
----------------------------------------------------------------------------------------*/

.quickMenu {
  display: inline-block;
  margin: 50px 0;
  width: 130px;
  vertical-align: top;
}

.quickMenu .header {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}

.quickMenu ul {
  margin-top: 10px;
}

.quickMenu .social-item {
  margin-bottom: 7px;
}

.quickMenu .social-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease-in-out;
}

.quickMenu .social-item a:hover {
  color: #4183c4;
}

.quickMenu .social-item a:hover .social-button {
  background-color: #4183c4;
}

.quickMenu .social-button {
  display: block;
  position: relative;
  margin-right: 7px;
  width: 32px;
  height: 32px;
  transition: color 0.3s ease-in-out;
  background-color: #7f7f7f;
  border-radius: 50%;
}

.quickMenu .social-button::before {
  font-family: 'armyicons';
  font-size: 17px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  color: var(--white);
}

.quickMenu .social-button.facebook-button::before {
  content: '\ea90';
}

.quickMenu .social-button.twitter-button::before {
  content: '\e979';
}

.quickMenu .social-button.linkedin-button::before {
  content: '\eaca';
}

.quickMenu .social-button.email-button::before {
  content: '\e95f';
}

@media (max-width: 480px) {
  .quickMenu {
    width: 100%;
    margin-bottom: 50px;
  }

  .quickMenu ul li {
    display: inline-block;
  }

  .quickMenu .social-button {
    width: 43px;
    height: 43px;
  }

  .quickMenu .social-button::before {
    font-size: 25px;
  }

  .quickMenu .social-item .title {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 992px) {
  .quickMenu {
    width: 100%;
    margin-bottom: 50px;
  }

  .quickMenu ul li {
    display: inline-block;
  }

  .quickMenu .social-button {
    width: 43px;
    height: 43px;
  }

  .quickMenu .social-button::before {
    font-size: 25px;
  }

  .quickMenu .social-item .title {
    display: none;
  }
}

/*Common
----------------------------------------------------------------------------------------*/

.page-content .container {
  margin: 0 auto;
}

.mainContainer {
  margin: 40px 0 -300px 0;
}

.mainContainer:after {
  content: '';
  display: block;
  height: 300px;
}

@media screen and (max-width: 1170px) {
  .mainContainer {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mainContainer {
    margin-bottom: -640px;
  }
  .mainContainer:after {
    content: '';
    display: block;
    height: 640px;
  }
}

/*Main Sectgion*/
.mainSection {
  display: inline-block;
  width: calc(100% - 360px);
  vertical-align: top;
  padding-right: 30px;
  margin-bottom: 50px;
  min-height: 700px;
}

@media (max-width: 480px) {
  .mainSection {
    width: calc(100%);
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .mainSection {
    width: calc(100%);
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .mainSection {
    width: calc(100%);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .mainSection {
    width: calc(100%);
  }
}
@media (min-width: 993px) and (max-width: 1024px) {
  .mainSection {
    width: calc(100% - 140px);
  }
}

.mainSection .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #36424a;
}

.mainSection h3 {
  font: 600 1.083em/1.4 'open sans', sans-serif;
  text-transform: none;
}

.mainSection h4 {
  font: 600 1em/1.125 'open sans', sans-serif;
  text-transform: none;
}

.mainSection .image {
  display: inline-block;
  width: 100%;
}

.mainSection .content {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.mainSection .content {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}

.mainSection .img + p {
  margin-top: 5px;
}

.mainSection p,
.landingContent p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  margin: 18px 0;
}

.mainSection a {
  color: rgba(0, 0, 0, 0.75);
}

.mainSection a:hover {
  color: rgba(0, 0, 0, 1);
}

.mainSection .section {
  margin-top: 30px;
}

.mainSection .section.divider {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.mainSection .section + p {
  margin-top: 20px;
}

.mainSection .download {
  display: block;
  font-style: italic;
  font-size: 14px;
  margin: 5px 0;
}

.mainSection .download.normal {
  font-style: normal;
}

.mainSection .download .link {
  margin-left: 5px;
  font-weight: 700;
  color: #008c79;
}

.mainSection .download .link:hover {
  color: #008c79;
}

.mainSection .download a {
  color: rgba(0, 0, 0, 0.87);
}

.mainSection .download a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.mainSection .article-link {
  color: #00557f;
  font-weight: 600;
}

.article-link:after {
  display: inline-block;
  content: '\f08e';
  margin: 0 3px;
  vertical-align: 0.2em;
  font-family: FontAwesome;
  font-size: 10px;
}

/*Landing Section*/
.landingBanner {
  position: relative;
  width: 100%;
  height: 270px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.landingCaption {
  background-color: #36424a;
  opacity: 0.82;
  padding: 15px;
  width: 60%;
  color: #ffffff;
  position: absolute;
  left: 25px;
  bottom: 15px;
}

.landingCaption h3 {
  font: 600 0.938em/1.625 Open Sans, sans-serif;
  text-transform: uppercase;
}

.landingCaption p {
  padding-top: 5px;
  font: normal 0.875em/1.438 Open Sans, sans-serif;
}

.landingVideo {
  position: absolute;
  right: 50px;
  bottom: 15px;
}

.landingContent {
  display: inline-block;
  min-height: 500px;
  vertical-align: top;
  margin: 30px 0 20px 0;
}

.landingContent h2 {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}

.landingContent h3 {
  margin: 0;
  font: 600 1.083em/1.4 'open sans', sans-serif;
  text-transform: none;
}

.landingContent .title a {
  font: 600 1em/1.625 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.landingContent a {
  color: #448bc6;
}

.landingContent a:hover {
  text-decoration: underline;
}

/*Other sections*/

.both-section {
  width: 100%;
  padding: 0 30px;
}

.left-section {
  width: 70%;
  padding: 0 30px;
}

.left-section .item {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  height: auto;
  padding: 20px 0;
}

.left-section .title {
  display: block;
  padding-top: 10px;
  font-weight: 700;
}

.left-section .description {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, 'Helvetica Neue';
}

.right-section {
  margin-left: -5px;
  width: 30%;
  padding: 10px 20px;
}

@media screen and (max-width: 1170px) {
  ..greyTable {
    width: 87%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mainSection {
    min-height: 0;
  }
  .landingContent {
    min-height: 0;
  }

  .both-section {
    width: 100%;
    padding: 0;
  }

  .left-section {
    width: 100%;
    padding: 0;
  }

  .right-section {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .mainSection {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }

  .landingVideo {
    padding: 0 5px;
    width: 100%;
    right: 0;
    bottom: 0;
  }

  .landingCaption {
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .left-section .item {
    padding: 10px 0 5px;
  }
}

/*Main Contents
----------------------------------------------------------------------------------------*/
.header {
  font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: rgba(0, 0, 0, 0.87);
}

.header .fa {
  margin-right: 12px;
  vertical-align: middle;
}

.fa-spacing {
  margin-right: 5px;
}

.item {
  font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}

/*Related links divider*/
.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  overflow: hidden;
  line-height: 1;
  text-align: center;
}

.horizontal.divider:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
  background-image: url('/site/images/common/grey-bar.png');
}

.horizontal.divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-position: left 15px top 50%;
  background-repeat: no-repeat;
  background-image: url('/site/images/common/grey-bar.png');
}

.horizontal.divider.header {
  font-size: 16px;
  margin: 20px 0;
}

/*Image*/
.leaders.image-left {
  margin-right: 15px;
  width: 240px;
  height: auto;
}

@media (max-width: 480px) {
  .leaders.image-left {
    width: 100%;
  }
}

.image-left {
  float: left;
  position: relative;
  overflow: hidden;
  width: 35%;
}

.banner.image-left {
  margin-right: 15px;
}

.image-right {
  float: right;
  position: relative;
  overflow: hidden;
  width: 35%;
}

.banner.image-right {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .banner.image-right,
  .banner.image-left {
    width: 100%;
  }
}

.image-content {
  float: left;
  position: relative;
  overflow: hidden;
  width: 65%;
  padding: 15px 20px;
}

.image-full {
  margin-top: 5px;
}

.image-captioned {
  margin-bottom: 10px;
  text-align: center;
}

.image-captioned figcaption {
  font-size: 13px;
  line-height: 16px;
  background-color: #f4f4f4;
  padding: 10px;
}

.image-captioned figcaption a {
  color: #448bc6;
}

@media screen and (max-width: 480px) {
  .landingContent .item .image-left {
    width: 100%;
  }
  .landingContent .item .image-content {
    width: 100%;
    padding: 10px 0 0;
  }
  .image-left {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }

  .leaders.image-left {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .arrival.image-full {
    width: 100% !important;
  }

  .arrival.image-right {
    width: 100%;
  }
  .blueBook.image-left {
    width: 100%;
  }
  .leaders.image-left {
    float: none;
  }
  .banner.image-left {
    width: 100%;
  }
}

/*listing*/
.listing {
  margin-left: 30px;
  margin-bottom: 10px;
}

.listing li {
  position: relative;
}

.listing.dash li:before {
  position: absolute;
  top: 2px;
  left: -13px;
  font-family: FontAwesome;
  font-size: 12px;
  content: '\f068';
}

.bullet {
  list-style-type: disc;
}

.smbullet {
  margin-left: 45px;
  list-style-type: square;
}

.smbullet:last-child {
  margin-bottom: 10px;
}

ul li.listing {
  font: 400 0.938em/1.625 Open Sans, sans-serif;
}

ul ol li.listing {
  list-style-type: decimal;
  margin-left: 30px;
}

ul ol ul li.listing {
  list-style-type: none;
}

/*Table*/
.table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
}

.greyTable {
  width: 100%;
  margin: 10px 0;
  border: 1px solid rgba(34, 36, 38, 0.15);
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  font: normal 0.917em/1.667 Open Sans, sans-serif;
}

.greyTable thead th {
  background: #f9fafb;
  padding: 13px 10px;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  font-weight: 600;
}

.greyTable tr {
  background: #fff;
  display: table-row;
}

.greyTable td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1);
  padding: 10px;
}

.greyTable td:last-child {
  border-right: 0;
}

.arrivalInfo.greyTable td {
  width: auto;
}

.inProcessing.greyTable td {
  min-width: 100px;
}

@media screen and (max-width: 480px) {
  .arrivalInfo.greyTable thead th {
    display: block;
  }

  .arrivalInfo.greyTable tr {
    display: inline;
  }

  .arrivalInfo.greyTable tr,
  .arrivalInfo.greyTable td {
    display: block;
  }

  .greyTable td {
    border-right: 0;
  }

  .arrivalInfo.greyTable .blankTd {
    display: none;
  }
}

/*Comment Box*/
.comment.box {
  display: inline-block;
  width: 100%;
}
.comment.box ul {
  vertical-align: top;
}

.relatedLink ul {
  overflow: auto;
  display: block;
}

.relatedLink ul li {
  display: inline;
  margin-bottom: 20px;
}

.relatedLink ul li h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
}

.relatedLink ul li span {
  display: block;
}

@media screen and (max-width: 768px) {
  .relatedLink ul li {
    width: 100%;
  }

  .relatedLink ul li.col-2 {
    padding-right: 0;
    padding-left: 0;
  }
}

/*Add link Box*/
.addLinks li {
  display: inline-block;
  margin-top: 3px;
  margin-right: 2px;
}

.addLink.btnLarge {
  float: right;
  margin-top: 0px;
  margin-left: 10px;
  padding: 20px;
  width: 35%;
  background-color: #d5dee2;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.addLink.btnLarge li {
  padding-bottom: 5px;
}

.addLink.btnLarge li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .addLink.btnLarge {
    width: 100%;
  }
}

/*Spotlight page*/
.right-banner-box {
  float: right;
  margin-left: 10px;
  width: 35%;
}

.spotlight.video-right {
  float: right;
  width: 40%;
  padding-bottom: 10px;
}

.right-banner-box li {
  width: 100%;
  border: 1px solid #d5dee2;
}

.right-banner-box li.addLink {
  margin: 10px 0;
  padding: 20px;
  background-color: #d5dee2;
}

.right-banner-box li.addLink a {
  font: 600 0.875em/1.063 Open Sans, sans-serif !important;
}

.info.btnBox {
  float: left;
  margin: 20px 10px 10px 0;
  padding: 15px 20px;
  width: 40%;
  line-height: 20px;
  background-color: #d5dee2;
}

.info.btnBox .title {
  margin-bottom: 5px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: inherit;
  color: #336699;
}

.info.btnBox li {
  margin-bottom: 3px;
  font: 400 0.938em/1.5 Open Sans, sans-serif;
}

.info.btnBox a {
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .info.btnBox {
    width: 100%;
    margin-top: 10px;
  }
  .spotlight.video-right {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .info.btnLarge {
    width: 100%;
  }

  .right-banner-box {
    width: 100%;
  }

  .right-banner-box li {
    margin: 10px 0;
  }
}

/*MSC organization page*/
.msc {
  margin: 0 0 !important;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  margin-left: -15px;
  margin-right: -15px;
}

.msc-logo {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}

.msc-text {
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.msc-text h3 {
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .msc-logo {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .msc-text {
    width: 100%;
    margin-top: 20px;
  }
}

/*NEO page*/
.neo-box {
  margin: 25px 0 10px 10px;
}

.neo-box li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
  width: 20%;
  text-align: center;
  background-color: #e8e8e8;
}

.neo-box li a {
  color: #00557f;
}

@media screen and (max-width: 768px) {
  .neo-box li {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .neo-box {
    margin: 15px 0 0 0;
  }

  .neo-box li {
    width: 100%;
  }
}

/*arrival page*/
.arrival.image-full {
  width: 50%;
}

/*resource page*/
.resource.divider {
  width: 100%;
  padding: 0 0 5px 10px;
  background-position: right 15px top 100%;
  background-repeat: no-repeat;
  background-image: url('/site/images/common/grey-bar.png');
}

/*Leaders page*/
#leaders .inner-box ul:after {
  content: ' ';
  display: block;
  clear: both;
}

#leaders .inner-box ul {
  margin-left: -15px;
  margin-right: -15px;
}

#leaders .inner-box ul li {
  margin: 30px 0 0;
}

#leaders .inner-box ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 480px) {
  #leaders .inner-box ul li {
    width: 100%;
  }
  #leaders .inner-box ul li:nth-child(-n + 1) {
    margin: 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #leaders .inner-box ul li {
    width: 50%;
  }
  #leaders .inner-box ul li:nth-child(-n + 2) {
    margin: 0;
  }
}

@media (min-width: 769px) {
  #leaders .inner-box ul li {
    width: 33.33333%;
  }
  #leaders .inner-box ul li:nth-child(-n + 1) {
    margin: 0;
  }
  #leaders .inner-box ul li:nth-child(3n-1) {
    clear: left;
  }
}

#leaders .inner-box ul li a {
  display: block;
  position: relative;
}

#leaders .inner-box ul li .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #030000;
  height: 0;
  padding: 125% 0 0;
  position: relative;
  z-index: 0;
}

#leaders .inner-box ul li img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease,
    opacity 0.25s ease;
}

#leaders .inner-box ul li a:hover img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
  -moz-filter: grayscale(75%);
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  opacity: 0.7;
}

#leaders .inner-box ul li a:before {
  content: '';
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 100%;
  top: 0;
  height: 4px;
  background: #ffc423;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#leaders .inner-box ul li a:hover:before {
  right: 0;
}

#leaders .inner-box ul li .box .inner-half {
  background-color: transparent;
  background-image: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 95%
  );
  background-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 95%
  );
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.65) 95%
  );
  bottom: 0;
  left: 0;
  padding: 50px 15px 15px;
  position: absolute;
  width: 100%;
  text-align: center;
}

#leaders .inner-box ul li .box span {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}

#leaders .inner-box ul li .box .header {
  font-size: 16px;
}

#leaders .inner-box ul li .box .enlisted {
  font-size: 14px;
}

/** Columns Clean CSS**/
.columns .ui-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  background-color: transparent;
  /*border: solid 1px #D5D5D5;*/
}

.columns .ui-table thead {
  background-color: #e5e5e5;
}

.columns .ui-table thead th {
  background-color: transparent;
  color: #222222;
  padding: 10px;
  border-right: solid 1px #d5d5d5;
  cursor: pointer;
}

#news-archive.columns .ui-table thead th,
#policy-letters.columns .ui-table thead th,
#press-release.columns .ui-table thead th,
#publication-archive.columns .ui-table thead th,
#misconduct-archive.columns .ui-table thead th,
#reading-archive.columns .ui-table thead th,
#announce-archive.columns .ui-table thead th {
  display: none;
}

.columns .ui-table thead th.ui-table-sort-up,
.columns .ui-table thead th.ui-table-sort-down {
  background-color: #cccccc;
}

.columns .ui-table thead th:last-child {
  border-right: 0px;
}

.columns .ui-table thead th .ui-arrow {
  float: right;
  font-size: 10px;
}

.columns .ui-table tbody {
  background-color: transparent;
}

.columns .ui-table tbody tr.ui-table-rows-odd {
  /*background-color: #F2F2F2*/
}

.columns .ui-table tbody tr.ui-table-rows-even {
  /*background: #FFFFFF*/
}

.columns .ui-table tbody tr td {
  position: relative;
  background: transparent;
  /*border-right: solid 1px #D5D5D5;*/
  color: #656565;
  padding: 5px 0;
}

#news-archive.columns .ui-table tbody tr td,
#policy-letters.columns .ui-table tbody tr td,
#press-release.columns .ui-table tbody tr td,
#publication-archive.columns .ui-table tbody tr td,
#misconduct-archive.columns .ui-table tbody tr td,
#reading-archive.columns .ui-table tbody tr td,
#announce-archive.columns .ui-table tbody tr td {
  display: block;
}

.columns .ui-table tbody tr td:first-child {
  font-size: 0.938em;
  text-transform: uppercase;
}

.columns .ui-table tbody tr td:nth-child(2) {
  font-size: 1.313em;
  line-height: 1.3em;
}

.columns .ui-table tbody tr td:nth-child(3) {
  font-size: 0.938em;
  line-height: 1.3em;
}

.columns .ui-table tbody tr td:last-child {
  margin-bottom: 25px;
}
.columns .ui-table tbody tr td:last-child a {
  position: relative;
  font-size: 0.875em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
.columns .ui-table tbody tr td:last-child a:after {
  content: '\f061';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: -20px;
  color: #fec325;
  font-weight: 400;
}

#policy-letters.columns .ui-table tbody tr td {
  padding: 3px 0;
}

#policy-letters .no-link-title {
  font-size: 1.313em;
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
}

#publication-archive.columns .ui-table tbody tr td,
#misconduct-archive.columns .ui-table tbody tr td {
  margin-left: 180px;
}
#publication-archive.columns .ui-table tbody tr td:nth-child(2),
#misconduct-archive.columns .ui-table tbody tr td:nth-child(2) {
  padding: 0;
}

#publication-archive.columns .ui-table tbody tr td:nth-child(2) img,
#misconduct-archive.columns .ui-table tbody tr td:nth-child(2) img {
  position: absolute;
  width: 130px;
  top: -25px;
  left: -175px;
}

#misconduct-archive.columns .ui-table tbody tr td:nth-child(2) img {
  border: 1px solid #ccc;
}

#publication-archive.columns .ui-table tbody tr td:nth-child(3),
#misconduct-archive.columns .ui-table tbody tr td:nth-child(3) {
  font-size: 1.4em;
  line-height: 1.5em;
}

#publication-archive.columns .ui-table tbody tr td:last-child,
#misconduct-archive.columns .ui-table tbody tr td:last-child {
  margin-bottom: 80px;
}

.columns .ui-table-controls span {
  font-size: 12px;
  padding: 5px;
  vertical-align: middle;
}

.columns .ui-table-controls span.ui-table-control-next,
.columns .ui-table-controls span.ui-table-control-prev {
  cursor: pointer;
  font-size: 16px;
}

.columns .ui-table-controls span.ui-table-control-disabled {
  color: #999999;
  font-size: 16px;
}

.columns .ui-table-footer {
  width: 100%;
  padding: 8px 0;
  font-size: 11px;
  text-align: left;
  color: #333;
}

.columns .ui-table-footer span {
  vertical-align: middle;
}

.columns .ui-table-footer .ui-table-size,
.columns .ui-table-footer .ui-table-results,
.columns .ui-table-footer .ui-table-controls {
  display: inline-block;
  width: 32%;
}

.columns .ui-table-footer .ui-table-results {
  text-align: center;
}

.columns .ui-table-footer .ui-table-controls {
  text-align: right;
}

.columns .ui-table-footer .ui-table-control-next,
.columns .ui-table-footer .ui-table-control-prev,
.columns .ui-table-footer .ui-table-control-disabled {
  display: inline-block;
  background-color: transparent;
  padding: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.columns .ui-table-footer .ui-table-control-disabled img {
  opacity: 0.5;
}

.columns .ui-columns-search {
  text-align: right;
}

.columns .ui-columns-search input {
  width: 200px;
  border-radius: 10px;
  padding: 4px 10px 4px 25px;
  border: 2px solid #ccc;
  background-image: url(/site/images/common/search.png);
  background-position: 5px center;
  background-repeat: no-repeat;
}

.columns .ui-columns-search input:focus {
  border: 2px solid #6196cd;
  outline: none;
}

@media screen and (max-width: 480px) {
  .columns .ui-columns-search {
    display: none;
  }
  .columns .ui-table tbody tr td img {
    display: none;
  }
  .columns .ui-table tbody tr td {
    margin-left: 0 !important;
  }

  .ui-table tbody tr td:last-child {
    margin-bottom: 25px !important;
  }
}

/**Phone Book**/

#phone-book.columns .ui-table {
  border: 1px solid #ddd;
}
#phone-book.columns .ui-table thead th {
  padding: 10px;
  text-transform: uppercase;
}
#phone-book.columns .ui-table tbody tr {
  border-bottom: 1px solid #ddd;
}
#phone-book.columns .ui-table tbody tr td {
  padding: 10px;
  color: rgba(0, 0, 0, 0.87);
}
#phone-book.columns .ui-table tbody tr td {
  font-size: 14px;
  line-height: 19px;
}
#phone-book.columns .ui-columns-search input {
  margin-bottom: 12px;
  padding: 12px 20px 12px 40px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-image: url('/site/images/common/search.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
}
#phone-book.columns .ui-columns-search input:focus {
  border: 1px solid #6196cd;
}

/** Organization  **/
.msc-social ul {
  display: flex;
}
.msc-social ul li {
  margin-left: 10px;
}
.msc-social .social-button a {
  width: 25px;
}
.msc-social .social-button a::before {
  font-size: 20px;
}
.msc-social .social-button.home-button a::before {
  content: '\f015';
  font-family: 'FontAwesome';
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

/***2018-06-14 Ask Army BTN ***/

.simple-select {
  margin: 15px 0;
  background-color: #fff;
  width: 230px;
  font: 700 0.875em 'Montserrat', sans-serif;
  position: relative;
}

.simple-select:hover {
  cursor: pointer;
}

.simple-select:before {
  border-right: 1px solid #b3b3b3;
  background-color: #fff;
  content: '';
  display: block;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 49px;
  top: 26px;
  width: 1px;
  z-index: 2;
}

.simple-select:after {
  background: transparent url('/all-template/org/images/icons_v2.svg') no-repeat
    scroll -169px -50px;
  content: '';
  height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 19px;
  top: 26px;
  width: 11px;
}

.simple-select.show:after {
  background-position: -181px -50px;
}

.selectbtn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  font: inherit;
  line-height: 54px;
  padding: 0 20px;
  height: 54px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}

.select-content {
  display: none;
  background-color: #ffffff;
  border-top: 1px solid #b3b3b3;
  max-height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.select-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
  font-weight: 600;
  padding: 11px 20px 8px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

.simple-select a:hover {
  background-color: #fec325;
}

.simple-select.show .select-content {
  display: block;
  position: relative;
}

/***2018-08-07 Newcomers page re-design***/

.landingContent.news {
  display: block;
}

.landingContent .inner-container {
  overflow: hidden;
  padding: 0;
}

.news ul.news-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  zoom: 1;
}

.news ul:after,
.news ul:before {
  content: '';
  display: table;
}

.news ul:after {
  clear: both;
}

.news ul li.news-item {
  margin: 30px 0 0;
}

.news ul li.news-item.hidden {
  margin: 0;
}

.news ul li.news-item a {
  display: block;
  position: relative;
  font: normal 1em/1.333 'open sans', sans-serif;
}

.news ul li.news-item a:focus,
.news ul li.news-item a:hover {
  text-decoration: none;
}

.news ul li.news-item img.resp-image {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease,
    opacity 0.25s ease;
}

.news ul li.news-item .image {
  display: block;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #030000;
  height: 0;
  padding: 55.25% 0 0;
  position: relative;
  z-index: 0;
}

.news ul li.news-item .image:after,
.news ul li.news-item .image:before {
  content: '';
  display: table;
}

.news ul li.news-item .image:after {
  clear: both;
}

.news ul li.news-item .title {
  border-top: 1px solid #b3b3b3;
  color: #4c4c4c;
  display: block;
  font: 600 1.125em Open Sans, sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 20px 15px;
}

.news ul li.news-item .title span:before {
  position: absolute;
  bottom: 22px;
  right: 15px;
  height: 20px;
  width: 20px;
  background-color: #36424a;
  background-image: url(/site/images/common/angle.png);
  background-size: 20px;
  background-position: 0px 0px;
  content: '';
}

.news ul li.news-item .title:after {
  background: #fec325;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  transition: width 0.25s ease;
}

.news-item .box .inner-half {
  background-color: transparent;
  background-image: -moz-linear-gradient(
    top,
    transparent 10%,
    rgba(0, 0, 0, 0.65) 95%
  );
  background-image: -webkit-linear-gradient(
    top,
    transparent 10%,
    rgba(0, 0, 0, 0.65) 95%
  );
  background-image: linear-gradient(
    to bottom,
    transparent 10%,
    rgba(0, 0, 0, 0.65) 95%
  );
  bottom: 0;
  left: 0;
  padding: 40px 15px 25px;
  position: absolute;
  width: 100%;
  text-align: center;
}
.news-item .box .header {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .landingVideo {
    display: none;
  }
  .news {
    max-width: 446px;
    margin: 30px auto;
  }

  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 15px;
  }

  .news ul li.news-item:first-child {
    margin-top: 0;
  }

  .news ul li.news-item .image {
    display: none;
  }

  .news ul li.news-item a .image {
    display: block;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .landingVideo {
    display: none;
  }
  .news {
    max-width: 446px;
    margin: 30px auto;
  }

  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 15px;
  }

  .news ul li.news-item:first-child {
    margin-top: 0;
  }

  .news ul li.news-item .image {
    display: none;
  }

  .news ul li.news-item a .image {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .landingVideo {
    display: none;
  }
  .landingContent .inner-container {
    padding: 0 30px;
  }
  .news ul li.news-item ul li.trigger {
    height: 80px;
  }

  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .news ul li.news-item:nth-child(2n + 3) {
    clear: left;
  }

  .news ul li.news-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .landingVideo {
    display: none;
  }
  .landingContent .inner-container {
    padding: 0 30px;
  }
  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .news ul li.news-item ul li.trigger {
    height: 80px;
  }

  .news ul li.news-item:nth-child(2n + 3) {
    clear: left;
  }

  .news ul li.news-item:nth-child(-n + 2) {
    margin-top: 0;
  }

  .news ul li.news-item a:focus img,
  .news ul li.news-item a:hover img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    opacity: 0.7;
  }

  .news ul li.news-item a:focus .title:after,
  .news ul li.news-item a:hover .title:after {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1155px) {
  .landingContent .inner-container {
    padding: 0 30px;
  }

  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }
  .news ul li.news-item ul li.trigger {
    height: 80px;
  }

  .news ul li.news-item:nth-child(3n + 4) {
    clear: left;
  }

  .news ul li.news-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .news ul li.news-item a:focus img,
  .news ul li.news-item a:hover img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    opacity: 0.7;
  }

  .news ul li.news-item a:focus .title:after,
  .news ul li.news-item a:hover .title:after {
    width: 100%;
  }
}

@media (min-width: 1156px) and (max-width: 1210px) {
  .landingContent .inner-container {
    padding: 0 30px;
  }

  .news ul li.news-item.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }
  .news ul li.news-item ul li.trigger {
    height: 80px;
  }
  .news ul li.news-item:nth-child(3n + 4) {
    clear: left;
  }

  .news ul li.news-item:nth-child(-n + 3) {
    margin-top: 0;
  }

  .news ul li.news-item a:focus img,
  .news ul li.news-item a:hover img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    opacity: 0.7;
  }

  .news ul li.news-item a:focus .title:after,
  .news ul li.news-item a:hover .title:after {
    width: 100%;
  }
}

@media (min-width: 1211px) and (max-width: 1600px) {
  .landingContent .inner-container {
    padding: 0 30px;
  }

  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }
  .news ul li.news-item ul li.trigger {
    height: 80px;
  }

  .news ul li.news-item:nth-child(3n + 4) {
    clear: left;
  }

  .news ul li.news-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .news ul li.news-item a:focus img,
  .news ul li.news-item a:hover img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    opacity: 0.7;
  }

  .news ul li.news-item a:focus .title:after,
  .news ul li.news-item a:hover .title:after {
    width: 100%;
  }
}

@media (min-width: 1601px) {
  .landingContent .inner-container {
    padding: 0 30px;
  }

  .news ul li.news-item {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3333333333%;
  }
  .news ul li.news-item ul li.trigger {
    height: 80px;
  }

  .news ul li.news-item:nth-child(3n + 4) {
    clear: left;
  }

  .news ul li.news-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .news ul li.news-item a:focus img,
  .news ul li.news-item a:hover img {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    filter: alpha(opacity=70);
    -moz-filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    opacity: 0.7;
  }

  .news ul li.news-item a:focus .title:after,
  .news ul li.news-item a:hover .title:after {
    width: 100%;
  }
}

.notification-contain {
  margin: 50px 0 10px 0;
  position: relative;
}
.notification-contain .notification {
  background-color: #e4eaec;
  display: table;
  height: 50px;
  padding: 0;
  text-align: left;
  width: 100%;
}
.notification-contain .notification .notification-header {
  background-color: #36424a;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  padding: 3px 15px 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.notification-contain .notification .notification-title {
  vertical-align: middle;
  padding: 3px 60px 0 15px;
  font-weight: 700;
}

@media (max-width: 480px) {
  .notification-contain .notification .notification-header {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .notification-contain .notification .notification-title {
    display: block;
    padding: 10px 15px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .notification-contain .notification .notification-header {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .notification-contain .notification .notification-title {
    display: block;
    padding: 10px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  .notification-contain .notification .notification-header {
    display: table-cell;
    width: 1px;
  }
  .notification-contain .notification .notification-title {
    display: table-cell;
  }
}
@media (min-width: 1601px) {
  .notification-contain .notification .notification-header {
    display: table-cell;
    width: 1px;
  }
  .notification-contain .notification .notification-title {
    display: table-cell;
  }
}

/******Sticky Social Button*********/
.sticky-social {
  position: fixed;
  top: 55%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  line-height: 0px;
  z-index: 10;
}

.sticky-social .facebook-button {
  background-color: var(--facebook-button);
}
.sticky-social .twitter-button {
  background-color: var(--twitter-button);
}
.sticky-social .youtube-button {
  background-color: var(--youtube-button);
}
.sticky-social .flickr-button {
  background-color: var(--flickr-button);
}
.sticky-social .instagram-button {
  background-color: var(--instagram-button);
}
.sticky-social .linkedin-button {
  background-color: var(--linkedin-button);
}

/*
Main page  slideshow-----------------------------------------------------------------------------------*/

#slideshow .item {
  background: #000;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 480px) {
  #slideshow .item {
    height: 386px;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  #slideshow .item {
    height: 386px;
  }
}

@media (min-width: 700px) and (max-width: 1023px) {
  #slideshow .item {
    height: 515px;
  }
}

@media (min-width: 1024px) and (max-width: 1600px) {
  #slideshow .item {
    height: 600px;
  }
}

@media (min-width: 1601px) {
  #slideshow .item {
    height: 600px;
  }
}

#slideshow .item .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -moz-linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 75%
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 75%
  );
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.85) 75%
  );
}

#slideshow .item .content {
  position: absolute;
  bottom: 25px;
  width: 100%;
  max-width: 1000px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateZ(0);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 5%;
}

#slideshow .item .content h5 {
  color: #ffc423;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font: 400 0.938em/1.625 'lato', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

#slideshow .item .content h5 span {
  position: relative;
}

#slideshow .item .content h5 span:before {
  content: ' ';
  display: block;
  height: 1px;
  background: #ffc423;
  width: 300%;
  position: absolute;
  top: 10px;
  left: 110%;
  max-width: 200px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

#slideshow .item .content h5 span:after {
  content: ' ';
  display: block;
  height: 1px;
  background: #ffc423;
  width: 300%;
  position: absolute;
  top: 10px;
  right: 110%;
  max-width: 200px;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

#slideshow .item .content h2 {
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#slideshow .item .content p {
  color: #e6e9ef;
  line-height: 1.375em;
  text-align: center;
}

#slideshow .item .content .credit {
  display: block;
  padding: 5px 15px 20px;
  color: #999;
  font: 700 0.875em 'Lato', sans-serif;
  text-align: center;
}

#slideshow .owl-nav.disabled {
  display: none;
}

#slideshow .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 480px) {
  #slideshow .item .content p {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  #slideshow .item .content p {
    display: none;
  }
}

/*World Clock
----------------------------------------------------------------------------------------*/

.worldClock {
  background-color: #2c3136;
}

.worldClock .container {
  margin: 0 auto !important;
}

.worldClock ul {
  overflow: hidden;
  height: 100%;
}

.worldClock ul > li {
  text-align: center;
  padding: 4px 0 8px 0;
}

.worldClock ul > li > h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #336699;
  margin: 0;
}

.worldClock ul > li > p {
  /*margin-top: 5px;*/
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
}
h4.subhead @media screen and (max-width: 768px) {
  .worldClock .col-6 {
    width: 33.33333333%;
  }
  .worldClock ul > li:nth-child(4),
  .worldClock ul > li:nth-child(5),
  .worldClock ul > li:nth-child(6) {
    padding-top: 0;
  }
}

/*
Main page  news-----------------------------------------------------------------------------------*/

h4.subhead {
  margin: 0 0 40px;
}

@media (max-width: 480px) {
  h4.subhead {
    padding-bottom: 15px;
    background: url(/all-template/org/images/grey-line.gif) bottom repeat-x;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  h4.subhead {
    padding-bottom: 15px;
    background: url(/all-template/org/images/grey-line.gif) bottom repeat-x;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  h4.subhead {
    padding-bottom: 15px;
    background: url(/all-template/org/images/grey-line.gif) bottom repeat-x;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  h4.subhead {
    background: url(/all-template/org/images/grey-line.gif) center repeat-x;
  }
}

@media (min-width: 993px) and (max-width: 1155px) {
  h4.subhead {
    background: url(/all-template/org/images/grey-line.gif) center repeat-x;
  }
}

@media (min-width: 1156px) and (max-width: 1210px) {
  h4.subhead {
    background: url(/all-template/org/images/grey-line.gif) center repeat-x;
  }
}

@media (min-width: 1211px) and (max-width: 1600px) {
  h4.subhead {
    background: url(/all-template/org/images/grey-line.gif) center repeat-x;
  }
}

@media (min-width: 1601px) {
  h4.subhead {
    background: url(/all-template/org/images/grey-line.gif) center repeat-x;
  }
}

h4.subhead span {
  background-color: #fff;
  padding-right: 15px;
}

@media (max-width: 480px) {
  .news-feeds {
    max-width: 446px;
    margin: 0 auto;
  }
}

@media (max-width: 699px) and (min-width: 481px) {
  .news-feeds {
    max-width: 446px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #news-carousel .item {
    padding-bottom: 20px;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  #news-carousel .item {
    padding-bottom: 20px;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  #news-carousel .item {
    padding-bottom: 20px;
  }
}

#news-carousel .item::before {
  content: '';
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 100%;
  top: 0;
  height: 4px;
  background: #ffc423;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#news-carousel .item:hover::before {
  right: 0;
}

#news-carousel .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #030000;
  height: 0;
  padding: 66.25% 0 0;
  position: relative;
  z-index: 0;
  zoom: 1;
}

#news-carousel .image img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease,
    opacity 0.25s ease;
}

#news-carousel .item:hover .image img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
  -moz-filter: grayscale(75%);
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  opacity: 0.7;
}

#news-carousel .title {
  color: #4c4c4c;
  display: block;
  font: 700 1.125em/1.3em 'Lato', sans-serif;
  padding: 20px 15px 10px;
  text-align: center;
}

#news-carousel .desc {
  display: none;
  /*
  display: block;
  font: 400 .875em Open Sans, sans-serif;
  padding: 5px 15px 15px;
  text-align: center;
*/
}

#news-carousel .date {
  display: block;
  padding: 5px 15px 15px;
  color: #999;
  font: 700 0.875em 'Lato', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#news-carousel .owl-nav {
  display: none;
}

#news-carousel.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

#news .container .inner-container {
  position: relative;
}

#news-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 769px) and (max-width: 992px) {
  #news-carousel .owl-dots {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1155px) {
  #news-carousel .owl-dots {
    display: none;
  }
}

@media (min-width: 1156px) and (max-width: 1210px) {
  #news-carousel .owl-dots {
    display: none;
  }
}

@media (min-width: 1211px) and (max-width: 1600px) {
  #news-carousel .owl-dots {
    display: none;
  }
}

@media (min-width: 1601px) {
  #news-carousel .owl-dots {
    display: none;
  }
}

.news-feeds .controls {
  padding-right: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: -6px;
  background-color: #fff;
}

.news-feeds .controls a {
  border: 1px solid #000;
  display: inline-block;
  font-size: 0;
  margin: 0 15px;
  padding: 8px 10px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  line-height: 0;
}

.news-feeds .controls a.disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.news-feeds .controls a:last-child {
  margin: 0;
}

.news-feeds .controls a span {
  background-image: url('/all-template/org/images/icons_v2.svg');
  display: block;
  height: 12px;
  width: 9px;
}

.news-feeds .controls a.prev span {
  background-position: -259px -60px;
}

.news-feeds .controls a.next span {
  background-position: -268px -60px;
}

@media (max-width: 480px) {
  .news-feeds .controls {
    display: none;
  }
}

@media (max-width: 699px) and (min-width: 481px) {
  .news-feeds .controls {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .news-feeds .controls {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .news-feeds .controls {
    margin-right: 0;
  }
}

/*
social Media feeds-----------------------------------------------------------------------------------*/

#social div.container {
  margin: 0 auto;
}

@media (max-width: 480px) {
  #social div.container {
    margin: 30px auto;
  }
  .social-feeds {
    max-width: 446px;
    margin: 0 auto;
  }
  .social-feeds li:first-child {
    margin-top: 0;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  #social div.container {
    margin: 30px auto;
  }
  .social-feeds {
    max-width: 446px;
    margin: 0 auto;
  }
  .social-feeds li:first-child {
    margin-top: 0;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  #social div.container {
    margin: 30px auto;
  }
  .social-feeds li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #social div.container {
    margin: 30px auto;
  }
  .social-feeds li:nth-child(-n + 2) {
    margin-top: 0;
  }
}

.social-feeds .video {
  position: relative;
}

.social-feeds .video h5 {
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 2;
  color: #fff;
}

.social-feeds .video h5:before {
  background: #fec325;
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  height: 30px;
  margin-left: -15px;
  width: 5px;
}

#video-carousel .owl-stage {
  background: #000;
}

#video-carousel .item-video {
  max-height: 400px;
}

#video-carousel .owl-video-play-icon {
  background-color: transparent;
  background-image: url('/all-template/org/images/icons_v2.svg');
  background-repeat: no-repeat;
  position: absolute;
}

#video-carousel .owl-video-play-icon {
  background-position: -206px -25px;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -24px;
  top: 50%;
  width: 50px;
  z-index: 99;
}

#video-carousel .owl-nav {
  display: none;
}

#video-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

#video-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 50.25%;
  /* 16:9 */
  padding-top: 25px;
}

#video-carousel .owl-video-frame {
  position: relative;
  padding-bottom: 51.25%;
  /* 16:9 */
  padding-top: 30px;
  height: 0;
}

#video-carousel .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-feeds .twitter.span4 {
  overflow-x: hidden;
  overflow-y: scroll;
}

.social-feeds .twitter.span4 h5 {
  padding: 10px 0;
}

#tweets .TweetAuthor-name {
  font: 400 0.875em Open Sans, sans-serif;
}

#tweets .timeline-Tweet-text {
  font: 400 0.875em Open Sans, sans-serif !important;
}

@media (max-width: 481px) {
  .social-feeds .video.span8 {
    width: 100%;
  }
  .social-feeds .twitter.span4 {
    margin-top: 20px;
    width: 100%;
    max-height: 250px;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .social-feeds .video.span8 {
    width: 100%;
  }
  .social-feeds .twitter.span4 {
    margin-top: 40px;
    width: 100%;
    max-height: 250px;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .social-feeds .video.span8 {
    width: 50%;
  }
  .social-feeds .twitter.span4 {
    width: 50%;
    max-height: 200px;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .social-feeds .video.span8 {
    width: 50%;
  }
  .social-feeds .twitter.span4 {
    width: 50%;
    max-height: 200px;
  }
}

@media (min-width: 993px) and (max-width: 1155px) {
  .social-feeds .twitter.span4 {
    max-height: 388px;
  }
}

@media (min-width: 1156px) and (max-width: 1210px) {
  .social-feeds .twitter.span4 {
    max-height: 388px;
  }
}

@media (min-width: 1211px) and (max-width: 1600px) {
  .social-feeds .twitter.span4 {
    max-height: 388px;
  }
}

@media (min-width: 1601px) {
  .social-feeds .twitter.span4 {
    max-height: 388px;
  }
}

/*
social Media feeds-----------------------------------------------------------------------------------*/

.spotlight ul > li.span4 {
  position: relative;
  margin: 30px 0 0;
}

@media (max-width: 480px) {
  .spotlight {
    max-width: 446px;
    margin: 0 auto;
  }
  .spotlight ul > li.span4 {
    width: 100%;
    margin-top: 15px;
  }
  .spotlight ul > li.span4:first-child {
    margin-top: 0;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .spotlight {
    max-width: 446px;
    margin: 0 auto;
  }
  .spotlight ul > li.span4 {
    width: 100%;
    margin-top: 15px;
  }
  .spotlight ul > li.span4:first-child {
    margin-top: 0;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .spotlight ul > li.span4 {
    width: 50%;
  }
  .spotlight ul > li.span4:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .spotlight ul > li.span4 {
    width: 50%;
  }
  .spotlight ul > li.span4:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media (min-width: 993px) and (max-width: 1600px) {
  .spotlight ul > li.span4:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media (min-width: 1601px) {
  .spotlight ul > li.span4:nth-child(-n + 3) {
    margin-top: 0;
  }
}

.spotlight .image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background: #030000;
  height: 0;
  padding: 66.25% 0 0;
  position: relative;
  z-index: 0;
  zoom: 1;
}

.spotlight .image img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter 0.25s ease, opacity 0.25s ease, filter 0.25s ease,
    opacity 0.25s ease;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 0, 300px);
  transform: translate3d(0, 0, 300px);
  opacity: 0.6;
}

.spotlight a:hover .image img {
  opacity: 1;
  transform: scale(1.1);
}

.spotlight .image:before {
  background-color: #030000;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0.2;
  filter: alpha(opacity=35);
  -webkit-transition: opacity 0.25s ease 0s;
  transition: opacity 0.25s ease 0s;
}

.spotlight a:hover .image:before {
  opacity: 0.35;
}

.spotlight figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 2em;
  text-transform: uppercase;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.spotlight figcaption::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 25px;
  left: 25px;
  border: 2px solid #fec325;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.spotlight ul > li > a:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.spotlight figcaption .title,
.spotlight figcaption .desc {
  display: block;
  color: #fff;
}

.spotlight figcaption .title {
  margin: 15% 0 10px 0;
  font-size: 50.5%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font: 700 1.313em/1.4 Montserrat, sans-serif;
  letter-spacing: 1px;
}

.spotlight figcaption .desc {
  padding: 1em;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  font: 400 0.938em/1.5 Open Sans, sans-serif;
}

@media (max-width: 480px) {
  .spotlight .image {
    padding: 40% 0 0;
  }
  .spotlight figcaption .desc {
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 699px) {
  .spotlight .image {
    padding: 40% 0 0;
  }
  .spotlight figcaption .desc {
    display: none;
  }
}

/* Newcomers 2019-01-14
*************************************************************/

.dropdown.newcomers a {
  position: relative;
}

.dropdown.newcomers a span,
.dropdown a span.newBn {
  position: absolute;
  font: 400 0.813em/1.5 Open Sans, sans-serif;
  color: #ffc423;
}

@media (max-width: 1024px) {
  .dropdown.newcomers a span,
  .dropdown a span.newBn {
    top: 16px;
    left: 135px;
  }
}

@media (min-width: 1025px) {
  .dropdown.newcomers a span,
  .dropdown a span.newBn {
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .news ul.newcomers li.news-item:nth-child(2),
  .news ul.newcomers li.news-item:nth-child(3) {
    width: 25%;
  }
  .news ul.newcomers li.news-item:nth-child(2) .image,
  .news ul.newcomers li.news-item:nth-child(3) .image {
    padding: 122.25% 0 0;
  }
  .news ul.newcomers li.news-item:nth-child(1) {
    width: 50%;
  }
  .news ul.newcomers .news-item:nth-child(2) .box .inner-half:after {
    /*background: transparent url(/all-template/org/images/icons_v2.svg) no-repeat scroll -427px 5px;
    content: '';
    height: 17px;
    width: 15px;*/
    position: absolute;
    left: 25px;
    top: -25px;
    font-family: 'FontAwesome';
    content: '\f064';
    font-size: 4.5em;
    color: #ffc423;
  }
}

/* Countdown 2019-03-28
*************************************************************/

#slideshow .item .countdown {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 550px;
  height: 300px;
  border: 8px double rgba(255, 255, 255, 0.6);
}

#day {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 500px;
  color: #fff;
  font: 700 11em 'Lato', sans-serif;
  text-align: center;
}

@media (max-width: 480px) {
  #slideshow .item .countdown {
    top: 40px;
    width: 300px;
    height: 150px;
  }

  #day {
    font: 700 5em 'Lato', sans-serif;
  }
}

@media (max-width: 699px) and (min-width: 480px) {
  #slideshow .item .countdown {
    top: 40px;
    width: 300px;
    height: 150px;
  }

  #day {
    font: 700 6em 'Lato', sans-serif;
  }
}

@media (max-width: 992px) and (min-width: 700px) {
  #slideshow .item .countdown {
    width: 400px;
    height: 200px;
  }

  #day {
    font: 700 9em 'Lato', sans-serif;
  }
}

/* News Alert 2020-03-31
*************************************************************/

/* #news-alert {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#news-alert .box-link a {
  color: #4c4c4c;
  border-bottom: none;
  vertical-align: middle;
}

#news-alert .box-link a:hover {
  color: #030000;
}

#news-alert .box-link a:hover strong {
  text-decoration: underline;
}

#news-alert .box-link a strong {
  font: 700 1.125em/1.3em 'Lato', sans-serif;
  text-transform: uppercase;
}

#news-alert .box-link {
  border: 1px solid #b3b3b3;
  padding: 15px 30px;
  overflow: auto;
}

#news-alert .box-link div {
  display: inline-block;
  vertical-align: middle;
}

#news-alert .box-link a div:first-child {
  float: left;
  width: calc(100% - 15px);
}

#news-alert .box-link a div:last-child {
  float: right;
  width: 15px;
}

#news-alert .box-link.link-1 {
  margin-top: 30px;
}

#news-alert .box-link.link-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#news-alert .video-link {
  padding-top: 15px;
  overflow: auto;
} */

/*------------------2020-06-04---------------------*/
.videoWrap {
  position: relative;
  width: 100%;
  padding-bottom: 55.25%;
}
.videoWrap video {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*------------------2020-07-10---------------------*/

.qrcode {
  background-color: #f1f1f1;
  margin: 20px 10px !important;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  margin-left: -15px;
  margin-right: -15px;
}

.qrcode h3 {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.qr-image {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}

.qr-text {
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.qr-text h3 {
  text-transform: capitalize;
}

.qrcode .text {
  clear: both;
  padding-top: 20px;
}

@media screen and (max-width: 480px) {
  .qr-image {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }

  .qr-text {
    width: 100%;
    margin-top: 20px;
  }
}

/* Notice Card 2020-01-07
*************************************************************/

.notice-card {
  margin: 0 10px;
  border-left: none;
  border-right: none;
  border-top: 10px solid #b3b3b3;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.notice-card span {
  text-transform: uppercase;
  color: #ffc423;
  margin-right: 5px;
  letter-spacing: 2px;
}

.notice-card-title {
  color: #231f20;
  padding: 15px 30px;
  background-color: #e5e5e5;
}

.notice-card-description {
  background-color: #f7f7f7;
  padding: 1px 22px 20px;
  border-bottom: 1px solid #ccc;
}

/* Calandar 2022-03-02
*************************************************************/

.calandar ul li {
  font: 400 0.938em/1.625 Open Sans, sans-serif;
}

.calandar .month {
  padding: 20px 25px;
  width: 100%;
  text-align: center;
}

.calandar .month li {
  color: #231f20;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.calandar .month li:nth-child(2) {
  font-size: 18px;
}

.calandar .weekdays {
  margin: 0;
  padding: 5px 0;
  background-color: #bfb8ab;
}
.calandar .weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}

.calandar .days {
  padding: 0;
  margin: 0;
  line-height: 25px;
}

.calandar .days li {
  margin: 4px 0;
  padding: 5px 0;
  display: inline-block;
  width: 13.6%;
  text-align: center;
}

.calandar .days li.yellow,
.calandar .cal-desc li span.yellow:before {
  background: #ffff99;
}
.calandar .days li.green,
.calandar .cal-desc li span.green:before {
  background: #ccff99;
}
.calandar .days li.blue,
.calandar .cal-desc li span.blue:before {
  background: #ccffff;
}
.calandar .days li.brown,
.calandar .cal-desc li span.brown:before {
  background: #f4a460;
}

.calandar .cal-desc {
  margin: 0;
  padding: 10px 0;
}

.calandar .cal-desc li {
  padding-left: 30px;
  position: relative;
}
.calandar .cal-desc li span::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 1em;
  width: 1.5em;
}

/* Add media queries for smaller screens */
@media screen and (max-width: 720px) {
  .calandar .weekdays li,
  .calandar .days li {
    width: 13.1%;
  }
}

@media screen and (max-width: 420px) {
  .calandar .weekdays li,
  .calandar .days li {
    width: 12.5%;
  }
}

@media screen and (max-width: 290px) {
  .calandar .weekdays li,
  .calandar .days li {
    width: 12.2%;
  }
}

/* resource aside box 2022-10-14
*************************************************************/

.two-column-body.resource .left-column {
  margin-top: 20px;
  padding: 15px;
  line-height: 20px;
  background-color: #d5dee2;
}
.two-column-body.resource .left-column .left-coloumm__title {
  margin-bottom: 10px;
  font: 700 0.938em/1.5 'Montserrat', sans-serif;
  text-transform: capitalize;
  color: #336699;
}

.two-column-body.resource .left-column li {
  font: 400 0.938em/1.5 Open Sans, sans-serif;
}

@media (min-width: 769px) {
  .two-column-body.resource {
    display: flex;
    flex-direction: row;
    flex-warp: warp;
    gap: 1em;
    align-items: flex-start;
    width: 100%;
  }
  .two-column-body.resource .left-column {
    min-width: 330px;
    flex: 0 0 40%;
  }
  .two-column-body.resource .right-column {
    flex-basis: auto;
  }
}

/* 2023-01-20 Social Feed updates
*************************************************************/

.article-list-section .inner-container {
  position: relative;
}
.article-list-section .all-views {
  position: relative;
}
.article-list-section .all-views a {
  font: 600 0.875em 'Lato', sans-serif;
  text-transform: uppercase;
}
.article-list-section .all-views a:hover {
  text-decoration: underline;
}
.article-list-section .news {
  overflow: hidden;
}
.article-list-section .news ul li.hidden {
  margin: 0;
}
.article-list-section .news ul li a {
  display: block;
  outline: 0 none;
  overflow: hidden;
  position: relative;
}
.article-list-section .news ul li a:after {
  background: #fec325;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transition: transform 0.25s ease;
}
.article-list-section .news ul li a:focus,
.article-list-section .news ul li a:hover {
  text-decoration: none;
}
.article-list-section .news ul li a.disabled:after {
  content: none;
}
.article-list-section .news ul li img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
}
@media (min-width: 769px) and (max-width: 992px) {
  .article-list-section .news ul li a .image:before {
    background-color: #030000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease 0s;
  }
  .article-list-section .news ul li a:focus .image:before,
  .article-list-section .news ul li a:hover .image:before {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .article-list-section .news ul li a:focus img,
  .article-list-section .news ul li a:hover img {
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
  }
}
@media (min-width: 993px) and (max-width: 1155px) {
  .article-list-section .news ul li a .image:before {
    background-color: #030000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease 0s;
  }
  .article-list-section .news ul li a:focus .image:before,
  .article-list-section .news ul li a:hover .image:before {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .article-list-section .news ul li a:focus img,
  .article-list-section .news ul li a:hover img {
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .article-list-section .news ul li a .image:before {
    background-color: #030000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease 0s;
  }
  .article-list-section .news ul li a:focus .image:before,
  .article-list-section .news ul li a:hover .image:before {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .article-list-section .news ul li a:focus img,
  .article-list-section .news ul li a:hover img {
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .article-list-section .news ul li a .image:before {
    background-color: #030000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease 0s;
  }
  .article-list-section .news ul li a:focus .image:before,
  .article-list-section .news ul li a:hover .image:before {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .article-list-section .news ul li a:focus img,
  .article-list-section .news ul li a:hover img {
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
  }
}
@media (min-width: 1601px) {
  .article-list-section .news ul li a .image:before {
    background-color: #030000;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.25s ease 0s;
  }
  .article-list-section .news ul li a:focus .image:before,
  .article-list-section .news ul li a:hover .image:before {
    opacity: 0.25;
    filter: alpha(opacity=25);
  }
  .article-list-section .news ul li a:focus img,
  .article-list-section .news ul li a:hover img {
    filter: grayscale(75%);
    -webkit-filter: grayscale(75%);
  }
}
.article-list-section .news ul li .image {
  background: #030000;
  display: block;
  height: 0;
  padding: 66.25% 0 0;
  position: relative;
  z-index: 0;
}
.article-list-section .news ul li .date {
  color: #999999;
  font: 700 0.875em 'Lato', sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.article-list-section .news ul li .title {
  color: #4c4c4c;
  font: 700 1.125em/1.3em 'Lato', sans-serif;
  padding: 20px 15px 15px;
}
.article-list-section .news ul li .date,
.article-list-section .news ul li .title {
  display: block;
  text-align: center;
}
.article-list-section .news ul.no-dates li .date {
  display: none;
}
.article-list-section .news ul.no-dates li .title {
  padding: 20px 15px;
}
@media (min-width: 769px) and (max-width: 992px) {
  .article-list-section ul li a:hover:after,
  .article-list-section ul li a:focus:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 993px) and (max-width: 1155px) {
  .article-list-section ul li a:hover:after,
  .article-list-section ul li a:focus:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .article-list-section ul li a:hover:after,
  .article-list-section ul li a:focus:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .article-list-section ul li a:hover:after,
  .article-list-section ul li a:focus:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 1601px) {
  .article-list-section ul li a:hover:after,
  .article-list-section ul li a:focus:after {
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 993px) and (max-width: 1155px) {
  .article-list-section .all-views {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
  }
  .article-list-section .all-views::after {
    content: '';
    position: absolute;
    bottom: 15px;
    height: 12px;
    width: 9px;
    margin-left: 10px;
    background: transparent
      url('https://8tharmy.korea.army.mil/all-template/org/images/icons_v2.svg')
      no-repeat scroll -268px -60px;
  }
  .article-list-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-list-section ul li {
    flex: 0 0 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-list-section ul li .date {
    font: 700 0.875em 'Lato', sans-serif;
  }
  .article-list-section ul li .title {
    font: 600 1.125em/1.4em 'Lato', sans-serif;
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .article-list-section .all-views {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
  }
  .article-list-section .all-views::after {
    content: '';
    position: absolute;
    bottom: 15px;
    height: 12px;
    width: 9px;
    margin-left: 10px;
    background: transparent
      url('https://8tharmy.korea.army.mil/all-template/org/images/icons_v2.svg')
      no-repeat scroll -268px -60px;
  }
  .article-list-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-list-section ul li {
    flex: 0 0 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-list-section ul li .date {
    font: 700 0.875em 'Lato', sans-serif;
  }
  .article-list-section ul li .title {
    font: 600 1.125em/1.4em 'Lato', sans-serif;
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .article-list-section .all-views {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
  }
  .article-list-section .all-views::after {
    content: '';
    position: absolute;
    bottom: 15px;
    height: 12px;
    width: 9px;
    margin-left: 10px;
    background: transparent
      url('https://8tharmy.korea.army.mil/all-template/org/images/icons_v2.svg')
      no-repeat scroll -268px -60px;
  }
  .article-list-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-list-section ul li {
    flex: 0 0 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-list-section ul li .date {
    font: 700 0.875em 'Lato', sans-serif;
  }
  .article-list-section ul li .title {
    font: 600 1.125em/1.4em 'Lato', sans-serif;
  }
}
@media (min-width: 1601px) {
  .article-list-section .all-views {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px 20px;
    background-color: #ffffff;
  }
  .article-list-section .all-views::after {
    content: '';
    position: absolute;
    bottom: 15px;
    height: 12px;
    width: 9px;
    margin-left: 10px;
    background: transparent
      url('https://8tharmy.korea.army.mil/all-template/org/images/icons_v2.svg')
      no-repeat scroll -268px -60px;
  }
  .article-list-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-list-section ul li {
    flex: 0 0 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-list-section ul li .date {
    font: 700 0.875em 'Lato', sans-serif;
  }
  .article-list-section ul li .title {
    font: 600 1.125em/1.4em 'Lato', sans-serif;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .article-list-section .all-views {
    margin-top: 30px;
    text-align: center;
  }
  .article-list-section .all-views a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fec325;
  }
  .article-list-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-list-section ul li {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .article-list-section .all-views {
    margin-top: 30px;
    text-align: center;
  }
  .article-list-section .all-views a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fec325;
  }
  .article-list-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .article-list-section ul li {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .article-list-section {
    max-width: 446px;
    margin: 0 auto;
  }
  .article-list-section .all-views {
    margin-top: 30px;
    text-align: center;
  }
  .article-list-section .all-views a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fec325;
  }
  .article-list-section ul li {
    margin-top: 15px;
  }
  .article-list-section ul li:first-child {
    margin-top: 0;
  }
  .article-list-section ul li:nth-child(4),
  .article-list-section ul li:nth-child(5),
  .article-list-section ul li:nth-child(6) {
    display: none;
  }
}
@media (max-width: 480px) {
  .article-list-section {
    max-width: 446px;
    margin: 0 auto;
  }
  .article-list-section .all-views {
    margin-top: 30px;
    text-align: center;
  }
  .article-list-section .all-views a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #fec325;
  }
  .article-list-section ul li {
    margin-top: 15px;
  }
  .article-list-section ul li:first-child {
    margin-top: 0;
  }
  .article-list-section ul li:nth-child(4),
  .article-list-section ul li:nth-child(5),
  .article-list-section ul li:nth-child(6) {
    display: none;
  }
}

.headlines-list-section {
  background-color: #f7f7f7;
}
.headlines-list-section .subhead span {
  background-color: #f7f7f7;
}
@media (max-width: 480px) {
  .headlines-list-section .subhead {
    max-width: 446px;
    margin: 30px auto;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .headlines-list-section .subhead {
    max-width: 446px;
    margin: 30px auto;
  }
}

.headlines ul li {
  margin: 0 0 25px;
  overflow: hidden;
}
.headlines ul li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.headlines ul li .date {
  color: #7f7f7f;
  padding-right: 15px;
  text-transform: uppercase;
}
.headlines ul li a {
  padding-right: 23px;
}
.headlines ul li a .view-more-arrow-sm {
  display: none;
}
.headlines ul li a:after {
  background: transparent url('/images/rv7/mobile_redesign_sprite_icons_v3.svg')
    no-repeat scroll -442px 0;
  content: '';
  height: 12px;
  margin-left: 9px;
  margin-top: 7px;
  position: absolute;
  vertical-align: middle;
  width: 14px;
}
.headlines ul li a:hover {
  text-decoration: none;
}
.headlines ul li a,
.headlines ul li .date {
  display: block;
}
@media (min-width: 769px) and (max-width: 992px) {
  .headlines ul li a {
    padding-right: 54px;
  }
  .headlines ul li a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(40px);
    -ms-transform: translateX(40px);
    transition: all 0.25s ease;
  }
  .headlines ul li a:hover:after,
  .headlines ul li a:focus:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 993px) and (max-width: 1155px) {
  .headlines ul li a {
    padding-right: 54px;
  }
  .headlines ul li a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(40px);
    -ms-transform: translateX(40px);
    transition: all 0.25s ease;
  }
  .headlines ul li a:hover:after,
  .headlines ul li a:focus:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .headlines ul li a {
    padding-right: 54px;
  }
  .headlines ul li a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(40px);
    -ms-transform: translateX(40px);
    transition: all 0.25s ease;
  }
  .headlines ul li a:hover:after,
  .headlines ul li a:focus:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .headlines ul li a {
    padding-right: 54px;
  }
  .headlines ul li a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(40px);
    -ms-transform: translateX(40px);
    transition: all 0.25s ease;
  }
  .headlines ul li a:hover:after,
  .headlines ul li a:focus:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 1601px) {
  .headlines ul li a {
    padding-right: 54px;
  }
  .headlines ul li a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateX(40px);
    -ms-transform: translateX(40px);
    transition: all 0.25s ease;
  }
  .headlines ul li a:hover:after,
  .headlines ul li a:focus:after {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateX(0);
    -ms-transform: translateX(0);
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .headlines ul li {
    display: table;
    width: 100%;
  }
  .headlines ul li a,
  .headlines ul li .date {
    display: table-cell;
    font: 600 1em/1.375em 'Lato', sans-serif;
  }
  .headlines ul li .date {
    width: 200px;
  }
  .headlines ul li a:after {
    margin-top: 5px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .headlines ul li {
    display: table;
    width: 100%;
  }
  .headlines ul li a,
  .headlines ul li .date {
    display: table-cell;
    font: 600 1em/1.375em 'Lato', sans-serif;
  }
  .headlines ul li .date {
    width: 200px;
  }
  .headlines ul li a:after {
    margin-top: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1155px) {
  .headlines ul li {
    display: table;
    width: 100%;
  }
  .headlines ul li a,
  .headlines ul li .date {
    display: table-cell;
    font: 600 1em/1.375em 'Lato', sans-serif;
  }
  .headlines ul li .date {
    width: 200px;
  }
  .headlines ul li a:after {
    margin-top: 5px;
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .headlines ul li {
    display: table;
    width: 100%;
  }
  .headlines ul li a,
  .headlines ul li .date {
    display: table-cell;
    font: 600 1em/1.375em 'Lato', sans-serif;
  }
  .headlines ul li .date {
    width: 200px;
  }
  .headlines ul li a:after {
    margin-top: 5px;
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .headlines ul li {
    display: table;
    width: 100%;
  }
  .headlines ul li a,
  .headlines ul li .date {
    display: table-cell;
    font: 600 1em/1.375em 'Lato', sans-serif;
  }
  .headlines ul li .date {
    width: 200px;
  }
  .headlines ul li a:after {
    margin-top: 5px;
  }
}
@media (min-width: 1601px) {
  .headlines ul li {
    display: table;
    width: 100%;
  }
  .headlines ul li a,
  .headlines ul li .date {
    display: table-cell;
    font: 600 1em/1.375em 'Lato', sans-serif;
  }
  .headlines ul li .date {
    width: 200px;
  }
  .headlines ul li a:after {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .headlines {
    max-width: 446px;
    margin: 0 auto;
  }
  .headlines ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .headlines ul li .date {
    font: 400 0.875em 'Lato', sans-serif;
    margin: 0 0 5px;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .headlines {
    max-width: 446px;
    margin: 0 auto;
  }
  .headlines ul li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .headlines ul li .date {
    font: 400 0.875em 'Lato', sans-serif;
    margin: 0 0 5px;
  }
}

.videos ul li {
  position: relative;
  margin: 0 0 25px;
  overflow: hidden;
}
.videos ul li .video-tile-image {
  display: block;
  outline: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.videos ul li a {
  display: block;
}
.videos ul li .tile-click {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
}
.videos ul li .tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.25s linear 0s;
  background-color: transparent;
  background-image: linear-gradient(0deg, transparent 20%, rgba(0, 0, 0, 0.6));
  z-index: 2;
}
.videos ul li .image {
  background-color: #030000;
  display: block;
  height: 0;
  padding: 66.25% 0 0;
  position: relative;
}
.videos ul li .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  margin: auto;
  transform: translate(-50%, -50%);
}
.videos ul li .title {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 5px solid #fec325;
  z-index: 3;
  font: 700 1.125em/1.375em 'Lato', sans-serif;
}
.videos ul li .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-image: url(https://8tharmy.korea.army.mil/all-template/org/images/icons_v2.svg);
  background-position: -206px -25px;
  background-repeat: no-repeat;
  z-index: 2;
}
.videos ul .more-info {
  margin-top: 15px;
  font: 600 1em/1.375em 'Lato', sans-serif;
}
.videos ul .more-info:hover {
  text-decoration: underline;
  color: #15528b;
  cursor: pointer;
}
@media (min-width: 993px) and (max-width: 1155px) {
  .videos ul {
    display: flex;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .videos ul li {
    flex: 0 0 25%;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos ul li:first-child {
    flex: 0 0 50%;
  }
  .videos ul li:first-child .image {
    padding: 66.25% 0 0;
  }
  .videos ul li:first-child .image img {
    width: 120%;
  }
  .videos ul li .image {
    padding: 141.25% 0 0;
  }
  .videos ul li .image img {
    width: 250%;
  }
  .videos .title {
    margin: 25px;
    padding-left: 10px;
    font: 700 1.2em/1.2em 'Lato', sans-serif;
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .videos ul {
    display: flex;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .videos ul li {
    flex: 0 0 25%;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos ul li:first-child {
    flex: 0 0 50%;
  }
  .videos ul li:first-child .image {
    padding: 66.25% 0 0;
  }
  .videos ul li:first-child .image img {
    width: 120%;
  }
  .videos ul li .image {
    padding: 141.25% 0 0;
  }
  .videos ul li .image img {
    width: 250%;
  }
  .videos .title {
    margin: 25px;
    padding-left: 10px;
    font: 700 1.2em/1.2em 'Lato', sans-serif;
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .videos ul {
    display: flex;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .videos ul li {
    flex: 0 0 25%;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos ul li:first-child {
    flex: 0 0 50%;
  }
  .videos ul li:first-child .image {
    padding: 66.25% 0 0;
  }
  .videos ul li:first-child .image img {
    width: 120%;
  }
  .videos ul li .image {
    padding: 141.25% 0 0;
  }
  .videos ul li .image img {
    width: 250%;
  }
  .videos .title {
    margin: 25px;
    padding-left: 10px;
    font: 700 1.2em/1.2em 'Lato', sans-serif;
  }
}
@media (min-width: 1601px) {
  .videos ul {
    display: flex;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .videos ul li {
    flex: 0 0 25%;
    align-items: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos ul li:first-child {
    flex: 0 0 50%;
  }
  .videos ul li:first-child .image {
    padding: 66.25% 0 0;
  }
  .videos ul li:first-child .image img {
    width: 120%;
  }
  .videos ul li .image {
    padding: 141.25% 0 0;
  }
  .videos ul li .image img {
    width: 250%;
  }
  .videos .title {
    margin: 25px;
    padding-left: 10px;
    font: 700 1.2em/1.2em 'Lato', sans-serif;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .videos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .videos ul li {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos ul li:nth-child(3) {
    display: none;
  }
  .videos .title {
    margin: 15px;
    padding-left: 10px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .videos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .videos ul li {
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .videos ul li:nth-child(3) {
    display: none;
  }
  .videos .title {
    margin: 15px;
    padding-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .videos {
    max-width: 446px;
    margin: 0 auto;
  }
  .videos ul li {
    margin-top: 15px;
  }
  .videos ul li:first-child {
    margin-top: 0;
  }
  .videos ul li:nth-child(3) {
    display: none;
  }
  .videos ul li .title {
    margin: 15px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .videos {
    max-width: 446px;
    margin: 0 auto;
  }
  .videos ul li {
    margin-top: 15px;
  }
  .videos ul li:first-child {
    margin-top: 0;
  }
  .videos ul li:nth-child(3) {
    display: none;
  }
  .videos ul li .title {
    margin: 15px;
    padding-left: 10px;
  }
}

.modal-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 101;
  overflow-y: auto;
}
.modal-window .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.modal-window .hidden {
  max-width: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.modal-window .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  margin: 30px;
  background: url(https://8tharmy.korea.army.mil/all-template/org/images/icons_v2.svg)
    no-repeat -284px 0;
  cursor: pointer;
}
.modal-window .videoWrapper {
  position: relative;
  margin-top: 100px;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
}
.modal-window .video-elem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media (min-width: 993px) and (max-width: 1155px) {
  .modal-window .video-elem {
    max-width: 952px;
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .modal-window .video-elem {
    max-width: 952px;
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .modal-window .video-elem {
    max-width: 952px;
  }
}
@media (min-width: 1601px) {
  .modal-window .video-elem {
    max-width: 952px;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .modal-window .video-elem {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .modal-window .video-elem {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .modal-window .video-elem {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal-window .video-elem {
    width: 100%;
  }
}

.twitter-list-section {
  background-color: #fef6df;
}
.twitter-list-section .subhead span {
  background-color: #fef6df;
}
@media (max-width: 480px) {
  .twitter-list-section .subhead {
    max-width: 446px;
    margin: 30px auto;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .twitter-list-section .subhead {
    max-width: 446px;
    margin: 30px auto;
  }
}

.tweets .tweet-box {
  margin-bottom: 30px;
}
.tweets .tweet {
  position: relative;
  padding: 30px;
  height: 100%;
  border-top: 4px solid #fec325;
  background-color: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  font-weight: 500;
}
.tweets .tweet .tweet-head {
  margin-bottom: 10px;
  font: 700 1.125em/1.4 'Lato', sans-serif;
  text-transform: capitalize;
}
.tweets .tweet .tweet-head .date {
  margin-left: 5px;
  font-size: 15px;
  color: #666666;
  text-transform: lowercase;
}
.tweets .tweet .tweets {
  margin-bottom: 50px;
}
.tweets .tweet .tweets a {
  overflow: hidden;
  word-break: break-all;
}
.tweets .tweet .tweets a:hover {
  text-decoration: underline;
}
.tweets .tweet .sm-icons .sm-icons-left {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}
.tweets .tweet .sm-icons .sm-icons-left a {
  color: #7f7f7f;
  margin-right: 10px;
}
.tweets .tweet .sm-icons .sm-icons-right {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.tweets .tweet .sm-icons a {
  font-size: 1.25rem;
  text-decoration: none;
}
.tweets .tweet .sm-icons a:hover {
  color: #fec325;
}
.tweets .tweet .sm-icons a.fa-twitter {
  font-size: 1.5rem;
}
.tweets .tweet a {
  color: #399df1;
  font-weight: 600;
}

@media (min-width: 993px) and (max-width: 1155px) {
  .tweets .tweet-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tweets .tweet-box {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 250px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1156px) and (max-width: 1210px) {
  .tweets .tweet-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tweets .tweet-box {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 250px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1211px) and (max-width: 1600px) {
  .tweets .tweet-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tweets .tweet-box {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 250px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1601px) {
  .tweets .tweet-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tweets .tweet-box {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 250px;
    margin-bottom: 15px;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  .tweets .tweet-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tweets .tweet-box {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 250px;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .tweets .tweet-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tweets .tweet-box {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 250px;
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 699px) {
  .tweets {
    max-width: 446px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .tweets {
    max-width: 446px;
    margin: 0 auto;
  }
}

/* Army Reserve Opportunity 2024-02-06
*************************************************************/
.command-container {
  display: flex;
  justify-content: space-between;
}
.command-container .command-logo {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.3%;
  text-align: center;
}
.command-container .command-logo:first-child {
  text-align: left;
}
.command-container .command-logo:last-child {
  text-align: right;
}
.command-container .command-logo img {
  max-width: 120px;
}


/* News Alert 2024-02-13
*************************************************************/
#alerts .container {
  margin: 0 auto 100px;
}
.alert-tile {
  display: flex;
  flex: 1 1 auto;
  border: 1px solid #b3b3b3;
  padding: 25px;
}
.alert-image {
  min-width: 150px;
  max-width: 200px;
  margin-right: 15px;
}
.alert-desc a{
  word-wrap: break-word;
  text-decoration: underline #fec325;
  background-color: #fec325;
}
.alert-desc .title {
  font: 700 1.125em/1.3em 'Lato', sans-serif;
  text-transform: uppercase;
}
.alert-desc .desc {
  padding: 20px 15px 15px 0;
}

@media (max-width:699px){
  #alerts .container {
    margin: 0 auto 50px;
  }
  .alerts {
    max-width: 446px;
    margin: 0 auto;
  }
  .alert-tile{
    display: block;
  }
  .alert-image {
    margin: 0 auto 30px;
  }
}
@media (min-width:700px) and (max-width:991px) {
  #alerts .container {
    margin: 0 auto 60px;
  }
}