/* cclg 1.0.0 14-10-2016 17:29 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}
/*** Typography ***/
html {
  color: #262626;
  background: #dbdbdb;
  font-family: 'Effra', sans serif;
  padding: 0;
}
p {
  line-height: 145%;
  font-size: 17px;
  letter-spacing: -0.025em;
  color: #666;
}
strong {
  font-weight: 500;
}
.clear {
  clear: both;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.image_left {
  float: left;
  margin: 0 15px 5px 0;
}
.image_right {
  float: right;
  margin: 0 0 5px 15px;
}
.highlighted {
  background-color: #ffd800;
}
.right {
  text-align: right;
}
.transition-all {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
/*** HTML content elements ***/
a {
  color: #3d9181;
  text-decoration: none;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Effra', sans serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}
h1 {
  font-family: 'Effra', sans serif;
}
.page_title_wrapper h1 {
  padding: 0.2em 0;
  margin: 0;
  background-color: #3d9181;
  color: #fff;
}
h2 {
  font-family: 'Effra', sans serif;
}
h2 span {
  color: #000;
}
ul,
ol {
  margin: 1em 1.5em;
}
hr {
  float: left;
  width: 100%;
  height: 0px;
  color: #3d9181;
  background-color: #3d9181;
  border: 1px solid #3d9181;
  border-bottom: 0;
  padding: 0;
  margin: 10px 0 20px;
}
blockquote {
  display: inline-block;
  color: #3d9181;
  position: relative;
  margin: 0 0 25px 0;
  /*strong {
        position: absolute;
        right: 20px;
        bottom: 10px;
    }*/
}
blockquote p {
  display: inline;
  color: #3d9181 !important;
  font-style: italic;
  font-size: 24px !important;
  line-height: 122% !important;
  letter-spacing: -0.02em;
}
blockquote p:before {
  content: "\"";
  display: inline-block;
}
blockquote p:after {
  content: "\"";
  display: inline-block;
}
table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}
table th {
  background-color: #3d9181;
  color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: left;
  font-weight: 500;
}
table td {
  border: 1px solid #ccc;
  padding: 5px;
}
iframe {
  width: 100%;
  border: 0px none;
}
.button,
.event_booking_buttons a,
.button_stretch,
.button_field,
.login_button input[type=submit] {
  background-color: #3d9181;
  color: #fff;
  float: left;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 20px;
  padding: 8px 20px;
  letter-spacing: -0.025em;
}
.button.grey,
.event_booking_buttons a.grey,
.button_stretch.grey,
.button_field.grey,
.login_button input[type=submit].grey {
  background-color: #262626;
}
.button.white,
.event_booking_buttons a.white,
.button_stretch.white,
.button_field.white,
.login_button input[type=submit].white {
  background: #fff;
  color: #3d9181;
}
.button.smaller,
.event_booking_buttons a.smaller,
.button_stretch.smaller,
.button_field.smaller,
.login_button input[type=submit].smaller {
  float: right;
  font-size: 17px;
  padding: 5px 15px;
  margin-top: 10px;
}
.button + .button {
  margin-left: 10px;
}
.button_field {
  border-radius: 0;
}
.button-nor {
  float: left;
  font-size: 14px;
  letter-spacing: normal;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}
.button-nor:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3d9181;
  height: 2px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0;
}
.button-nor.white:before {
  background: #fff;
}
.button-nor:hover:before {
  opacity: 1;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e6d61;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before,
.selected .hvr-sweep-to-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-underline-from-left:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #a00111;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a00111;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
select {
  border: 1px solid #ccc;
  padding: 3px;
  box-sizing: border-box;
}
input[type=text],
input[type=password] {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 5px;
}
textarea {
  width: 250px;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  resize: none;
}
/*** PAGE STRUCTURE ***/
#wrapper {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}
#header {
  background-color: #fff;
}
.header-logo {
  padding: 15px 0 10px 45px;
  display: block;
  float: left;
}
.header-buttons {
  float: right;
  margin-top: 3px;
  margin-right: 60px;
}
.header-buttons a {
  font-family: 'Arial', sans serif;
  font-size: 14px;
  color: #404040;
}
.header-buttons .button-nor {
  min-width: 40px;
  padding: 15px 10px;
}
.header-buttons .button {
  width: 155px;
  padding: 17px 10px 8px 10px;
  margin-left: 4px;
  background: #f2f2f2;
}
.header-buttons .button span {
  margin-left: 10px;
  color: #999;
}
.header-buttons .button.login,
.header-buttons .button.logout {
  background: #a02c30;
  color: #fff;
}
.header-buttons .social {
  float: left;
  width: 29px;
  height: 29px;
  margin-left: 7px;
  margin-top: 10px;
}
.header-buttons .social.fb {
  background: url(/AppImages/social-fb.png);
}
.header-buttons .social.li {
  background: url(/AppImages/social-li.png);
}
.header-buttons .social.tw {
  background: url(/AppImages/social-tw.png);
}
.header-search {
  float: left;
  margin: 0 0 0 4px;
}
.header-search .input-wrapper {
  float: left;
  width: 180px;
  border: 0;
  position: relative;
  margin-right: 13px;
}
.header-search input.search-box {
  width: 100%;
  border: 0;
  padding: 17px 10px 8px 10px;
  margin: 0;
  outline: none;
  background: none;
  color: #404040;
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: 'Arial', sans serif;
}
.header-search input.search-box::-webkit-input-placeholder {
  color: #404040;
}
.header-search a.search-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f2f2f2;
  background: url(/AppImages/search.png) no-repeat 13px 16px;
  width: 40px;
  height: 40px;
  border: 0;
  margin: 0;
}
.header-search a.search-button:hover {
  opacity: 0.6;
}
.header-search .twitter {
  float: right;
  width: 24px;
  height: 25px;
  background: url(/AppImages/twitter.png) no-repeat center;
}
#mainNav {
  background-color: #fff;
  margin: 52px 40px 0 0;
  float: right;
  clear: both;
}
#mobileNav,
#toggleMobileNav {
  display: none;
}
.panel_nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.panel_nav .top_level > li.page_home {
  display: none;
}
.logged-in .panel_nav .top_level > li.page_join {
  display: none;
}
.panel_nav .top_level > li.page_join a {
  background: #a02c30;
  color: #fff;
  padding: 10px 30px;
  margin-left: 10px;
  margin-right: 6px;
}
.panel_nav .top_level > li.page_join a:hover {
  border-bottom: 3px solid #fff;
}
.panel_nav > ul > li {
  float: left;
  position: relative;
}
.panel_nav > ul > li a {
  display: block;
  float: none;
  cursor: pointer;
  text-align: center;
  padding: 10px 13px 15px 13px;
  color: #404040;
  font-size: 17px;
  font-family: 'Arial', sans serif;
  font-weight: bold;
  border-bottom: 3px solid #fff;
}
.panel_nav > ul > li.selected > a,
.panel_nav > ul > li:hover > a {
  color: #3d9181;
  border-bottom: 3px solid #3d9181;
}
.panel_nav > ul > li.page_member_area .panel_nav_panel {
  width: 240px;
}
.panel_nav > ul > li .panel_nav_panel {
  display: none;
  background-color: #fff;
  padding: 6px 10px 10px 10px;
  position: absolute;
  top: 32px;
  left: 0px;
  z-index: 500 !important;
  zoom: 1;
  width: 340px;
  border: 1px solid #b2b2b2;
  border-top: 0;
}
.panel_nav > ul > li .panel_nav_panel:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #b2b2b2;
  position: absolute;
  top: -25px;
  left: -1px;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel {
  float: left;
  margin: 0;
  width: 100%;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul {
  height: auto;
  border: 0px none;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li {
  float: none !important;
  height: auto;
  padding: 0;
  margin: 0;
  zoom: 1;
  border-top: 1px solid #ddd;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li:first-child {
  border-top: 0;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li a {
  clear: both;
  display: block;
  float: none;
  text-align: left;
  font-weight: normal;
  height: auto;
  padding: 7px 0 7px 5px;
  margin: 0;
  width: 100%;
  background-color: Transparent;
  min-height: 0;
  border: 0;
  -moz-transition: background-color 200ms, padding 200ms;
  -o-transition: background-color 200ms, padding 200ms;
  -webkit-transition: background-color 200ms, padding 200ms;
  transition: background-color 200ms, padding 200ms;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li.selected a,
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li a:hover {
  background: url(/AppImages/arrow.png) no-repeat 0 center #f5f5f5;
  opacity: 1;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul li:first-child {
  border-top: 1px solid #ddd;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel ul li ul a {
  width: 100%;
  font-size: 12px;
  padding-left: 15px;
  color: #666;
}
.panel_nav > ul > li .panel_nav_panel .panel_nav_sub_panel + .panel_nav_sub_panel {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.panel_nav > ul > li.page_public .panel_nav_panel {
  left: auto;
  right: -10px;
}
.panel_nav > ul > li.page_public .panel_nav_panel:before {
  left: auto;
  right: -1px;
}
.second_level_nav ul {
  list-style-type: none;
  list-style-image: none;
  margin: 20px 0 35px 0;
  padding: 0;
}
.second_level_nav ul li ul {
  margin: 0;
}
.second_level_nav ul li ul li {
  border-bottom: 0px none;
}
.second_level_nav ul li ul li a {
  font-weight: 300;
  padding-left: 40px;
}
.second_level_nav ul li ul li a:before {
  content: '-';
  position: absolute;
  left: 15px;
  color: #a02c30;
}
.second_level_nav ul li ul li.selected {
  color: #262626;
}
.second_level_nav ul li ul li.selected li.selected {
  color: #3d9181;
}
.second_level_nav li.selected > a {
  background: #cae8db;
}
.second_level_nav a {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 13px 10px 25px;
  border-bottom: 1px solid #b7b7b7;
  display: block;
  -moz-transition: padding 500ms;
  -o-transition: padding 500ms;
  -webkit-transition: padding 500ms;
  transition: padding 500ms;
}
.second_level_nav a span {
  color: #a02c30;
}
.second_level_nav a:hover {
  background: #cae8db;
}
.module_list_item {
  padding-bottom: 40px;
}
.module_list_item h2 {
  margin-bottom: 0;
}
.module_list_item h2 a:hover {
  opacity: 0.7;
}
.module_list_item h3 {
  margin-bottom: 10px;
}
.module_list_item h3 a:hover {
  color: #3d9181;
}
.module_list_item h4 {
  margin-bottom: 0;
  color: #3d9181;
  font-weight: normal;
}
.module_list_item_image a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
  background-color: #ccc;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/JavaScript/backgroundsize.min.htc);
  background-position: center;
}
.module_list_item_image a img {
  width: 100%;
  height: auto;
}
/** CALLOUTS **/
.module_callout .module_callout_list_item {
  margin-bottom: 20px;
}
.module_callout .module_callout_list_item .module_callout_list_item_image {
  margin-bottom: 10px;
}
.module_callout .module_callout_list_item img {
  width: 100%;
}
.module_callout .module_callout_list_item h3,
.module_callout .module_callout_list_item h4,
.module_callout .module_callout_list_item p {
  margin-bottom: 10px;
}
#content .c3 {
  clear: both;
  padding: 75px 20px 20px 20px;
  background: #fff;
}
#content .c3 .checkout_confirm {
  width: 978px;
  max-width: 100%;
  margin: 0 auto;
}
#footer {
  background: #dbdbdb;
  clear: both;
  padding: 45px 35px;
}
#footer h4 {
  color: #3d9181;
  font-size: 34px;
  margin-bottom: 33px;
}
#footer p,
#footer a {
  font-size: 14px;
  color: #666;
  font-family: 'Arial', sans serif;
}
#footer a {
  text-decoration: none;
  display: block;
  line-height: 230%;
}
#footer a:hover {
  color: #3d9181;
}
#footer p {
  line-height: 175%;
  margin-top: 4px;
}
#footer .details {
  padding-left: 40px;
}
#footer .details a {
  display: inline-block;
}
#footer .powernav_title {
  display: none;
}
#footer .powernav_container {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#footer .powernav_container .powernav_col {
  float: left;
  width: 33%;
}
#footer .footer-contact {
  padding-left: 70px;
}
#footer .senior {
  float: right;
  width: auto;
  position: relative;
  margin-right: 10px;
}
#footer .senior:after {
  content: "";
  position: absolute;
  width: 103px;
  height: 17px;
  right: 0;
  top: 7px;
  background: url(/AppImages/senior-logo.png) no-repeat 0 0;
}
#footer .senior span {
  float: right;
  padding-left: 70px;
}
.internal {
  position: relative;
}
.section-grey {
  background: #f2f2f2;
}
#homeWrapper {
  position: relative;
}
#homeWrapper .home-banner {
  width: 100%;
  min-height: 490px;
  background: url(/AppImages/banners/home.jpg) no-repeat 0 0;
}
#homeWrapper .home-banner h1 {
  float: right;
  width: 50%;
  min-width: 600px;
  min-height: 250px;
  background: #a8d8c3;
  background: rgba(168, 216, 195, 0.8);
  color: #3d9181;
  font-size: 60px;
  line-height: 100%;
  padding: 40px 0 0 40px;
}
#homeWrapper .home-banner p {
  float: right;
  width: 50%;
  min-width: 600px;
  background: #d3eae0;
  background: rgba(211, 234, 224, 0.8);
  color: #404040;
  line-height: 200%;
  clear: both;
  padding: 25px 40px;
}
#homeWrapper .col-sm-6 {
  padding: 0;
  min-height: 340px;
}
#homeWrapper .col-sm-6.news .col-sm-8 {
  padding-left: 25px;
  padding-top: 50px;
}
#homeWrapper .col-sm-6.news .col-sm-4 {
  height: 340px;
  background: url(/AppImages/home-news.jpg) no-repeat center;
}
#homeWrapper .col-sm-6.events .col-sm-8 {
  padding-left: 25px;
  padding-top: 50px;
}
#homeWrapper .col-sm-6.events .col-sm-4 {
  height: 340px;
  background: url(/AppImages/home-events.jpg) no-repeat center;
}
#homeWrapper .col-sm-6.events h3 {
  margin: 0;
}
#homeWrapper .col-sm-6.events h4 {
  margin-bottom: 0;
}
#homeWrapper h3 {
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 42px;
}
#homeWrapper strong.list-title {
  display: block;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  color: #262626;
}
#homeWrapper ul.list {
  list-style: none;
  margin: 20px 0 0 0;
}
#homeWrapper ul.list a {
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 14px;
  display: block;
}
#homeWrapper .membership {
  padding: 0;
}
#homeWrapper .membership .col-xs-12 {
  padding: 50px 50px 0 25px;
}
#homeWrapper .membership p {
  margin-bottom: 40px;
}
#homeWrapper .membership .button-nor {
  margin-top: 13px;
}
#homeWrapper .membership .button {
  float: right;
}
#homeWrapper .membership .benefits {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 60px 0 0 25px;
  min-height: 380px;
}
#homeWrapper .membership .benefits p {
  margin: 0;
}
#homeWrapper .membership .benefits p strong {
  color: #262626;
  line-height: normal;
  letter-spacing: normal;
}
#homeWrapper .home-quote {
  padding: 60px 150px 50px 235px;
  background: url(/AppImages/quote-bg.png) no-repeat 65px 25px;
  position: relative;
}
#homeWrapper .home-quote:before {
  content: "";
  width: 64px;
  height: 51px;
  position: absolute;
  top: 40px;
  left: 160px;
  background: url(/AppImages/quote-left.png) no-repeat 0 0;
}
#homeWrapper .home-quote p {
  display: block;
  font-size: 33px;
  font-weight: 500;
  font-style: italic;
  margin: 0 auto;
  letter-spacing: 0.01em;
  position: relative;
  color: #262626 !important;
}
#homeWrapper .home-quote p:before,
#homeWrapper .home-quote p:after {
  content: none;
}
#homeWrapper .home-quote cite {
  font-size: 16px;
  color: #3d9181;
}
#homeWrapper .home-quote cite:after {
  content: "";
  width: 32px;
  height: 25px;
  display: inline-block;
  letter-spacing: 670px;
  background: url(/AppImages/quote-right.png) no-repeat 0 0;
  margin-left: 10px;
}
#homeWrapper .home-boxes {
  background: #f2f2f2;
}
#homeWrapper .home-boxes .col-sm-4 {
  background: #fff;
  padding: 60px 70px 30px 25px;
  min-height: 340px;
}
#homeWrapper .home-boxes .col-sm-4 .list-title {
  margin-bottom: 34px;
  margin-top: 15px;
}
#homeWrapper .home-boxes .col-sm-4 h4 {
  font-size: 34px;
  margin-bottom: 30px;
  color: #3d9181;
}
#homeWrapper .home-boxes .col-sm-4 p {
  margin-bottom: 10px;
}
#homeWrapper .home-boxes .col-sm-4 > p {
  min-height: 100px;
}
#homeWrapper .home-boxes .col-sm-4.green {
  background: #3d9181;
}
#homeWrapper .home-boxes .col-sm-4.green h4,
#homeWrapper .home-boxes .col-sm-4.green p,
#homeWrapper .home-boxes .col-sm-4.green a {
  color: #fff;
}
#homeWrapper .home-boxes .col-sm-4 .button-nor {
  position: absolute;
  bottom: 34px;
  line-height: normal;
}
#homeWrapper .home-boxes .col-sm-4 .button-nor + .button-nor {
  float: right;
  right: 70px;
  margin-right: 15px;
}
#homeWrapper .home-boxes .col-sm-4.grey {
  background: #f2f2f2;
}
#homeWrapper .home-boxes .col-sm-4.expert-register {
  background: url(/AppImages/expert-register.png) no-repeat right 0 #fff;
  border-right: 1px solid #e1e1e1;
}
#homeWrapper .home-boxes .col-sm-4.half-image {
  padding: 0;
  float: right;
  border-left: 1px solid #e1e1e1;
}
#homeWrapper .home-boxes .col-sm-4.half-image .col-xs-12 {
  padding: 60px 10px 30px 25px;
}
#homeWrapper .home-boxes .col-sm-4.half-image .col-xs-hidden {
  background: url(/AppImages/home-cpd.jpg) no-repeat center #f2f2f2;
  height: 340px;
  max-height: 100%;
}
#homeWrapper .home-boxes .col-sm-4.vacancy .col-xs-hidden {
  background: url(/AppImages/home-vacancies.jpg) no-repeat center;
}
#homeWrapper .home-boxes .col-sm-4.vacancy .vacancy-title {
  margin-top: 17px;
  display: block;
  margin-bottom: 23px;
}
#homeWrapper .home-boxes .col-sm-4.vacancy p {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: normal;
}
#homeWrapper .home-boxes .col-sm-4.vacancy .button-nor {
  margin-top: 65px;
}
.content_block.publications {
  padding: 50px 0 0 25px;
}
.content_block.publications h3 {
  float: left;
  max-width: 210px;
}
.content_block.publications h3 + p {
  float: left;
  max-width: 210px;
}
#eventsWrapper .content_block.publications h3 + p {
  max-width: none;
}
.content_block.publications p {
  clear: both;
  margin-bottom: 25px;
}
.content_block.publications ul {
  float: right;
  margin: -20px 0 0 0;
  list-style: none;
}
.content_block.publications ul li {
  float: left;
  margin-right: 30px;
}
.content_block.publications ul li a {
  float: left;
  clear: both;
}
.content_block.publications ul li a + a {
  display: block;
  padding-top: 15px;
}
.content_block.publications .button-nor {
  margin-right: 15px;
}
.content_block.publications .button-nor + .button-nor {
  clear: both;
}
.content_block.accreditation {
  clear: both;
  padding: 50px 60px 0 25px;
  background: #3d9181;
}
.content_block.accreditation h3,
.content_block.accreditation p {
  color: #fff;
}
.content_block.accreditation h3 {
  margin-bottom: 30px;
}
.content_block.accreditation p:after {
  content: "";
  clear: both;
  display: block;
}
.content_block.accreditation .button-nor {
  margin-top: 55px;
  margin-bottom: 35px;
  color: #fff;
}
.content_block.accreditation .button-nor + .button-nor {
  float: right;
}
.content_block[class*='callout'] {
  float: left;
  width: 100%;
  padding: 50px 25px 25px 25px;
  margin-bottom: 0;
  background: #e5e5e5;
}
.content_block[class*='callout'].callout-darkergreen {
  background: #3d9181;
}
.content_block[class*='callout'].callout-darkgreen {
  background: #96d2b8;
}
.content_block[class*='callout'].callout-green {
  background: #aadac5;
}
.content_block[class*='callout'].callout-lightgreen {
  background: #bce2d2;
}
.content_block[class*='callout'].callout-lightergreen {
  background: #c9e8db;
}
.content_block[class*='callout'] h2,
.content_block[class*='callout'] h3,
.content_block[class*='callout'] p {
  color: #fff;
}
.content_block[class*='callout'] h2 {
  font-size: 34px;
  color: #3c9181;
  margin-bottom: 15px;
}
.content_block[class*='callout'] p {
  clear: both;
  font-size: 15px !important;
  line-height: 24px !important;
  margin-bottom: 10px;
  color: #666 !important;
}
.content_block[class*='callout'] p a {
  color: #666 !important;
}
.content_block[class*='callout'].callout-darkergreen h2,
.content_block[class*='callout'].callout-darkergreen h3,
.content_block[class*='callout'].callout-darkergreen p,
.content_block[class*='callout'].callout-darkergreen a {
  color: #fff !important;
  text-decoration: none;
}
.content_block[class*='callout'] .button {
  color: #fff;
  padding: 5px 0;
  margin-top: 10px;
  float: left;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: normal;
  border-bottom: 1px solid transparent;
  background: none;
}
.content_block[class*='callout'] .button:hover {
  border-bottom: 1px solid #fff;
}
.content_block[class*='callout'] .button + .button-nor {
  float: right;
}
.events .module_callout_list_item {
  clear: both;
  margin-bottom: 22px;
}
.events h2 {
  float: left;
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 45px;
}
.events h3 a {
  margin-bottom: 0;
  padding-top: 0;
}
.events .module_callout_item_date {
  margin-bottom: 11px;
}
.events .module_callout_list_item_summary,
.events .more_link,
.events .callout_view_all {
  display: none;
}
.bottom-content .module_callout h4,
.bottom-content .news_callout h4 {
  float: left;
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 45px;
}
.module_callout.news h4,
.news_callout.news h4 {
  float: left;
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 45px;
}
.module_callout .news_callout_list_item,
.news_callout .news_callout_list_item {
  clear: both;
  margin-bottom: 22px;
  width: 100%;
}
.module_callout .news_callout_list_item .story,
.news_callout .news_callout_list_item .story,
.module_callout .news_callout_list_item .view-all,
.news_callout .news_callout_list_item .view-all {
  display: none;
}
.module_callout .news-title,
.news_callout .news-title,
.module_callout h3 a,
.news_callout h3 a {
  color: #404040;
  font-size: 14px;
  float: left;
  font-weight: 500;
  width: 320px;
  max-width: 73%;
}
.module_callout .news-date,
.news_callout .news-date,
.module_callout .module_callout_item_date,
.news_callout .module_callout_item_date {
  float: left;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-right: 30px;
}
.module_callout .view-all,
.news_callout .view-all {
  float: left;
  line-height: 54px;
  font-weight: 500;
  margin-left: 30px;
}
.view-all-events {
  margin-top: 17px;
}
.standard-header {
  float: left;
  width: 100%;
  height: 206px;
  background: no-repeat 0 0;
}
.standard-header.banner-1 {
  background-image: url(/AppImages/banners/1.jpg);
}
.standard-header.banner-2 {
  background-image: url(/AppImages/banners/2.jpg);
}
.standard-header.banner-3 {
  background-image: url(/AppImages/banners/3.jpg);
}
.standard-header.banner-4 {
  background-image: url(/AppImages/banners/4.jpg);
}
.standard-header.banner-5 {
  background-image: url(/AppImages/banners/5.jpg);
}
.standard-header.banner-6 {
  background-image: url(/AppImages/banners/6.jpg);
}
.standard-header.banner-7 {
  background-image: url(/AppImages/banners/7.jpg);
}
.standard-header.banner-8 {
  background-image: url(/AppImages/banners/8.jpg);
}
.standard-header.banner-9 {
  background-image: url(/AppImages/banners/9.jpg);
}
.standard-header.banner-10 {
  background-image: url(/AppImages/banners/10.jpg);
}
.standard-header.banner-11 {
  background-image: url(/AppImages/banners/11.jpg);
}
.standard-header.banner-12 {
  background-image: url(/AppImages/banners/12.jpg);
}
.standard-header h1 {
  font-size: 60px;
  width: 50%;
  display: table;
  min-height: 140px;
  color: #3d9181;
  position: relative;
  z-index: 1;
  background: #abdbc6;
  background: rgba(171, 219, 198, 0.7);
  padding: 19px 30px 18px 60px;
}
.standard-header h1 span {
  display: table-cell;
  vertical-align: middle;
}
.standard-header.compress {
  overflow: hidden;
}
.standard-header.compress h1 {
  padding-top: 10px;
}
.standard-header.compress span {
  font-size: 52px;
}
.standard.col-sm-9 {
  padding: 60px 8.5% 100px 8.5%;
  max-width: 900px;
  transition: opacity 150ms;
  opacity: 0;
}
.standard.col-sm-9.fade {
  opacity: 1;
}
.sitemap .standard.col-sm-9 {
  opacity: 1;
}
.standard.col-sm-9 .standard_content_content p,
.standard.col-sm-9 .standard_content_content li {
  text-align: left !important;
}
.bottom-content .callout {
  padding: 0;
  background: none;
}
.bottom-content .news_callout_list {
  clear: both;
}
.bottom-content .callout-list-item {
  float: left;
  width: 33.333%;
  position: relative;
  padding: 0 25px 40px 10px;
}
.bottom-content .callout-list-item.first {
  padding-left: 0;
  padding-right: 35px;
}
.bottom-content .callout-list-item.first:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #e0e0e0;
  top: 0;
  right: 15px;
}
.bottom-content .callout-list-item.third {
  border-right: 0;
  padding-left: 35px;
  padding-right: 0;
}
.bottom-content .callout-list-item.third:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #e0e0e0;
  top: 0;
  left: 5px;
}
.bottom-content .callout-list-item .button-nor {
  margin-top: 25px;
}
.bottom-content .news-date {
  width: 100%;
  margin-right: 0;
  margin-bottom: 18px;
}
.bottom-content .news-title {
  max-width: 100%;
}
.bottom-content .news-summary {
  clear: both;
  color: #666;
  padding-top: 20px;
  line-height: 140%;
}
.bottom-content .vacancy_callout > .button-nor {
  display: none;
}
.standard-sidebar {
  position: absolute;
  width: 470px;
  min-height: 100%;
  top: 0;
  right: 0;
  background-color: #e5e5e5;
}
.standard-sidebar .events {
  clear: both;
  background: url(/AppImages/events-callout.jpg) no-repeat right 0 #ebebeb;
  padding-right: 130px !important;
}
.standard-sidebar .module_callout {
  padding: 25px;
}
.standard-sidebar h3 {
  float: none !important;
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 22px;
}
.standard-sidebar .publications {
  float: left;
  padding-top: 30px;
  padding-bottom: 50px;
}
.standard-sidebar .publications p {
  display: block;
  float: none !important;
  max-width: 100% !important;
  margin: 0;
  padding-right: 25px;
}
.standard-sidebar .publications p .button-nor {
  clear: none !important;
}
.standard-sidebar .publications .button-nor {
  float: left;
  margin-top: 18px;
  margin-right: 20px;
}
.standard-sidebar .publications ul {
  float: left;
  margin-top: 30px;
}
.standard-sidebar .publications ul .button-nor {
  margin: 0;
}
.standard-sidebar .expert-register {
  float: left;
  clear: both;
  background: url(/AppImages/expert-register-grey.png) no-repeat right 0 #e5e5e5;
  padding: 40px 0 50px 20px;
}
.standard-sidebar .expert-register h3 {
  margin-top: 20px;
  margin-bottom: 25px;
}
.standard-sidebar .expert-register .button-nor {
  margin-top: 55px;
}
.share_buttons {
  opacity: 0;
  height: 23px;
  transition: opacity 600ms;
  clear: both;
}
.share_buttons .icon_print,
.share_buttons .icon_email {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.share_buttons .icon_print {
  background: url(/AppImages/print.gif);
}
.share_buttons .icon_email {
  background: url(/AppImages/mail.gif);
}
.share_buttons .print,
.share_buttons .st_email_hcount,
.share_buttons .st_sharethis_hcount,
.share_buttons .st_facebook_hcount,
.share_buttons .st_twitter_hcount,
.share_buttons .st_linkedin_hcount {
  position: relative;
  float: left;
}
.share_buttons .print .share_text,
.share_buttons .st_email_hcount .share_text,
.share_buttons .st_sharethis_hcount .share_text,
.share_buttons .st_facebook_hcount .share_text,
.share_buttons .st_twitter_hcount .share_text,
.share_buttons .st_linkedin_hcount .share_text {
  position: absolute;
  left: 26px;
  font-size: 13px;
  background: #F2F2F2;
  padding: 2px 8px;
  line-height: 160%;
  top: 0;
}
.share_buttons .st_email_hcount .stButton > span .stArrow,
.share_buttons .st_sharethis_hcount .stButton > span .stArrow {
  display: none;
}
.share_buttons .st_googleplus_hcount .stButton > span > span {
  margin-right: 0;
}
.share_buttons .st_googleplus_hcount .stButton > span > span.stButton_gradient {
  background: url(/AppImages/share_gplus.gif) !important;
  border: 0;
  border-radius: 0;
  padding: 3px 0;
}
.share_buttons .st_googleplus_hcount .stButton > span .googleplus {
  display: none;
}
.share_buttons .stButton {
  margin-right: 10px;
}
.share_buttons .stButton > span > span {
  float: left;
  width: 23px;
  height: 23px;
  margin-right: 50px;
}
.share_buttons .stButton > span > span.st-email-counter {
  background: url(/AppImages/share_email.gif) !important;
}
.share_buttons .stButton > span > span.st-sharethis-counter {
  background: url(/AppImages/share_sharethis.gif) !important;
}
.share_buttons .stButton > span > span.st-facebook-counter {
  background: url(/AppImages/share_facebook.gif) !important;
  margin-right: 40px;
}
.share_buttons .stButton > span > span.st-twitter-counter {
  background: url(/AppImages/share_twitter.gif) !important;
}
.share_buttons .stButton > span > span.st-linkedin-counter {
  background: url(/AppImages/share_linkedin.gif) !important;
}
.share_buttons .stButton > span > span .stButton_gradient {
  height: 23px;
  border-radius: 0;
  background: #fff;
  padding: 2px 5px 3px 5px;
  border-color: #e2e2e2 !important;
}
.share_buttons .stButton > span .stArrow {
  background: url(/AppImages/share_arrow.png) no-repeat 2px 6px !important;
  height: 23px;
  margin-right: 0;
}
.share_buttons .print {
  background: url(/AppImages/share_print.gif) no-repeat #F2F2F2 !important;
  font-size: 13px;
  padding: 2px 8px 1px 32px;
  line-height: 160%;
  margin-right: 10px;
  color: #000;
}
.links ul {
  list-style: none;
  margin: 0;
}
.links a {
  color: #ca1341 !important;
  font-size: 16px;
  padding: 10px 13px 10px 0;
  border-bottom: 1px solid #b7b7b7;
  display: block;
  -moz-transition: padding 500ms;
  -o-transition: padding 500ms;
  -webkit-transition: padding 500ms;
  transition: padding 500ms;
}
.links a:hover {
  padding-left: 13px;
}
.links a:before {
  background: url(/AppImages/arrow.png) no-repeat 0 center #e5e5e5;
}
#standardWrapper {
  position: relative;
}
#standardWrapper .col-sm-8 img {
  margin: 40px 0 15px 0;
}
#standardWrapper h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#standardWrapper h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 27px;
}
#standardWrapper .standard_content_content_wrapper h1,
#standardWrapper .standard_content_content_wrapper h2,
#standardWrapper .standard_content_content_wrapper h3,
#standardWrapper .standard_content_content_wrapper h4 {
  font-weight: normal;
  margin-bottom: 25px;
}
#standardWrapper .standard_content_content_wrapper h1 a,
#standardWrapper .standard_content_content_wrapper h2 a,
#standardWrapper .standard_content_content_wrapper h3 a,
#standardWrapper .standard_content_content_wrapper h4 a {
  text-decoration: none;
}
#standardWrapper .standard_content_content_wrapper h2 {
  font-size: 24px;
}
#standardWrapper .standard_content_content_wrapper h3 {
  font-size: 22px;
}
#standardWrapper .standard_content_content_wrapper h4 {
  font-size: 20px;
}
#standardWrapper .standard_content_content_wrapper p,
#standardWrapper .standard_content_content_wrapper li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  color: #666;
}
#standardWrapper .standard_content_content_wrapper a {
  text-decoration: underline;
}
#standardWrapper .standard_content_content_wrapper a:hover {
  color: #265b51;
}
#standardWrapper .standard_content_content_wrapper img {
  max-width: 100%;
  height: auto;
}
#standardWrapper .standard_content_content_wrapper img.img_left {
  margin: 6px 20px 15px 0;
}
#standardWrapper .standard_content_content_wrapper img.img_right {
  margin: 6px 0 15px 20px;
}
#standardWrapper .standard_content_content_wrapper li {
  margin-bottom: 10px;
}
#standardWrapper .standard_content_content_wrapper ul {
  margin-bottom: 25px;
}
#standardWrapper .standard_content_content_wrapper ul li {
  clear: both;
  list-style: none;
  position: relative;
}
#standardWrapper .standard_content_content_wrapper ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 22px;
  line-height: 100%;
  left: -25px;
  top: 0;
  color: #3d9181;
}
#standardWrapper .standard_content_content_wrapper table {
  border-bottom: 1px solid #e0e0e0;
}
#standardWrapper .standard_content_content_wrapper table td,
#standardWrapper .standard_content_content_wrapper table th {
  border: 0;
  background: #fff;
  color: #666;
  padding: 12px 20px;
  font-size: 16px;
}
#standardWrapper .standard_content_content_wrapper table th {
  background: #f5f9f9 !important;
  font-weight: 500;
  color: #3d9181;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
