@import url('/web/20161021020435cs_/http://8tharmy.korea.army.mil/site/lib/font-awesome/css/font-awesome.css');
@import url(https://webarchive.library.unt.edu/web/20161021020435cs_/https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://webarchive.library.unt.edu/web/20161021020435cs_/https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);
@import url(https://webarchive.library.unt.edu/web/20161021020435cs_/https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, "Helvetica Neue";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}

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,.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: 991px) {
  .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: #1d181f;
  border-bottom: 4px solid #36424a;
  clear: both;
}

.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: inherit;
}

.topnav ul li{
  float:left;
}

.navbar ul li a{
  position: relative;
  display: inline-block;
  padding: 25px 15px;
  color: #f2f2f2;
  font-size: 1.063em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', serif !important;
  letter-spacing: 0.8px;
  background: transparent url('/web/20161021020435oe_/http://8tharmy.korea.army.mil/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: 317px;
  background-image: url('/web/20161021020435oe_/http://8tharmy.korea.army.mil/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('/web/20161021020435oe_/http://8tharmy.korea.army.mil/site/images/common/us-army-227x279.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: 180px;
  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;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.000em;
  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 {
  display: none;
}

.navbar ul li.icon .container {
  position: absolute;
  top: 5px;
  right: 15px;
  display: inline-block;
  cursor: pointer;
}

.navbar ul li.icon .container.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);
}


@media screen and (max-width: 991px) {
  .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: 220px;
  }
  .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: 991px) {
  .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-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-size: 16px;
  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 {
  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:hover img {
  -webkit-filter: grayscale(65%);
  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: 20px 0 0;
}

.featured-links h4 {
  margin: 30px 0 30px;
  font-size: 1.5em;
  text-transform: uppercase;
}

.featured-links h4:after {
  background: #fec325;
  content: '';
  display: block;
  height: 5px;
  margin: 20px 0 0;
  width: 60px;
}

.featured-links ul li a {
  color: #57584f;
  display: inline-block;
  padding: 7px 0;
  font-weight: bold;
  text-decoration: none;
}

/*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, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/*Alert Box*/
.alert-box {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 0.8;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert-box.success {background-color: #4CAF50;}
.alert-box.info {background-color: #2196F3;}
.alert-box.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    float: right;
    font-size: 35px;
    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: 15px;
  padding-bottom: 15px;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  background-size: contain;
  background-repeat: no-repeat;
}
.alert-container .alert.warning {
  background-image: url('/web/20161021020435oe_/http://8tharmy.korea.army.mil/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: 15px;
  color: rgba(0,0,0,0.5);
  font-size: 35px;
  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 .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: .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: .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: .15s;
}
.btn > div:hover span:last-child, .btn > div:hover span:nth-child(5) {
    transition-delay: .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: .3s;
}
.btn > div:hover span:last-child {
    left: 50%;
}

/*buttons*/
.btnLarge {
  width: 100%;
  padding: 13px 19px;
  text-align: left;
  font-family: 'Lato', 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: 5px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: inherit;
}

.btnLarge .description {
  margin-bottom: 5px;
}

.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: .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;
}

/*Accordian Blue*/
.accordian-blue li.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 li.trigger span:before {
  position: absolute;
  top: 17px;
  left: 15px;
  height: 20px;
  width: 20px;
  background-color: #36424a;
  background-image: url('/web/20161021020435oe_/http://8tharmy.korea.army.mil/site/images/common/angle.png');
  background-size: 20px;
  background-position: 0px 0px;
  content: "";
}

.accordian-blue li.trigger span.active:before {
  background-color: #ffc423;
  background-position: 100px 100px;
}

.accordian-blue li.trigger span.active {
  color: #ffc423;
}

.accordian-blue li.target {
  background-color: #e4eaec;
  padding: 0 15px 20px 23px;
  display: none;
}

.accordian-blue li.target a {
  color: #00557f;
}

.accordian-blue li.target a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.accordian-blue li .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 li .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('/web/20161021020435oe_/http://8tharmy.korea.army.mil/site/images/common/bullet-large.png');
}


/*Youtube*/
.youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 58.5%;
}

.youtubeWrap iframe {
  position: absolute;
  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 {
  width: 100%;
  min-height: 300px;
  background: #1d181f;
}


.infolist {
  margin: 30px 0 20px 0;
}

.infolist p {
  vertical-align: middle;
  font-family: 'Montserrat', serif;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}

.infolist ul {
  margin: 15px 0;
}

.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;
}

.infolist .social p {
  margin-bottom: 5px;
}

.infolist .social a {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.infolist .social .fa-circle {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}

.infolist .social .fa-circle.facebook {
  color: #3b5998;
}

.infolist .social .fa-circle.twitter {
  color: #00aced;
}

.infolist .social .fa-circle.youtube {
  color: #bb0000;
}

.infolist .social .fa-circle.flickr {
  color: #ff0084;
}

.infolist .social .fa-circle.instagram {
  color: #125688;
}

.infolist ul>li>a:hover {
  color: #336699;
}

.infolist .social a:hover .fa-circle {
  color: rgba(255, 255, 255, 0.6);
}

.infolist.c4 figure img.qr-code {
  display: block;
  margin-top: 10px;
  height: 80px;
  width: 80px;
}

.copyright {
  clear: both;
  width: 100%;
}

.copyright .divider {
  border-top: 1px dashed rgba(34, 36, 38, .20);
  border-bottom: 1px dashed rgba(255, 255, 255, .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, .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 screen and (max-width: 768px) {
  footer {
    min-height: 640px;
  }

  footer .wrap {
    padding: 0;
  }
  .infolist {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
  .infolist {
    margin-top: 20px;
  }
  .infolist ul {
    margin: 0;
    padding-top: 8px;
  }
  .infolist ul>li {
    border-bottom: 1px solid #282725;
    vertical-align: middle;
    background-image: url('/web/20161021020435oe_/http://8tharmy.korea.army.mil/site/images/common/icon-chevron-40x40.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right center;
  }
  .infolist ul>li>a {
    line-height: 23px;
  }
  .infolist.c4 .footer-logo {
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100px;
  }
  .copyright {
    padding: 0 15px;
  }
  .copyright ul>li {
    display: block;
    border: 0;
    line-height: 20px;
  }
  .copyright .disclaimer {
    padding: 0 0 20px 0;
  }
}

/*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;
}
