
h1 {
    margin: 1.5rem 0rem;
    color: #9f8e75;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.05em;
    font-family: 'Quattrocento', Georgia, 'Times New Roman', Times, serif;
}

h1.icon_indent {
    text-indent: -25px;
    margin-left: 50px;
}

h2 {
    margin: 1.5rem 0rem 14px 0rem;
    color: #434343;
    font-size: 2.5em;
    line-height: 1.25em;
    font-family: 'Quattrocento', Georgia, 'Times New Roman', Times, serif;
}

h3 {
    margin: 20px 0px 14px 0px;
    color: #9f8e75;
    font-size: 1.875em;
    line-height: 1.25em;
    font-family: 'Quattrocento', Georgia, 'Times New Roman', Times, serif;
}

h4 {
    margin: 1rem 0rem;
    font-size: 1.35em;
    line-height: 1.35em;
}

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

p {
    margin: 1rem 0rem;
}

.notice {
    clear: both;
    padding: 10px 15px;
    background: #001c42;
    color: #FFFFFF;
    font-family: OpenSansSemiBold, Arial, Helvetica, sans-serif;
}

.notice a {
    text-decoration: underline;
}

.disclaimer {
    color: #000;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0px;
}

h2.media-heading + p {
    margin-top: 0px;
}

/*--------------------------------------------*/

a:link,
a:active,
a:visited {
    color: #bd9b6b;
    text-decoration: none;
}

a.btn.btn-primary,
a.btn.btn-danger,
a.btn.btn-warning,
a.btn.btn-info,
a.btn.btn-success {
    color: white;
}

a:hover {
    text-decoration: underline;
}

h1 a:not([href]),
h2 a:not([href]),
h3 a:not([href]),
h4 a:not([href]),
h5 a:not([href]),
h6 a:not([href]) {
    color: inherit;
}

h1 a:not([href]):hover,
h2 a:not([href]):hover,
h3 a:not([href]):hover,
h4 a:not([href]):hover,
h5 a:not([href]):hover,
h6 a:not([href]):hover {
    text-decoration: none;
}

a.external_link:after {
    position: relative;
    display: inline-block;
    content: "\e164";
    top: 1px;
    padding-left: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1em;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.pdf,
a.word,
a.ppt,
a.video,
a.document,
a.audio {
    display: inline-block;
    padding-left: 22px;
}

a.pdf {
    background: url("../../images/pdf.png") left 2px no-repeat;
}

a.word {
    background: url("../../images/icon_doc.png") left 2px no-repeat;
}

a.ppt {
    background: url("../../images/icon_ppt.png") left 2px no-repeat;
}

a.video {
    background: url("../../images/icon_youtube.png") left 2px no-repeat;
}

a.document {
    background: url("../../images/icon_document.png") left 2px no-repeat;
}

a.audio {
    background: url("../../images/icon_audio.png") left 2px no-repeat;
}

.btn_block {
    clear: both;
    display: block;
    float: none;
}

a.link_block {
    clear: both;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 8px 15px;
    text-decoration: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

a.link_block:hover {
    background: transparent url("../../images/rgba0-0-0-0.1.png");
    background-color: rgba(0, 0, 0, 0.1);
}

a.link_block .glyphicon-chevron-right,
a.link_block_lg .glyphicon-chevron-right,
a.link_block_md .glyphicon-chevron-right,
a.link_block_sm .glyphicon-chevron-right,
a.link_block_xs .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
}

/*--------------------------------------------*/

.gold_btn {
    background-color: #bd9b6b;
    color: #ffffff !important;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.gold_btn:hover {
    text-decoration: none;
    background-color: #ac8a5a;
}

.purple_btn {
    background-color: #9B90A4;
    color: #ffffff !important;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.purple_btn:hover {
    text-decoration: none;
    background-color: #796e82;
}

.alert_btn {
    background-color: #bd9b6b;
    border-radius: 5px;
    color: #ffffff !important;
    display: block;
    padding: 7px 10px;
    text-align: center;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.alert_btn:hover {
    text-decoration: none;
    background-color: #9b7949;
}

/*--------------------------------------------*/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 1px;
    overflow: hidden;
    color: #DBDBDB;
    line-height: 1px;
    border: none;
    background-color: #CCCCCC;
}

.popover {
    min-width: 300px;
}

.no_wrap {
    white-space: nowrap;
}

/*--------------------------------------------*/

.spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacing_top {
    margin-top: 15px;
}

.spacing_bottom {
    margin-bottom: 15px;
}

.padding {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

.padding_right {
    padding-right: 15px;
}

.padding_top {
    padding-top: 15px;
}

.padding_bottom {
    padding-bottom: 15px;
}

.nopadding {
    padding: 0px;
}

.nopadding_right {
    padding-right: 0px;
}

.nopadding_left {
    padding-left: 0px;
}

/*--------------------------------------------*/

.push_right {
    float: right;
}

.push_left {
    float: left;
}

/*--------------------------------------------*/

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
    max-width: 100%;
    height: auto !important;
}

img.drop_shadow {
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: 5px 5px 5px #AAAAAA;
    -moz-box-shadow: 5px 5px 5px #AAAAAA;
    box-shadow: 5px 5px 5px #AAAAAA;
}

/*--------------------------------------------*/

.section {
    padding-bottom: 30px;
    padding-top: 35px;
}

.section header {
    margin-bottom: 25px;
}

/*--------------------------------------------*/

[data-twttr-id] .twitterborderhide {
    position: relative;
    top: -6px;
    border-top: 1px solid #fff;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.42857143;
    font-family: 'Quattrocento Sans', Helvetica, Arial, Sans-Serif;
}

body > form {
    margin: 0px;
}

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

.page_inset {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid rgba(156, 175, 176, 0.8);
}

/*-----------------------------------------------------------------------------------------------*/

#cookie_bar {
    position: relative;
    z-index: 4000;
    padding-top: 7px;
    width: 100%;
    min-height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
}

