body {
  margin: 0;
  padding: 0;
  font-family: 'nunito', arial, sans-serif;
  font-size: 15px;
  color: #0f2445;
}
/* basic styles */
h1,
h2,
h3,
h4 {
  font-family: 'nunito', arial, sans-serif;
  font-weight: normal;
  color: #4165a0;
}
h1 {
  font-size: 28px;
  color: #4165a0;
  margin: 20px 0;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
b,
strong {
  color: #4165a0;
}
ul,
ol {
  overflow: hidden;
}
img {
  border: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  color: #4165a0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
dl.dl-horizontal dt {
  text-align: left;
  clear: none;
  white-space: normal;
  margin-right: 10px;
}
@media (min-width: 768px) {
  dl.dl-horizontal dt {
    width: 220px;
  }
}
dl.dl-horizontal dd {
  margin-bottom: 8px;
}
table {
  margin-bottom: 20px;
}
table th {
  text-align: left;
  padding: 5px;
}
table td {
  padding: 5px;
}
table tr.highlight {
  background: #b3e6ff;
}
table.procedures .name {
  width: 450px !important;
}
table.procedures th.select-all {
  cursor: pointer;
}
table.procedures .select-all {
  text-align: center;
}
table.procedures .js-selectall {
  color: #fff;
  margin-bottom: 4px;
}
div.highlight .inner {
  background: #b3e6ff;
  padding: 5px;
  margin-bottom: 15px;
}
div.highlight .inner .form-group {
  margin-bottom: 0;
}
hr {
  border-top: 1px solid #c8c8c8;
}
.image_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.image_right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.django_messages {
  padding: 25px 45px;
}
.django_messages .message {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  moz-border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.django_messages .message-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.django_messages .message-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.django_messages .message-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* form */
.required {
  color: red;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-group.CheckboxInput {
  margin-bottom: 10px;
}
.form-group.CheckboxInput .checkbox {
  padding-top: 0;
}
.help-block {
  clear: both;
}
.danger-block {
  clear: both;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  color: red !important;
}
.submit {
  margin-top: 15px;
  padding-left: 272px;
}
.submit input,
.submit a {
  float: left;
  border: 0;
  background: #008BCD;
  margin-right: 10px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  cursor: pointer;
}
.submit .secondary {
  background: #385B6E;
}
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.btn.btn-primary {
  background: #d83a4f;
  border-color: #d83a4f;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #d83a4f;
  border-color: #d83a4f;
  color: #fff;
  text-decoration: underline;
}
.btn.btn-secondary {
  background: #d83a4f;
  border-color: #d83a4f;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #385b6e;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: #d83a4f;
  border-color: #d83a4f;
  color: #fff;
  text-decoration: underline;
}
.btn.btn-secondary:hover {
  background: #385b6e;
}
.btn.btn-success {
  color: #fff;
}
.btn.btn-default {
  color: #333;
}
.button {
  border: 0;
  background: #008BCD;
  margin-right: 10px;
  padding: 10px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.1em;
  cursor: pointer;
}
.button.secondary {
  background: #385B6E;
}
/* common css */
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.last {
  margin-right: 0 !important;
}
.separator {
  height: 2px;
  background: #dfedf4;
  margin: 10px 0;
}
.errorlist,
.error {
  color: #f8071f;
}
.success {
  color: green;
}
.messages {
  margin: 0;
  padding: 1em 0 1em 2.1em;
}
.date {
  font-weight: bolder;
}
.activity_count {
  color: #FFFFFF;
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  padding: 3px 6px;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 15px;
  border: 3px solid #fff;
  background-color: red;
}
/* structure */
#header {
  padding: 25px 0;
}
@media (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}
#header .logo {
  width: 200px;
}
@media (max-width: 767px) {
  #header .logo {
    width: 120px;
  }
}
#header .strapline {
  margin: 15px 0 0 0;
  color: #4165a0;
  font-size: 18px;
}
@media (max-width: 991px) {
  #header .strapline {
    font-size: 15px;
  }
}
#header .social .social_link {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff !important;
  margin-right: 3px;
  font-size: 18px;
  padding: 3px 0 0;
}
#header .social .social_link:hover {
  color: #fff;
}
#header .social .social_link:last-child {
  margin-right: 0;
}
#header .social .social_link.facebook {
  background-color: #3d5294;
}
#header .social .social_link.twitter {
  background-color: #1da0f1;
}
#header .social .social_link.linked {
  background-color: #1178B3;
}
#header .login_search {
  font-size: 14px;
}
#header .login_search .login {
  margin-bottom: 14px;
}
#header .login_search .login .userinfo {
  padding-right: 15px;
  color: #4165a0;
}
#header .login_search .login .userinfo a {
  color: #4165a0;
}
#header .login_search .login .userinfo .locker_button {
  position: relative;
  border: 0;
  margin-left: 5px;
}
@media (max-width: 767px) {
  #header .login_search .login {
    display: none;
  }
}
#header .login_search .login-mobile {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 10px;
}
#header .login_search .login-mobile a {
  color: #4165a0;
  cursor: pointer;
  font-size: 28px;
}
#header .login_search .login-mobile a:focus {
  outline: none;
}
#header .login_search .login-mobile a:hover {
  text-decoration: none;
}
#header .login_search .login-mobile .social .social_link {
  font-size: 20px;
  height: 34px;
  width: 34px;
}
#header .login_search .search {
  width: 250px;
  float: right;
}
#header .login_search .search .fields {
  display: flex;
  justify-content: left;
}
#header .login_search .search .fields .field_outer {
  display: flex;
  align-items: center;
  border: 1px solid #c8c8c8;
  padding: 0 0 0 10px;
  width: 200px;
  column-gap: 10px;
}
#header .login_search .search .fields .field_outer i {
  font-size: 16px;
  color: #c8c8c8;
}
#header .login_search .search .fields .field_outer .field {
  color: #9c9c9c;
  height: 38px;
  padding: 10px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 0;
}
#header .login_search .search .fields .field_outer .field::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9c9c9c;
}
#header .login_search .search .fields .field_outer .field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9c9c9c;
  opacity: 1;
}
#header .login_search .search .fields .field_outer .field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9c9c9c;
  opacity: 1;
}
#header .login_search .search .fields .field_outer .field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9c9c9c;
}
#header .login_search .search .fields .btn {
  width: 50px;
  border: 0;
  height: 40px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media (max-width: 767px) {
  #header .login_search .search {
    display: none;
  }
}
#header .search_members {
  clear: right;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #header .search_members {
    text-align: left;
  }
}
#header .search_members a {
  font-weight: bold;
}
@media (max-width: 768px) {
  #navigation {
    border-top: 1px solid #4165a0;
  }
}
#navigation-section {
  background: #4165a0;
  margin: 0;
  border: 0;
  border-radius: 0;
  max-height: 400px;
  overflow-y: scroll;
}
#navigation-section .navigation {
  background: none;
  height: 60px;
  margin: 0;
  border: 0;
}
#navigation-section .navigation ul.top_level {
  margin: 0;
  padding: 0;
  float: left;
  overflow: visible;
}
#navigation-section .navigation ul.top_level > li {
  margin: 0;
  padding: 20px 0 0 0;
  margin-right: 40px;
  height: 60px;
  list-style: none;
  font-size: 16px;
  position: relative;
}
@media (max-width: 768px) {
  #navigation-section .navigation ul.top_level > li {
    float: none;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
}
#navigation-section .navigation ul.top_level > li > a {
  color: #fff;
  text-decoration: none;
  padding: 0;
}
#navigation-section .navigation ul.top_level > li > a:hover,
#navigation-section .navigation ul.top_level > li > a.hover {
  text-decoration: underline;
}
#navigation-section .navigation ul.top_level > li.active > a {
  color: #fff;
  text-decoration: underline;
  background: none;
}
#navigation-section .navigation ul.top_level > li.hover .submenu {
  display: block;
}
#navigation-section .navigation ul.top_level > li.last {
  margin-right: 0;
}
@media (max-width: 768px) {
  #navigation-section .navigation ul.top_level > li.last {
    padding-bottom: 16px;
  }
}
#navigation-section .navigation ul.top_level > li .submenu {
  display: none;
  position: absolute;
  padding: 20px;
  background: #4165a0;
  list-style: none;
  top: 60px;
  width: 260px;
  font-size: 14px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  z-index: 500;
}
#navigation-section .navigation ul.top_level > li .submenu li {
  padding-bottom: 20px;
}
#navigation-section .navigation ul.top_level > li .submenu li:last-child {
  padding-bottom: 0;
}
#navigation-section .navigation ul.top_level > li .submenu li a {
  color: #fff;
}
@media (max-width: 768px) {
  #navigation-section .navigation ul.top_level > li .submenu {
    position: static;
    display: block !important;
    height: auto;
    box-shadow: none;
    width: auto;
    background: none;
  }
  #navigation-section .navigation ul.top_level > li .submenu li a {
    color: #fff;
  }
}
#banner {
  padding: 0;
  z-index: 100;
  width: 100%;
  margin: 0;
  background: #4165a0;
  background: linear-gradient(90deg, #4165a0 0%, #7b4879 50%, #d83e4f 100%);
  overflow: hidden;
}
#banner img {
  margin: 0 auto;
  max-height: 420px;
}
#banner .banner_inner {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #banner .banner_inner {
    padding: 40px 0;
  }
}
#banner .banner_text {
  color: #fff;
  text-align: center;
}
#banner .banner_text h1 {
  font-size: 36px;
  font-weight: normal;
  border: 0;
  padding: 0 15px;
  margin: 0 0 20px;
  color: #fff;
}
@media (max-width: 900px) {
  #banner .banner_text h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #banner .banner_text h1 {
    font-size: 26px;
    margin: 0 15px 15px;
  }
}
@media (max-width: 500px) {
  #banner .banner_text h1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  #banner .banner_text h1 {
    font-size: 18px;
  }
}
@media (max-width: 300px) {
  #banner .banner_text h1 {
    font-size: 18px;
  }
}
#banner .banner_text h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: light;
  margin: 0 auto 20px;
  color: #fff;
  width: 520px;
}
@media (max-width: 991px) {
  #banner .banner_text h2 {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 15px;
    margin: 0 auto;
    width: 500px;
  }
}
@media (max-width: 768px) {
  #banner .banner_text h2 {
    width: 100%;
    padding: 0 10px 15px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 400px) {
  #banner .banner_text h2 {
    font-size: 12px;
  }
}
#banner .banner_text .red-line {
  display: block;
  width: 50px;
  height: 4px;
  margin: 0 auto;
  background: #d83a4f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  moz-border-radius: 2px;
}
#home_content {
  padding: 60px 0;
}
@media (max-width: 768px) {
  #home_content {
    padding: 30px 0;
  }
}
#home_content #homepage_text {
  padding-top: 25px;
  color: #9c9c9c;
}
#home_content #homepage_text .text_left {
  padding-right: 45px;
}
@media (max-width: 991px) {
  #home_content #homepage_text .text_left {
    padding-right: 15px;
  }
}
#home_content #homepage_text .text_right {
  padding-left: 45px;
}
@media (max-width: 991px) {
  #home_content #homepage_text .text_right {
    padding-left: 15px;
  }
}
.action {
  margin-bottom: 30px;
}
.action.banner_action .carousel-caption {
  left: 65px;
  bottom: 70px;
  padding: 0;
  text-align: left;
  z-index: 20;
}
@media (max-width: 767px) {
  .action.banner_action .carousel-caption {
    left: 20px;
    bottom: 20px;
  }
}
.action.banner_action .carousel-caption h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
}
@media (max-width: 767px) {
  .action.banner_action .carousel-caption h2 {
    font-size: 26px;
  }
}
.action.banner_action .carousel-caption h2 a {
  color: #fff;
}
.action.banner_action .carousel-caption .btn {
  font-size: 18px;
  padding: 10px 25px;
  margin-top: 30px;
  height: 45px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  text-transform: none !important;
}
@media (max-width: 767px) {
  .action.banner_action .carousel-caption .btn {
    margin-top: 15px;
    height: 35px;
    padding: 5px 15px;
  }
}
.action.banner_action .carousel-indicators {
  left: auto;
  right: 20px;
  margin-left: 0;
  width: auto;
  margin: 0;
}
.action.normal_action .image {
  position: relative;
}
.action.normal_action .image .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 50px;
  color: #fff;
}
.action.normal_action .image img {
  width: 100%;
}
.action.normal_action .image .embed {
  display: none;
  padding-top: 56.25%;
  background: #000;
}
.action.normal_action .image iframe {
  width: 100%;
  max-height: 100%;
}
.action.normal_action .content {
  overflow: hidden;
  min-height: 142px;
  background: #f8f8f8;
}
@media (max-width: 1199px) {
  .action.normal_action .content {
    min-height: 162px;
  }
}
@media (max-width: 991px) {
  .action.normal_action .content {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .action.normal_action .content {
    min-height: auto;
  }
}
.action.normal_action .content .content_title {
  display: table;
  background-color: #4165a0;
  width: 100%;
}
.action.normal_action .content .content_title h2 {
  color: #fff;
  padding: 10px !important;
  font-size: 18px;
  height: 58px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.action.normal_action .content .content_title h2 a {
  color: #fff;
}
.action.normal_action .content p {
  color: #0f2445;
  font-size: 15px;
  padding: 10px;
  margin: 0;
  width: 100%;
}
.action.news_action h2.title {
  color: #4165a0;
  margin: 0 0 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.action.news_action .articles .article {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .action.news_action .articles .article {
    margin-bottom: 50px;
  }
}
.action.news_action .articles .article h3 {
  color: #0f2445;
  font-size: 18px;
  margin-bottom: 5px;
}
.action.news_action .articles .article .date {
  color: #9c9c9c;
  margin-bottom: 15px;
}
.action.news_action .articles .article .content {
  color: #9c9c9c;
  margin-bottom: 15px;
}
.action.news_action .articles .article a {
  color: #0f2445;
}
.action.twitter_action {
  background: #008bce;
  padding: 30px 15px 15px;
}
.action.twitter_action .twitter-logo {
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.action.twitter_action .twitter-logo i {
  color: #fff;
}
.action.twitter_action .content {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.action.twitter_action .content .tweet {
  padding-bottom: 15px;
}
.action.twitter_action .content a {
  color: #fff;
}
.action.twitter_action .content .age {
  font-size: 15px;
}
#page_content {
  padding: 50px 0;
}
@media (max-width: 768px) {
  #page_content {
    padding-top: 0;
  }
}
#page_content #col_left .page_search {
  margin-bottom: 30px;
}
#page_content #col_left .page_search h2 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #page_content #col_left .page_search h2 {
    padding: 10px 20px;
  }
}
#page_content #col_left .page_search .query {
  border: 1px solid #c8c8c8;
  color: #9c9c9c;
  height: 38px;
  padding: 10px 15px 10px 35px;
  float: left;
  width: 80%;
}
#page_content #col_left .page_search .submit {
  float: left;
  border: 0;
  height: 38px;
  width: 20%;
  padding: 0;
  margin: 0;
}
#page_content #col_left h2 {
  font-size: 20px;
  border-bottom: 1px solid #c8c8c8;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
