@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  background: #001126;
}
h1,
h2,
h3,
h4 {
  color: #003399;
}
h1 {
  font-family: "proxima-nova", serif;
  font-size: 32px;
  margin: 0 0 15px;
}
h2 {
  font-size: 26px;
  font-family: "proxima-nova", serif;
}
h3 {
  font-size: 22px;
  font-family: "proxima-nova", serif;
}
h4 {
  font-family: "proxima-nova", serif;
}
.header {
  font-family: "proxima-nova", serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: #003399;
}
a:hover {
  text-decoration: underline;
}
.no_gutter {
  padding-left: 0;
  padding-right: 0;
}
.no_gutter_left {
  padding-left: 0;
}
.no_gutter_right {
  padding-right: 0;
}
/* general styles, overriding bootstrap etc */
.required {
  color: red;
}
.form-horizontal .control-label {
  text-align: left;
}
.error-block {
  display: block;
  margin: 5px 0 10px;
  color: red !important;
}
.clear {
  clear: both;
}
.btn {
  border: 1px solid #003399;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 12px 20px 10px 20px;
  font-weight: bold;
  font-size: 14px;
}
.btn-primary {
  background-color: #003399;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #003399;
  color: #fff;
  text-decoration: underline;
  border: 0;
}
.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-primary a :hover {
  text-decoration: underline;
}
.btn-white {
  background-color: #003399;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 0;
  background: #fff;
  color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #003399;
  color: #fff;
  text-decoration: underline;
  border: 0;
}
.btn-white a {
  color: #fff;
  text-decoration: none;
}
.btn-white a :hover {
  text-decoration: underline;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background: #fff;
  color: #000000;
}
.btn-basic {
  background-color: #003399;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 0;
  background: none;
  color: #ff;
  border: 2px solid #fff;
}
.btn-basic:hover,
.btn-basic:focus,
.btn-basic:active,
.btn-basic.active {
  background-color: #003399;
  color: #fff;
  text-decoration: underline;
  border: 0;
}
.btn-basic a {
  color: #fff;
  text-decoration: none;
}
.btn-basic a :hover {
  text-decoration: underline;
}
.btn-basic:hover,
.btn-basic:focus,
.btn-basic:active,
.btn-basic.active {
  background: none;
}
.btn-secondary {
  background-color: #003399;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 0;
  background-color: #0658be;
  border: 1px solid #0658be;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #003399;
  color: #fff;
  text-decoration: underline;
  border: 0;
}
.btn-secondary a {
  color: #fff;
  text-decoration: none;
}
.btn-secondary a :hover {
  text-decoration: underline;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0658be;
}
.btn-default {
  background-color: #dddede;
  border: 1px solid #dddede;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #dddede;
  text-decoration: underline;
}
.activity_count {
  position: absolute;
  right: -12px;
  top: -12px;
  background-color: red;
  border: 3px solid #fff;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 5px;
  vertical-align: baseline;
  white-space: nowrap;
}
.resource .details {
  padding-left: 10px;
}
.resource .details h3 {
  margin-top: 0;
}
.carousel-indicators li {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.article {
  padding-bottom: 40px;
  position: relative;
}
.article .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  background-color: #003399;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 11px 0 0 15px;
}
.article .contents {
  padding-left: 74px;
}
.article .contents h3 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.article .contents h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.article .contents p {
  margin: 0;
  font-size: 14px;
}
.article .contents .date {
  color: #a0a0a0;
}
.article .contents a {
  color: #003399;
}
/* forms */
.HiddenInput {
  display: none;
}
#header {
  width: 100%;
  margin-bottom: 0;
  background: #333344 url('../images/new-banner.png') top center no-repeat;
  position: relative;
}
#header #header_top {
  border-bottom: 1px solid #ebebeb;
}
#header #header_top .logo {
  float: left;
  padding: 0;
  padding: 35px 0;
}
@media (max-width: 991px) {
  #header #header_top .logo {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #header #header_top .logo {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  #header #header_top .logo {
    width: 170px;
  }
}
#header #header_top .search {
  margin: 30px 50px 30px 0;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  #header #header_top .search {
    margin-left: 30px;
  }
}
#header #header_top .search .search_field input {
  background: none;
  padding: 12px 20px;
  font-size: 15px;
  width: 200px;
  height: 48px;
  color: #fff;
  border: 0;
}
@media (max-width: 1199px) {
  #header #header_top .search .search_field input {
    width: 180px;
  }
}
@media (max-width: 991px) {
  #header #header_top .search .search_field input {
    width: 160px;
  }
}
#header #header_top .search .search_field input::-webkit-input-placeholder {
  color: #fff;
}
#header #header_top .search .search_field input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#header #header_top .search .search_field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#header #header_top .search .search_field input:-ms-input-placeholder {
  color: #fff;
}
#header #header_top .search .submit button {
  padding: 8px 20px 0 20px;
  font-size: 22px;
  height: 48px;
  border: 0;
  color: #fff;
}
#header #header_top .account {
  width: 230px;
  text-align: center;
  height: 110px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  color: #fff;
  display: table;
}
@media (max-width: 991px) {
  #header #header_top .account {
    width: 200px;
  }
}
#header #header_top .account p {
  display: table-cell;
  vertical-align: middle;
}
#header #header_top .account p a {
  color: #fff;
}
#header #header_top .login {
  float: right;
  padding-top: 35px;
  font-family: "proxima-nova", sans-serif;
  padding: 28px 0 0 0;
  text-align: right;
  color: #0658be;
  text-transform: uppercase;
}
#header #header_top .login p {
  background: url("../images/user-icon.png") no-repeat 0 4px;
  font-size: 15px;
  margin: 0;
  padding-left: 22px;
}
#header #header_top .login p a {
  color: #0658be;
}
#header #header_top .login .locker_button {
  margin-left: 5px;
  padding: 2px 8px;
  font-size: 15px;
  position: relative;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}
