@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 15px;
  background: #fff;
}
h1,
h2,
h3,
h4 {
  color: #333;
  font-family: "proxima-nova-soft", sans-serif;
}
h1 {
  font-family: "proxima-nova-soft", sans-serif;
  text-transform: none;
  font-size: 32px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
.header {
  font-family: "proxima-nova-soft", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
a {
  text-decoration: none;
  color: #3B56A2;
}
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;
}
.form-horizontal input[type=file] {
  width: 100%;
}
.help-block {
  color: red !important;
}
.clear {
  clear: both;
}
.btn {
  font-family: "proxima-nova-soft", sans-serif;
  letter-spacing: 1px;
}
.btn-primary {
  background-color: #3B56A2;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #3B56A2;
  color: #fff;
  text-decoration: underline;
}
.btn-primary a {
  color: #fff;
  text-decoration: none;
}
.btn-primary a :hover {
  text-decoration: underline;
}
.btn-danger {
  background-color: #3B56A2;
  text-transform: uppercase;
  text-decoration: none;
  background: #c51617;
  color: #fff;
  border: 1px solid #c51617;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #3B56A2;
  color: #fff;
  text-decoration: underline;
}
.btn-danger a {
  color: #fff;
  text-decoration: none;
}
.btn-danger a :hover {
  text-decoration: underline;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #c51617;
}
.btn-basic {
  background-color: #3B56A2;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}
.btn-basic:hover,
.btn-basic:focus,
.btn-basic:active,
.btn-basic.active {
  background-color: #3B56A2;
  color: #fff;
  text-decoration: underline;
}
.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: #3B56A2;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #c51617;
  border: 1px solid #c51617;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3B56A2;
  color: #fff;
  text-decoration: underline;
}
.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: #c51617;
}
.btn-default {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #eeeeee;
  text-decoration: underline;
}
.breadcrumb {
  background: none;
  padding: 0;
  font-family: "proxima-nova-soft", sans-serif;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
.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;
}
.resource .resource_preview {
  margin-bottom: 15px;
}
.payment_form {
  padding-top: 20px;
}
.payment_form .payment_button {
  float: left;
  margin-right: 10px;
}
.payment_form .payment_invoice {
  float: left;
}
#skiplink {
  display: none;
}
.carousel-indicators li {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.overlay {
  background: rgba(37, 54, 111, 0.4) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* forms */
.HiddenInput {
  display: none;
}
#header {
  margin-bottom: 0;
}
#header #top {
  padding: 20px 0;
  position: relative;
  z-index: 200;
  border-bottom: 1px solid #eeeeee;
}
#header #top .logo {
  float: left;
  padding: 0;
  width: 30%;
}
#header #top .right_content {
  float: right;
  width: 70%;
  padding-top: 22px;
}
#header #top .right_content .login {
  font-size: 17px;
  float: right;
  font-family: "proxima-nova-soft", sans-serif;
  padding: 10px 0 0 0;
  text-align: right;
  color: #3B56A2;
}
#header #top .right_content .login p {
  margin: 0;
  padding-left: 22px;
}
#header #top .right_content .login p a {
  color: #3B56A2;
}
#header #top .right_content .login .locker_button {
  margin-left: 10px;
  padding: 2px 0;
  font-size: 15px;
  position: relative;
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}
#header #top .right_content .strapline {
  text-align: right;
}
#header #top .right_content .search {
  padding-right: 28px;
  border-right: 1px solid #eeeeee;
}
#header #top .right_content .search .fieldset {
  border: 1px solid #3B56A2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#header #top .right_content .search .field {
  background: #f6f6f6;
  padding: 12px 25px;
  height: 48px;
  border: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#header #top .right_content .search .submit {
  padding: 0;
  background: #3B56A2;
  color: #fff;
  font-size: 22px;
  width: 60px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
#header #top .login_form,
#header #top .search_mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  padding: 8px 15px 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #eeeeee;
  border-top: 0;
}
#header #top .login_form h3,
#header #top .search_mobile h3 {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
#header #top .login_form .input-group,
#header #top .search_mobile .input-group {
  width: 160px;
}
#header #top .login_form .submit-group,
#header #top .search_mobile .submit-group {
  margin-top: 15px;
  text-align: right;
}
#header #top .strapline {
  color: #3B56A2;
  padding-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