#standardWrapper .standard_content_content_wrapper table th:last-child {
  border-right: 0;
}
#standardWrapper .standard_content_content_wrapper table td {
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-bottom: 0;
}
.awards #standardWrapper .standard_content_content_wrapper table td p {
  margin: 25px 0;
}
.awards #standardWrapper .standard_content_content_wrapper table td:first-child {
  width: 130px;
  padding-left: 0;
  padding-top: 0;
  vertical-align: top;
}
.awards #standardWrapper .standard_content_content_wrapper table td:first-child a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  margin-top: -10px;
  padding-left: 20px;
}
#standardWrapper .standard_content_content_wrapper table td:last-child {
  border-right: 0;
}
#standardWrapper .standard_content_content_wrapper table tr {
  border-bottom: 1px solid #fff;
}
#standardWrapper .standard_content_content_wrapper table tr:nth-of-type(odd) td {
  background: #f5f9f9;
}
#standardWrapper .standard_content_content_wrapper blockquote img {
  float: left;
  margin: 0 35px 0 0;
}
#standardWrapper .payment-option p {
  margin-bottom: 20px;
}
#standardWrapper .form-tabs {
  float: left;
  margin: 0;
  overflow: hidden;
}
#standardWrapper .form-tabs li {
  float: left;
  list-style: none;
}
#standardWrapper .form-tabs li.selected a {
  background: #262626;
  color: #96d2b8;
}
#standardWrapper .form-tabs li.selected a:before {
  border-color: transparent transparent #262626 transparent;
}
#standardWrapper .form-tabs li.selected a:after {
  border-color: #262626 transparent transparent transparent;
}
#standardWrapper .form-tabs a {
  display: block;
  background: #96d2b8;
  font-weight: 500;
  font-size: 16px;
  padding: 7px 20px;
  position: relative;
  margin-right: 17px;
}
#standardWrapper .form-tabs a:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 33px 13px;
  border-color: transparent transparent #96d2b8 transparent;
}
#standardWrapper .form-tabs a:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 13px 0 0;
  border-color: #96d2b8 transparent transparent transparent;
}
#standardWrapper.form .standard h2 {
  color: #3d9181;
  font-size: 35px;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}