#header #header_top .login_form,
#header #header_top .search_mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  padding: 8px 15px 15px;
  background-color: #fff;
  color: #000;
}
#header #header_top .login_form h3,
#header #header_top .search_mobile h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
#header #header_top .login_form .input-group,
#header #header_top .search_mobile .input-group {
  width: 160px;
}
#header #header_top .icons {
  padding: 20px 0;
  font-size: 30px;
}
#header #header_top .icons .icon {
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
}
#header #header_top .icons .icon a {
  color: #fff;
}
@media (max-width: 400px) {
  #header #header_top .icons {
    padding: 18px 0;
    font-size: 25px;
  }
}
#header #main_banner {
  padding-top: 80px;
  height: 205px;
}
@media (max-width: 767px) {
  #header #main_banner {
    padding-top: 50px;
    height: 200px;
  }
}
#header #main_banner .carousel-inner {
  height: 100%;
}
#header #main_banner h1 {
  color: #fff;
  text-transform: none;
  border: 0;
  font-size: 42px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991px) {
  #header #main_banner h1 {
    font-size: 34px;
  }
}
#header #main_banner h2 {
  color: #fff;
}
#header #navigation {
  border: 0;
  padding: 0;
}
#header #navigation .navigation {
  background: none;
  padding: 25px 0;
  margin: 0;
  border: 0;
}
#header #navigation .navigation .menu {
  padding: 0;
  border-top: 0;
}
#header #navigation .navigation .menu ul {
  margin: 0;
  padding: 0;
}
#header #navigation .navigation .menu ul li {
  margin: 0;
  padding: 0 25px 0 0;
  letter-spacing: 1px;
  list-style: none;
  font-size: 16px;
}
#header #navigation .navigation .menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 5px 0;
  border-bottom: 1px solid transparent;
}
#header #navigation .navigation .menu ul li a:hover,
#header #navigation .navigation .menu ul li a:focus {
  color: #fff !important;
  border-bottom: 1px solid #fff;
  background: none;
}
#header #navigation .navigation .menu ul li.active > a,
#header #navigation .navigation .menu ul li.hover > a {
  color: #fff;
  border-bottom: 1px solid #fff;
  background: none;
}
#header #navigation .navigation .menu ul li:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  #header #navigation .navigation {
    height: auto;
    padding: 15px 0 20px;
  }
  #header #navigation .navigation .menu ul li {
    margin-bottom: 15px;
  }
  #header #navigation .navigation .menu ul li.last {
    margin-bottom: 0;
  }
}
#header #main_banner #navigation {
  margin-top: -70px;
}
#header #main_banner #navigation .navigation .menu ul li a {
  color: #fff;
}
#header #main_banner #navigation .navigation .menu ul li a:hover,
#header #main_banner #navigation .navigation .menu ul li a:focus {
  border-bottom: 1px solid #fff;
  background: none;
}
#header #main_banner #navigation .navigation .menu ul li.active > a,
#header #main_banner #navigation .navigation .menu ul li.hover > a {
  border-bottom: 1px solid #fff;
}
#breadcrumbs {
  background: #fff;
}
#breadcrumbs .breadcrumb {
  height: 70px;
  padding: 25px 0;
  background: none;
  font-size: 15px;
  margin: 0;
}
#breadcrumbs .breadcrumb li {
  color: #8e8e8e;
}
#breadcrumbs .breadcrumb li a {
  color: #8e8e8e;
}
#page_content {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #fff;
}
#page_content .container {
  position: relative;
}
#col_left {
  padding-right: 30px;
}
#col_left #page_resources .article,
#col_left .sectionresources .article {
  padding-bottom: 0;
  padding-top: 15px;
}
#col_left #page_resources .article .icon,
#col_left .sectionresources .article .icon {
  top: 15px;
}
#col_left .top {
  margin-top: 10px;
}
#col_right {
  padding-left: 30px;
  position: static;
}
#col_right h2 {
  font-size: 16px;
  color: #003399;
  font-weight: bold;
  margin-bottom: 20px;
}
#col_right h2 a {
  color: #333;
}
#col_right .nav {
  border-bottom: 1px solid #eee;
}
#col_right ul li {
  margin: 0;
  font-size: 16px;
  color: #333;
  width: 100%;
}
#col_right ul li a {
  text-decoration: underline;
  color: #333;
}
#col_right ul li:hover a,
#col_right ul li.active a {
  background-color: #eee;
}
#col_right ul li.timeline {
  position: relative;
}
#col_right ul li.timeline .activity_count {
  position: absolute;
  top: -5px;
  right: 5px;
}
#col_right ul li li {
  padding-left: 15px;
}
#col_right ul li li li {
  padding-left: 30px;
}
#col_right:after {
  background: #DDDDDD;
  bottom: 0;
  content: " ";
  margin-left: -30px;
  position: absolute;
  top: 0;
  width: 1px;
}
#sidebar_blocks,
.sidebar_blocks {
  padding-top: 20px;
}
#sidebar_blocks .action,
.sidebar_blocks .action {
  margin-bottom: 15px;
}
#sidebar_blocks .action h2,
.sidebar_blocks .action h2 {
  color: #fff;
  font-weight: normal;
}
/*footer*/
#footer {
  padding: 80px 0;
  background: #333344;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
