/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  overflow-x: hidden;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid;
  padding-left: 20px;
}
:focus {
  outline: 0;
}
#form_error {
  border-top: 1px solid #0b2a4a;
  background: #40a8c6;
  color: #ffffff;
  padding-bottom: 63px;
}
.form .form-group {
  margin-top: 1rem;
  position: relative;
  width: 100%;
}
.form .form-group:before,
.form .form-group:after {
  content: " ";
  display: table;
}
.form .form-group:after {
  clear: both;
}
.form .form-group p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0;
  padding: 0 0 10px;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .form .form-group p {
    padding: 0;
  }
}
.form .form-group .error {
  font-size: 11px;
  color: #40a8c6;
  font-style: italic;
}
.form label {
  display: inline-block;
  text-transform: uppercase;
}
.form textarea {
  color: #0b2a4a;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  width: 100%;
}
.form input[type="text"],
.form select {
  border-radius: 0;
  box-sizing: border-box;
  height: 59px;
  padding: 0 0 0 15px;
  width: 100%;
}
.form input[type="text"] {
  color: #0b2a4a;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1em;
}
.form select {
  background: #ffffff url(../images/arrow_down_inverted.png) no-repeat right center;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}
.form .radio,
.form .checkbox {
  position: relative;
}
.form .radio label,
.form .checkbox label {
  cursor: pointer;
  display: block;
  line-height: 22px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 0;
}
.form .radio label:before,
.form .checkbox label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 2px solid #0b2a4a;
}
.form .radio input[type=radio]:checked + label:before,
.form .checkbox input[type=radio]:checked + label:before,
.form .radio input[type=checkbox]:checked + label:before,
.form .checkbox input[type=checkbox]:checked + label:before {
  background: #40a8c6;
}
.form .radio label:before {
  border-radius: 100%;
}
.form .radio.inline label,
.form .checkbox.inline label {
  display: inline-block;
  margin-bottom: 0px;
}
.form textarea {
  min-height: 170px;
  border: none;
  display: block;
  padding: 10px 15px 20px;
  text-transform: none;
  color: #555;
  width: 100%;
}
.form .captcha:before,
.form .captcha:after {
  content: " ";
  display: table;
}
.form .captcha:after {
  clear: both;
}
.form .captcha label {
  display: block;
  width: 100%;
}
.form .captcha a {
  display: block;
  float: left;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 15px;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .form .captcha input {
    float: left;
    width: 20%;
  }
}
.form .button {
  clear: both;
  margin-top: 30px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .form .button {
    width: 25%;
    margin-right: 2%;
  }
}
.form .button:before {
  border-top: 2px solid #0b2a4a;
  content: "";
  display: block;
  width: 100%;
}
.form button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}
.form button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
}
.form button.back:before {
  content: "\f137";
}
@media only screen and (min-width: 769px) {
  .form .field_1_col,
  .form .field_2_col,
  .form .field_3_col {
    float: left;
    box-sizing: border-box;
    padding-right: 2%;
  }
  .form .multi-column .field_1_col:last-child,
  .form .multi-column .field_2_col:last-child,
  .form .multi-column .field_3_col:last-child {
    padding-right: 0;
  }
  .form .field_1_col {
    width: 25%;
  }
  .form .field_2_col {
    width: 50%;
  }
  .form .field_3_col {
    width: 75%;
  }
}
/*------------------------------------------------*/
/*-----------------[GENERAL]----------------------*/
/*------------------------------------------------*/
body,
html {
  height: 100%;
}
body {
  color: #0b2a4a;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
h1,
h2,
h3,
h4 {
  font-family: 'TheSerif', serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h1.header {
  font-size: 26px;
  line-height: 34px;
  width: 96%;
  padding: 2%;
  border: none;
}
h1.header center {
  padding: 5%;
  border: 1px solid #eae6e1;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 26px;
  line-height: 34px;
}
h4 {
  font-size: 21px;
  line-height: 28px;
}
a {
  text-decoration: none;
  color: inherit;
}
a.chevron:before {
  content: '\f138';
  font-family: 'FontAwesome';
  font-size: 18px;
  padding-right: 17px;
}
p {
  text-transform: none;
  margin: 20px auto;
  max-width: 750px;
}
sup {
  font-size: 0.6em;
  height: 0;
  line-height: 1em;
  position: relative;
  vertical-align: text-top;
}
sub {
  vertical-align: sub;
  font-size: 0.6em;
}
hr {
  background: #0b2a4a;
  height: 1px;
  border: none;
  border-top: 1px solid #0b2a4a;
}
form {
  overflow: hidden;
}
input[type="password"],
input[type="text"],
select {
  display: block;
  background: #FFF;
  padding: 10px 25px;
  margin: 2px 0;
  font-size: 14px;
  font-weight: 600;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type=submit] {
  background: #40a8c6;
  width: 100%;
  text-align: left;
  color: #0b2a4a;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #0b2a4a;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.nopad {
  padding: 0 !important;
}
.center {
  text-align: center;
}
.fullwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.aqua {
  color: #40a8c6;
}
.pull_quote {
  font-family: 'TheSerif', serif;
  font-size: 24px;
  color: #40a8c6;
  font-style: italic;
  border-top: 2px solid #0b2a4a;
  border-bottom: 2px solid #0b2a4a;
  text-align: center;
  padding: 22px 0;
}
.no_border_top li:first-child {
  border-top: none;
}
.hero_text {
  background-color: #0b2a4a;
  float: left;
  font-family: 'TheSerif', serif;
  font-size: 1.3em;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  padding: 0;
  width: 100%;
  width: auto;
}
.hero_text .callout {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/wingspan.png) bottom center no-repeat;
  padding-bottom: 1.5em;
}
.hero {
  display: block;
  position: relative;
}
.hero:after {
  border: 1px solid #eae6e1;
  content: "";
  display: block;
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  top: 25px;
}
.hero .row {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin: 0;
  max-width: none;
  width: 100%;
}
.hero .row:before,
.hero .row:after {
  content: " ";
  display: table;
}
.hero .row:after {
  clear: both;
}
@media only screen and (min-width: 769px) {
  .hero .row {
    max-height: 650px;
  }
}
.hero .hero-image {
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  /* custom background-position */

  background-position: 50% 50%;
  /* ie8- graceful degradation */

  background-position: 50% 50%9 !important;
}
.hero .content {
  background: #0b2a4a;
  box-sizing: border-box;
  color: #eae6e1;
  margin: 0;
  padding: 6%;
  text-align: center;
}
.hero .content.cta_pad {
  padding-bottom: 150px;
}
@media only screen and (max-width: 769px) {
  .hero .content.hero_full {
    padding: 14%;
  }
}
@media only screen and (min-width: 1281px) {
  .hero .content {
    padding: 7%;
  }
}
.hero .content h1 {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: normal;
}
.hero .content img {
  margin-top: 25px;
}
.hero .content p {
  margin-bottom: 0;
}
.hero .content .cta {
  position: absolute;
  bottom: 22px;
  width: 80%;
  margin: 0 3%;
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  .hero .content .cta {
    width: 30%;
  }
}
.hero .content .cta:before {
  border-top: 2px solid #fff;
  content: "";
  display: block;
  width: 100%;
}
.hero .content .cta a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}
.hero .content .cta a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin-right: 0.8em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f138";
}
@media only screen and (min-width: 769px) {
  .hero .hero-image,
  .hero .content {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .hero .hero-image.hero_full,
  .hero .content.hero_full {
    padding: 7% 10%;
    width: 100%;
  }
  .hero .hero-image.hero_full h1,
  .hero .content.hero_full h1 {
    margin: auto;
    width: 50%;
  }
  .hero .hero-image {
    float: right;
  }
}
#article-hero .hero-image,
#article-hero .content {
  float: none;
  width: 100%;
}
#article-hero .content {
  padding: 45px 15% 60px 15%;
}
#article-hero h1,
#article-hero p {
  margin: 0;
  max-width: 750px;
  text-align: left;
}
input,
textarea,
keygen,
select,
button {
  font-family: 'Lato', sans-serif;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.col {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
}
#nav_toggle {
  background: url('../images/sprite_mobilenav.gif') top right no-repeat;
  cursor: pointer;
  display: none;
  height: 51px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 6px;
  width: 51px;
  z-index: 50;
}
#top_banner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 2% 20px;
  width: 96%;
  color: #ffffff;
  background: #40a8c6;
  z-index: 1010;
}
#top_banner p {
  margin: 5px 0 20px;
  width: 80%;
}
#top_banner a {
  text-transform: uppercase;
}
#top_banner hr {
  background: #ffffff;
  border-color: #ffffff;
  margin-bottom: 20px;
}
#top_banner i {
  margin-right: 0.8em;
  color: #eae6e1;
}
#top_banner .close {
  position: absolute;
  top: 15px;
  right: 10px;
  background: url('../images/closeX_white.png') top left no-repeat;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