#standardWrapper.form .form-wrapper.confirmation .field_cont {
  width: 100%;
}
#standardWrapper.form .form-wrapper.confirmation .field_cont .fb_content_area {
  width: 100%;
}
#standardWrapper.form .form-wrapper.confirmation .field_cont .fb_content_area p {
  margin-bottom: 15px;
}
#standardWrapper.form .validation_error {
  margin-left: 0;
  width: 315px;
  display: block;
}
#standardWrapper.form .ref-no .ref-field {
  float: left;
}
#standardWrapper.form .ref-no .ref-field input[type=text] {
  padding: 7px 6px;
  margin: 0 10px;
}
#standardWrapper.form .ref-no .button {
  padding: 4px 20px;
}
#standardWrapper.form .field_cont {
  float: left;
  clear: none;
  width: 50%;
}
#standardWrapper.form .field_cont:nth-of-type(odd) {
  clear: both;
}
#standardWrapper.form .field_cont:nth-of-type(even) label,
#standardWrapper.form .field_cont:nth-of-type(even) input[type=text],
#standardWrapper.form .field_cont:nth-of-type(even) .fb_content_area,
#standardWrapper.form .field_cont:nth-of-type(even) .file-name,
#standardWrapper.form .field_cont:nth-of-type(even) .validation_error {
  float: right;
}
#standardWrapper.form .field_cont a,
#standardWrapper.form .field_cont .upload {
  background: #d9d9d9;
  font-size: 18px;
  font-weight: 500;
  color: #3d9181;
  padding: 5px 10px;
  width: 315px;
  display: block;
}
#standardWrapper.form .field_cont a {
  background: url(/AppImages/download.png) no-repeat 285px center #d9d9d9;
}
#standardWrapper.form .field_cont .upload {
  cursor: pointer;
  background: url(/AppImages/upload.png) no-repeat 285px center #d9d9d9;
}
#standardWrapper.form .field_cont .file-name {
  float: left;
  color: #666;
  font-weight: 500;
  margin: 10px 0 45px 0;
  min-height: 16px;
  width: 315px;
}
#standardWrapper.form .field_cont .file-name ~ .validation_error {
  margin-top: -35px;
}
#standardWrapper.form .field_cont strong {
  font-size: 19px;
  display: inline-block;
  color: #262626;
}
#standardWrapper.form .field_cont .fb_content_area {
  width: 315px;
}
#standardWrapper.form .field_cont .fb_content_area p {
  margin-bottom: 0;
}
#standardWrapper.form .field_cont .fb_content_area h3 {
  margin-bottom: 0;
  color: #3d9181;
}
#standardWrapper.form .form_field {
  border: 0;
}
#standardWrapper.form .form_field label {
  float: left;
  width: 315px;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 10px;
}
.change-password#standardWrapper.form .form_field label {
  width: 240px;
}
#standardWrapper.form .form_field input[type=text],
#standardWrapper.form .form_field input[type=password] {
  background: #f8f8f8;
  padding: 6px;
  border: 1px solid #cacaca;
  width: 315px;
}
#standardWrapper.form .form_field input[type=password] {
  width: 195px;
  margin-right: 5px;
}
#standardWrapper.form .form_field input[type=file] {
  display: none;
}
.change-password#standardWrapper.form .button {
  margin: 10px 0 0 245px;
  width: 200px;
}
#standardWrapper.form .checkbox_field {
  float: right;
  width: 310px;
  margin-right: -15px;
}
#standardWrapper.form .checkbox_field label {
  float: left !important;
  margin-right: 10px;
}
#standardWrapper.form .button_field {
  clear: both;
  margin-top: 15px;
  background: #a02c30;
  width: 315px;
}
#standardWrapper.form.stage-1 .field_cont strong {
  margin-bottom: 25px;
}
#standardWrapper.form.stage-1 .field_cont strong em {
  color: #3d9181;
  font-weight: bold;
  font-style: normal;
}
#standardWrapper.form.accreditation-form .checkbox_field {
  display: none;
}
#standardWrapper.sitemap li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #666;
  float: left;
  clear: both;
}
#standardWrapper.sitemap ul li {
  list-style: none;
  position: relative;
}
#standardWrapper.sitemap ul li ul {
  margin-top: 5px;
}
#standardWrapper.sitemap ul li:before {
  content: "\2022";
  position: absolute;
  font-size: 22px;
  line-height: 100%;
  left: -17px;
  top: 3px;
  color: #3d9181;
}
#standardWrapper .invoice-buttons .button + .button {
  float: right;
  margin-top: 5px;
}
#eventsWrapper .event-location {
  clear: both;
  color: #8c8c8c;
  margin-bottom: 25px;
}
#eventsWrapper .event-location strong {
  font-weight: normal;
  color: #000000;
}
#eventsWrapper .event-detail-image {
  margin-bottom: 25px;
}
#eventsWrapper .event-detail-title {
  margin-bottom: 25px;
}
#eventsWrapper .event-book {
  margin: 25px 0;
}
#eventsWrapper .go-back {
  float: right;
  margin: 25px 0;
}
#eventsWrapper .event-occurrence-list {
  background: #cb1341;
  padding: 20px 20px 5px 20px;
  color: #fff;
  margin-bottom: 60px;
}
#eventsWrapper .event-occurrence-list h3 {
  margin-bottom: 25px;
  font-weight: bold;
}
#eventsWrapper .event-occurrence-list ul {
  list-style: none;
  margin: 10px 0 15px 0;
  padding-bottom: 10px;
  line-height: 170%;
  border-bottom: 1px solid #fff;
}
#eventsWrapper .event_booking_buttons {
  float: left;
  margin: 20px 0;
}
#eventsWrapper .event_booking_buttons a {
  margin-right: 10px;
}
#eventsWrapper .event_booking_form {
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
#eventsWrapper .event_booking_form label {
  width: 200px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 10px;
}
#eventsWrapper .event_booking_form input[type=text],
#eventsWrapper .event_booking_form input[type=password],
#eventsWrapper .event_booking_form select {
  display: inline-block;
  width: 180px !important;
}
#eventsWrapper .event_booking_form .event_booking_buttons {
  padding-bottom: 20px;
}
#eventsWrapper .event_booking_form .form_field {
  float: left;
}
#eventsWrapper .event_booking_form .checkbox_field {
  border: 0px none;
}
#eventsWrapper .event_booking_form .checkbox_field label {
  width: auto;
}
#eventsWrapper .event_booking_form .checkbox_field input {
  float: none;
}
#eventsWrapper .event_booking_form .checkbox_field em {
  font-size: 12px;
  padding-bottom: 30px;
  display: block;
  text-align: left;
}
#eventsWrapper .event_booking_form textarea {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
#eventsWrapper .event_booking_form h2 {
  text-align: left;
  margin-bottom: 25px;
}
#eventsWrapper .event_booking_form h3 {
  margin-bottom: 15px;
}
#eventsWrapper .event_booking_form p {
  text-align: left;
  margin-bottom: 25px;
}
#eventsWrapper .event_booking_form p em {
  font-size: 12px;
}
#eventsWrapper .event_booking_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#eventsWrapper .event_booking_wrapper .event_booking_buttons {
  width: 100%;
  padding-top: 25px;
  background: url(/AppImages/sagepay.png) no-repeat bottom right;
}
#eventsWrapper .event_booking_wrapper .event_booking_form .event_booking_buttons {
  background: none;
}
#eventsWrapper .event_booking_wrapper h3,
#eventsWrapper .event_booking_wrapper p {
  margin-bottom: 25px;
  color: #666;
}
#eventsWrapper .bottom-content {
  float: left;
  width: 100%;
}
#eventsWrapper .bottom-content .module-date {
  margin-top: 0;
}
.calendar {
  margin: 40px 0 0 0;
  padding: 0;
  background: none;
}
.calendar .calendar_header {
  display: none;
}
.calendar .calendar_controls {
  height: auto;
}
.calendar .calendar_controls:after {
  content: "";
  display: block;
  clear: both;
}
.calendar .calendar_controls .calendar_back,
.calendar .calendar_controls .calendar_forward {
  height: 40px;
}
.calendar .calendar_controls .calendar_back {
  background-image: url(/AppImages/calendar-prev.png);
  background-position: 7% center;
}
.calendar .calendar_controls .calendar_forward {
  background-image: url(/AppImages/calendar-next.png);
  background-position: 93% center;
}
.calendar .calendar_controls h2 {
  font-size: 34px;
  font-family: 'Effra', sans serif;
}
.calendar .calendar_controls h2 span {
  color: #3d9181;
}
.calendar_table {
  clear: both;
  padding: 25px 0 0 0;
  background: none;
}
.calendar_table table {
  margin: 0;
  border-collapse: separate;
  padding-bottom: 10px;
}
.calendar_table table tr th {
  background: none;
  color: #404040;
  background: #e5e5e5;
  border: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 58px;
  font-size: 15px;
  font-weight: 500;
}
.calendar_table table tr th:last-child {
  border-right: 0 !important;
}
.standard-sidebar .calendar_table table tr th {
  border-right: 2px solid #e5e5e5;
  border-bottom: 0;
}
.calendar_table table tr td {
  padding: 0;
  border: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background: #ebebeb;
  color: #b3b3b3;
}
.calendar_table table tr td:last-child {
  border-right: 0 !important;
}
.standard-sidebar .calendar_table table tr td {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.calendar_table table tr td.selected a {
  background: #a02c30;
  color: #fff;
}
.calendar_table table tr td.selected a:hover {
  background: #c8373c;
}
.calendar_table table tr td.disabled a {
  background: #ebebeb !important;
  color: #b3b3b3;
}
.calendar_table table tr td a {
  background: #ccc;
  color: #404040;
  height: 58px;
  padding: 13px 0 0 0;
  font-size: 24px;
}
.calendar_table table tr td a:hover {
  background: #ddd;
}
.calendar_infopane {
  margin-top: 50px;
}
.standard-sidebar .calendar_infopane {
  padding: 0 25px;
}
.calendar_infopane h2,
.calendar_infopane h3 {
  clear: both;
  font-size: 24px;
  font-weight: normal;
  color: #262626;
  letter-spacing: -0.025em;
  line-height: 130%;
}
.calendar_infopane p {
  color: #404040;
  font-size: 16px;
  margin-top: 15px;
}
.calendar_infopane .button-nor {
  clear: both;
  margin-top: 15px;
  color: #3d9181;
}
.module-list-item-wrapper {
  margin-bottom: 40px;
}
.module-list-item-wrapper .module-item {
  padding: 0 25px 40px 10px;
}
.module-list-item-wrapper .module-item.first {
  padding-left: 0;
  padding-right: 35px;
}
.module-list-item-wrapper .module-item.first:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #e0e0e0;
  top: 0;
  right: 15px;
}
.module-list-item-wrapper .module-item.third {
  border-right: 0;
  padding-left: 30px;
  padding-right: 0;
}
.module-list-item-wrapper .module-item.third:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #e0e0e0;
  top: 0;
  left: 5px;
}
.module-list-item-wrapper .module-item + .clear {
  border-top: 1px solid #e0e0e0;
}
.module-list-item-wrapper .module-description {
  clear: both;
  color: #8c8c8c;
  line-height: 170%;
}
.module-list-item-wrapper .module-description p {
  font-family: 'Arial', sans serif;
  font-size: 14px;
  line-height: 140%;
  text-align: left !important;
}
.module-list-item-wrapper .module-date {
  float: left;
  width: 120px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 53px;
}
.module-list-item-wrapper .module-title {
  float: left;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  margin-top: 17px;
  margin-bottom: 22px;
}
.module-list-item-wrapper .view-module {
  margin-top: 20px;
  margin-right: 20px;
}
.module-list-item-wrapper .latest-module {
  border: 0;
  padding: 0 0 40px 0;
}
.module-list-item-wrapper .latest-module .module-date {
  margin-top: 0;
}
.module-list-item-wrapper .latest-module .module-title {
  clear: none;
  min-width: 320px;
  max-width: 63.5%;
  font-size: 24px;
  color: #3d9181;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: -0.025em;
  line-height: 130%;
}
.module-list-item-wrapper .latest-module .module-image {
  display: block;
  position: relative;
  float: left;
  max-width: 32%;
  margin-right: 4.5%;
}
.module-list-item-wrapper .latest-module .module-image:before {
  display: inline-block;
  content: "Featured";
  text-transform: uppercase;
  background: #a02c30;
  color: #fff;
  padding: 7px 12px 5px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Arial', sans serif;
}
.module-list-item-wrapper .latest-module .module-image img {
  width: 100%;
}
.module-list-item-wrapper .latest-module .module-description {
  float: left;
  clear: none;
  max-width: 63.5%;
}
.module-list-item-wrapper .latest-module .module-description p {
  font-size: 17px;
}
.module-list-item-wrapper.news-list-item-wrapper .module-title {
  margin-top: 53px;
}
.module-list-item-wrapper.vacancy-list-item-wrapper {
  margin-bottom: 0;
}
.module-list-item-wrapper.vacancy-list-item-wrapper .latest-module:before {
  content: "Featured";
  text-transform: uppercase;
  background: #a02c30;
  color: #fff;
  padding: 9px 12px 9px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Arial', sans serif;
  float: left;
}
.module-list-item-wrapper.vacancy-list-item-wrapper .module-title,
.module-list-item-wrapper.vacancy-list-item-wrapper .module-description {
  max-width: 100%;
  clear: both;
}
.module-list-item-wrapper.vacancy-list-item-wrapper .module-title p,
.module-list-item-wrapper.vacancy-list-item-wrapper .module-description p {
  margin-bottom: 30px;
}
.news_footer_wrapper + .share_buttons,
.vacancy_footer_wrapper + .share_buttons {
  margin-bottom: 50px;
}
.directory_back_link {
  display: none;
}
.module-detail-wrapper {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.module-detail-wrapper .book-top {
  float: right;
}
.module-detail-wrapper .detail-date {
  float: left;
  color: #b2b2b2;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.module-detail-wrapper .detail-title {
  clear: both;
  color: #3d9181;
  margin: 0 0 20px 0;
  font-size: 34px;
}
.module-detail-wrapper .detail-image {
  margin-bottom: 25px;
}
.module-detail-wrapper .detail-image img {
  max-width: 100%;
}
.module-detail-wrapper h3 {
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 130%;
  margin-bottom: 30px;
  color: #3d9181;
}
.module-detail-wrapper img {
  margin: 10px 0;
}
.module-detail-wrapper .image-gallery {
  margin: 0 0 25px 0;
}
.module-detail-wrapper .image-gallery img {
  max-width: 100%;
}
.module-detail-wrapper .detail-content p {
  margin-bottom: 28px;
  line-height: 170%;
  text-align: left !important;
}
.module-detail-wrapper .detail-content ul,
.module-detail-wrapper .detail-content ol {
  margin-bottom: 25px;
}
.module-detail-wrapper .detail-content li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #666;
  text-align: left !important;
}
#eventsWrapper .module-detail-wrapper .detail-content {
  /*
            ul {
                float: left;
                margin: 0 0 25px 0;
                position: relative;
                &:after {
                    content: "";
                    position: absolute;
                    left: 220px;
                    bottom: 0;
                    width: 5px;
                    height: 1px;
                    background: #fff;
                }
                li {
                    list-style: none;
                    border-top: 1px solid #e0e0e0;
                    font-size: 16px;
                    color: #666;
                    float: left;
                    clear: both;
                    width: 100%;
                    &:last-child {
                        border-bottom: 1px solid #e0e0e0;
                    }
                    strong {
                        float: left;
                        font-style: normal;
                        background: #fff;
                        padding: 11px 0 7px 0;
                        margin-right: 10px;
                        min-width: 220px;
                        position: relative;
                        &:before {
                            content: "";
                            position: absolute;
                            right: 0;
                            top: -1px;
                            width: 5px;
                            height: 100%;
                            background: #fff;
                        }
                    }
                    span {
                        float: left;
                        padding: 11px 10px 7px 0;
                        background: #f5f9f9;
                        width: 432px;
                        position: relative;
                        &:before {
                            content: "";
                            position: absolute;
                            left: -10px;
                            top: 0;
                            width: 10px;
                            height: 100%;
                            background: #f5f9f9;
                        }
                    }
                }
            }*/
}
#eventsWrapper .module-detail-wrapper .detail-content p + ul {
  margin-top: -25px;
  margin-bottom: 40px;
}
#eventsWrapper .module-detail-wrapper .detail-content table {
  border: 0;
  border-top: 1px solid #e0e0e0;
}
#eventsWrapper .module-detail-wrapper .detail-content table td {
  border: 0;
  padding: 8px 10px 8px 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-size: 16px;
  background: #f5f9f9;
  text-align: left !important;
}
#eventsWrapper .module-detail-wrapper .detail-content table td:first-child {
  width: 125px;
  padding: 8px 4px;
  position: relative;
  background: #fff;
}
#eventsWrapper .module-detail-wrapper .detail-content table td:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 5px;
  height: 105%;
  background: #fff;
}
.module-detail-wrapper .detail-back {
  float: right;
  margin: 25px 0;
}
.module-detail-wrapper.vacancy-detail-wrapper .detail-title {
  margin-bottom: 40px;
}
.module-detail-wrapper.vacancy-detail-wrapper .apply {
  margin-bottom: 80px;
}
.module-detail-wrapper.vacancy-detail-wrapper h4 {
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: -0.025em;
}
.vacancy_footer_wrapper {
  float: left;
  margin-bottom: 40px;
}
.faqs_content h2 {
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 10px;
  background: url(/AppImages/plus.png) no-repeat right 0;
  padding-right: 25px;
}
.faqs_content h2.active {
  background: url(/AppImages/minus.png) no-repeat right 0;
}
.faqs_content .answer {
  margin-bottom: 30px;
  padding-right: 25px;
}
.faqs_content .answer li {
  line-height: 145%;
  font-size: 17px;
  letter-spacing: -0.025em;
  color: #666;
}
.faq_filter label {
  display: block;
}
.faq_filter select {
  float: left;
  clear: both;
  margin: 10px 0 20px 0;
  width: 100% !important;
}
.faq_filter .button {
  clear: both;
}
.faq_list_items {
  clear: both;
  float: left;
  margin-top: 20px;
}
.alerts {
  padding-bottom: 25px;
}
.alerts label {
  display: inline-block;
  min-width: 110px;
}
.alerts .emailalerts_fieldset {
  margin-bottom: 25px;
}
.alerts .emailalerts_fieldset > div:first-of-type {
  margin-top: 15px;
}
.alerts table {
  margin: 0;
}
.alerts table td {
  border: 0;
}
.alerts .msg_head {
  background: #e5e5e5;
}
.alerts h2 {
  font-size: 18px;
}
.alerts h2 + .checkbox_field {
  margin-top: 0 !important;
}
.alerts h3 {
  font-size: 18px !important;
  margin: 15px 0 5px 0 !important;
}
.alerts .list_field,
.alerts .checkbox_field,
.alerts .textbox_field {
  border: 0;
}
.alerts .selectedEAlerts {
  padding: 0;
  margin: 0 !important;
}
.alerts .form_captcha img {
  margin: 0 !important;
}
.alerts .form_captcha input[type=text] {
  margin-top: 7px;
}
.alerts .content_tag_selection h2 {
  margin: 10px 0;
}
.alerts .content_tag_selection input[type=text] {
  margin-top: 10px;
}
.alerts .content_tag_selection .button {
  margin-bottom: 10px;
}
.alerts .button {
  margin-top: 15px;
}
#accreditationWrapper .col-sm-9 {
  padding: 90px 0 0 0 !important;
  max-width: 930px;
}
#accreditationWrapper .col-sm-9 > h2 {
  padding-left: 130px;
}
#accreditationWrapper h2 {
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 10px;
}
#accreditationWrapper .stage {
  padding: 90px 130px 50px 130px;
  position: relative;
}
#accreditationWrapper .stage:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
#accreditationWrapper .stage:nth-of-type(odd) {
  background: #ededed;
}
#accreditationWrapper .stage:nth-of-type(odd):after {
  border-color: #ededed transparent transparent transparent;
}
#accreditationWrapper .stage.making-contact,
#accreditationWrapper .stage.outcome,
#accreditationWrapper .stage.review {
  margin-top: 50px;
  background: #3d9181;
  padding-top: 40px;
}
#accreditationWrapper .stage.making-contact:after,
#accreditationWrapper .stage.outcome:after,
#accreditationWrapper .stage.review:after {
  border-color: #3d9181 transparent transparent transparent;
}
#accreditationWrapper .stage.making-contact h2,
#accreditationWrapper .stage.outcome h2,
#accreditationWrapper .stage.review h2,
#accreditationWrapper .stage.making-contact p,
#accreditationWrapper .stage.outcome p,
#accreditationWrapper .stage.review p {
  color: #fff;
}
#accreditationWrapper .stage.making-contact h2,
#accreditationWrapper .stage.outcome h2,
#accreditationWrapper .stage.review h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
#accreditationWrapper .stage.outcome {
  background: #3d9181;
  margin-top: 0;
  padding-top: 80px;
}
#accreditationWrapper .stage.review {
  background: #378274;
  margin-top: 0;
  padding: 40px 130px 90px 130px;
}
#accreditationWrapper .stage.review:after {
  content: none;
}
#accreditationWrapper .stage h2 {
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
#accreditationWrapper .stage p {
  letter-spacing: -0.02em;
  font-size: 16px;
  margin-bottom: 15px;
}
#accreditationWrapper .stage .stage-no {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #3d9181;
  background: #96d2b8;
  font-size: 27px;
  text-align: center;
  padding: 10px 50px 10px 35px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