#header #top .strapline p {
  font-size: 15px;
  margin: 0;
}
#header #top .icons {
  padding-top: 70px;
}
#header #top .icons .icon {
  cursor: pointer;
  margin-left: 10px;
}
#header #navigation {
  margin: 0;
  border: 0;
  background: none;
  border-bottom: 1px solid #eeeeee;
}
#header #navigation .navigation {
  background: none;
  padding: 17px 0;
  margin: 0;
  border: 0;
  font-family: "proxima-nova-soft", sans-serif;
  float: left;
}
#header #navigation .navigation .top_level {
  float: right;
}
#header #navigation .navigation ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
#header #navigation .navigation ul li {
  margin: 0;
  padding: 15px 60px 15px 0;
  letter-spacing: 1px;
  list-style: none;
  font-size: 18px;
  display: inline-block;
}
#header #navigation .navigation ul li a {
  padding: 0;
  text-decoration: none;
  color: #3B56A2;
  background: none !important;
}
#header #navigation .navigation ul li.active > a,
#header #navigation .navigation ul li.hover > a {
  color: #c51617;
}
#header #navigation .navigation ul li.last {
  padding-right: 0;
}
#search {
  background: #fff;
  padding: 22px 0;
}
#search .icon {
  margin: 0;
  color: #fff;
  font-size: 26px;
  width: 30px;
}
#search .field {
  float: left;
  border: 0;
  margin: 4px 0 0 20px;
  width: 85%;
  width: calc(100% - 170px);
  box-shadow: none;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#search .field input {
  background: none;
  border: none;
  color: #fff;
  width: 100%;
  padding: 7px 12px;
}
#search .submit {
  float: right;
  margin-top: 4px;
  text-transform: uppercase;
  border: 0;
  vertical-align: top;
}
#search .submit .btn {
  padding: 6px 20px;
}
#banner,
#banner_mob {
  padding: 0;
  position: relative;
  z-index: 100;
  width: 100%;
  margin: 0;
  background: #fff;
  overflow: hidden;
  height: 400px;
}
#banner .banner_text,
#banner_mob .banner_text {
  padding: 130px 0 0 0;
  color: #fff;
}
#banner .banner_text h1,
#banner_mob .banner_text h1 {
  font-size: 38px;
  font-family: "proxima-nova-soft", sans-serif;
  font-weight: Semibold;
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(37, 54, 111, 0.75);
}
#main_content {
  background: #fff;
  padding-top: 50px;
}
#main_content #page_content {
  padding-bottom: 45px;
}
#main_content #page_content #col_left {
  width: 295px;
  padding-right: 40px;
  font-family: "proxima-nova-soft", sans-serif;
}
#main_content #page_content #col_left h2 {
  font-size: 16px;
  font-family: "proxima-nova-soft", sans-serif;
  color: #333;
  font-weight: bold;
  margin: 0 0 20px;
}
#main_content #page_content #col_left h2 a {
  color: #333;
}
#main_content #page_content #col_left .nav {
  border-bottom: 1px solid #eee;
}
#main_content #page_content #col_left ul li {
  margin: 0;
  font-size: 16px;
  color: #333;
  width: 100%;
}
#main_content #page_content #col_left ul li a {
  color: #333;
}
#main_content #page_content #col_left ul li a:hover,
#main_content #page_content #col_left ul li a:focus {
  background-color: #dae0f1;
}
#main_content #page_content #col_left ul li.active > a {
  background-color: #dae0f1;
}
#main_content #page_content #col_left ul li.timeline {
  position: relative;
}
#main_content #page_content #col_left ul li.timeline .activity_count {
  position: absolute;
  top: -5px;
  right: 5px;
}
#main_content #page_content #col_left ul li li {
  padding-left: 15px;
}
#main_content #page_content #col_left ul li li li {
  padding-left: 30px;
}
#main_content #page_content #col_left #sidebar_blocks,
#main_content #page_content #col_left .job_blocks {
  padding-top: 20px;
}
#main_content #page_content #col_left #sidebar_blocks .action,
#main_content #page_content #col_left .job_blocks .action {
  border-bottom: 1px solid #00658d;
  margin-bottom: 15px;
}
#main_content #page_content #col_left #sidebar_blocks .action .overlay,
#main_content #page_content #col_left .job_blocks .action .overlay {
  display: none;
}
#main_content #page_content #col_left #sidebar_blocks .action .action_content,
#main_content #page_content #col_left .job_blocks .action .action_content {
  position: static;
  padding: 15px 0 5px 0;
  color: #151515;
}
#main_content #page_content #col_left #sidebar_blocks .action h2,
#main_content #page_content #col_left .job_blocks .action h2 {
  font-size: 20px !important;
  margin-bottom: 0 !important;
}
#main_content #page_content #col_left #sidebar_blocks .action h2 a,
#main_content #page_content #col_left .job_blocks .action h2 a {
  color: #3B56A2;
}
#main_content #page_content #col_left #sidebar_blocks.job_blocks,
#main_content #page_content #col_left .job_blocks.job_blocks {
  margin-top: 15px;
  border-top: 1px solid #00658d;
  padding-top: 15px;
}
#main_content #page_content #col_left #sidebar_blocks.job_blocks .action .action_content,
#main_content #page_content #col_left .job_blocks.job_blocks .action .action_content {
  padding-top: 0;
}
#main_content #page_content #col_left #sidebar_blocks.job_blocks .action h2,
#main_content #page_content #col_left .job_blocks.job_blocks .action h2 {
  margin-top: 0;
  margin-bottom: 5px !important;
}
#main_content #page_content #col_left #col_right {
  padding-left: 40px;
  width: 797px;
  color: #151515;
}
#main_content #page_content #col_right {
  width: 797px;
}
/*footer*/
#footer {
  padding: 40px 0;
  color: #333;
  font-family: "proxima-nova-soft", sans-serif;
  border-top: 1px solid #eeeeee;
  margin-bottom: 0;
}
#footer p {
  font-size: 15px;
  margin: 0 0 26px 0;
}
#footer .footer_logo {
  padding-bottom: 20px;
}
#footer .footer_right {
  padding-left: 30px;
}
#footer .social_media {
  text-align: right;
  font-size: 38px;
  padding-left: 0;
}
#footer .social_media .fa-facebook-official {
  color: #3b5998 !important;
}
#footer .social_media .fa-twitter-square {
  color: #55acee !important;
}
#footer .social_media img {
  display: inline-block;
}
.action {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.action .action_content {
  position: absolute;
  top: 58%;
  color: #fff;
  padding: 0 15px;
}
.action h2 {
  color: #3B56A2;
  margin: 0 0 10px !important;
  font-size: 26px;
  font-weight: normal !important;
  line-height: 1em;
}
.action h2 a {
  font-weight: normal !important;
}
.action h2.title {
  font-size: 24px;
}
.action.normal_action h2 a {
  color: #fff;
}
.action.normal_action .description {
  font-size: 14px;
  display: block;
  margin: 0;
}
.action.banner_action .item .carousel-caption {
  text-align: left;
  left: 20px;
  padding-bottom: 0;
  right: auto;
}
.action.banner_action .item .carousel-caption h2 a {
  color: #fff;
}
.action.banner_action .carousel-indicators {
  right: 20px;
  left: auto;
  bottom: 10px;
  width: auto;
  margin: 0;
}
.action.news_action .title {
  text-align: center;
}
.action.news_action .article {
  padding-top: 10px;
}
.action.news_action .article h3 {
  font-size: 16px;
  color: #151515;
  margin: 0 0 2px 0;
}
.action.news_action .article h3 a {
  color: #151515;
}
.action.news_action .article .date {
  font-size: 14px;
  margin-bottom: 0;
  color: #666;
}
.action.news_action .article.last {
  border-bottom: 0;
}
#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;
}
/* homepage specifics */
#actions {
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}
#news_events {
  padding-top: 55px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