#header {
  background: #ffffff;
  margin-top: 145px;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media only screen and (max-width: 901px) {
  #header .cont_wide {
    width: 100%;
  }
}
@media only screen and (min-width: 901px) {
  #header {
    margin-top: 0;
  }
}
.fixed_bumper {
  height: 61px;
}
@media only screen and (min-width: 769px) {
  .fixed_bumper {
    height: 66px;
  }
}
@media only screen and (min-width: 901px) {
  .fixed_bumper {
    height: 128px;
  }
}
@media only screen and (min-width: 961px) {
  .fixed_bumper {
    height: 126px;
  }
}
#mobile_login {
  background-color: #40a8c6;
  cursor: pointer;
}
#app_options {
  display: block;
  position: absolute;
  background: #0b2a4a;
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  color: #ffffff;
  overflow-y: scroll;
}
#app_options h1 {
  padding: 131px 10% 0;
}
#app_options p {
  margin: 0;
  padding: 15px 10% 60px;
}
#app_options ul {
  background: #40a8c6;
  margin-bottom: 78px;
}
#app_options #ios_links,
#app_options #android_links {
  display: none;
}
#member_login .login_form {
  background: #eae6e1;
}
#member_login .fa-caret-right {
  font-size: 1.7em;
  position: absolute;
  top: 17px;
  left: 15px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#member_login .fa-caret-down {
  display: none;
}
#member_login h3 {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  margin-bottom: 17px;
  cursor: pointer;
}
#member_login input[type=text],
#member_login select {
  background-color: #eae6e1;
}
#member_login select {
  border-radius: 0;
  background: url('../images/select_updown.png') 7px center no-repeat #ffffff;
  color: #0b2a4a;
  margin-bottom: 0;
  width: 100%;
  padding-right: 0;
}
#member_login input[type=submit] {
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #40a8c6;
  border-radius: 0px;
  border: none;
  color: #0b2a4a;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