#accreditationWrapper .stage .stage-no:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 20px 0 0;
  border-color: #96d2b8 transparent transparent transparent;
}
.search_page #tabs {
  display: none;
}
.search_page #txt_search {
  text-transform: none;
}
.search_page .button {
  background-color: #3d9181;
  color: #fff;
  float: right;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
  min-width: 170px;
  font-size: 16px;
  padding: 3px 10px;
  margin-left: 10px;
  border-radius: 0 !important;
}
.search_page .button:hover {
  background-color: #357f71;
}
.search_page .search_results_item {
  float: left;
  clear: both;
  padding-left: 0;
}
.search_page .search_results_item_image {
  position: static;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  max-height: 100px;
}
.search_page .search_results_item_image img {
  width: 100%;
  height: auto;
}
.search_page .search_results_item_detail {
  float: left;
  width: 820px;
}
.checkout_breadcrumbs {
  width: 978px;
  max-width: 100%;
  margin: 0 auto;
}
.basket_page_wrapper {
  width: 978px;
  max-width: 100%;
  margin: 0 auto;
}
.basket_page_wrapper .basketTotals td {
  border: 0;
  padding-left: 0;
}
.basket_page_wrapper .right {
  float: right;
  background: url(/AppImages/sagepay.png) no-repeat 0 0;
  width: 100%;
  min-height: 60px;
}
.basket_page_wrapper .right a[href="/Catalog"] {
  display: none;
}
.basket_page_wrapper .button_stretch {
  margin-left: 10px;
  min-width: 50px;
}
.checkoutAddressPage .checkout_address_content {
  width: 978px;
  max-width: 100%;
  margin: 20px auto;
}
.checkoutAddressPage .checkout_address_content p {
  margin-bottom: 20px;
}
.checkoutAddressPage .seniorAddressForm {
  max-width: 100%;
  min-width: 475px;
}
.checkoutAddressPage .seniorAddressForm .valid_message {
  float: right;
}
.checkoutAddressPage ul {
  margin: 0 0 10px 0;
  list-style: none;
}
.checkoutAddressPage label {
  width: 155px;
  float: left;
  margin-top: 5px;
}
.checkoutAddressPage input[type=text],
.checkoutAddressPage textarea,
.checkoutAddressPage select {
  width: 300px !important;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  resize: none;
}
.checkout_confirm h1,
.checkout_confirm h2,
.checkout_confirm p {
  margin-bottom: 20px;
}
.checkout_confirm .right {
  margin-bottom: 0;
}
.checkout_confirm .basket_promotions {
  float: right;
  padding: 0 0 20px 0;
}
.checkout_confirm .basket_promotions p {
  font-weight: normal;
}
.checkout_confirm .basket_promotions input[type=text] {
  padding: 11px 10px;
}
.checkout_confirm .basket_promotions .button_stretch {
  float: right;
}
.checkout_confirm input[type=checkbox] {
  margin-right: 10px;
}
.checkout_confirm img {
  margin-top: 10px;
}
.checkout_confirm .basketTotals td {
  border: 0;
}
#myDetailsWrapper .form-wrapper p {
  margin-bottom: 20px;
}
#myDetailsWrapper .validation_message {
  float: none;
  color: red !important;
}
#myDetailsWrapper .form-field,
#myDetailsWrapper .form_field {
  float: left;
  width: 100%;
  clear: both;
}
#myDetailsWrapper .form-field label,
#myDetailsWrapper .form_field label {
  width: 155px;
  float: left;
  margin-top: 5px;
  color: #666;
}
#myDetailsWrapper .form-field input[type=text],
#myDetailsWrapper .form_field input[type=text],
#myDetailsWrapper .form-field textarea,
#myDetailsWrapper .form_field textarea,
#myDetailsWrapper .form-field select,
#myDetailsWrapper .form_field select {
  width: 300px !important;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  resize: none;
}
#myDetailsWrapper .form-field input[type=file],
#myDetailsWrapper .form_field input[type=file] {
  margin-bottom: 10px;
}
#myDetailsWrapper .form-field table,
#myDetailsWrapper .form_field table {
  width: 300px;
  float: left;
  margin: 0 0 15px 0;
}
#myDetailsWrapper .form-field table td,
#myDetailsWrapper .form_field table td {
  border: 0;
  padding: 5px 0;
}
#myDetailsWrapper .form-field table label,
#myDetailsWrapper .form_field table label {
  margin: 0;
}
#myDetailsWrapper .form-field table input[type=radio],
#myDetailsWrapper .form_field table input[type=radio] {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
#myDetailsWrapper .form-field table + label,
#myDetailsWrapper .form_field table + label {
  clear: both;
}
#myDetailsWrapper .form-field.checkbox-list,
#myDetailsWrapper .form_field.checkbox-list {
  width: auto;
  clear: none;
}
#myDetailsWrapper .form-field.checkbox-list ul,
#myDetailsWrapper .form_field.checkbox-list ul {
  list-style: none;
  margin: 0 0 20px 0;
}
#myDetailsWrapper .form-field.checkbox-list ul input[type=checkbox],
#myDetailsWrapper .form_field.checkbox-list ul input[type=checkbox] {
  margin: 7px 0 5px 0;
}
#myDetailsWrapper .form-field.checkbox-list li,
#myDetailsWrapper .form_field.checkbox-list li {
  clear: both;
  font-size: 17px;
}
#myDetailsWrapper .form-field.radio-list,
#myDetailsWrapper .form_field.radio-list {
  padding-left: 185px;
  margin-bottom: 5px;
}
#myDetailsWrapper .form-field.radio-list label,
#myDetailsWrapper .form_field.radio-list label {
  width: auto !important;
  margin-right: 20px;
  margin-top: 0;
}
#myDetailsWrapper .form-field.radio-list br,
#myDetailsWrapper .form_field.radio-list br {
  display: none;
}
#myDetailsWrapper .form-field.radio-list input[type=radio],
#myDetailsWrapper .form_field.radio-list input[type=radio] {
  margin-top: 7px;
  float: left;
}
#myDetailsWrapper .form-field.file-upload label,
#myDetailsWrapper .form_field.file-upload label {
  width: 400px;
}
#myDetailsWrapper .form-field.postcode-lookup .button,
#myDetailsWrapper .form_field.postcode-lookup .button {
  margin: 0 0 0 10px;
  padding: 3px 0 3px 10px;
  font-size: 18px;
  width: 145px;
  text-align: left;
}
#myDetailsWrapper .form-field.postcode-lookup select,
#myDetailsWrapper .form_field.postcode-lookup select {
  float: left;
  margin-left: 185px;
}
#myDetailsWrapper .form-field.personal-info,
#myDetailsWrapper .form_field.personal-info {
  margin-top: 10px;
}
#myDetailsWrapper .form-field.personal-info p,
#myDetailsWrapper .form_field.personal-info p {
  margin: 0;
}
#myDetailsWrapper .form-field.personal-info label,
#myDetailsWrapper .form_field.personal-info label {
  width: 100% !important;
}
#myDetailsWrapper .form-field.personal-info textarea,
#myDetailsWrapper .form_field.personal-info textarea {
  margin-top: 10px;
  width: 100% !important;
  min-height: 76px;
}
#myDetailsWrapper fieldset {
  clear: both;
}
#myDetailsWrapper h3 {
  clear: both;
  float: left;
  min-width: 155px;
  margin: 5px 0 20px 0;
  font-size: 20px;
  font-weight: normal;
}
#myDetailsWrapper h4 {
  clear: both;
  min-width: 155px;
  margin: 5px 0 10px 0;
  font-size: 15px;
  font-weight: 500;
}
#myDetailsWrapper p {
  font-size: 14px;
}
#myDetailsWrapper .change-email {
  font-size: 17px;
}
#myDetailsWrapper .category-header {
  cursor: pointer;
  background: #e5e5e5;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding: 5px 10px;
  clear: both;
  color: #3d9181;
}
#myDetailsWrapper .interest-list {
  margin-bottom: 20px;
}
#myDetailsWrapper .interest-list input[type=checkbox] {
  margin-right: 10px;
}
#myDetailsWrapper .button,
#myDetailsWrapper .button_field {
  margin-left: 155px;
}
#myDetailsWrapper.application-form .form-done h2 {
  margin-bottom: 20px;
}
#myDetailsWrapper.application-form p {
  margin-bottom: 15px;
}
#myDetailsWrapper.application-form li {
  color: #666;
  margin-bottom: 5px;
}
#myDetailsWrapper.application-form .personal-details .form-column {
  float: left;
  width: 50%;
}
#myDetailsWrapper.application-form .personal-details .form-column + .form-column {
  padding-left: 34px;
}
#myDetailsWrapper.application-form .personal-details .form-column input[type=text],
#myDetailsWrapper.application-form .personal-details .form-column select,
#myDetailsWrapper.application-form .personal-details .form-column .chosen-container {
  width: 270px !important;
}
#myDetailsWrapper.application-form div > strong {
  margin-bottom: 13px;
  display: block;
  clear: both;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  max-width: 455px;
}
#myDetailsWrapper.application-form .form-field.double label {
  margin-top: 0;
}
#myDetailsWrapper.application-form .form-field.full label {
  width: 100%;
  margin-bottom: 5px;
}
#myDetailsWrapper.application-form .form-field.full textarea {
  min-width: 540px;
}
#myDetailsWrapper.application-form .form-field.inline label {
  width: 380px;
  margin-bottom: 10px;
}
#myDetailsWrapper.application-form .form-field.inline input[type=checkbox],
#myDetailsWrapper.application-form .form-field.inline input[type=radio] {
  margin-top: 5px;
}
#myDetailsWrapper.application-form .form-field.inline.larger label {
  width: 580px;
  max-width: 97%;
  float: right;
  margin-bottom: 5px;
}
#myDetailsWrapper.application-form .form-field.inline.text-field label {
  width: 310px;
}
#myDetailsWrapper.application-form .form-field.inline.text-field input[type=text] {
  float: right;
}
#myDetailsWrapper.application-form .form-field label {
  width: 185px;
  padding-right: 5px;
}
#myDetailsWrapper.application-form .form-field input[type=text],
#myDetailsWrapper.application-form .form-field textarea {
  float: left;
  width: 270px;
}
#myDetailsWrapper.application-form .form-field .chosen-container {
  width: 270px !important;
  margin-bottom: 10px;
}
#myDetailsWrapper.application-form .form-field .chosen-container .chosen-single {
  padding: 6px 5px 4px 7px;
  height: 28px;
  font-size: 14px !important;
}
#myDetailsWrapper.application-form .form-field .chosen-container .chosen-search {
  display: block;
}
#myDetailsWrapper.application-form .form-field .chosen-container .chosen-search input[type=text] {
  width: 100% !important;
  padding-right: 25px;
  margin-bottom: 5px;
  background: url(/AppImages/searchWhite.png) no-repeat 98% center #fff;
}
#myDetailsWrapper.application-form .form-field .chosen-container .chosen-results {
  clear: both;
}
#myDetailsWrapper.application-form .form-field .chosen-container .chosen-results li {
  font-size: 14px;
  padding: 6px 7px !important;
}
#myDetailsWrapper.application-form .form-field .chosen-container .chosen-results li.no-results {
  background: none;
}
#myDetailsWrapper.application-form .form-field.file-upload {
  padding: 10px 0 0 0;
}
#myDetailsWrapper.application-form .form-field.file-upload span {
  display: block;
  float: right;
  width: 84%;
  color: #666;
  margin-top: 5px;
}
#myDetailsWrapper.application-form .form-field.file-upload input[type=file] {
  margin: 10px 0;
}
#myDetailsWrapper.application-form .form-field.file-upload object {
  float: left;
}
#myDetailsWrapper.application-form table {
  float: left;
}
#myDetailsWrapper.application-form table label {
  margin: 0;
}
#myDetailsWrapper.application-form table input[type=text] {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#myDetailsWrapper.application-form table input[type=text].hasDatepicker {
  width: 85%;
}
#myDetailsWrapper.application-form table select {
  width: 100%;
  min-width: 145px;
}
#myDetailsWrapper.application-form .ui-datepicker-trigger {
  float: left;
  margin: 6px 0 0 5px;
}
#myDetailsWrapper.application-form .date-range .dr_from,
#myDetailsWrapper.application-form .date-range .dr_to {
  float: left;
  width: 185px;
}
#myDetailsWrapper.application-form .date-range .dr_from label,
#myDetailsWrapper.application-form .date-range .dr_to label {
  float: left;
  width: 50px;
  margin-top: 5px;
}
#myDetailsWrapper.application-form .date-range input[type=text] {
  float: left;
  width: 100px !important;
  padding: 5px;
}
#myDetailsWrapper.application-form .checkbox-list .form_field {
  clear: both;
}
#myDetailsWrapper.application-form .checkbox-list label {
  float: left;
}
#myDetailsWrapper.application-form .checkbox-list input[type=checkbox] {
  margin-top: 2px;
  margin-bottom: 10px;
}
#myDetailsWrapper.application-form .radio-yes-no {
  margin-top: 10px;
}
#myDetailsWrapper.application-form .radio-yes-no label {
  width: 555px;
}
#myDetailsWrapper.application-form .radio-yes-no ul {
  float: left;
  margin: 5px 0 0 0;
}
#myDetailsWrapper.application-form .radio-yes-no li {
  list-style: none;
  float: left;
  margin-right: 5px;
}
#myDetailsWrapper.application-form .radio-yes-no li label {
  width: auto;
  margin-top: 0;
}
#myDetailsWrapper.application-form .radio-yes-no input[type=radio] {
  float: left;
  margin: 2px 5px 10px 5px;
}
#myDetailsWrapper.application-form .radio-yes-no.wide label {
  width: 645px;
}
#myDetailsWrapper.application-form .radio-yes-no.wide input[type=checkbox] {
  margin-top: 6px;
}
#myDetailsWrapper.application-form .button {
  margin-left: 0;
  margin-top: 20px;
}
#myDetailsWrapper.assessor-form .button {
  margin-left: 0;
}
#myDetailsWrapper.assessor-form table {
  float: left;
  margin-top: 15px;
  color: #666;
}
#myDetailsWrapper.assessor-form table input[type=text],
#myDetailsWrapper.assessor-form table select,
#myDetailsWrapper.assessor-form table textarea {
  width: auto !important;
}
#myDetailsWrapper.assessor-form .file-upload {
  margin-bottom: 5px;
}
.ui-datepicker .ui-widget {
  background: #fff;
}
/* DatePicker Container */
.ui-datepicker.ui-widget {
  width: 216px;
  height: auto;
  padding: 0;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
.ui-datepicker .ui-datepicker a {
  text-decoration: none;
  transition: none;
}
/* DatePicker Table */
.ui-datepicker.ui-widget table {
  width: 100%;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-header {
  background: #3d9181;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px #fafafa;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #3d9181;
  filter: dropshadow(color=#3d9181, offx=1, offy=-1);
  line-height: 30px;
  border-radius: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #3d9181;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker.ui-widget select.ui-datepicker-month,
.ui-datepicker.ui-widget select.ui-datepicker-year {
  width: 65px !important;
  height: 22px;
  margin-top: 3px;
  padding: 0;
  color: #4d4d4d;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px !important;
  height: 27px !important;
  text-align: center;
  cursor: pointer;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA8CAYAAACTiBHmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNpi/P//PwOtARMDHcCoJaOW0A6w4JNkZGQk2iB8+W1QBdcBIC4CYj6ybAF5ExeGgX379v0uLS39JCAgcAPIzQFibpLMIcaSBw8e/AfhS5cu/c3Pz//Ew8MDsiwdiDmIsYQRX4TBIh5kAbL4p0+f/s2YMePLwoULz3z9+tWZUMSTZQkM/Pnz57KKiooeTVIX0MCvQKqDhYXFgeJ8gs1woO+mAXGHgoLCO6pkRiTwCIjXAA1vJcVwkuJkSOR4FnJdN1qfjFoyasmoJaOWjFoy2qofFq16dMAHbeUfoFqrHgmAWvM5oNY9qJUPau1TrVUPbb2ng1rzoFY9qHUPa+kTYwlRLUhubu6t8fHxJhkZGTx8fHxMVE1dMHDx4kVRYOOaj6YRD229d0Bb8yQDktrCwDgQAlIVQD1ZQDlwlw7YAGekSicIHUAtqwbiEKAl8jSxZLRVP1qfjFoyaskAWwIQYAAGhkSTX8gPjAAAAABJRU5ErkJggg==') !important;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
  border: 0 !important;
  position: static !important;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px !important;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none !important;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
  background: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker.ui-widget td span,
.ui-datepicker.ui-widget td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
  box-sizing: border-box;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(top, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  border: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-active {
  background: #666666;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #333;
  filter: dropshadow(color=#333, offx=0, offy=1);
  border: 1px solid #000;
  position: relative;
  line-height: 26px;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar td:first-child .ui-state-active {
  width: 30px;
  margin-left: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 30px;
  margin-right: 0;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 30px;
  margin-bottom: 0;
}
#loginWrapper .internal {
  width: 978px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  clear: both;
}
#loginWrapper h2,
#loginWrapper p {
  margin-bottom: 25px;
}
#loginWrapper p {
  min-height: 85px;
}
#loginWrapper table {
  margin: 0;
}
#loginWrapper td {
  border: 0;
  padding: 0;
}
#loginWrapper label {
  float: left;
  width: 100px;
}
#loginWrapper input[type=text],
#loginWrapper input[type=password] {
  width: 200px;
}
#loginWrapper .remember_me {
  float: left;
  margin: 5px 5px 5px 100px;
}
#loginWrapper .remember_me label {
  width: auto;
}
#loginWrapper .remember_me input[type=checkbox] {
  float: left;
  margin-right: 5px;
}
#loginWrapper .login_options a {
  clear: both;
  display: block;
  margin-top: 10px;
  margin-left: 100px;
}
#loginWrapper .login_button {
  margin: 10px 0 0 100px;
}
#loginWrapper .login_failure {
  float: left;
  clear: both;
  margin: 10px 0 0 100px;
  color: #f00;
}
.reset_password {
  border: 0;
  width: 978px;
  max-width: 100%;
  padding-bottom: 50px;
  margin: 0 auto;
}
#membershipWrapper .standard-header {
  height: auto;
  background: url(/AppImages/banners/membership.jpg) no-repeat 0 0;
  padding-bottom: 45px;
}
#membershipWrapper .standard-header p {
  background: #D2E9E0;
  background: rgba(210, 233, 224, 0.8);
  color: #404040;
  min-height: 245px;
  font-family: 'Arial', sans serif;
  line-height: 165%;
  padding: 40px 55px;
  font-size: 16px;
}
#membershipWrapper .standard-header .col-right p {
  padding-left: 30px;
}
#membershipWrapper h2 {
  font-size: 34px;
  color: #3d9181;
  margin: 50px 0 35px 25px;
}
#membershipWrapper h3 {
  float: left;
  font-size: 34px;
  margin-right: 50px;
  color: #fff;
}
#membershipWrapper .member-categories ul {
  margin: 0;
  list-style: none;
}
#membershipWrapper .member-categories li {
  float: left;
  width: 16.66677%;
  border-right: 1px solid #ededed;
  padding: 0 25px 65px 25px;
}
#membershipWrapper .member-categories li:last-child {
  border-right: 0;
}
#membershipWrapper .member-categories li h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#membershipWrapper .member-categories li p {
  font-family: 'Arial', sans serif;
  font-size: 14px;
  letter-spacing: normal;
}
#membershipWrapper .member-categories li .button-nor {
  margin-top: 20px;
}
#membershipWrapper .member-join {
  background: #3d9181;
}
#membershipWrapper .member-join .col-sm-7 {
  padding: 43px 0 42px 25px;
}
#membershipWrapper .member-join .col-sm-7 p {
  float: left;
  color: #fff;
  font-family: 'Arial', sans serif;
  width: 400px;
  max-width: 100%;
  line-height: 115%;
}
#membershipWrapper .member-join .col-sm-7 p a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
#membershipWrapper .member-join .col-sm-5 {
  padding: 53px 0 42px 70px;
  min-height: 125px;
  cursor: pointer;
}
#membershipWrapper .member-join .col-sm-5:after {
  content: "";
  width: 33px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 86%;
  background: url(/AppImages/arrow-large-down.png) no-repeat 0 0;
  margin-top: -9px;
  transition: transform 300ms;
}
#membershipWrapper .member-join .col-sm-5.active:after {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
#membershipWrapper .member-join .col-sm-5 h3 {
  font-size: 24px;
}
#membershipWrapper .member-criteria {
  display: none;
  background: #e5e5e5;
}
#membershipWrapper .member-criteria .dynamic_callout_container {
  padding-top: 45px;
}
#membershipWrapper .member-criteria h3 {
  float: none;
  margin: 60px 0 30px 30px;
}
#membershipWrapper .member-criteria table {
  float: left;
  width: 46.8%;
  margin: 0 0 45px 30px;
}
#membershipWrapper .member-criteria table:first-of-type tr:first-child td:first-child {
  background: #e5e5e5;
}
#membershipWrapper .member-criteria table + table {
  width: 275px;
  margin-left: 5px;
}
#membershipWrapper .member-criteria table + table td {
  width: 135px;
  font-weight: 500;
}
#membershipWrapper .member-criteria table + table td.button-cell {
  padding: 0;
}
#membershipWrapper .member-criteria table + table td .button {
  width: 100%;
  background: #a02c30;
  text-align: center;
  font-size: 16px;
}
#membershipWrapper .member-criteria td {
  background: #efefef;
  border: 7px solid #e5e5e5;
  border-right: 5px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  color: #3d9181;
  padding: 9px 5px 11px 10px;
  line-height: 120%;
  font-size: 15px;
}
#membershipWrapper .member-criteria td.row-label {
  background: #efefef;
  color: #333;
  font-weight: normal;
}
#membershipWrapper .member-criteria td.row-label.label-left {
  border-right: 14px solid #e5e5e5;
  font-weight: 900;
  width: 250px;
}
#membershipWrapper .member-criteria td.row-label[colspan] {
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  text-align: center;
}
#membershipWrapper .member-criteria td.row-label[colspan]:after {
  content: "";
  background: #efefef;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -7px;
}
#membershipWrapper .member-criteria p {
  float: left;
  padding: 0 65px 0 50px;
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  width: 31%;
}
#membershipWrapper .member-benefits h3 {
  color: #3d9181;
  margin: 50px 25px 50px 25px;
}
#membershipWrapper .member-benefits ul {
  float: left;
  clear: both;
  margin: 0 10px 25px 10px;
  list-style: none;
}
#membershipWrapper .member-benefits ul li {
  float: left;
  width: 16.66677%;
  color: #666;
  padding: 0 15px;
  font-size: 15px;
}
#membershipWrapper .member-benefits .button-nor {
  margin-left: 25px;
  margin-bottom: 45px;
}
.callout {
  padding: 20px 20px 35px 20px;
  background: #f0f0f0;
  margin-bottom: 20px;
}
.callout h3 {
  color: #fff;
  float: right;
  width: 56%;
  margin: 30px 0 !important;
  font-size: 28px !important;
  letter-spacing: -0.015em;
}
.callout p {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #4d4d4d !important;
  margin-bottom: 25px;
  font-weight: normal;
}
.callout .button {
  display: block;
  width: 100%;
}
.callout.knowledge {
  position: relative;
  background: #cb1341;
}
.callout.knowledge:hover:before {
  top: 37px;
}
.callout.knowledge:before {
  content: "";
  width: 82px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 74px;
  left: 25px;
  -moz-transition: top 500ms ease-out;
  -o-transition: top 500ms ease-out;
  -webkit-transition: top 500ms ease-out;
  transition: top 500ms ease-out;
}
.callout.knowledge:after {
  content: "";
  width: 82px;
  height: 94px;
  position: absolute;
  top: 30px;
  left: 25px;
  background: url(/AppImages/brain.png) no-repeat 0 0;
}
.callout.knowledge .links a {
  color: #fff !important;
  border-color: #fff;
}
.callout.knowledge .links a:before {
  background: url(/AppImages/arrowWhiteTri.png) no-repeat 0 center #d54267;
}
.callout.find-specialist {
  background: url(/AppImages/findSpecialist.png) no-repeat 25px 40px #f0f0f0;
}
.callout.find-specialist h3 {
  color: #262626;
}
.callout.accreditation {
  padding: 40px 25px 25px 25px;
  margin-bottom: 0;
}
.callout.accreditation.apply {
  background: #a9dac5;
}
.callout.accreditation.assessor {
  background: #bbe2d1;
}
.callout.accreditation.process {
  background: #c9e8da;
}
.callout.accreditation h2 {
  font-size: 34px;
  color: #3c9181;
  margin-bottom: 15px;
}
.callout.accreditation p {
  font-size: 15px !important;
  line-height: 24px !important;
  color: #666 !important;
}
.callout.accreditation p a {
  color: #666 !important;
}
.callout.large-button {
  display: block;
  font-size: 26px;
  color: #3d9181;
  margin-bottom: 0;
  padding: 20px 25px;
}
.callout.large-button.dark-green {
  background: #96d2b8;
}
.callout.large-button.green {
  background: #aadac5;
}
.callout.large-button.light-green {
  background: #bce2d2;
}
.callout.large-button.lighter-green {
  background: #c9e8db;
}
.col-sm-4 .news_callout {
  clear: both;
  padding: 20px 20px 35px 20px;
  background: #f0f0f0;
  margin-bottom: 20px;
}
.col-sm-4 .news_callout h4 {
  font-size: 28px !important;
  font-weight: normal !important;
  color: #c41230;
  margin-top: 15px;
  margin-bottom: 50px !important;
}
.col-sm-4 .news_callout .col-sm-6 {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.col-sm-4 .news_callout .news-title {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  color: #404040;
  font-size: 16px;
  line-height: 24px;
}
.col-sm-4 .news_callout .news-date {
  float: left;
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 11px;
  margin-top: -100px;
}
.col-sm-4 .news_callout .view-all-news {
  background: #c41230;
  color: #fff;
  width: 100%;
}
.col-sm-4 .news_callout .story,
.col-sm-4 .news_callout .view-all {
  display: none;
}
.col-sm-4 .module_callout.events {
  clear: both;
  padding: 20px 20px 35px 20px;
  background: #f0f0f0;
  margin-bottom: 20px;
}
.col-sm-4 .module_callout.events h2 {
  font-size: 28px !important;
  font-weight: normal !important;
  color: #c41230;
  margin-top: 15px;
  margin-bottom: 35px !important;
}
.col-sm-4 .module_callout.events .module_callout_item_date {
  margin-bottom: 5px !important;
}
.col-sm-4 .module_callout.events .module_callout_item_date span {
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 11px;
  font-weight: normal;
}
.col-sm-4 .module_callout.events h3 {
  color: #404040;
  font-size: 16px !important;
  line-height: 24px;
}
.col-sm-4 .module_callout.events .button {
  width: 100%;
}
.col-sm-4 .module_callout.events .more_link {
  display: none;
}
#forumWrapper #ctl00_ctl00_CorePlaceHolder_DisplayPagePlaceHolder_ctl00_Forum1_ctl00_pnlForumIntro,
#forumWrapper .forum_list_title,
#forumWrapper .forum_breadcrumb {
  display: none;
}
#forumWrapper .forum-threads {
  float: left;
  color: #3d9181;
  font-size: 34px;
}
#forumWrapper .forum_list_item {
  padding: 0;
}
#forumWrapper .forum_new_thread {
  float: right;
  margin: 15px 0;
  font-weight: 500;
}
#forumWrapper .forum_new_thread:before {
  content: "+";
  display: inline-block;
}
#forumWrapper .forum_table {
  float: left;
  clear: both;
  margin: 0;
  width: 100%;
}
#forumWrapper .forum_table table {
  margin: 33px 0;
  border-bottom: 1px solid #e0e0e0;
}
#forumWrapper .forum_table table th {
  border: 0;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background: #fff;
  color: #262626;
  font-weight: normal;
  font-size: 24px;
  padding: 12px 13px;
}
#forumWrapper .forum_table table th.first {
  width: 350px;
}
#forumWrapper .forum_table table th:last-child {
  border-right: 0;
}
#forumWrapper .forum_table table td {
  background: #fff;
  color: #b2b2b2;
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-bottom: 0;
  width: 33%;
  padding: 13px 15px;
  vertical-align: top;
}
#forumWrapper .forum_table table td:last-child {
  border-right: 0;
}
#forumWrapper .forum_table table td a {
  font-weight: 500;
}
#forumWrapper .forum_table table .odd td {
  background: #f5f9f9;
}
#forumWrapper .forum_make_post {
  clear: both;
  margin-bottom: 25px;
}
#forumWrapper .forum_make_post .form_field {
  position: relative;
}
#forumWrapper .forum_make_post label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #b2b2b2;
  font-size: 16px;
}
#forumWrapper .forum_make_post input,
#forumWrapper .forum_make_post textarea {
  margin: 5px 0 10px 0;
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  resize: none;
  outline: none;
  font-size: 16px;
  color: #262626;
}
#forumWrapper #MakePostForm {
  margin-top: 20px;
}
#forumWrapper #MakePostForm textarea {
  float: left;
  width: 525px !important;
  margin-right: 20px;
}
#forumWrapper #MakePostForm .button {
  margin-top: 5px;
  background: #a02c30;
}
#forumWrapper #btnMakeThread {
  float: right;
  background: #a02c30;
  margin-top: 10px;
}
#forumWrapper .forum_post,
#forumWrapper .forum_post_alternate {
  border-top: 1px solid #e0e0e0;
}
#forumWrapper .forum_post .post_author,
#forumWrapper .forum_post_alternate .post_author {
  width: 210px;
  float: left;
  padding: 14px 18px;
  color: #3d9181;
  font-size: 18px;
}
#forumWrapper .forum_post_list {
  border-bottom: 1px solid #e0e0e0;
  margin: 40px 0 50px 0;
}
#forumWrapper .forum_post_list p {
  margin-bottom: 30px;
  padding: 15px 30px;
  color: #666;
}
#forumWrapper .forum_post {
  background-color: #f5f9f9;
}
#forumWrapper .forum_post_alternate {
  background-color: #fff;
}
#forumWrapper .forum_post .post_content,
#forumWrapper .forum_post_alternate .post_content {
  float: left;
  width: 452px;
  max-width: 100%;
  border-left: 1px solid #e0e0e0;
}
#forumWrapper .forum_post .post_content .post_date,
#forumWrapper .forum_post_alternate .post_content .post_date {
  border-top: 1px solid #e0e0e0;
  padding: 15px 30px;
  color: #b2b2b2;
}
#forumWrapper .forum_post_list_header {
  margin: 0 0 10px 0;
  font-size: 24px;
  letter-spacing: -0.02em;
}
#forumWrapper .forum_post_list_header span {
  font-size: 32px;
  color: #3d9181;
  letter-spacing: 0;
}
#forumWrapper .forum_back {
  float: right;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #3D9181;
}
#publicationsWrapper .standard-header {
  background: url(/AppImages/banners/publications.jpg) no-repeat 0 0;
}
#publicationsWrapper .internal {
  padding-top: 50px;
}
#publicationsWrapper .publication-item {
  padding: 0 30px 40px 30px;
  position: relative;
  min-height: 470px;
}
#publicationsWrapper .publication-item:after {
  content: "";
  width: 1px;
  height: 200px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  right: 0;
}
#publicationsWrapper .publication-item:last-child:after {
  content: none;
}
#publicationsWrapper .publication-item h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 35px 0 20px 0;
}
#publicationsWrapper .publication-item p {
  font-size: 15px;
  line-height: 130%;
  letter-spacing: -0.03em;
}
#publicationsWrapper .publication-item img {
  max-width: 100%;
}
#publicationsWrapper .publication-item .button-nor {
  margin-top: 25px;
}
#publicationsWrapper h3 {
  font-size: 34px;
  color: #3d9181;
  margin-bottom: 35px;
}
#publicationsWrapper p {
  font-size: 15px;
  line-height: 130%;
}
#publicationsWrapper .book-list {
  background: #f2f2f2;
  padding: 45px 25px 0 25px;
}
#publicationsWrapper .book-list .titles {
  padding: 30px 0;
}
#publicationsWrapper .book-list .titles p {
  width: 200px;
  float: left;
}
#publicationsWrapper .book-list .titles p .button-nor {
  margin-top: 93px;
  font-weight: 500;
}
#publicationsWrapper .book-list .titles ul {
  margin: 0;
  float: right;
  list-style: none;
}
#publicationsWrapper .book-list .titles ul li {
  float: left;
  margin-left: 20px;
  margin-right: 25px;
}
#publicationsWrapper .book-list .titles ul li span {
  display: block;
  margin-top: 20px;
  font-weight: 500;
}
#publicationsWrapper .book-review {
  background: #378274;
}
#publicationsWrapper .book-review .col-xs-12 {
  padding: 45px 25px 30px 25px;
}
#publicationsWrapper .book-review h3,
#publicationsWrapper .book-review p,
#publicationsWrapper .book-review a {
  color: #fff;
}
#publicationsWrapper .book-review .col-sm-4 img {
  margin-bottom: 20px;
}
#publicationsWrapper .book-review .col-sm-4 .view-all {
  margin-top: 46px;
}
#publicationsWrapper .book-review .col-sm-8 {
  background: #3d9181;
}
#publicationsWrapper .book-review .col-sm-8 .button-nor {
  margin-top: 53px;
}
#publicationsWrapper .book-review .larger {
  font-size: 19px;
  letter-spacing: -0.015em;
  line-height: 120%;
  margin-bottom: 40px;
}
#publicationsListingsWrapper {
  background: #f7f7f7;
  padding-bottom: 90px;
}
#publicationsListingsWrapper .ql_results {
  position: relative;
}
#publicationsListingsWrapper .ql_results:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7f7f7;
}
#publicationsListingsWrapper .right-column {
  background: #6299a9;
  padding: 65px 45px 105px 45px;
}
#publicationsListingsWrapper .right-column p {
  color: #fff;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  line-height: 130%;
  font-size: 15px;
}
#publicationsListingsWrapper .right-column p em {
  display: block;
  font-size: 22px;
  line-height: 135%;
  margin-bottom: 40px;
}
#publicationsListingsWrapper .right-column p a {
  color: #fff;
  text-decoration: underline;
}
#publicationsListingsWrapper .right-column + .publication-viewer {
  margin-bottom: 20px;
}
#publicationsListingsWrapper .right-column ~ h2 {
  float: left;
  width: 80%;
  margin-top: 45px;
}
#publicationsListingsWrapper h2 {
  clear: both;
  font-size: 34px;
  color: #6299a9;
  margin: 0 0 0 25px;
}
#publicationsListingsWrapper #ql_res_items {
  float: left;
  clear: both;
}
#publicationsListingsWrapper .publication {
  padding: 65px 25px 30px 25px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
  transition: opacity 300ms;
}
#publicationsListingsWrapper .publication:nth-of-type(3n+2) {
  border-right: 0;
}
#publicationsListingsWrapper .publication.inactive {
  opacity: 0.3;
  border-left: 1px solid #f7f7f7;
}
#publicationsListingsWrapper .publication img {
  float: left;
  margin: 5px 28px 0 10px;
}
#publicationsListingsWrapper .publication h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
}
#publicationsListingsWrapper .publication .details p {
  line-height: 130%;
  font-size: 15px;
}
#publicationsListingsWrapper .publication .details p span {
  color: #3d9181;
  font-weight: bold;
  font-size: 14px;
}
#publicationsListingsWrapper .publication.latest {
  padding: 60px 25px 33px 25px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