#cookie_bar .cookie_prompt {
    margin-right: 30px;
}

#cookie_bar .coloured-button {
    margin-top: 0;
    padding: 0 20px;
}

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

#back-to-top:hover {
    background: #00CDD5;
}

#back-to-top.show {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------------------*/

#header {
    padding: 30px 0 15px;
}

#header .container {
    position: relative;
}

#header .logo {
    display: block;
    float: left;
    line-height: 0px;
}

#header h1 {
    color: #2c3d77;
    font-family: "Quattrocento", Georgia, 'Times New Roman', Times, serif;
    font-size: 1.25em;
}

#header .header-actions {
    float: right;
    text-align: right;
}

#header .header-actions a,
.members_area_btn {
    display: inline-block;
    padding: 10px 15px 7px;
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 1.25em;
    background-color: #d5c0a2;
    border-radius: 5px;
}

#content {
    margin-top: 30px;
}

.page_home #content {
    margin-top: 0px;
}

/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    position: relative;
    left: 0;
    height: 250px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: 7px solid #ececec;
}

.lower_banner .container {
    position: relative;
    height: 100%;
    text-align: center;
}

.lower_banner .container h1,
.lower_banner .container p,
.lower_banner .container span {
    position: absolute;
    display: block;
    margin: 0px;
    padding: 15px;
    left: 15px;
    bottom: 15px;
    max-width: 90%;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 2.6em;
    line-height: 1.05em;
    background-color: #4C61BB;
}

.lower_banner .image_upload_instructions {
    margin-top: 100px;
    z-index: 999;
}

/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

.breadcrumb li {
    color: #9f8e75;
}

.breadcrumb > li + li:before {
    content: "> ";
    color: #000000;
}

.breadcrumb > .active {
    color: #9f8e75;
}

.breadcrumb a {
    color: #000000;
}

/*----------------------------------------------------*/

.nav_blocks .nav_block_content {
    background-color: #e9dece;
    padding: 10px 15px;
}

.nav_blocks header {
    background-color: #bd9b6b;
    margin-top: 30px;
    padding: 5px 15px;
}

.nav_blocks header h3,
.nav_blocks header h3 a {
    color: #ffffff;
}

.nav_blocks p {
    color: #000;
}

.nav_blocks .block_image_link {
    display: block;
    line-height: 0px;
}

/*----------------------------------------------------*/

.landing_page_nav_blocks {
    margin-bottom: -30px;
}

.landing_page_nav_blocks .nav_block {
    margin-bottom: 30px;
    background-color: #E1E8EE;
}

.landing_page_nav_blocks .nav_block h2 {
    margin: 0px;
    padding: 10px 15px;
    color: #FFFFFF !important;
    font-size: 1.8em;
    line-height: 1.1em;
}

.landing_page_nav_blocks .nav_block .text {
    padding: 10px 0px 10px 30px;
}

.landing_page_nav_blocks .nav_block p {
    margin: 0px;
    line-height: 1.35em;
}

.landing_page_nav_blocks .nav_block p + p {
    margin-top: 5px;
}

.landing_page_nav_blocks .nav_block p a {
    color: #6B9FF1 !important;
}

.landing_page_nav_blocks .nav_block .image img {
    width: 100% !important;
    height: auto !important;
}

.landing_page_nav_blocks .nav_block h2 {
    background-color: #0072aa;
}

.master_patients .landing_page_nav_blocks .nav_block h2 {
    background-color: #6fa3f7;
}

.master_professionals .landing_page_nav_blocks .nav_block h2 {
    background-color: #6b538f;
}

.master_professionals .landing_page_nav_blocks .nav_block {
    background: #e5e0ed;
}

.master_professionals .landing_page_nav_blocks .nav_block a {
    color: #6b538f !important;
}