#member_login .login_links {
  background: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 12px;
}
#top_nav {
  padding-bottom: 17px;
  font-size: 12px;
}
#top_nav li {
  display: inline-block;
  padding-top: 12px;
  margin-right: 64px;
}
#top_nav li.active {
  border-top: 6px solid #40a8c6;
  padding-top: 6px;
}
#top_nav li:last-of-type {
  margin-right: 0;
}
#main_nav {
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-weight: 600;
  padding-top: 17px;
  top: 5px;
  z-index: 50;
}
#main_nav .col_1_3 {
  position: relative;
  width: 19%;
  z-index: 50;
}
@media only screen and (min-width: 961px) {
  #main_nav .col_1_3 {
    top: -30px;
  }
}
#main_nav .col_2_3 {
  width: 59%;
}
#main_nav .col_3_3 {
  width: 20%;
}
#main_nav li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  height: 40px;
  margin: 0 1%;
  border-bottom: 10px solid #ffffff;
}
#main_nav li.active {
  border-color: #40a8c6;
}
.internal_nav,
.tab_nav {
  background: #ffffff;
  padding: 3%;
  width: 100%;
  z-index: 9999;
  text-transform: uppercase;
}
.internal_nav a.active,
.tab_nav a.active {
  color: #40a8c6;
}
.internal_nav .priority_1,
.tab_nav .priority_1,
.internal_nav .priority_2,
.tab_nav .priority_2,
.internal_nav .priority_3,
.tab_nav .priority_3 {
  text-align: center;
}
.internal_nav ul,
.tab_nav ul {
  text-align: center;
}
.internal_nav ul li,
.tab_nav ul li {
  display: inline-block;
  margin: 0 3%;
  vertical-align: middle;
}
.tab_nav {
  padding: 0;
}
.tab_nav ul {
  height: 45px;
  text-align: center;
  padding-top: 25px;
}
.tab_nav ul li {
  display: inline-block;
  background: #40a8c6;
  margin: 0 4%;
  text-align: center;
  height: 100%;
}
.tab_nav ul li a {
  display: block;
  background: #ffffff;
  height: 100%;
  color: #a5b0bc;
}
.tab_nav ul li.complete a {
  color: #0b2a4a;
}
.tab_nav ul li.active a {
  height: 80%;
}
.link {
  text-align: left;
  text-transform: uppercase;
}
.content .link {
  width: 100%;
}
.content .link.mobile_cta {
  display: block;
}
.content .link.mobile_cta ul {
  margin-left: 9%;
}
.section.article_nav {
  padding-bottom: 0;
}
.section.article_nav .content {
  padding: 25px 0;
  text-transform: uppercase;
  width: 100%;
  margin: auto;
}
.section.article_nav .content ul {
  margin-left: 1.5%;
}
.section.article_nav .content li {
  display: inline-block;
  margin-right: 50px;
}
.section.article_nav .content li:nth-child(1) {
  color: #40a8c6;
}
.section.article_nav .content li:nth-child(1):before {
  content: none;
}
.section.article_nav .content i {
  margin-right: 10px;
  margin-left: 25px;
}
.section.article_nav .content .right {
  margin-right: 3%;
}
.section.article_nav .content .right img {
  padding-left: 18px;
}
.section.article_nav .content .st_sharethis_custom {
  background: url("../images/icon_share.png") top right no-repeat;
  width: 19px;
  height: 29px;
  padding-left: 18px;
  display: inline-block;
  cursor: pointer;
}
.filter_nav {
  background: #ffffff;
  border-bottom: 1px solid #0b2a4a;
  text-transform: uppercase;
}
.filter_nav ul {
  width: 95%;
}
.filter_nav li {
  margin: 0 5.5%;
  padding: 20px 0 6px;
}
.filter_nav li.active {
  border-bottom: 10px solid #40a8c6;
}
@media only screen and (min-width: 769px) {
  .filter_nav li {
    margin: 0 1em;
    display: inline-block;
    text-align: center;
  }
  .filter_nav li .search input[type=text] {
    width: 250px;
  }
}
.order_nav {
  text-transform: uppercase;
  background: #ffffff;
  border-top: 1px solid #40a8c6;
}
.order_nav ul {
  width: 98%;
  text-align: right;
  padding: 10px 0;
}
@media only screen and (min-width: 769px) {
  .order_nav ul {
    width: 90%;
  }
}
.order_nav ul li {
  position: relative;
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .order_nav ul li {
    display: inline-block;
  }
}
.order_nav ul li select {
  background-image: url('../images/arrow_filter.png');
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-color: #eae6e1;
  margin-left: 5px;
  padding: 13px 40px 13px 16px;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .order_nav ul li select {
    width: auto;
  }
}
.order_nav ul li i {
  position: absolute;
  top: 36%;
  right: 0;
  transform: rotate(90deg);
}
.order_nav ul li.asc i {
  transform: rotate(-90deg);
}
.heading {
  font-family: 'TheSerif', serif;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.heading a {
  cursor: pointer;
}
.heading i {
  font-size: 1.8em;
  margin-right: 0.8em;
}
.header {
  border: 2px solid #0b2a4a;
  font-family: 'TheSerif', serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1em;
  position: relative;
  padding: 20px 2%;
  text-transform: uppercase;
}
.header.navy {
  background: #0b2a4a;
  border: none;
  color: #eae6e1;
}
.priority_1,
.priority_2,
.priority_3 {
  display: inline-block;
  width: 100%;
}
.priority_3 .nav_list li a {
  padding-left: 0;
}
.container {
  background-color: #ffffff;
}
.content {
  line-height: 1.8em;
  margin: 21px 2%;
}
.content ul {
  margin-left: 6%;
}
.content ul.nav_list {
  margin-left: 0;
}
.content ul.nav_list li {
  background: none;
  padding: 1em 0 1em 37px;
  line-height: 24px;
}
.content ul li:before {
  content: '\f138';
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-left: -36px;
  padding-right: 17px;
}
.content ul li {
  padding: 5px 0 5px 10px;
}
.content ol {
  list-style-type: decimal;
  margin-left: 10%;
}
.content ol li {
  margin-left: 17px;
  padding: 5px 0;
}
.content img {
  max-width: 100%;
}
.content p a[href] {
  text-decoration: underline;
}
.nav_list {
  margin-left: 0;
  text-transform: uppercase;
}
.nav_list li {
  background: none;
  padding: 20px 0;
  border-top: 2px solid #0b2a4a;
}
.nav_list li:last-child a {
  border: none;
}
.nav_list i {
  margin-right: 0.8em;
  font-size: 18px;
}
.nav_list.border_bottom {
  border-bottom: 2px solid #0b2a4a;
}
.chart {
  border: 2px solid #0b2a4a;
  text-align: center;
}
.chart .header {
  border: none;
  border-bottom: 2px solid #0b2a4a;
}
.chart table {
  width: 100%;
  font-size: 9px;
}
@media only screen and (min-width: 650px) {
  .chart table {
    font-size: 12px;
  }
}
.chart td {
  width: 25%;
  padding: 14px;
  line-height: 20px;
}
.chart tr:nth-child(even) {
  background: #ffffff;
}
.chart tr:nth-child(even) td {
  border-right: 1px solid #eae6e1;
}
.nudge_top {
  position: relative;
  top: -1em;
  margin-top: 60px;
}
.even {
  background: #eae6e1;
}
.row {
  clear: both;
  overflow: hidden;
}
.full_col .content {
  margin: 45px 2.5% 0 2.5%;
}
.sec_block .center {
  margin: 2%;
  padding-bottom: 4%;
}
.hero_text .callout {
  width: 100%;
}
/*------------------------------------------------*/
/*----------------[SECTIONS]----------------------*/
/*------------------------------------------------*/
.section {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.section.tan {
  background: #eae6e1;
}
.section.aqua {
  background: #40a8c6;
  color: #ffffff;
}
.section.navy {
  background: #0b2a4a;
  color: #eae6e1;
}
.section.hero {
  padding-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .section {
    padding-bottom: 43px;
  }
}
.section > .priority_1,
.section > .priority_2,
.section > .priority_3 {
  padding: 5% 4%;
}
.contact {
  background: #40a8c6;
  color: #ffffff;
  line-height: 1.8em;
}
.contact dl {
  width: 100%;
}
.contact dl dt {
  display: inline-block;
  font-family: 'TheSerif', serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 20px;
  width: 25%;
}
.contact dl dd {
  display: inline-block;
  padding: .3em 0;
  width: 74%;
}
.contact hr {
  background: #9bc5cd;
  border-color: #FFF;
  margin: 20px 0 30px 0;
}
.contact .zip-form {
  margin: 0 5%;
  overflow: hidden;
  padding: 25px 0;
}
.contact .zip-form dt,
.contact .zip-form dd {
  float: left;
  width: 50%;
}
.contact .zip-form dt {
  font-family: 'Lato', sans-serif;
  line-height: 1.4em;
  text-transform: none;
}
/*#visit_form {
  input[type=text] {
    background: @tan;
    text-transform: uppercase;
    //display: inline-block;
    display:block;
    float:right;
    font-size: .8em;
    padding: 1.2em 0 1.2em 1.2em;
    margin: 0;
    border: 0;
    width:74%;
  }
  button {
    position: relative;
    //top:9px;
    //left:-5px;
    margin: 0;
    background: @white;
    border: 0;
    //display: inline-block;
    display:block;
    float:right;
    margin: 0;
    padding:.44em 4%;
    font-size: 1.5em;
  }
}*/
.team {
  padding-top: 30px;
}
.team .content {
  padding: 0;
}
.team .priority_2 .content {
  margin: 21px 3%;
}
.team .priority_2 .content div {
  position: relative;
  background: url('../images/wingspan.png') center center no-repeat #0b2a4a;
  min-height: 200px;
  overflow: hidden;
}
.team .priority_2 img {
  min-width: 100%;
  max-width: 100%;
}
.team .priority_3 .content {
  margin: 0 5% 21px;
}
.team .priority_3 .nav_list {
  margin-top: .5em;
}
.article_list {
  margin-left: 0;
  margin-right: 0;
}
.article_list div {
  vertical-align: top;
  padding: 25px 0;
}
.article_list .thumb {
  display: inline-block;
  width: 25%;
}
.article_list .thumb img {
  width: 80%;
  height: auto;
  border-radius: 100px;
}
.article_list .title {
  display: inline-block;
  text-transform: uppercase;
  width: 65%;
  font-family: 'TheSerif', serif;
  letter-spacing: 0.08em;
  line-height: 22px;
}
.article_list .author_date {
  display: block;
  text-transform: none;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}
.article_list p {
  font-family: 'Lato', sans-serif;
}
.article_list p a,
.article_list p a[href] {
  text-decoration: none;
}
.article_list ul li:before {
  content: '';
}
.blog {
  padding-top: 43px;
}
.blog .article_list {
  margin-bottom: 0;
  margin-top: 0;
}
.media img {
  height: auto;
  margin: 25px auto;
  width: 100%;
}
.media-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.media-list ul li {
  background: none;
  border-bottom: 2px solid #0b2a4a;
  padding: 25px 0 30px;
}
.media-list ul li:last-child {
  border-bottom: none;
}
.media-list div {
  padding: 0;
}
.gallery {
  position: relative;
  display: block;
  width: 90%;
  margin: 5% auto;
}
#list_results .priority_1,
#list_results .priority_2 {
  margin: 0 3%;
}
.pagination {
  text-align: center;
}
.pagination i {
  margin: 0 10px;
}
.col_fourths .button {
  display: block;
}
.desktop_ctas {
  display: none;
}
.team_bio {
  margin: 25px 3%;
}
.team_bio .right {
  float: left;
}
.team_bio .header {
  margin-bottom: 25px;
}
.team_bio .thumb {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0.5em;
}
.team_bio .thumb div {
  width: 210px;
  height: 210px;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  overflow: hidden;
  margin: auto;
}
.team_bio .thumb img {
  width: 100%;
}
.team_bio .info {
  display: inline-block;
  width: 96%;
  padding: 0 2%;
  text-transform: uppercase;
}
.team_bio .info b {
  display: inline-block;
  width: 5em;
  padding-right: 14px;
}
.team_bio .info a {
  display: inline-block;
  margin-right: 80px;
  text-align: left;
}
.team_bio .info a i {
  margin-right: 17px;
}
.team_bio .info a:last-child {
  margin: 0;
}
.location_result {
  margin: 43px 2.5% 0;
}
.map_container {
  height: 230px;
  width: 100%;
}
.search_results .result {
  margin-bottom: 60px;
}
.search_results .result h4 {
  margin: 25px 0;
  text-transform: uppercase;
}
.search_results .result p {
  width: 100%;
  margin: 0;
}
.search_results .result a {
  text-transform: uppercase;
}
.search_results .result .tags {
  margin-top: 15px;
}
.search_results .result .tags a {
  display: inline-block;
  width: 100%;
}
.terms {
  background: #f4f2f0;
}
.terms .content {
  font-size: 0.6em;
  line-height: 1.8em;
}
.terms .content p {
  margin: 0 auto 10px;
  max-width: 1280px;
}
/*------------------------------------------------*/
/*-----------------[FOOTER]-----------------------*/
/*------------------------------------------------*/
#footer {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #FFF;
  padding-bottom: 40px;
}
#footer .cont_wide {
  padding: 4%;
}
#footer a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #eae6e1;
}
#footer .col_1_2 {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#footer .col_1_2 ul {
  padding-top: 25px;
}
#footer .col_2_2 {
  width: 100%;
  float: left;
  margin-left: 0;
  vertical-align: top;
}
#footer .col_2_2 img {
  float: right;
  margin: 10px 0px 0px 10px;
}
#footer .col_2_2 p {
  float: right;
  font-size: 14px;
  text-align: right;
  margin-top: 18px;
}
#footer li {
  display: block;
  padding: 5px 0;
}
#footer #footer_logo {
  width: 100%;
}
#footer form {
  position: relative;
  width: 100%;
}
#footer hr {
  height: 3px;
  border-top: 1px solid #0b2a4a;
  margin-top: 0;
  margin-bottom: 30px;
}
.search,
.region_selector {
  position: relative;
  background: #eae6e1;
  height: 57px;
}
.search input,
.region_selector input {
  background: none;
  height: 57px;
  vertical-align: middle;
  width: 55%;
  padding: 0 10%;
  margin: 0;
}
.search input[type=submit],
.region_selector input[type=submit] {
  background: url('../images/search_glass.gif') top right no-repeat;
  border: 0;
  height: 57px;
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
}
.search.locator,
.region_selector.locator {
  background: #ffffff;
}
.search.locator input[type=submit],
.region_selector.locator input[type=submit] {
  background: url('../images/search_crosshairs_navy.gif') top right no-repeat;
}
#visit_form input[type=submit] {
  background: url('../images/search_crosshairs.gif') top right no-repeat;
}
#locator_form input[type="text"] {
  background-color: #fff;
}
#locator_form input[type=submit] {
  background: url('../images/navy_crosshairs.gif') top right no-repeat;
}
.fallback_image {
  background: url('../images/fallback.jpg') center;
}
#page_500 {
  background: #0b2a4a;
}
#page_500 #header {
  position: initial;
}
#page_500 .hero {
  position: absolute;
  top: 61px;
  bottom: 0;
  right: 0;
  left: 0;
}
#page_500 .content.hero_full {
  height: 100%;
  padding: 25%;
}
@media only screen and (min-width: 901px) {
  #page_500 #main_nav .col_1_3 {
    top: inherit;
    position: initial;
  }
}
.roadblock .roadblock_message {
  display: block;
}
.roadblock #header:after {
  content: '';
  display: block;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.roadblock_message {
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  font-family: 'TheSerif', serif;
  z-index: 2000;
}
.roadblock_message div {
  position: fixed;
  border: 1px solid #0b2a4a;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  top: 20px;
}
.roadblock_message div p {
  margin: 1em 0;
}
@media only screen and (min-width: 901px) {
  .roadblock_message div {
    top: 149px;
  }
}
@media only screen and (min-width: 901px) {
  .roadblock_message {
    top: 129px;
  }
}
.secondary_nav {
  position: relative;
  background: #eae6e1;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .secondary_nav {
    z-index: 8888;
  }
}
.secondary_nav ul.nav_list {
  max-height: 9999px;
  -webkit-transition: max-height 0.25s ease;
  -moz-transition: max-height 0.25s ease;
  -o-transition: max-height 0.25s ease;
  transition: max-height 0.25s ease;
}
.secondary_nav ul.nav_list li {
  border-bottom: 2px solid #0b2a4a;
  border-top: none;
  line-height: 14px;
}
.secondary_nav ul.nav_list li:last-child {
  border: none;
}
.secondary_nav .closed {
  overflow: hidden;
}
.secondary_nav .closed ul.nav_list {
  max-height: 0;
  padding: 0;
}
.secondary_nav .closed .fa-caret-down {
  display: inline-block;
}
.secondary_nav .fa {
  position: relative;
  top: 0.1em;
}
@media only screen and (max-width: 901px) {
  .secondary_nav .fa {
    top: 0.5em;
  }
}
.secondary_nav .fa-caret-down {
  position: absolute;
}
.secondary_nav .row {
  overflow: hidden;
}
.secondary_nav h2 {
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  position: relative;
  margin-left: -0.7rem;
}
.secondary_nav h2 i {
  font-size: 1.5em;
  top: 31%;
  left: 15px;
}
@media only screen and (max-width: 901px) {
  .secondary_nav h2 a {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 901px) {
  .secondary_nav h2 {
    padding: 16px 6%;
    margin-bottom: 10px;
    background: #ffffff;
  }
  .secondary_nav h2 i {
    left: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .secondary_nav .content {
    margin: 0;
    padding: 0 2%;
  }
  .secondary_nav .single_heading {
    height: 2px;
    padding: 0;
    background: #0b2a4a;
    margin: 0 2%;
  }
}
@media only screen and (min-width: 769px) {
  .secondary_nav {
    padding-bottom: 1em;
    z-index: 200;
    /* HACK: Keeps the label position, but desktop does not display */
  
  }
  .secondary_nav .content {
    margin-top: 0;
    margin-left: 7%;
  }
  .secondary_nav h2 {
    padding: 16px 4% 16px 45px;
    position: relative;
    z-index: 200;
  }
  .secondary_nav h2.fixed {
    position: fixed;
    z-index: 1001;
  }
  .secondary_nav h2 .fa {
    top: 11px;
  }
  .secondary_nav .priority_1 h2:before {
    background-color: #ffffff;
    border-top: 1px solid #eee;
    bottom: 0;
    content: '\00a0';
    left: -600%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 3000%;
    z-index: -1;
  }
  .secondary_nav .row:before {
    background: #ffffff;
    content: '\00a0';
    left: 0;
    padding: 16px 4% 16px 45px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 199;
  }
  .secondary_nav ul a {
    padding: 4% 0;
  }
  .secondary_nav .priority_2 .fa-caret-down,
  .secondary_nav .priority_2 .fa-caret-right {
    color: #ffffff;
  }
}
.sticky_nav {
  padding-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .internal_nav {
    background: #ffffff;
    padding-bottom: 0;
  }
  .internal_nav a {
    display: block;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) {
  .internal_nav {
    z-index: 200;
    background: #ffffff;
    padding: 1% 0;
  }
  .internal_nav a {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .secondary_nav.fixed,
  .tab_nav.fixed,
  .sticky_nav.fixed {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 250;
  }
  .tab_nav {
    padding-bottom: 0;
  }
}
.accordion .priority_1,
.accordion .priority_2 {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 500px;
  overflow: hidden;
  /* Set our transitions up. */
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
.accordion .closed {
  max-height: 56px;
}
/**
 *
 * This is a modified version of the default stylesheet provided by the MediaElement.js project.
 *
 * @license   http://opensource.org/licenses/MIT
 * @author    John Dyer
 * @link      http://mediaelementjs.com
 */
/**
 * Table of Contents:
 * 01: Structure
 * 02: Media Element
 * 03: Layers
 * 04: Controls
 * 05: Clear
 */
/**
 * 01: Structure - Layout of the major structural elements.
 * --------------------------------------------------------------------------- */
/* ====== Container ====== */
.mejs-container {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
}
/* === Fullscreen view === */
.mejs-fullscreen {
  overflow: hidden!important;
}
.mejs-container-fullscreen {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
/* === Inner wrapper === */
/* Inside structural wrappers. */
/**
 * 02: Media Element - Wrapper for the actual media HTML (<audio>, <video>).
 * --------------------------------------------------------------------------- */
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Audio and video elements */
/* Fullscreen */
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
/* ?? */
.me-plugin {
  position: absolute;
}
/* Embedding youtube.com, etc.??? */
.mejs-embed,
.mejs-embed body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* === Background ?? === */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
/* === Cannot play file link === */
.me-cannotplay a {
  color: #fff;
}
.me-cannotplay span {
  display: block;
  padding: 15px;
}
/**
 * 03: Layers - Overlays and other layers to place over the media player.
 * --------------------------------------------------------------------------- */
/* === Poster - <video poster="example.png"> - default video image. === */
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  margin: 0;
  padding: 0;
  border: none;
}
/* === Overlay === */
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
/* === Overlay play button === */
.mejs-overlay-play {
  cursor: pointer;
}
/**
       * Play button.  Assumes a 100px x 100px image.  Adjust top/left margins if using a different
       * size.  Adjust by 1/2 of the height/width.
       */
.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105px;
  height: 105px;
  margin: -50px 0 0 -50px;
  background: url('../media/bigplay.png') no-repeat;
}
/* Only needed if you use an .svg file for your normal background. */
/* Adjust background position or other items when play button is hovered. */
/* === Overlay loading === */
/**
     * Loading image is expected to be 80px by 80px.  You'll need to adjust the width, height,
     * and margin values (1/2 of size) for a different size.
     */
.mejs-overlay-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333;
  background: rgba(51, 51, 51, 0.75);
}
.mejs-overlay-loading span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: transparent url('../media/loading.gif') 50% 50% no-repeat;
}
/* Example: http://mediaelementjs.com/examples/?name=translation */
.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs-captions-position-hover {
  bottom: 45px;
}
.mejs-captions-text {
  padding: 3px 5px;
  background: #141414;
  background: rgba(20, 20, 20, 0.8);
}
/* Example: http://mediaelementjs.com/examples/?name=chapters */
.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  z-index: 1;
  -xborder-right: solid 1px #fff;
}
.mejs-chapter {
  overflow: hidden;
  position: absolute;
  float: left;
  background: #222;
  border: none;
}
.mejs-chapter-block {
  display: block;
  padding: 5px;
  color: #fff;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs-chapter-block-last {
  border-right: none;
}
.mejs-chapter-block:hover {
  background: #666;
}
.mejs-chapter-block .ch-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px;
}
.mejs-chapter-block .ch-timespan {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 3px 0 4px;
}
/* === Postroll Layer === */
.mejs-postroll-layer {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #323232;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
}
.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  color: #fff;
  background: #323232;
  background: rgba(50, 50, 50, 0.7);
  cursor: pointer;
  z-index: 100;
}
/**
 * 04: Controls - The media player control panel.
 * --------------------------------------------------------------------------- */
.mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #323232;
  background: rgba(50, 50, 50, 0.7);
}
/* Individual control sections. */
.mejs-controls > div,
.mejs-controls > a {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  border: none;
  font-size: 11px;
  line-height: 11px;
}
/* Individual buttons. */
.mejs-button button {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 7px 5px;
  padding: 0;
  cursor: pointer;
  border: none;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  background: transparent url('../media/controls.png') no-repeat;
}
.mejs-button button:focus {
  outline: solid 1px yellow;
}
/* === Play/Pause === */
/* Class when playing. */
/* Class when paused. */
/* Stop button. */
.mejs-play button {
  background-position: 0 0;
}
.mejs-pause button {
  background-position: 0 -16px;
}
.mejs-stop button {
  background-position: -112px 0;
}
/* === Media Time (current time) === */
.mejs-controls .mejs-time {
  overflow: hidden;
  display: block;
  width: auto;
  height: 17px;
  padding: 8px 3px 0;
  color: #fff;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* Individual elements within the time wrapper. */
.mejs-time span {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 0 0;
  color: #fff;
}
/* Wrapper div for the time rail. */
.mejs-controls .mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding: 5px 5px 0;
}
/* Wrapper for the time rail elements. */
/* Individual elements within the time rail */
.mejs-time-rail span,
.mejs-time-rail > a {
  display: block;
  position: absolute;
  height: 10px;
  cursor: pointer;
}
/* Total time. */
.mejs-time-rail .mejs-time-total {
  position: relative;
  margin: 5px 0;
  background: #222;
}
/* Buffering */
.mejs-time-rail .mejs-time-buffering {
  width: 100%;
  /* Theme authors: Overwrite just this portion for custom colors. */

  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: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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: -ms-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: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
/* Keyframes */
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
/* Time loaded */
.mejs-time-rail .mejs-time-loaded {
  width: 0;
  /* Don't overwrite. Mediaelement will adjust the width. */

  background: #3caac8;
}
/* Current time. */
.mejs-time-rail .mejs-time-current {
  width: 0;
  /* Don't overwrite. Mediaelement will adjust the width. */

  background: #fff;
}
/* Handle for adjusting current time. */
.mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  top: -2px;
  width: 10px;
  margin: 0;
  background: #fff;
  cursor: pointer;
  text-align: center;
}
/* Time float (Displays time when hovering cursor over time rail). */
.mejs-time-rail .mejs-time-float {
  display: none;
  position: absolute;
  top: -26px;
  width: 36px;
  height: 17px;
  margin-left: -18px;
  color: #111;
  background: #eee;
  border: solid 1px #333;
  text-align: center;
}
.mejs-long-video .mejs-time-rail .mejs-time-float {
  width: 48px;
}
/* Current time position hovering. */
.mejs-time-rail .mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  width: 30px;
  text-align: center;
}
.mejs-long-video .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
/* Pointer at the botton of the time float. */
.mejs-time-rail .mejs-time-float-corner {
  display: block;
  position: absolute;
  top: 15px;
  left: 13px;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mejs-long-video .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
/* === Fullscreen === */
/* Fullscreen button */
.mejs-fullscreen-button button {
  background-position: -32px 0;
}
.mejs-unfullscreen button {
  background-position: -32px -16px;
}
/* === Volume === */
/* Volume button */
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-volume-button .mejs-mute button {
  background-position: -16px -16px;
}
.mejs-volume-button .mejs-unmute button {
  background-position: -16px 0;
}
/* Vertical volume slider (wrapper). */
.mejs-volume-button .mejs-volume-slider {
  display: none;
  position: absolute;
  top: -115px;
  left: 0;
  width: 25px;
  height: 115px;
  margin: 0;
  background: #323232;
  background: rgba(50, 50, 50, 0.7);
  z-index: 1;
}
/* Volume total. */
.mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 2px;
  height: 100px;
  margin: 0;
  background: #ddd;
}
/* Volume current */
.mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 2px;
  height: 100px;
  margin: 0;
  background: #ddd;
}
/* Volume slider handle */
.mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  top: -3px;
  left: 4px;
  width: 16px;
  height: 6px;
  margin: 0;
  background: #ddd;
  cursor: N-resize;
}
/* === Horizontal volume slider (audio) === */
.mejs-controls .mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative;
  display: table;
}
/* Volume total. */
.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  top: 21px;
  left: 0;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #333;
}
/* Volume current. */
.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  top: 21px;
  left: 0;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background: #fff;
}
/* Volume handle. */
.mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
/* === Loop Button === */
.mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-loop-on button {
  background-position: -64px 0;
}
/* === Backlight button === */
.mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-backlight-on button {
  background-position: -80px 0;
}
/* === Picture controls button === */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}
/* Example: http://mediaelementjs.com/examples/?name=translation */
/* Captions button wrapper */
.mejs-controls .mejs-captions-button {
  position: relative;
}
.mejs-captions-button button {
  background-position: -48px 0;
}
.mejs-captions-button .mejs-captions-selector {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  padding: 10px;
  background: #323232;
  background: rgba(50, 50, 50, 0.7);
}
.mejs-captions-button .mejs-captions-selector ul {
  list-style-type: none;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.mejs-captions-button .mejs-captions-selector li {
  list-style-type: none;
  overflow: hidden;
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: #fff;
}
.mejs-captions-button .mejs-captions-selector input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-captions-button .mejs-captions-selector label {
  float: left;
  width: 100px;
  padding: 4px 0 0;
}
.mejs-captions-button .mejs-captions-translations {
  margin: 0 0 5px;
}
/* === Source Chooser === */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}
.mejs-sourcechooser-button button {
  background-position: -128px 0;
}
.mejs-sourcechooser-selector {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  padding: 10px;
  background: #323232;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
}
.mejs-sourcechooser-selector ul {
  list-style-type: none;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.mejs-sourcechooser-selector li {
  list-style-type: none;
  overflow: hidden;
  display: block;
  margin: 0 0 6px;
  padding: 0;
  color: #fff;
}
.mejs-sourcechooser-selector li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}
.mejs-sourcechooser-selector li label {
  float: left;
  width: 100px;
  padding: 4px 0 0;
  font-size: 10px;
  line-height: 15px;
}
/**
 * 05: Clear and Off-screen- Clears elements. Hides screen-reader text.
 * --------------------------------------------------------------------------- */