#news_events .title {
  text-align: left;
  padding-bottom: 5px;
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
}
#news_events .articles {
  padding-top: 30px;
}
#news_events .articles .article {
  padding-bottom: 10px;
  color: #707070;
}
#news_events .articles .article h3 {
  font-size: 16px;
  color: #151515;
  margin: 0 0 2px 0;
}
#news_events .articles .article a {
  color: #151515;
}
#news_events .articles .article .date {
  font-size: 14px;
  margin-bottom: 0;
  color: #a0a0a0;
}
#news_events .articles .article.last {
  border-bottom: 0;
}
#home_content {
  padding: 95px 0 90px;
  background: #3B56A2;
  color: #fff;
  font-size: 14px;
}
#home_content .text {
  font-family: "proxima-nova-soft", sans-serif;
}
#home_content .text h2 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
}
#home_content .text p {
  color: #fff;
}
#meeting_book .social_event {
  margin-bottom: 10px;
}
#meeting_book .social_event label {
  font-weight: normal;
}
#meeting_book .social_event label .price {
  font-weight: bold;
}
#meeting_details .payment .payment_form {
  float: left;
  margin-right: 10px;
}
#election_voting .candidates .candidate {
  margin-bottom: 10px;
}
#election_voting .candidates .candidate .candidate_option {
  float: left;
  width: 3%;
  margin-right: 10px;
}
#election_voting .candidates .candidate .candidate_details {
  float: left;
}
#election_voting .candidates .candidate .candidate_details label {
  font-weight: bold;
}
#election_voting .submit {
  padding-left: 30px;
}
#election_voting_candidate .details {
  float: left;
  width: 500px;
}
#election_voting_candidate .picture {
  float: right;
  width: 108px;
}
#submit_content .add_file,
#cpd .add_file {
  float: left;
  font-size: 0.9em;
  cursor: pointer;
}
#submit_content .author h3 .remove_author,
#cpd .author h3 .remove_author {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
}
#submit_content .add_another,
#cpd .add_another {
  text-decoration: underline;
  cursor: pointer;
}
#submit_content .remove_file,
#cpd .remove_file {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
  margin-bottom: 10px;
}
#review_content_submission .submission-details {
  margin-top: 0;
}
#review_content_submission .submission-details p {
  margin-top: 0;
}
#review_content_submission table th {
  text-align: center;
}
#review_content_submission .score {
  text-align: center;
}
#review_content_submission .abstract_scoring input {
  margin-right: 8px;
}
#review_content_submission .abstract_scoring .name {
  padding-right: 10px;
}
#review_content_submission .abstract_scoring th {
  padding-right: 5px;
}
#review_content_submission .abstract_scoring label {
  display: none;
}
/* locker */
#locker .detail .detail_top {
  background: #dae0f1;
  padding: 15px;
  margin-bottom: 20px;
}
#locker .detail .detail_top .title h2 {
  margin: 0;
}
#locker .detail .detail_top .filter {
  font-family: "proxima-nova-soft", 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 #dae0f1;
}
#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;
}
#exam_application .theory_table input,
#exam_application .modality_table input {
  width: 50px;
}
#exam_application .modality_table .name {
  width: 55%;
}
#exam_application .modality_table .required_num {
  width: 35%;
}
#exam_application .modality_table .modality_checkbox {
  text-align: center;
}
#exam_application .reference_form legend {
  position: relative;
}
#exam_application .reference_form .remove_form {
  font-size: 14px;
}
#exam_application .reference_form .add_new {
  cursor: pointer;
}
#exam_application .years_worked_table td {
  padding: 0 8px;
  text-align: center;
}
@media (max-width: 1199px) {
  #header #top .right_content {
    padding-top: 0;
  }
  #header #top .right_content .login {
    margin-bottom: 15px;
  }
  #header #top .right_content .search {
    clear: right;
    padding-right: 0;
    border: 0;
  }
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 250px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 20px !important;
  }
  #main_content #page_content #col_right {
    width: 720px;
  }
  #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;
  }
}
@media (max-width: 991px) {
  #main_content #navigation .navigation .menu ul li {
    padding-right: 22px;
  }
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 220px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 18px !important;
  }
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 530px;
  }
  #banner .banner_inner,
  #banner_mob .banner_inner {
    width: 720px;
    top: 30%;
  }
  #banner .banner_text,
  #banner_mob .banner_text {
    width: 720px;
    padding-left: 19px;
    padding-right: 19px;
  }
  #banner .banner_text h1,
  #banner_mob .banner_text h1 {
    font-size: 30px;
  }
  #banner .banner_text h2,
  #banner_mob .banner_text h2 {
    font-size: 18px;
  }
}
/* mobile CSS */
@media (max-width: 767px) {
  #header #top .logo {
    width: 200px;
  }
  #header #top .right_content {
    width: 105px;
    padding-top: 10px;
  }
  #header #top .right_content .icons {
    padding-top: 0;
  }
  #header #top .right_content .icons .icon {
    color: #3B56A2;
    font-size: 30px;
    margin-left: 6px;
  }
  #header #top .right_content .icons .icon a {
    color: #3B56A2;
  }
  #header #top .right_content .icons .icon_search {
    padding: 0;
    border-right: 0;
    margin: 0;
  }
  #header #top .strapline {
    width: auto !important;
  }
  #header #navigation .nav ul li {
    float: none;
    text-align: right;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #header #navigation .nav ul li.last {
    margin-bottom: 0;
  }
  .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 {
    padding-top: 0;
  }
  #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-soft", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #main_content #mobile_search form .form-group .form-control {
    font-family: "proxima-nova-soft", sans-serif;
  }
  #main_content #mobile_search .col-lg-12 {
    padding: 0;
  }
  #main_content #actions .action {
    /* padding: 0 8px;*/
    margin-bottom: 15px;
  }
  #main_content #actions .action .action_content {
    top: 60%;
  }
  #main_content #actions .action h2 {
    font-size: 16px !important;
    margin-bottom: 5px;
  }
  #main_content #actions .action .description {
    display: none;
  }
  #main_content #actions .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  #main_content #actions .col-xs-1,
  #main_content #actions .col-sm-1,
  #main_content #actions .col-md-1,
  #main_content #actions .col-lg-1,
  #main_content #actions .col-xs-2,
  #main_content #actions .col-sm-2,
  #main_content #actions .col-md-2,
  #main_content #actions .col-lg-2,
  #main_content #actions .col-xs-3,
  #main_content #actions .col-sm-3,
  #main_content #actions .col-md-3,
  #main_content #actions .col-lg-3,
  #main_content #actions .col-xs-4,
  #main_content #actions .col-sm-4,
  #main_content #actions .col-md-4,
  #main_content #actions .col-lg-4,
  #main_content #actions .col-xs-5,
  #main_content #actions .col-sm-5,
  #main_content #actions .col-md-5,
  #main_content #actions .col-lg-5,
  #main_content #actions .col-xs-6,
  #main_content #actions .col-sm-6,
  #main_content #actions .col-md-6,
  #main_content #actions .col-lg-6,
  #main_content #actions .col-xs-7,
  #main_content #actions .col-sm-7,
  #main_content #actions .col-md-7,
  #main_content #actions .col-lg-7,
  #main_content #actions .col-xs-8,
  #main_content #actions .col-sm-8,
  #main_content #actions .col-md-8,
  #main_content #actions .col-lg-8,
  #main_content #actions .col-xs-9,
  #main_content #actions .col-sm-9,
  #main_content #actions .col-md-9,
  #main_content #actions .col-lg-9,
  #main_content #actions .col-xs-10,
  #main_content #actions .col-sm-10,
  #main_content #actions .col-md-10,
  #main_content #actions .col-lg-10,
  #main_content #actions .col-xs-11,
  #main_content #actions .col-sm-11,
  #main_content #actions .col-md-11,
  #main_content #actions .col-lg-11,
  #main_content #actions .col-xs-12,
  #main_content #actions .col-sm-12,
  #main_content #actions .col-md-12,
  #main_content #actions .col-lg-12 {
    padding: 0 7px;
  }
  #main_content #page_content {
    padding-top: 0;
  }
  #main_content #page_content #col_left {
    padding: 0;
    width: 100%;
  }
  #main_content #page_content #col_left h2 {
    background-color: #dae0f1;
    margin: 0;
    padding: 10px 15px;
  }
  #main_content #page_content #col_left h2.active {
    background-color: #3B56A2;
  }
  #main_content #page_content #col_left ul li {
    font-size: 14px;
  }
  #main_content #page_content #col_left ul li li {
    padding-left: 0;
  }
  #main_content #page_content #col_left ul li li li {
    padding-left: 0;
  }
  #main_content #page_content #col_left ul li a {
    background-color: #dae0f1;
    color: #151515;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #main_content #page_content #col_left ul li a:hover {
    text-decoration: underline;
  }
  #main_content #page_content #col_left ul li.active a {
    background-color: #3B56A2;
    color: #fff;
  }
  #main_content #page_content #col_right {
    padding-top: 40px;
    padding-left: 15px;
    width: 100%;
  }
  #footer .footer_wrapper img {
    margin-bottom: 15px;
  }
  #footer .footer_wrapper .footer_right {
    padding-left: 15px;
  }
}
@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 .icons {
    padding-top: 40px;
  }
  #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;
  }
}
.feed-block h2.title {
  text-align: left !important;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.feed-block .date {
  color: #ccc !important;
  font-size: 12px !important;
}
.feed-block h3,
.feed-block h3 a {
  color: #3B56A2 !important;
}