.master_professionals .inline_modules h3 a {
    color: #6b538f !important;
}

/*----------------------------------------------------*/

.lower_color_band {
    height: 160px;
    margin-top: 20px;
}

/*-----------------------------------------------------------------------------------------------*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}

.expandable_heading .expandable_title {
    margin: 0px;
    color: #FFFFFF !important;
    text-align: center;
}

.expandable_heading .expandable_title a {
    display: block;
    padding: 10px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.expandable_heading .expandable_title a.collapsed {
    background: none;
}

.expandable_heading .expandable_title a,
.expandable_heading .expandable_title a.collapsed:hover {
    background: transparent url("../../images/rgba0-0-0-0.2.png");
    background: rgba(0, 0, 0, 0.2);
}

.expandable_heading .expandable_title .glyphicon {
    float: right;
    transition: transform 0.5s;
    transform: rotate(180deg);
}

.expandable_heading .expandable_title .collapsed .glyphicon {
    transform: rotate(0deg);
}

.expandable_collapse {
    overflow: hidden;
}

.expandable_body {
    padding: 15px;
    font-size: 0.9em;
}

.expandable_body h3.media-heading a {
    color: #000000;
}

/*--------------------------------------------*/

.editable_expandable {
    clear: both;
    margin: 15px 0px;
}

.editable_expandable .expandable_heading,
.editable_expandable .expandable_heading .expandable_title,
.editable_expandable .expandable_heading .expandable_title a {
    background: #F1F1F1 !important;
    color: #444444 !important;
}

.editable_expandable .expandable_heading {
    padding: 10px;
}

.editable_expandable .expandable_heading h4 {
    margin: 0px;
}

.editable_expandable .expandable_title {
    text-align: left;
}

.editable_expandable .expandable_body {
    font-size: 1em;
    border: 1px dashed #CCCCCC;
}

.editable_expandable .expandable_body > :first-child {
    margin-top: 0px;
}

/*-----------------------------------------------------------------------------------------------*/

.master_lower .editable_expandable .expandable_heading,
.lmeditor_inline .editable_expandable .expandable_heading {
    padding: 0px;
}

.master_lower .editable_expandable .expandable_body,
.lmeditor_inline .editable_expandable .expandable_body {
    border: none;
}

/*-----------------------------------------------------------------------------------------------*/

.page_actions {
    background: #fff;
    padding-top: 4px;
}

.sidebar_menu + .page_actions {
    margin-top: 20px;
}

.page_actions li {
    margin: 4px 0;
    margin-left: 10px;
}

.page_actions a {
    display: block;
    padding-left: 27px;
    height: 18px;
    color: #000000;
    font-size: 0.9em;
    line-height: 17px;
    font-family: 'Quattrocento Sans', Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.page_actions a.page_action_print {
    background-image: url("../../images/page_action_print.jpg");
}

/*-----------------------------------------------------------------------------------------------*/

#viewSiteMap {
    color: #000000;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 1em;
}

.sitemap {
    margin-top: 15px;
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease 0s;
    -moz-transition: height 0.5s ease 0s;
    -webkit-transition: height 0.5s ease 0s;
    -ms-transition: height 0.5s ease 0s;
    -o-transition: height 0.5s ease 0s;
}

.sitemap_expand {
    height: 435px;
}

#footer_nav {
    background: #9b90a4;
    border-radius: 0;
}

.footer_navigation_wrapper .navbar {
    margin: 0px;
    min-height: 35px;
}

.footer_navigation_wrapper .navbar-nav {
    width: 100%;
}

.footer_navigation_wrapper .navbar-nav > li > a {
    color: #FFFFFF;
    text-shadow: none;
    background: none;
    padding: 8px 0;
    display: inline-block;
    font-size: 1em;
}

.footer_navigation_wrapper .navbar-nav > li > a .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 10px;
}

.footer_navigation_wrapper .navbar-nav > li > a:hover {
    text-decoration: underline;
}

.col_footer {
    width: 16.66%;
}

.footer_nav_lower ul {
    margin-top: 5px;
}

.footer_nav_lower ul li a {
    color: #707070;
}

.footer_menu_column {
    float: left;
}

.footer_menu_column li {
    margin-top: 3px;
}

/*-----------------------------------------------------------------------------------------------*/

.footer {
    margin-top: 50px;
}

.master_lower .footer .container.lower_divider {
    border-top: 1px solid #bd9b6b;
    padding-top: 50px;
}

#footer {
    padding: 0px 0px 40px 0px;
    font-size: 0.8em;
    background-color: #ffffff;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
    color: #000000;
}

#footer .text-right .footer-logo {
    width: 200px;
}

#footer .text-right h2 {
    color: #001c42;
    font-size: 1.2em;
    margin-top: 10px;
}

.footer_lower {
    margin-top: 35px;
}