#publicationsListingsWrapper .publication.latest h2 {
  margin-bottom: 65px;
  margin-left: 0;
}
#publicationsListingsWrapper .publication.latest h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
#publicationsListingsWrapper .publication.latest p {
  color: #666;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 125%;
}
#publicationsListingsWrapper .publication.latest p:first-of-type {
  font-weight: 500;
  color: #262626;
}
#publicationsListingsWrapper .publication-viewer {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  background: #eaeaea;
  position: relative;
}
#publicationsListingsWrapper .publication-viewer iframe {
  width: 1000px;
  height: 800px;
  margin: 0 auto;
  display: block;
}
#publicationsListingsWrapper .publication-viewer .close {
  position: absolute;
  top: 55px;
  right: 55px;
  width: 39px;
  height: 39px;
  background: url(/AppImages/cross.png) no-repeat 0 0;
  cursor: pointer;
}
.form_content_wrapper .form_field {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.form_content_wrapper input[type=text] {
  width: 250px;
}
.form_content_wrapper input[type=checkbox],
.form_content_wrapper input[type=radio] {
  margin-top: 1px;
}
.form_content_wrapper .validation_error {
  float: left;
  clear: both;
  margin-left: 150px;
}
.form_content_wrapper select,
.form_content_wrapper textarea {
  margin-bottom: 5px;
}
.form_content_wrapper .fb_content_area p {
  margin-bottom: 20px;
}
#coursesWrapper .col-sm-9 {
  max-width: 930px;
  padding: 0 0 100px 0;
}
#coursesWrapper .quicklist_search_wrapper > .search_button {
  display: none;
}
#coursesWrapper .senior_quicklist_knockout {
  margin-bottom: 10px;
}
#coursesWrapper .map-wrapper {
  position: relative;
}
#coursesWrapper #map {
  width: 100%;
  height: 570px;
  margin-bottom: 30px;
}
#coursesWrapper #map img {
  max-width: none;
}
#coursesWrapper .search-courses-wrapper {
  position: absolute;
  top: 193px;
  right: 0;
  padding-left: 15px;
}
#coursesWrapper .search-courses-wrapper .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
#coursesWrapper .search-courses {
  background: #fff;
  width: 235px;
  padding: 0 25px;
}
#coursesWrapper .search-courses h2 {
  color: #3d9181;
  font-size: 34px;
  padding: 40px 0 20px 0;
}
#coursesWrapper .ql_searchField {
  position: relative;
  margin: 18px 0 0 0;
  width: 100%;
}
#coursesWrapper .ql_searchField.sf_coords,
#coursesWrapper .ql_searchField.sf_name {
  display: none;
}
#coursesWrapper .ql_searchField input[type=text] {
  color: #4d4d4d;
  font-size: 14px;
  background: #f8f8f8;
  padding: 5px 15px 7px 8px;
  margin-bottom: 0;
  width: 185px;
  float: left;
  border: 1px solid #cacaca;
}
#coursesWrapper .ql_searchField label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#coursesWrapper .chosen-container {
  width: 100% !important;
}
#coursesWrapper .chosen-container .chosen-single {
  border-radius: 0;
  background: url(/AppImages/arrow-down.png) no-repeat 98% center #f8f8f8 !important;
  border: 1px solid #cacaca !important;
  box-shadow: none;
  font-size: 14px;
  padding: 5px 15px 7px 8px;
  color: #4d4d4d;
  height: 30px;
  line-height: 17px;
}
#coursesWrapper .chosen-container .chosen-drop {
  background: #ededed !important;
  border-radius: 0 !important;
  border: 1px solid #cacaca !important;
  border-top: 0 !important;
  box-shadow: none !important;
}
#coursesWrapper .chosen-container .chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}
#coursesWrapper .chosen-container .chosen-results li {
  padding: 8px !important;
  font-size: 14px;
  color: #4d4d4d;
}
#coursesWrapper .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background: #3d9181 !important;
}
#coursesWrapper .chosen-container .chosen-search {
  display: none;
}
#coursesWrapper .chosen-single div {
  display: none !important;
}
#coursesWrapper .ql_res_noresult {
  margin-bottom: 30px;
}
#coursesWrapper .ql_results {
  padding: 0 14.5%;
}
#coursesWrapper .course-item {
  border-bottom: 2px solid #ededed;
  padding-bottom: 30px;
  margin: 20px 0;
}
#coursesWrapper .course-item h2 {
  color: #3d9181;
  font-size: 23px;
  margin-bottom: 17px;
}
#coursesWrapper .course-item .course-tags {
  margin-top: 20px;
}
#coursesWrapper .course-item .course-tags + a {
  display: inline-block;
  margin: 7px 0 0 10px;
  font-weight: 500;
}
#coursesWrapper .course-item .course-extras {
  clear: both;
  margin-top: 20px;
}
#coursesWrapper .course-item .course-extras .course-extra {
  float: left;
  background: #262626;
  color: #fff;
  padding: 2px 8px;
  margin-right: 10px;
}
#coursesWrapper .course-item .tag {
  float: left;
  color: #fff;
  background: #3d9181;
  margin-right: 10px;
  padding: 3px 12px;
  position: relative;
}
#coursesWrapper .course-item .tag-hover {
  position: absolute;
  top: -50px;
  left: 0;
}
#coursesWrapper .course-item .tag-hover span {
  display: block;
  background: #b2b2b2;
  padding: 7px 10px;
  white-space: nowrap;
}
#coursesWrapper .course-item .tag-hover:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 0;
  border-color: #b2b2b2 transparent transparent transparent;
}
#coursesWrapper .gm-style-iw h4 {
  font-size: 20px;
  color: #3d9181;
}
#coursesWrapper .gm-style-iw p {
  font-size: 16px;
  margin: 5px 0;
}
#coursesWrapper .gm-style-iw a {
  font-size: 15px;
}
.sitemap,
.form_content_wrapper {
  padding-bottom: 20px;
}
.site_selection {
  display: none;
}