#footer a {
  color: #fff;
}
#footer .logo {
  margin-bottom: 35px;
}
#footer .footer_top {
  padding-bottom: 40px;
}
#footer h3 {
  color: #fff;
}
#footer .back_link {
  padding-top: 25px;
}
#footer .back_link .btn-white {
  color: #000;
  border: 0;
}
/* homepage specifics */
.site {
  border-right: 1px solid #c6c6c7;
  position: relative;
  padding: 0 30px;
  float: left;
  width: 25%;
  text-align: center;
}
.site .icon {
  text-align: center;
  width: 126px;
  height: 126px;
  line-height: 126px;
  border: 2px solid #003399;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 30px auto;
}
.site .icon img {
  vertical-align: middle;
}
.site .icon_inner {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.site .btn-default {
  color: #fff;
  padding: 12px 20px;
  border: 0;
}
.site.active .icon {
  width: 124px;
  height: 124px;
  margin-bottom: 32px;
}
#sub_sites {
  background: #f7f8f9;
  padding: 120px 0;
}
#sub_sites .row .site:last-of-type {
  border-right: 0;
}
#websites {
  padding: 0;
}
#websites .row .site:last-of-type {
  border-right: 0;
}
#websites .site {
  width: 20%;
  padding: 80px 15px;
}
#latest_updates {
  padding: 70px 0;
  border-bottom: 1px solid #ebebeb;
  background: #f7f8f9;
}
#latest_updates .title {
  text-align: center;
  margin-bottom: 60px;
}
#latest_updates .title h2 {
  color: #003399;
  font-size: 28px;
  margin: 0;
}
#home_content {
  padding: 40px 0 35px 0;
  background: #fff;
  font-family: "proxima-nova", sans-serif;
}
@media (max-width: 768px) {
  #home_content {
    padding: 30px 0;
  }
}
#home_content .title {
  margin-bottom: 40px;
}
#home_content h2 {
  color: #003399;
  font-size: 26px;
  margin: 0;
}
#home_content h3 {
  margin-top: 0;
  line-height: 1.2em;
}
#home_content p {
  color: #1f1f1f;
}
#homepage_blocks {
  padding-bottom: 70px;
  background: #fff;
}
#contact {
  background: #003399;
  padding: 100px 0;
  text-align: center;
}
#contact h2 {
  color: #fff;
  margin-bottom: 50px;
}
#contact p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
}
/* site pages */
#actions {
  border-bottom: 1px solid #ebebeb;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ebebeb 50%, #ebebeb 100%);
}
@media (max-width: 991px) {
  #actions {
    background: #fff;
  }
}
#actions .container {
  padding: 100px 15px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 66.66666%, #ebebeb 66.66666%, #ebebeb 100%);
}
@media (max-width: 991px) {
  #actions .container {
    background: #fff;
    padding-bottom: 0;
  }
}
#actions .updates {
  padding-left: 30px;
}
#actions .updates .title {
  margin-bottom: 40px;
}
#actions .updates .title h2 {
  margin: 0 0 5px;
  color: #003399;
  font-size: 32px;
}
@media (max-width: 991px) {
  #actions .updates {
    padding: 50px 15px 100px;
    background: #ebebeb;
  }
}
.action {
  width: 100%;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  display: block;
  /*h2 {
        margin: 5px 0 0 0 !important;
        padding-top: 10px;
        font-size: 24px;
        font-weight: normal !important;
        line-height: 1em;
        color: #fff;
        a {
            color: #fff !important;
            text-decoration:none;
            font-weight: normal !important;
            &:hover {
                text-decoration: underline;
            }
        }

        &.title {
            font-size: 18px;
        }
    }*/
}
.action,
.action * {
  text-decoration: none !important;
}
.action.normal_action {
  position: relative;
  background: #333444;
}
.action.normal_action img {
  width: 100%;
}
.action.normal_action:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.action.normal_action:hover:after {
  width: 100%;
  height: 100%;
}
.action.action_rss_feed,
.action.news_action {
  color: #1f1f1f;
  margin-bottom: 16px;
}
.action.action_rss_feed h2,
.action.news_action h2 {
  background: #333444;
  margin: 0 !important;
}
.action.action_rss_feed h2 a,
.action.news_action h2 a {
  color: #fff;
}
.action.action_rss_feed .date,
.action.news_action .date {
  font-size: 12px;
  margin: 0;
}
.action.action_rss_feed .content,
.action.news_action .content {
  margin: 0;
  font-size: 14px;
  word-wrap: break-word;
}
.action.action_rss_feed .feed,
.action.news_action .feed {
  overflow: auto;
  width: 100%;
  height: 290px;
  border: 1px solid #e1e1e1;
  border-top: 0;
  padding: 15px;
}
.action.action_rss_feed .feed hr,
.action.news_action .feed hr {
  border-style: dashed;
  border-color: #e1e1e1;
  margin: 10px 0;
}
.action.twitter_action,
.action.facebook_action {
  background: #00aced;
  padding: 30px 15px 25px 15px;
}
.action.twitter_action .twitter-logo,
.action.facebook_action .twitter-logo,
.action.twitter_action .facebook-logo,
.action.facebook_action .facebook-logo {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.action.twitter_action .twitter-logo i,
.action.facebook_action .twitter-logo i,
.action.twitter_action .facebook-logo i,
.action.facebook_action .facebook-logo i {
  color: #fff;
}
.action.twitter_action .content,
.action.facebook_action .content {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.action.twitter_action .content .tweet,
.action.facebook_action .content .tweet {
  padding-bottom: 5px;
}
.action.twitter_action .content a,
.action.facebook_action .content a {
  color: #fff;
  word-break: break-all;
}
.action.twitter_action .content .age,
.action.facebook_action .content .age {
  font-size: 14px;
}
.action.banner_action .item .caption {
  background: #333444;
  color: #fff;
  font-size: 16px;
  padding: 10px 100px 10px 10px;
}
.action.banner_action .item > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.action.banner_action .item > a:hover:after {
  width: 100%;
  height: 100%;
}
.action.banner_action .carousel-indicators {
  right: 20px;
  left: auto;
  bottom: 10px;
  width: auto;
  margin: 0;
}
.action h2 {
  padding: 10px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
}
.action h2 a {
  color: #fff;
}
.action .description {
  font-size: 14px;
  display: block;
  padding-top: 5px;
  margin: 0;
  color: #fff;
}
.action .btn {
  margin-top: 15px;
  font-size: 14px;
  padding: 8px 12px 6px;
}
#page #page_blocks {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#page #page_blocks .row {
  margin: 0 -10px;
}
#page #page_blocks .row .block {
  padding: 0 10px 10px 10px;
}
#page #page_blocks .row .block .image {
  height: 182px;
  overflow: hidden;
}
#page #page_blocks .row .block .title {
  padding-top: 10px;
}
#page #page_blocks .row .block .title h3 {
  margin-top: 0;
}
#page #page_blocks .row .block .title p {
  margin: 0;
}
#page .table th {
  padding: 4px;
}
#page .table td {
  border: 0;
  padding: 4px;
}
#page #tableofcontents h2 {
  margin-top: 0;
}
.expanding_tree {
  list-style: none;
  padding-left: 0;
}
.expanding_tree ul {
  padding-left: 20px;
}
.expanding_tree li {
  list-style: none;
}
.expanding_tree .dropdown {
  cursor: pointer;
}
#search_form {
  margin-top: 30px;
}
#resource .resource_details dt {
  color: #003399;
  text-align: left;
}
#resource .resource_description {
  margin-bottom: 15px;
}
#resource .resource_preview {
  margin-bottom: 20px;
}
#resource .resource_embed {
  margin-botom: 20px;
}
#resource .resource_buttons {
  margin-bottom: 20px;
}
#resource .resource_comments .comments_inner .resource_comment {
  margin-top: 30px;
}
#resource .resource_comments .comments_inner .resource_comment h3 {
  font-size: 16px;
  color: #000;
}
#resource .resource_comments .comments_inner .resource_comment h3 span {
  color: #003399;
}
#resource .resource_comments .comments_inner .resource_comment .content_outer {
  background: #f5f5f5;
  padding: 15px;
}
#resource .resource_comments .comments_inner .resource_comment .content_outer p {
  margin-bottom: 0;
}
#resource .resource_comments .comments_inner .resource_comment .content_outer .buttons {
  margin-top: 15px;
  font-size: 12px;
}
#resource .resource_comments .comments_inner .resource_comment .content_outer .buttons a {
  color: #003399;
}
/* locker */
#locker .detail .detail_top {
  background: #ececec;
  padding: 15px;
  margin-bottom: 20px;
}
#locker .detail .detail_top .title h2 {
  margin: 0;
}
#locker .detail .detail_top .filter {
  font-family: "proxima-nova", sans-serif;
  color: #333;
  font-size: 14px;
}
#locker .detail .detail_top .filter label {
  font-weight: normal;
}
#locker .detail .items .item {
  padding: 15px;
  border-bottom: 1px solid #d4eef8;
}
#locker .detail .items .item.unread {
  background-color: #f0f4f6;
}
#locker .detail .items .item h3 {
  margin-top: 0;
  font-size: 20px;
}
#locker .detail .items .item .date {
  font-weight: bold;
  color: #333;
}
#locker .detail .items .item .actions {
  color: #008bcd;
}
#search_page h3 {
  margin-top: 0;
}
#search_page .show_results {
  cursor: pointer;
}
#search_page .result_section {
  float: none;
}
#page .introduction {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  #header .strapline {
    width: 580px;
  }
  #header .login_search {
    width: 700px;
  }
  #main_content #navigation .navigation .menu ul li {
    padding-right: 50px;
  }
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 940px;
    top: 48%;
  }
  #banner .banner_text,
  #banner_mob .banner_text {
    width: 940px;
    padding-left: 129px;
    padding-right: 129px;
  }
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 32px;
  }
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 18px;
  }
}
/* papers */
#papers .categories {
  margin-top: 20px;
}
#papers .category {
  margin-bottom: 15px;
}
#papers .category .category_title {
  color: #fff;
  background-color: #042F62;
  padding: 8px 30px 7px 30px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}