#page_content #col_left .secondary_nav {
  margin-bottom: 15px;
}
#page_content #col_left .secondary_nav > ul {
  margin: 0;
  padding: 0;
  overflow: visible;
}
#page_content #col_left .secondary_nav > ul > li {
  font-size: 15px;
  list-style: none;
  padding: 0 0 15px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
}
#page_content #col_left .secondary_nav > ul > li:last-child {
  margin-bottom: 0;
}
#page_content #col_left .secondary_nav > ul > li .inner {
  position: relative;
}
#page_content #col_left .secondary_nav > ul > li .inner .dropdown {
  position: absolute;
  right: 5px;
  top: 2px;
  line-height: 1em;
  cursor: pointer;
  font-size: 18px;
  color: #4165a0;
}
#page_content #col_left .secondary_nav > ul > li .inner a {
  display: block;
  color: #0f2445;
}
#page_content #col_left .secondary_nav > ul > li.active .inner a {
  color: #4165a0;
}
#page_content #col_left .secondary_nav > ul > li.active .inner .dropdown {
  display: none;
  content: "-";
}
#page_content #col_left .secondary_nav > ul > li.hover .inner a {
  color: #4165a0;
}
#page_content #col_left .secondary_nav > ul > li ul {
  display: none;
  padding: 5px 0 5px 10px;
}
#page_content #col_left .secondary_nav > ul > li ul li {
  list-style: none;
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#page_content #col_left .secondary_nav > ul > li ul li a {
  padding: 5px 10px 5px 0;
  display: block;
  color: #0f2445;
}
#page_content #col_left .secondary_nav > ul > li ul li.active a {
  color: #4165a0;
}
#page_content #col_left .secondary_nav > ul > li.active ul {
  display: block;
}
@media (max-width: 768px) {
  #page_content #col_left {
    padding: 0;
  }
  #page_content #col_left h2 {
    background-color: #4165a0;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
  }
  #page_content #col_left h2.active {
    background-color: #4165a0;
  }
  #page_content #col_left h2 a {
    color: #fff;
  }
  #page_content #col_left .secondary_nav {
    margin-bottom: 0;
  }
  #page_content #col_left .secondary_nav > ul > li {
    font-size: 16px;
    background: #f8f8f8;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  #page_content #col_left .secondary_nav > ul > li ul li {
    padding-left: 0;
  }
  #page_content #col_left .secondary_nav > ul > li ul li a {
    color: #0f2445;
  }
  #page_content #col_left .secondary_nav > ul > li ul li.active a {
    color: #fff;
  }
  #page_content #col_left .secondary_nav > ul > li ul li li {
    padding-left: 0;
  }
  #page_content #col_left .secondary_nav > ul > li ul li li a {
    color: #0f2445;
  }
  #page_content #col_left .secondary_nav > ul > li ul li li.active a {
    color: #fff;
  }
  #page_content #col_left .secondary_nav > ul > li .inner a {
    color: #4165a0;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #page_content #col_left .secondary_nav > ul > li .inner a:hover {
    text-decoration: underline;
  }
  #page_content #col_left .secondary_nav > ul > li.active {
    background-color: #4165a0;
  }
  #page_content #col_left .secondary_nav > ul > li.active > a {
    color: #fff;
  }
  #page_content #col_left .secondary_nav > ul > li.active > .inner > a {
    color: #fff;
  }
}
#page_content #col_right {
  padding-left: 68px;
}
@media (max-width: 991px) {
  #page_content #col_right {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #page_content #col_right {
    padding-top: 30px;
  }
}
#page_content #col_right .breadcrumb {
  background: none;
  font-size: 13px;
  padding: 0;
  margin-bottom: 25px;
}
#page_content #col_right .breadcrumb li a {
  color: #9c9c9c;
}
#page_content #col_right .breadcrumb > li + li::before {
  color: #4165a0;
  content: "> ";
}
#page_content #col_right .page_title h1 {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #page_content #col_right {
    padding-left: 15px;
  }
}
#page_content #col_right .table {
  border-color: #888;
}
#page_content #col_right .table td {
  border-top: 0;
  border-color: #888;
  padding: 5px 5px;
}
#page_content #col_right .table th {
  border-color: #888;
  padding: 5px 5px;
}
#page_content #col_right #pageresources,
#page_content #col_right .sectionresources {
  margin-bottom: 10px;
}
#page_content #col_right #pageresources .resource,
#page_content #col_right .sectionresources .resource {
  padding-top: 18px;
}
#page_content #col_right #pageresources .resource .thumb,
#page_content #col_right .sectionresources .resource .thumb {
  float: left;
  margin-right: 10px;
}
#page_content #col_right #pageresources .resource .details,
#page_content #col_right .sectionresources .resource .details {
  float: left;
}
#page_content #col_right #pageresources .resource .details h3,
#page_content #col_right .sectionresources .resource .details h3 {
  margin: 0 0 5px 0;
}
#page_content #col_right #pageresources .resource p,
#page_content #col_right .sectionresources .resource p {
  margin: 0;
}
#page_content #col_right #pageresources .resource .downloadlink,
#page_content #col_right .sectionresources .resource .downloadlink {
  margin-top: 5px;
}
#page_content #col_right a {
  word-break: break-all;
}
#page_content #col_right h2.upcoming-title {
  font-size: 28px;
  color: #008bce;
  margin: 20px 0 30px;
}
#page_content #col_right .upcoming-meeting h3,
#page_content #col_right .upcoming-meeting h4 {
  color: #0f2445;
}
#page_content #col_right .upcoming-meeting .date {
  font-weight: bold;
  margin-bottom: 5px;
}
#footer {
  border-top: 1px solid #c8c8c8;
}
#footer .footer_top {
  padding: 50px 0 45px;
}
#footer .footer_top h3 {
  color: #4165a0;
  margin: 0 0 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}