.mejs-clear {
  clear: both;
}
.mejs-offscreen {
  position: absolute;
  top: -9999em;
}
.ltr .mejs-offscreen {
  left: -9999em;
}
.rtl .mejs-offscreen {
  right: -9999em;
}
/* === Context menu ??? === */
.mejs-contextmenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  padding: 10px;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  margin: 5px 6px;
  font-size: 0;
  background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
  padding: 4px 6px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
  color: #fff;
  background: #2C7C91;
}
.mobile_only {
  display: none;
}
.desktop_only {
  display: inherit;
}
.print_image {
  display: none;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobile_only {
    display: inherit;
  }
  .desktop_only {
    display: none;
  }
  #footer li {
    width: 100%;
    border: none;
    padding: 0;
    line-height: 30px;
  }
  #footer .col_2_2 {
    width: 100%;
  }
}
@media only screen and (max-width: 901px) {
  .mobile_only {
    display: inherit;
  }
  #top_nav {
    display: none;
  }
  #main_nav {
    background: #0b2a4a;
    padding-top: 0;
    height: 61px;
    overflow: hidden;
    width: 100%;
  }
  #main_nav .mobile_widget {
    display: none;
    background: #ffffff;
    bottom: 0px;
    position: absolute;
    width: 100%;
    z-index: 49;
  }
  #main_nav .mobile_widget a {
    padding: 5% 7%;
  }
  #main_nav.open .mobile_widget {
    display: block;
  }
  #main_nav .col {
    width: 100%;
    display: block;
  }
  #main_nav .col_1_3 {
    background: #ffffff;
    padding: 15px 3%;
    width: 94%;
  }
  #main_nav .col_2_3 {
    background: #0b2a4a;
  }
  #main_nav li {
    display: block;
    background-image: url('../images/arrow_nav.png');
    background-position: 3% center;
    background-repeat: no-repeat;
    text-align: left;
    height: auto;
    margin: 0;
    padding: 18px 11%;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }
  #main_nav li.active {
    border-bottom: 1px solid #FFF;
  }
  #main_nav #main_nav_canvas {
    width: 100%;
    height: 100%;
    overflow: scroll;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
  }
  #main_nav #main_nav_canvas ul {
    padding-bottom: 158px;
  }
  #main_nav.mobile_login_open #main_nav_canvas {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #main_nav .col_3_3 {
    position: absolute;
    top: 0;
    color: #ffffff;
    height: 100%;
    left: 100%;
    width: 100%;
  }
  #main_nav .col_3_3 .download_mobile_link {
    border-top: 1px solid #ffffff;
    display: block;
    padding: 7%;
    width: 100%;
  }
  #main_nav #member_login {
    position: absolute;
    top: 0;
    left: 100%;
    width: 86%;
    background: #0b2a4a;
    padding: 0 7%;
    height: 100%;
    overflow-y: scroll;
  }
  #main_nav #member_login h3 {
    display: none;
  }
  #main_nav #member_login input,
  #main_nav #member_login select {
    width: 100%;
    padding: 21px 10%;
  }
  #main_nav #member_login.open {
    background-color: #0b2a4a;
    color: #FFF;
  }
  #main_nav #member_login .login_form {
    background: none;
    color: #ffffff;
    margin-top: 87px;
  }
  #main_nav #member_login .login_links {
    display: none;
  }
  #main_nav #member_login #mobile_app_link {
    padding-bottom: 70px;
  }
  #main_nav #member_login #mobile_app_link li {
    border-bottom: 0;
    border-top: 1px solid #fff;
  }
  .open #nav_toggle {
    background-position: bottom right;
  }
  #nav_toggle {
    display: block;
  }
  .section {
    width: 100%;
  }
}
@media only screen and (max-width: 901px) and only screen and (min-width: 768px) {
  #main_nav .col_1_3 {
    position: relative;
    top: -30px;
  }
}
@media only screen and (min-width: 769px) {
  .cont,
  .cont_wide {
    width: 95%;
    margin: auto;
  }
  .cont {
    max-width: 980px;
  }
  .cont_wide {
    max-width: 1280px;
  }
  #footer .cont_wide {
    padding: 0;
  }
  .cont_block {
    margin: 2%;
  }
  .sec_block {
    padding-bottom: 4%;
  }
  .sec_block .bumper {
    width: 5%;
  }
  .sec_block .center {
    margin: 0 26.5%;
    text-align: left;
  }
  .header {
    position: relative;
    /*width:90%;*/
  
    padding: 20px 5%;
  }
  .row {
    max-width: 980px;
    margin: auto;
  }
  .row.narrow {
    max-width: 650px;
  }
  .col_fourths {
    width: 24.9%;
    float: left;
  }
  .col_fourths .content .heading {
    font-size: 21px;
  }
  .col_fourths .content.button {
    height: 50px;
    display: none;
  }
  .desktop_ctas {
    display: block;
  }
  .desktop_ctas .col_fourths .button {
    display: block;
    margin-top: 0;
  }
  .priority_1,
  .priority_2,
  .priority_3 {
    display: block;
    float: left;
    max-width: 50%;
  }
  .priority_1.last-odd,
  .priority_2.last-odd,
  .priority_3.last-odd {
    clear: both;
    float: none;
    margin: auto;
  }
  .content {
    margin: 43px 5% 0;
  }
  .content.form {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .content.team_bio {
    margin: 43px 3% 0;
  }
  .content ul {
    margin-left: 20%;
  }
  .content ul li:last-child {
    padding-bottom: 2px;
  }
  .content ol {
    margin-left: 18%;
  }
  .content blockquote {
    margin-left: 18%;
    margin-right: 18%;
  }
  .article_nav {
    margin: 0;
  }
  .container .priority_2,
  .contact .priority_2 {
    float: right;
  }
  .contact hr {
    margin: 0;
  }
  .contact dl dt {
    padding: .3em 0;
  }
  .nudge_top {
    margin-top: 0;
  }
  .fixed {
    position: fixed;
  }
  .sec_block .content {
    position: relative;
    padding-bottom: 0;
  }
  .sec_block .content .link.mobile_cta {
    display: none;
  }
  .sec_block .desktop_ctas {
    display: block;
  }
  .sec_block .desktop_ctas .content {
    margin-top: 0;
  }
  .sec_block .desktop_ctas .content ul {
    margin-left: 6%;
  }
  .sec_block .desktop_ctas .content .link {
    display: block;
    margin-top: 0;
  }
  .content .link {
    width: 100%;
  }
  .content.linkpad {
    position: relative;
    padding-bottom: 50px;
  }
  .team {
    position: relative;
    overflow: hidden;
  }
  .team .priority_1 {
    max-width: none;
  }
  .team .priority_1 .content {
    margin: 34px 2.5% 0;
  }
  .team .priority_2 {
    float: left;
  }
  .team .priority_2 .content {
    margin: 22px 5% 0 5%;
  }
  .team .priority_2 .content div {
    position: absolute;
    min-height: 0;
    height: 90%;
    width: 45%;
  }
  .team .priority_2 img {
    min-width: 0;
    max-width: none;
  }
  .team .priority_3 {
    min-height: 200px;
    position: relative;
  }
  .team .priority_3 .content {
    margin: 14px 5% 0 5%;
  }
  .team .priority_3 .nav_list {
    margin-top: 1em;
  }
  .team_bio .right {
    float: right;
  }
  .team_bio .thumb {
    width: 33%;
    margin-right: 2%;
  }
  .team_bio .thumb div {
    width: 250px;
    height: 250px;
  }
  .team_bio .info {
    width: 64%;
    padding: 0;
  }
  .team_bio .info .links a {
    width: 33%;
  }
  .search_nav {
    padding-bottom: 0;
  }
  .search_nav,
  .internal_nav {
    /*.order_nav{
        ul{
          padding:10px 0;
          li{
            padding:0 2%;
            margin:0;
          }
        }
        select{
          background-image:url('../images/arrow_filter.png');
          background-position: right 90% center;
          background-repeat: no-repeat;
        }
      }*/
  
  }
  .search_nav .search,
  .internal_nav .search {
    height: 37px;
    width: 220px;
  }
  .search_nav .search input,
  .internal_nav .search input {
    height: 37px;
  }
  .search_nav .search input[type=submit],
  .internal_nav .search input[type=submit] {
    border: 0;
    background: url('../images/search_glass_navy.gif') top right no-repeat;
  }
  .search_nav ul li .disabled,
  .internal_nav ul li .disabled {
    color: #DDD;
  }
  .search_nav .filter_nav ul,
  .internal_nav .filter_nav ul {
    width: 98%;
    margin: 0 1%;
  }
  .search_nav .filter_nav ul li,
  .internal_nav .filter_nav ul li {
    position: relative;
    margin: 0 2%;
    padding: 11px 0 13px;
    font-size: 14px;
  }
  .search_nav .filter_nav ul li.active,
  .internal_nav .filter_nav ul li.active {
    border-bottom: 10px solid #40a8c6;
  }
  .search_results .result .tags a {
    width: auto;
    margin-right: 15px;
  }
  .search_results .result .tags a i {
    margin-left: 15px;
  }
  .search_results .result .tags .chevron:before {
    margin-left: 20px;
  }
  .location_result .priority_1,
  .location_result .priority_2,
  .location_result .priority_3 {
    display: inline-block;
    width: 30%;
    margin-top: 27px;
    text-transform: uppercase;
    line-height: 1.3em;
  }
  .location_result .priority_2 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .region_selector {
    width: 80%;
  }
  .cont_block {
    margin: 5%;
  }
  .article_list {
    margin-left: 0;
    margin-right: 0;
  }
  .article_list .title {
    width: 72%;
  }
  .article_list .link {
    width: 71%;
  }
  #list_results .row {
    max-width: none;
  }
  #list_results .priority_1,
  #list_results .priority_2 {
    width: 44%;
  }
  #footer hr {
    margin-bottom: 20px;
  }
  #footer .col_1_2 {
    width: 60%;
    margin-top: 17px;
  }
  #footer .col_2_2 {
    float: right;
    width: 39.5%;
  }
  #footer #footer_logo {
    float: left;
    width: 50%;
    margin-top: 20px;
  }
  #footer form {
    float: right;
    width: 80%;
  }
  #footer li {
    display: inline-block;
    padding: 0 3px 0 7px;
    border-left: 1px solid #FFF;
    margin: 0;
    line-height: 11px;
  }
  #footer li:nth-child(1) {
    padding-left: 0;
    border-left: none;
  }
  .gallery {
    width: 100%;
    max-width: 800px;
  }
  .gallery .cbp-fwslider .gallery_numbers {
    display: block;
  }
  .gallery .cbp-fwslider nav span img {
    top: 50%;
  }
}
@media only screen and (min-width: 901px) {
  #main_nav {
    top: 0;
    height: 55px;
    padding-top: 20px;
  }
  #main_nav .col_1_3 {
    position: absolute;
    top: 8px;
  }
  #main_nav li.mobile_only {
    display: none;
  }
  #main_nav_canvas {
    padding-left: 21%;
    width: 70%;
    height: 100%;
  }
  #main_nav_canvas ul {
    height: 100%;
  }
  #main_nav_canvas ul li {
    height: 100%;
    border: none;
    background: #40a8c6;
    margin: 0 0.6%;
  }
  #main_nav_canvas ul li a {
    display: block;
    background: #FFF;
    height: 100%;
  }
  #main_nav_canvas ul li.active a {
    height: 80%;
  }
  #app_options {
    display: none;
  }
  #member_login {
    max-height: 56px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0;
    width: 190px;
    z-index: 9999;
    -webkit-transition: max-height 0.7s ease;
    -moz-transition: max-height 0.7s ease;
    -o-transition: max-height 0.7s ease;
    transition: max-height 0.7s ease;
  }
  #member_login .login_form {
    padding: 18px 10px;
  }
  #member_login h3 {
    text-align: center;
    margin-left: 0;
  }
  #member_login input,
  #member_login input[type=text],
  #member_login select {
    background-color: #FFF;
  }
  #member_login input[type=submit] {
    margin: 2px 0;
    padding: 10px 25px;
    text-align: left;
    width: 100%;
  }
  #member_login input[type=submit]:hover {
    background: #0b2a4a;
    color: #FFF;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
  }
  #member_login.open {
    max-height: 300px;
    z-index: 200;
  }
  #member_login.open .fa-caret-right {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .team_bio .thumb div {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 961px) {
  #main_nav_canvas ul li {
    margin: 0 2%;
  }
}
@media only screen and (min-width: 1150px) {
  #main_nav_canvas {
    padding-left: 18%;
  }
  #main_nav ul li {
    margin: 0 4%;
  }
}
@media only screen and (min-width: 1280px) {
  #top_nav {
    font-size: 16px;
  }
}
