﻿@import url('/all-template/lib/font-awesome/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(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', sans-serif !important;
  letter-spacing: 0.8px;
  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: 317px;
  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/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 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 .25s ease, opacity .25s ease, filter .25s ease, opacity .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: .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('/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: "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: 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('/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('/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', sans-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('/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;
}


/*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: .7;
	margin: 0 1px;
	color: rgba(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,.15);
}

.subMenu .title{
	margin: 0;
	padding-bottom: 20px;
	text-transform:uppercase;
}

.subMenu ul li .item{
  font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
  letter-spacing: -0.3px;
	line-height: 35px;
	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,.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: 1170px) {
  .subMenu {
		display: none;
	}
}

/*Left Navigation
----------------------------------------------------------------------------------------*/
.quickMenu {
	display: inline-block;
	margin: 50px 0;
	width: 10%;
	vertical-align:top;
}

.quickMenu .header {
	font-size: 12px;
	color: rgba(0,0,0,0.8);
}

.quickMenu ul{
	margin-top: 10px;
}

.quickMenu .item a{
	font-size: 13px;
	line-height: 40px;
	color: rgba(0,0,0,0.5);
}

.quickMenu .item a:hover{
	color: #4183c4;
}

@media screen and (max-width: 1170px) {
  .quickMenu  {
	  width: 12%;
	}

	.quickMenu .item a {
	  font-size: 18px;
	  line-height: 50px;
	}

	.quickMenu .item .title {
		display: none;
	}
}

@media screen and (max-width: 480px) {
  .quickMenu  {
    width: 100%;
    margin-bottom:50px;
	}

	.quickMenu ul li{
	  display: inline-block;
	}
}

/*Common
----------------------------------------------------------------------------------------*/
.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: 68%;
	vertical-align:top;
	padding-right: 30px;
	margin-bottom: 50px;
	min-height: 700px;
}

.mainSection .title{
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	color: #36424a;
}

.mainSection h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
}

.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,.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: bold;
}

.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%;
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	position: absolute;
	left: 25px;
	bottom: 15px;
}

.landingCaption h3{
	margin: 0;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
}

.landingCaption p{
	margin: 5px 0 0 0;
	font-size:13px;
}


.landingVideo {
	position: absolute;
	right: 50px;
	bottom: 20px;
}

.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-size: 17px;
	font-weight: bold;
}

.landingContent a{
	color: #448bc6;
}

.landingContent a:hover{
	text-decoration: underline;
}

/*Other sections*/
.left-section {
	width: 70%;
	padding: 0 30px;
}

.left-section .item {
	border-bottom: 1px solid rgba(34,36,38,.15);
	height: auto;
	padding: 20px 0;
}

.left-section .title {
	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) {
  .mainSection {
		width: 87%;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
  .mainSection {
		min-height: 0;
	}
  .landingContent {
	  min-height: 0;
	}

	.left-section {
  	width: 100%;
    padding: 0;
	}

	.right-section {
	  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,.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,.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;
}

.image-left {
	float: left;
	position: relative;
	overflow:hidden;
	width : 35%;
}

.image-right {
	float: right;
	margin: 20px 0 10px 15px;
}

.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;
  }
}


/*listing*/
.listing {
	margin-left: 15px;
	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:before{
	content: '•';
	padding-right: 5px;
}


/*Table*/
.table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  border: 1px solid rgba(34,36,38,.15);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border-radius: .28571429rem;
  text-align: left;
  color: rgba(0,0,0,.87);
  border-collapse: separate;
  border-spacing: 0;
}

.greyTable {
	width: 100%;
	margin: 10px 0;
	border: 1px solid rgba(34,36,38,.15);
	border-radius: 5px;
	text-align: left;
	border-collapse:separate;
	border-spacing: 0;
}

.greyTable thead th {
	background: #f9fafb;
	padding: 13px 10px;
	border-bottom: 1px solid rgba(34,36,38,.1);
}

.greyTable tr{
	display: table-row;
}

.greyTable td{
	border-top: 1px solid rgba(34,36,38,.1);
	border-right: 1px solid rgba(34,36,38,.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 {
	margin: 20px 0;
	width: 100%;
	border: 1px solid #d5dee2;
}

.right-banner-box li.addLink {
	padding: 20px;
	background-color: #d5dee2;
	text-align: left;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, 'Helvetica Neue';
  line-height: 17px;
  color: #336699;
}

.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;
}

@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-container ul:after {
  content: " ";
  display: block;
  clear: both;
}

#leaders .inner-container ul {
  margin-left: -15px;
  margin-right: -15px;
}

#leaders .inner-container ul li {
  margin: 30px 0 0;
}

#leaders .inner-container ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width:480px) {
  #leaders .inner-container ul li {
    width: 100%;
  }
  #leaders .inner-container ul li:nth-child(-n+1) {
    margin: 0;
  }
}

@media (min-width:481px) and (max-width:768px) {
  #leaders .inner-container ul li {
    width: 50%;
  }
  #leaders .inner-container ul li:nth-child(-n+2) {
    margin: 0;
  }
}

@media (min-width:769px) {
  #leaders .inner-container ul li {
    width: 33.33333%;
  }
  #leaders .inner-container ul li:nth-child(-n+1) {
    margin: 0;
  }
  #leaders .inner-container ul li:nth-child(3n-1) {
    clear: left;
  }
}

#leaders .inner-container ul li a {
  display: block;
  position: relative;
}

#leaders .inner-container 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-container ul li img {
  bottom: -2000px;
  margin: auto;
  position: absolute;
  top: -2000px;
  width: 100%;
  transition: -webkit-filter .25s ease, opacity .25s ease, filter .25s ease, opacity .25s ease;
}

#leaders .inner-container 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: .7;
}

#leaders .inner-container 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-container ul li a:hover:before {
  right: 0;
}

#leaders .inner-container 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-container ul li .box span {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
}

#leaders .inner-container ul li .box .header {
  font-size: 16px;
}

#leaders .inner-container 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,
#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,
#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: 1em;
  text-transform: uppercase;
}

.columns .ui-table tbody tr td:nth-child(2){
  font-size: 1.4em;
  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.9em;
  font-weight: 700;
  text-transform: uppercase;
}
.columns .ui-table tbody tr td:last-child a:after{
  content: "\f061";
  font-family: FontAwesome;
  position:absolute;
  right:-20px;
  color: #fec325;
  font-weight: 400;
}

#publication-archive.columns .ui-table tbody tr td {
  margin-left: 180px;
}
#publication-archive.columns .ui-table tbody tr td:nth-child(2) {
  padding:0;
}

#publication-archive.columns .ui-table tbody tr td:nth-child(2) img{
  position: absolute;
  width: 130px;
  top: -25px;
  left: -175px;
}

#publication-archive.columns .ui-table tbody tr td:nth-child(3) {
  font-size: 1.5em;
  line-height: 1.3em;
}

#publication-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 a {
  margin-right: 10px;
}