#footer .footer_top p {
  font-size: 14px;
  margin: 0 0 16px 0;
  color: #9c9c9c;
}
#footer .footer_top p a {
  color: #9c9c9c;
}
#footer .footer_top .logos .logo {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #footer .footer_top .logos {
    margin-top: 50px;
  }
}
#footer .footer_bottom {
  padding-bottom: 20px;
}
#footer .footer_bottom p {
  font-size: 14px;
  margin: 0;
  color: #9c9c9c;
}
#footer .footer_bottom p a {
  color: #9c9c9c;
}
#footer .footer_bottom .bottom_right {
  text-align: right;
}
@media (max-width: 768px) {
  #footer .footer_bottom .bottom_right {
    text-align: left;
    padding-top: 10px;
  }
}
#login_modal {
  text-align: center;
}
#login_modal .modal-dialog {
  width: 552px;
}
@media (max-width: 767px) {
  #login_modal .modal-dialog {
    width: 90%;
    margin: 10px 5%;
  }
}
#login_modal .modal-header {
  border-bottom: medium none;
  padding: 30px;
  width: 560px;
}
#login_modal .modal-header h4 {
  color: #4165a0;
}
@media (max-width: 767px) {
  #login_modal .modal-header {
    margin: 0 auto;
  }
}
@media (max-width: 630px) {
  #login_modal .modal-header {
    width: 90%;
  }
}
@media (max-width: 420px) {
  #login_modal .modal-header {
    width: 100%;
  }
}
#login_modal .modal-body {
  padding: 0 100px 45px;
  width: 560px;
}
#login_modal .modal-body form {
  width: 360px;
}
@media (max-width: 630px) {
  #login_modal .modal-body form {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #login_modal .modal-body form input {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #login_modal .modal-body {
    margin: 0 auto;
  }
}
@media (max-width: 630px) {
  #login_modal .modal-body {
    width: 80%;
    padding: 0 0 50px 0;
  }
}
#login_modal .modal-body .field {
  margin-bottom: 30px;
  border: 1px solid #C8C8C8;
  width: 360px;
  padding: 8px 10px;
}
#login_modal .modal-body .field.password_field {
  margin-bottom: 10px;
}
#login_modal .modal-body .forgot {
  font-size: 14px;
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #login_modal .modal-body .forgot {
    padding-bottom: 10px;
    text-align: center;
  }
}
#login_modal .modal-body .forgot a {
  color: #4165a0;
}
#login_modal .modal-body .mobile-member {
  display: none;
}
@media (max-width: 767px) {
  #login_modal .modal-body .mobile-member {
    display: block;
    text-align: center;
  }
}
#jobs .job {
  margin-bottom: 20px;
}
#jobs .job h3 {
  margin-bottom: 5px;
}
#jobs .job p {
  font-size: 14px;
}
#jobs .job p a {
  font-weight: bold;
}
.header_wrapper .header .login .login_status .locker {
  position: relative;
  float: right;
  width: 34px;
  margin-left: 20px;
}
.header_wrapper .header .login .login_status .locker .activity_count {
  right: -10px;
  top: -10px;
}
.login .label {
  float: left;
  width: 129px;
  margin-right: 15px;
  text-align: right;
  color: #0a89ca;
  padding-top: 10px;
}
.login .field {
  float: left;
  width: 145px;
  margin-right: 15px;
  background: url("/static/images/login-field.0357bb0336e5.jpg") no-repeat;
  height: 34px;
  border: 0;
  padding: 0 13px;
}
.login .forgot {
  text-align: right;
  margin-top: 12px;
}
.body_wrapper {
  clear: both;
}
.body_wrapper .body {
  margin: 0 auto;
  width: 960px;
  padding: 25px 0 50px 0;
}
.left_column {
  width: 250px;
}
.left_column .leftblock {
  margin-bottom: 25px;
}
.left_column .widget {
  margin-bottom: 30px;
}
.left_column .widget .content {
  background: #dfedf4;
  border-bottom: 4px solid #f8071f;
  padding: 10px 15px 0 15px;
  color: #385b6e;
  text-align: center;
}
.left_column .widget .content h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: bold;
}
.left_column .widget .content h3 a {
  color: #385b6e;
}
.left_column .widget .content p {
  margin-top: 8px;
  font-size: 0.9em;
}
.left_column .buttons .button {
  margin-bottom: 15px;
  background: #008bcd;
  text-align: center;
  color: #fff;
  padding: 25px 20px 20px;
}
.left_column .buttons .button h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}
.left_column .buttons .button p {
  margin: 0;
}
.left_column .buttons .button a {
  color: #fff;
}
.right_column {
  width: 675px;
  padding-bottom: ;
}
.footer_wrapper {
  background-color: #dfedf4;
}
.footer_wrapper .footer {
  margin: 0 auto;
  width: 960px;
}
.footer .footer_top {
  padding-top: 40px;
}
@media (max-width: 767px) {
  #footer .footer_top .contact {
    margin-bottom: 50px;
  }
}
.footer .footer_top .footer_item {
  float: left;
  width: 270px;
  margin-right: 30px;
}
.footer .footer_top .footer_item_charities {
  width: 200px;
}
.footer .footer_top .footer_item_logos {
  width: 430px;
}
.footer .footer_top .footer_item_logos .logo {
  float: right;
  margin-right: 8px;
  margin-bottom: 3px;
}
.footer .footer_top .footer_item h3 {
  color: #008bcd;
  margin-top: 0;
}
.footer .footer_top .footer_item p {
  font-size: 0.9em;
}
.footer .footer_bottom {
  padding: 60px 0 30px 0;
  font-size: 0.8em;
}
.footer .footer_bottom a {
  color: #385B6E;
  text-decoration: none;
}
/* pages */
/* registration */
#registration .pageform .ccst_status,
#registration .pageform .ccst_anticipated_date,
.pageform .training_referral {
  display: none;
}
/* locker pages */
#locker .detail .messages {
  padding: 20px 45px 0 60px;
}
#locker .detail .block .messages {
  padding: 0 45px 20px 25px;
}
#locker .item {
  padding: 20px 0;
  border-bottom: 1px solid #4165a0;
  position: relative;
}
#locker .detail .items .header {
  padding-bottom: 0;
}
#locker .detail .account .item {
  float: left;
  width: 600px;
}
#locker .detail .header {
  padding: 20px;
  background: #c9d5e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#locker .detail .header .title h2 {
  margin: 0;
  color: #4165a0;
}
#locker .detail .header .filter .fields {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
#locker .detail .header .filter .fields label {
  margin: 0;
}
#locker .detail .header .filter .fields select {
  border: 1px solid #aaa;
  padding: 2px 0;
  height: 32px;
}
#locker .detail .header .filter .fields button {
  background: #d83a4f;
  border: 0;
  color: #fff;
  font-size: 20px;
  height: 31px;
  line-height: 1em;
}
#locker .detail .items .unread {
  background-color: #f0f4f6;
}
#locker .detail .item h3 {
  font-size: 1.2em;
  color: #4165a0;
  margin-top: 0;
}
#locker .detail .item .date {
  font-size: 0.9em;
  font-weight: bold;
}
#locker .detail .item p {
  margin-bottom: 0;
}
#locker .detail .item .actions {
  position: absolute;
  right: 45px;
  top: 20px;
  color: #008bcd;
}
#locker .detail .block {
  padding: 20px;
}
#locker .detail .block h2 {
  margin: 0;
  color: #0A89CA;
}
#locker .detail .items.account {
  padding-top: 30px;
}
#locker .detail .image {
  float: right;
  width: 200px;
  padding-top: 20px;
}
#locker .detail p.updatelink {
  color: #008bcd;
  cursor: pointer;
  text-decoration: underline;
}
#locker .detail .image .update-picture {
  display: none;
  font-size: 0.9em;
  width: 200px;
}
#locker .detail .image label {
  display: none;
}
#locker .detail .image .field {
  width: 200px;
}
#locker .detail .image .field input {
  width: 194px;
}
#locker .detail .image .submit {
  margin: 0;
  width: 200px;
  padding: 0;
}
#locker .detail .image .submit input {
  font-size: 0.9em;
  margin: 0;
  float: right;
}
#locker .preferences_form label {
  width: 500px;
}
#locker .preferences input {
  width: auto;
}
/* members database */
#members_list .search {
  margin-bottom: 30px;
}
#members_list .search .top {
  background: #c9d5e9;
  padding: 10px;
}
#members_list .search .top h3 {
  color: #385B6E;
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
}
#members_list .search .content {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 20px 20px;
}
#members_list .search .content .text {
  margin-bottom: 15px;
}
#members_list .search .content .fields {
  display: flex;
  width: 399px;
  margin-top: 5px;
  column-gap: 15px;
  align-items: right;
}
#members_list .search .content .fields .query {
  background: url("../images/members-search-field.f02c3dc77e4b.jpg") no-repeat scroll 0 0 transparent;
  border: 0 none;
  height: 25px;
  padding: 5px;
  width: 172px;
}
#members_list .search .content .fields .submit_field {
  height: 25px;
  background-color: #d83a4f;
  border: 0;
  color: #fff;
  border-radius: 2px;
  width: 25px;
}
#members_list .itemtable {
  border-bottom: 5px solid #e7e7e7;
  width: 100%;
  margin-bottom: 30px;
}
#members_list .itemtable thead {
  background: #c9d5e9;
}
#members_list .itemtable thead th {
  height: 20px;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  color: #385B6E;
  padding: 9px 5px;
  border: 0;
}
#members_list .itemtable thead th a {
  color: #385B6E;
}
#members_list .itemtable tbody td {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px;
}
#members_list .itemtable .blank {
  width: 20px;
  padding: 0;
  border-bottom: 0;
}
#members_list .itemtable .left_blank {
  border-left: 5px solid #e5e5e5;
}
#members_list .itemtable .right_blank {
  border-right: 5px solid #e5e5e5;
}
#members_list .itemtable .last td {
  border-bottom: 0;
}
#members_list .name {
  width: 250px;
}
#members_list .last_login {
  width: 200px;
}
#members_list .current_post {
  width: 200px;
}
#members_list .hospital {
  width: 210px;
}
#members_list .bottom {
  background-color: #c9d5e9;
  color: #4165a0;
  padding: 10px 0 6px 0;
  margin-bottom: 10px;
}
#members_list .bottom .viewing {
  float: left;
  width: 400px;
  padding: 0 0 3px 15px;
}
#members_list .bottom .pagination {
  float: right;
  text-align: right;
  width: 200px;
  margin: 0;
  padding: 0 15px 3px 0;
}
#members_list .bottom .pagination li {
  list-style: none;
  display: inline;
}
#members_list .bottom .pagination a {
  color: #4165a0;
  text-decoration: underline;
}
#member_profile h1 {
  float: left;
}
#member_profile .link {
  float: right;
  width: 200px;
  text-align: right;
  margin-top: 30px;
}
#member_profile .profile_details {
  border: 5px solid #e7e7e7;
}
#member_profile .top {
  padding: 20px 0 20px 25px;
  color: #585857;
  border-bottom: 5px solid #e7e7e7;
}
#member_profile .top .profilepic {
  float: left;
  padding-right: 10px;
  width: 152px;
  padding: 12px;
  height: 152px;
}
#member_profile .top .userinfo {
  float: left;
  font-size: 1.1em;
  padding-left: 20px;
  padding-top: 40px;
}
#member_profile .top .userinfo dl {
  margin-top: 0;
}
#member_profile .top .userinfo dt {
  float: left;
  width: 140px;
  clear: left;
  margin-bottom: 6px;
}
#member_profile .top .userinfo dd {
  float: left;
  margin-bottom: 6px;
  margin-left: 0;
}
#member_profile .data {
  margin: 0;
  padding: 0;
  color: #585857;
}
#member_profile .data li {
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 35px;
  border-bottom: 1px solid #e7e7e7;
}
#member_profile .data .name {
  float: left;
  display: block;
  width: 200px;
  margin-right: 10px;
  font-weight: bold;
}
#member_profile .data .value {
  float: left;
  display: block;
  width: 490px;
}
#member_profile .bottom {
  padding: 20px 50px 20px 220px;
}
#member_profile .bottom .pageform textarea {
  width: 274px;
}
/* search */
.result_section {
  margin-left: 20px;
}
/* meetings */
#meeting_category .meeting {
  margin-bottom: 20px;
}
#meeting_category .meeting h2 {
  margin: 0 0 5px 0;
}
#meeting_category .meeting p {
  margin: 0 0 5px 0;
}
#meeting {
  margin-top: 15px;
}
#meeting .image {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#meeting .booking {
  clear: both;
}
#meeting_book .meeting_days {
  display: none;
}
#meeting_book .additional_tickets_days {
  display: none;
}
#meeting_sessions .additional_ticket .field_ticket {
  float: left;
  margin: 5px 10px 0 0;
}
#meeting_sessions .additional_ticket .label_ticket {
  float: left;
  display: block;
  margin-right: 20px;
  font-size: 1.2em;
}
#meeting_sessions .additional_ticket .label_quantity {
  float: left;
  display: block;
  margin-top: 2px;
  margin-right: 10px;
}
#meeting_sessions .additional_ticket .input_quantity {
  float: left;
  display: block;
  width: 50px;
}
#find_a_doctor .search_toggle {
  cursor: pointer;
}
#find_a_doctor .search_hidden {
  display: none;
}
#evaluation .days .day {
  margin-bottom: 5px;
}
#evaluation table {
  width: 100%;
}
#evaluation table th {
  text-align: center;
  background-color: #DFEDF4;
}
#evaluation table .option {
  text-align: center;
  width: 50px;
}
#evaluation table .option.dna {
  width: 120px;
}
#election_registration .picture .field #picture-clear_id,
#election_registration .picture .field label {
  display: none;
}
#election_registration .manifesto textarea {
  width: 390px;
  height: 210px;
}
#election_voting .candidates .candidate {
  margin-bottom: 10px;
}
#election_voting .candidates .candidate .candidate_option {
  float: left;
  width: 20px;
  margin-right: 10px;
}
#election_voting .candidates .candidate .candidate_details {
  float: left;
  width: 600px;
}
#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 .details dt {
  width: 150px;
}
#election_voting_candidate .picture {
  float: right;
  width: 108px;
}
#submit_content .fieldWrapper .add_file {
  margin-left: 20px;
  float: left;
  font-size: 0.8em;
  margin-top: 10px;
  cursor: pointer;
}
#submit_content .author h3 .remove_author {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
}
#submit_content .add_another {
  text-decoration: underline;
  cursor: pointer;
}
#review_content_submission .submission-details {
  margin-top: 0;
}
#review_content_submission .submission-details dt {
  width: 160px;
}
#review_content_submission .submission-details dd {
  width: 600px;
}
#review_content_submission .submission-details p {
  margin-top: 0;
}
#review_content_submission .pageform .checkbox {
  width: 300px;
  margin-right: 40px;
  float: left;
}
#review_content_submission .pageform .checkbox .label {
  width: 250px;
}
#review_content_submission table th {
  text-align: center;
}
#review_content_submission .score {
  text-align: center;
}
#review_content_submission .abstract_scoring {
  border: 0;
}
#review_content_submission .abstract_scoring th {
  border: 0 !important;
}
#review_content_submission .abstract_scoring input {
  margin-right: 8px;
}
.gallery {
  margin-top: 50px;
}
.gallery .frame {
  display: block;
  margin-bottom: 30px;
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #eee;
}
.gallery .frame .box {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#page_blocks {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}
#page_blocks .row {
  margin: 0 -10px;
}
#page_blocks .row .block {
  padding: 0 10px 20px 10px;
}
#page_blocks .row .block .image {
  height: 182px;
  overflow: hidden;
}
#page_blocks .row .block .title {
  padding-top: 10px;
}
#page_blocks .row .block .title h3 {
  margin-top: 0;
}
#page_blocks .row .block .title p {
  margin: 0;
}
.search-members__title {
  margin-top: 40px;
}
.search-members__result {
  margin-top: 15px;
}
.search-members__result img {
  max-width: 150px;
}
.search-members__result .table-responsive {
  border: none !important;
}
.search-members__result .table-responsive .option-value {
  text-align: center;
}
.search-members__redirect {
  margin-bottom: 40px;
}
/*# sourceMappingURL=style.css.944fcfa6ca93.map */