#papers .category .category_title h2 {
  margin: 0;
  color: #fff;
}
#papers .category .category_title .arrow {
  width: 27px;
  height: 27px;
  position: absolute;
  display: block;
  right: 12px;
  top: 10px;
  font-size: 1.4em;
}
#papers .category .category_papers {
  display: none;
}
#papers .category .paper {
  color: #414141;
  padding: 15px 30px;
}
#papers .category .paper.even {
  background-color: #e1e1e1;
}
#papers .category .paper h3 a {
  color: #414141;
}
#papers .category .paper p {
  margin-bottom: 0;
}
#papers .category.hover {
  color: #498db8;
}
#papers .category.hover h3 a {
  color: #498db8;
}
/* paper detail */
#paper_header .evaluation_header {
  color: #fff;
  background-color: #498db8;
  padding: 8px 30px 7px 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
#paper_header #paper_embed {
  padding: 20px 0;
  width: 100%;
}
#paper .paper_question {
  padding: 10px 30px;
}
#paper .paper_question.even {
  background-color: #e1e1e1;
}
#paper .paper_question .control-label {
  font-size: 1.3em;
  margin-bottom: 20px;
}
#paper .paper_question .question_option {
  margin: 0 0 10px 0;
}
#paper .paper_question .question_option label {
  padding-left: 25px;
}
#paper .paper_question .radio input[type="radio"],
#paper .paper_question .radio-inline input[type="radio"],
#paper .paper_question .checkbox input[type="checkbox"],
#paper .paper_question .checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
}
#paper .complete_paper {
  margin-top: 30px;
}
.paper_submission {
  margin-bottom: 30px;
}
.paper_submission .button {
  margin: 0;
}
.large_button {
  margin-top: 20px;
  width: 240px;
}
/* mobile CSS starts here */
@media (max-width: 767px) {
  .action h2 {
    font-size: 20px !important;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
  }
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    padding: 0 15px;
    left: 0;
    width: 100%;
    top: 40%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 45px 25px;
    width: 100%;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 30px;
    width: 100%;
  }
  #main_content #banner .banner_inner .banner_text h2,
  #main_content #banner_mob .banner_inner .banner_text h2 {
    font-size: 20px;
    width: 100%;
  }
  #main_content #mobile_search {
    padding: 30px 20px;
    width: 100%;
    margin: 0;
  }
  #main_content #mobile_search form .form-group {
    margin-bottom: 30px;
  }
  #main_content #mobile_search form .form-group .control-label {
    font-family: "proxima-nova", serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #main_content #mobile_search form .form-group .form-control {
    font-family: "proxima-nova", sans-serif;
  }
  #main_content #mobile_search .col-lg-12 {
    padding: 0;
  }
  #main_content #actions {
    padding: 20px 15px 0 15px;
  }
  #main_content #actions .blocks {
    padding: 0;
  }
  #main_content #actions .blocks .action {
    padding: 0;
  }
  #main_content #actions .blocks .action .title {
    min-height: 32px;
  }
  #main_content #actions .blocks .action h2 {
    font-size: 16px !important;
  }
  #main_content #actions .blocks .row {
    margin-left: 0;
    margin-right: 0;
  }
  #main_content #actions .blocks .col-xs-1,
  #main_content #actions .blocks .col-sm-1,
  #main_content #actions .blocks .col-md-1,
  #main_content #actions .blocks .col-lg-1,
  #main_content #actions .blocks .col-xs-2,
  #main_content #actions .blocks .col-sm-2,
  #main_content #actions .blocks .col-md-2,
  #main_content #actions .blocks .col-lg-2,
  #main_content #actions .blocks .col-xs-3,
  #main_content #actions .blocks .col-sm-3,
  #main_content #actions .blocks .col-md-3,
  #main_content #actions .blocks .col-lg-3,
  #main_content #actions .blocks .col-xs-4,
  #main_content #actions .blocks .col-sm-4,
  #main_content #actions .blocks .col-md-4,
  #main_content #actions .blocks .col-lg-4,
  #main_content #actions .blocks .col-xs-5,
  #main_content #actions .blocks .col-sm-5,
  #main_content #actions .blocks .col-md-5,
  #main_content #actions .blocks .col-lg-5,
  #main_content #actions .blocks .col-xs-6,
  #main_content #actions .blocks .col-sm-6,
  #main_content #actions .blocks .col-md-6,
  #main_content #actions .blocks .col-lg-6,
  #main_content #actions .blocks .col-xs-7,
  #main_content #actions .blocks .col-sm-7,
  #main_content #actions .blocks .col-md-7,
  #main_content #actions .blocks .col-lg-7,
  #main_content #actions .blocks .col-xs-8,
  #main_content #actions .blocks .col-sm-8,
  #main_content #actions .blocks .col-md-8,
  #main_content #actions .blocks .col-lg-8,
  #main_content #actions .blocks .col-xs-9,
  #main_content #actions .blocks .col-sm-9,
  #main_content #actions .blocks .col-md-9,
  #main_content #actions .blocks .col-lg-9,
  #main_content #actions .blocks .col-xs-10,
  #main_content #actions .blocks .col-sm-10,
  #main_content #actions .blocks .col-md-10,
  #main_content #actions .blocks .col-lg-10,
  #main_content #actions .blocks .col-xs-11,
  #main_content #actions .blocks .col-sm-11,
  #main_content #actions .blocks .col-md-11,
  #main_content #actions .blocks .col-lg-11,
  #main_content #actions .blocks .col-xs-12,
  #main_content #actions .blocks .col-sm-12,
  #main_content #actions .blocks .col-md-12,
  #main_content #actions .blocks .col-lg-12 {
    padding: 0;
  }
  #main_content #page_content {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #main_content #col_left {
    padding-bottom: 40px;
  }
  #main_content #mobile_menu {
    padding-left: 30px;
    position: static;
    background: #ebebeb;
    padding: 0;
  }
  #main_content #mobile_menu h2 {
    font-size: 16px;
    color: #003399;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main_content #mobile_menu h2 a {
    color: #333;
  }
  #main_content #mobile_menu .nav {
    border-bottom: 1px solid #eee;
  }
  #main_content #mobile_menu ul li {
    margin: 0;
    font-size: 16px;
    color: #333;
    width: 100%;
  }
  #main_content #mobile_menu ul li a {
    text-decoration: underline;
    color: #333;
  }
  #main_content #mobile_menu ul li:hover a,
  #main_content #mobile_menu ul li.active a {
    background-color: #eee;
  }
  #main_content #mobile_menu ul li.timeline {
    position: relative;
  }
  #main_content #mobile_menu ul li.timeline .activity_count {
    position: absolute;
    top: -5px;
    right: 5px;
  }
  #main_content #mobile_menu ul li li {
    padding-left: 15px;
  }
  #main_content #mobile_menu ul li li li {
    padding-left: 30px;
  }
  #main_content #mobile_menu:after {
    background: #DDDDDD;
    bottom: 0;
    content: " ";
    margin-left: -30px;
    position: absolute;
    top: 0;
    width: 1px;
  }
  #main_content #mobile_menu .page_navigation {
    padding: 30px 15px;
  }
  #main_content #mobile_menu h2 {
    margin-top: 0;
  }
  #main_content #mobile_menu h2 a {
    text-decoration: none;
  }
  #main_content #mobile_menu ul li {
    font-size: 14px;
  }
  #main_content #mobile_menu ul li li {
    padding-left: 0;
  }
  #main_content #mobile_menu ul li li li {
    padding-left: 0;
  }
  #main_content #mobile_menu ul li a {
    text-decoration: none;
  }
  #main_content #mobile_menu ul li a:hover {
    text-decoration: underline;
  }
  #footer_top .footer_wrapper p {
    margin-bottom: 10px;
  }
  #sub_sites .site {
    width: 100%;
    border: 0;
    margin-bottom: 50px;
  }
  #websites .site {
    width: 100%;
    border: 0;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    top: 40%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 24px;
  }
  #main_content #banner .banner_inner .banner_text h2,
  #main_content #banner_mob .banner_inner .banner_text h2 {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  #header .login_search .search {
    padding: 14px 0 14px 20px;
    border-left: 0;
  }
  #header #search .field {
    width: calc(100% - 150px);
  }
  #header #search .submit .btn {
    padding: 6px 10px;
  }
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    top: 40%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }
  #main_content #banner .banner_inner .banner_text h2,
  #main_content #banner_mob .banner_inner .banner_text h2 {
    font-size: 12px;
  }
}
