/* Additional Theme Style

* Project: MAH/PHD
  Common CSS properties modified from Bootstrap and core.css
  -------------------------
*/

/*
*	GENERAL SETTINGS
* 	COLORS
*
 */

/* -- Colors --
Deep-red: #A70000 Can't use with #000 because of accessibility

Deep red 2: #d41017 Can use with #000

light-red: #F83538
Deep-blue: #009ECD
light-blue: #26A6CD

light grey: #f7f7f7
*/




/*Keyboard menu*/

#nav-accessible-megamenu .navbar-nav .dropdown .dropdown-menu ul li a:focus {
    background-color: #EAEAEA !important;
}

#MembershipCouncils .dropdown-menu li ul li:first-child a,
#MembershipCouncils .dropdown-menu li ul li:nth-child(2) a {
    color: #ad0000;
}

.keyMatchItem.roundwhitebg {
    background: #f7f7f7;
    padding: 10px;
    margin: 10px 0;
}

.keyMatchItem .searchTitle {
    display: block;
}

/* General */

pre {
    font-size: 11px;
}
/* Header */
#header {
    background-color: transparent !important;
    border-bottom-color: transparent; !important;

}


form#mobile-search-form button {
    	border: 0;
		width: 40px;
		height: 32px;
    }


#logo_name {
    font-size: 1.4em;
    padding-top: 10px;
    line-height: 1.2em;
}

.logo-text-lg {
    font-size: 1.4em;
    font-weight: 500;
}

.logo-text-lg-color {
    color: #d41017;
}

.logo-text-slogan {
    font-weight: 300;
    font-size: 0.6em;
}

#header h1 {
    /*font-size: 21px;*/
}

#header .brand {
    border-bottom: 2px solid #000;
}

.sub-logo{
    width:60px;
}

/* Footer */
footer {
    padding-top: 0;
}


/* Nav menu items */
li.current-menu-item a {
    color: #000 !important;
}


/*Theme Style start*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 16px;*/
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
}
/*a {*/
/*color: #DF0000;*/
/*text-decoration: none;*/
/*-webkit-transition: 0.25s;*/
/*transition: 0.25s;*/
/*}*/

.required {
    vertical-align: bottom;
    display: inline-block;
    line-height: 10px;
    color: #A70000;
    font-size: 20px;
    font-weight: bold;
}

.required-heading{
    margin-bottom: 3px;
}

a:hover,
a:focus {
    /*color: #1d1d1d;*/
    color:inherit;
    text-decoration: underline;

}

.menu li a:hover,
.menu a:hover,
.menu a:focus {
    color: #000;
    text-decoration: none;
    background-color: #f7f7f7;
    padding-left: 5px;
}


.menu li a.utility-search-btn:hover {
    padding-left: 10px;
}

#footer-main .menu li a:hover {
    background-color: #eaeaea;
}

.brand a:hover {
text-decoration: underline;
/*     background-color: transparent; */
}

nav.ahamenu li a:hover,
a.news-feature-media:hover{
    text-decoration: underline;
    background-color: transparent;
}


a:focus {
    /*outline: none;*/
    /*outline: thin dotted;*/
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.alert {
    /*border: none;*/
    /*position: relative;*/
    border-radius: 0 !important;
}

.alert-dismissable .close {
    position: absolute;
    top: 50%;
    right: 20px;
    color: inherit;
    margin-top: -8px;
    opacity: 1;
}
.alert-dismissable .close:hover {
    opacity: 0.5;
}
.close {
    font-size: 16px;
}
.alert-primary {
    background-color: rgba(2, 186, 242, 0.2);
    color: #009dcd;
}
.alert-primary .alert-link {
    color: #00769a;
}
.alert-primary .close {
    color: #DF0000;
}
.alert-success {
    /*background-color: rgba(62, 181, 172, 0.2);*/
    /*color: #28948c;*/
}
.alert-success .alert-link {
    color: #1d6c66;
}
.alert-success .close {
    /*color: #3eb5ac;*/
}
.alert-info {
    /*background-color: rgba(168, 140, 213, 0.2);*/
    /*color: #9175bd;*/
}
.alert-info .alert-link {
    /*color: #7652ad;*/
}
.alert-info .close {
    /*color: #a88cd5;*/
}
.alert-warning {
    /*background-color: rgba(250, 212, 107, 0.2);*/
    /*color: #f3bc65;*/
}
.alert-warning .alert-link {
    color: #efa736;
}
.alert-warning .close {
    /*color: #fad46b;*/
}
.alert-danger {
    background-color: #DF0000;
    color: #fff;
    border: 0;
}
.alert-danger .alert-link {
    color: #A70000;
}
.alert-danger .close {
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

.alert.alert-info {
    position: relative;
}




a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-list > .active > a > .badge {
    color: #A70000;
}
.breadcrumb {
    background: transparent;
    /*border: 1px solid #d6e1e5;*/
    /*border-radius: 4px;*/
    margin-bottom: 0;
}
.breadcrumb > li {
    font-size: 12px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*width: auto;*/
    /*overflow: hidden;*/
}
.breadcrumb li + li:before {
    color: #5d5d5d;
    font-size: 14px;
    content: "\203A";
}
.breadcrumb.breadcrumbs-minimal {
    border: none;
}
.breadcrumb.breadcrumbs-minimal li + li:before {
    color: #5d5d5d;
    font-size: 24px;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #364347;
}

/* =========================================
Headings
========================================= */
/* Date: 12/1/2015 */
/* Heading Treatments */

body.article h3.spb-text-heading {
    /*color: #1C71A1;*/
}

h1.page-title-ecc, h4.spb-heading, h2.spb-heading, h3.spb-heading, h4.lined-heading {
/* line-height: 0!important; */
text-align: left;
padding:0 0 10px 15px;
    margin-right: 10px;
margin-top: 0;
max-width: 100%;
/*text-overflow: ellipsis;*/
white-space: normal;/* nowrap; */
overflow: hidden;


}

.has-left-sidebar .sidebar h3.spb-heading {
    padding-left: 0;
}

h2.spb-text-heading,
h2.list-heading,
h3.spb-text-heading,
h3.list-heading,
h4.spb-text-heading,
h4.list-heading,
h5.spb-text-heading,
h5.list-heading {
font-weight:400;

}


h3.spb-center-heading, h4.spb-center-heading {
text-align: center;
}

h1.page-title-ecc span, h4.spb-heading span, h2.spb-heading span, h3.spb-heading span, h4.lined-heading span {
display: inline-block;
position: relative;
}


h4.spb-heading span:before,
h4.spb-heading span:after,
h1.page-title-ecc span:before,
h1.page-title-ecc span:after,
h2.spb-heading span:before,
h2.spb-heading span:after,
h3.spb-heading span:before,
h3.spb-heading span:after,
h4.lined-heading span:before,
h4.lined-heading span:after {
content: "";
position: absolute;
height: 5px;
border-top: 1px solid #c1c1c1;
/*top: 12px;*/
width: 1200px;
}
h1.page-title-ecc span:before,
h1.page-title-ecc span:after,
h2.spb-heading span:before,
h2.spb-heading span:after
{
top:18px;
}

h3.spb-heading span:before,
h3.spb-heading span:after {
top: 12px;
}

h4.spb-heading span:before,
h4.spb-heading span:after {
top: 9px;
}


h1.page-title-ecc span:before, h4.spb-heading span:before, h2.spb-heading span:before, h3.spb-heading span:before, h4.lined-heading span:before {
right: 100%;
margin-right: 15px;
}

h1.page-title-ecc span:after, h4.spb-heading span:after, h2.spb-heading span:after,h3.spb-heading span:after,h2.spb-heading span:after, h4.lined-heading span:after {
left: 100%;
margin-left: 15px;
}

h4.spb-center-heading span:before, h3.spb-center-heading span:before, h4.spb-center-heading span:after, h3.spb-center-heading span:after {
max-width: 25px;
margin: 0 -10px;
}

h3.spb-center-heading, h4.spb-center-heading {
display: block!important;
max-width: 100%;
margin: 20px auto 45px;
}

h3.spb-center-heading span, h4.spb-center-heading span {
padding: 0 20px;
position: relative;
z-index: 5;
}


/*Remove from Widgets*/
.videoWidget h3.spb-heading span:before,
.videoWidget h3.spb-heading span:after,
.expandableWidget h3.spb-heading span:before,
.expandableWidget h3.spb-heading span:after
{
    border: 0 none;
}


.expandableWidget h3.spb-heading {
    padding-left: 0;
    padding-bottom: 0;
}


/* =========================================
PON
========================================= */

/*Resetting CSS*/
.swl-widget {
    font-size: 16px !important;
    margin: 0 !important;
    border: 0 none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.swl-widget,
.swl-widget-wrapper,
.swl-widget-title-list,
.swl-widget-title-grid,
ul.swl-widget-items-list{
    margin: 0 !important;
}

ul.swl-widget-items-list {
    padding: 0 !important;
}

.swl-widget-title-list h2,
.swl-widget-title-grid h2 {
    padding: 0 !important;
    font-weight: normal !important;
    background-color: transparent !important;
}

.swl-widget h2 {
    margin: 0.5em 0 0.6em 0 !important;
    border-bottom: 2px solid #000;
    padding-bottom: 5px !important;
    font-size: 1em !important;

}

ul.swl-widget-items-list li.swl-widget-item-list {
    border-bottom: 1px solid #eaeaea !important;
    padding: 10px 0 !important;
}

ul.swl-widget-items-list li.swl-widget-item-list .user-data-container,
ul.swl-widget-items-list li.swl-widget-item-list .content-extra-container {
    padding-top: 0 !important;
}

.swl-widget {
    box-shadow: none !important;
    border-color: #D6E1E5 !important;
}
ul.swl-widget-items-list li.swl-widget-item-list.item-row-2 .swl-widget-item-divider-list {
    background-color: #FFF !important;
}
.swl-widget-pagination-container{
    padding: 20px 0 18px !important;
}
.swl-widget-pagination-container span {
    border: 1px solid #D6E1E5 !important;
    padding: 5px !important;
    font-weight: lighter !important;
}
.swl-widget-pagination-container span {
    padding: 5px !important;
}
ul.swl-widget-items-list li.swl-widget-item-list .content-container-right .content-title{
    font-weight: bold;
    padding-bottom: 0 !important;
}
ul.swl-widget-items-list li.swl-widget-item-list.small .content-container img{
    border-color: #c1c1c1 !important;
}

ul.swl-widget-items-list li.swl-widget-item-list .content-container-right .content-title, ul.swl-widget-items-list li.swl-widget-item-list .content-container-right .content-body {
    line-height: 1em;
}

ul.swl-widget-items-list li.swl-widget-item-list .user-data-container,
ul.swl-widget-items-list li.swl-widget-item-list.user-data-container span,
ul.swl-widget-items-list li.swl-widget-item-list .user-data-container .detail-author-name,
ul.swl-widget-items-list li.swl-widget-item-list .content-extra-container,
ul.swl-widget-items-list li.swl-widget-item-list.content-extra-container span {
    font-size: 10px !important;
    color: #333 !important;
}

.swl-widget a:link, .swl-widget a:visited, .swl-widget a:active {
    color: #A70000 !important;
}


.swl-widget-item-list.item-row-1.small {
    font-size: 100% !important;
}

.content-container .content-title {
    font-size: 16px !important;
    text-decoration: none;
    font-weight: normal !important;
}

.content-container .content-body {
    font-size: 14px !important;
}

.content-container-left {
    display: table-cell;
    vertical-align: top;
}

.swl-widget-pagination-container span,
.swl-widget-pagination-container span.active_selection {
    border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-color: #eaeaea !important;
    padding: 5px 7px !important;
    margin: 0 !important;
}

.swl-widget-pagination-container span.active_selection {
    background-color: #f7f7f7 !important;
}

.widget_paginate_span:first-child,
.widget_paginate_span:last-child {
    display: none;
}

ul.swl-widget-items-list li.swl-widget-item-list.small .content-container img, ul.swl-widget-items-list li.swl-widget-item-list.medium .content-container img, ul.swl-widget-items-list li.swl-widget-item-list.large .content-container img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    padding: 0 !important;
    border: 2px solid #eaeaea !important;
}





/* ==========================================================================
Typography
========================================================================== */
.text-serif {
    font-family: serif;
}
.text-italic {
    font-style: italic;
}
.text-bold {
    font-weight: bold;
}

/*Text Color*/
.text-danger,
.text-primary {
    color: #A70000;
}

.text-default {
    color: #000;
}

.text-muted {
    /*color: #f7f7f7;*/
    color: #5d5d5d;
}

.text-white {
    color: #fff !important;
}

.btn {
    /*font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif;*/
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    border-radius: 0;
    padding: 7px 15px 6px 15px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.btn > [class^="ss-"],
.btn > [class^="fa-"] {
    position: relative;
    top: 2px;
    font-size: 12px;
}
.btn-xs.btn > [class^="ss-"],
.btn-xs.btn > [class^="fa-"] {
    font-size: 11px;
    top: 0;
}
.btn-hg.btn > [class^="ss-"],
.btn-hg.btn > [class^="fa-"] {
    top: 2px;
}
.btn > [class^="ss-"].pull-right,
.btn > [class^="fa-"].pull-right {
    top: 5px;
}
.btn > [class^="fa-"] {
    top: -1px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    /*color: #f7f7f7;*/
}
.btn:hover {
    outline: none;
    color: #ffffff;
}
.btn:active,
.btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #ffffff;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.btn.dropdown-toggle:before {
    font-family: FontAwesome;
    content: "\f078";
    font-size: 12px;
    float: right;
    padding: 3px 0 3px 10px;
}

.btn-xs.dropdown-toggle {
    padding: 1px 0 1px 5px !important;
    font-size: 10px !important;
}
.btn-default {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}
.btn-default:active,
.btn-default.active {
    background: #4c4c4c;
    border-color: #4c4c4c;
    color: white;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e1eef3;
    border-color: #d6e1e5;
}
.btn-stroke {
    color: #222;
    background-color: transparent;
    border-color: #222;
    border-width: 2px;
    padding: 5px 15px;
}
.btn-stroke:hover,
.btn-stroke:focus,
.btn-stroke:active,
.btn-stroke.active {
    color: #4C4C4C;
    background-color: transparent;
    border-color: #4C4C4C;
}
.btn-stroke:active,
.btn-stroke.active {
    /*background: #DF0000;*/
    /*border-color: #009dcd;*/
    /*color: #fff;*/
}
.btn-stroke.disabled,
.btn-stroke[disabled],
fieldset[disabled] .btn-stroke,
.btn-stroke.disabled:hover,
.btn-stroke[disabled]:hover,
fieldset[disabled] .btn-stroke:hover,
.btn-stroke.disabled:focus,
.btn-stroke[disabled]:focus,
fieldset[disabled] .btn-stroke:focus,
.btn-stroke.disabled:active,
.btn-stroke[disabled]:active,
fieldset[disabled] .btn-stroke:active,
.btn-stroke.disabled.active,
.btn-stroke[disabled].active,
fieldset[disabled] .btn-stroke.active {
    background-color: #e1eef3;
    border-color: #d6e1e5;
}


#header .btn-stroke {
    color:#000;
}


.btn-invert-stroke {
    color: #fff;
    background-color: transparent;
    position: relative;
    border: 2px solid #fff;
    padding: 5px 15px;
}
.btn-invert-stroke:hover,
.btn-invert-stroke:focus {
    border-color: #c1c1c1;
    color: #c1c1c1;
}


.btn-primary {
    color: #ffffff;
    background-color: #DF0000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover {
    color: #ffffff;
    background-color: #d41017;
    border-color: #d41017;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: rgba(237, 0, 0, 0.05);
    border-color: rgba(237, 0, 0, 0.05);
}
.btn-danger {
    color: #ffffff;
    background-color: #df0000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.hover {
    color: #ffffff;
    background-color: #d41017;
    border-color: #dd0404;
}
.btn-danger:active,
.btn-danger.active {
    background: #F20404;
    border-color: #d41017;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #fdc7c7;
    border-color: #fdc7c7;
}
.btn-warning {
    color: #ffffff;
    background-color: #fad46b;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.hover {
    color: #ffffff;
    background-color: #fbdd89;
    border-color: #fbdd89;
}
.btn-warning:active,
.btn-warning.active {
    background: #f3bc65;
    border-color: #f3bc65;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #fce5a6;
    border-color: #fce5a6;
}
.btn-info {
    color: #ffffff;
    background-color: #d6e1e5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.hover {
    color: #ffffff;
    background-color: #dee7ea;
    border-color: #dee7ea;
}
.btn-info:active,
.btn-info.active {
    background: #93a4aa;
    border-color: #93a4aa;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #e6edef;
    border-color: #e6edef;
}
.btn-success {
    color: #ffffff;
    background-color: #3eb5ac;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.hover {
    color: #ffffff;
    background-color: #65c4bd;
    border-color: #65c4bd;
}
.btn-success:active,
.btn-success.active {
    background: #93a4aa;
    border-color: #93a4aa;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #e6edef;
    border-color: #e6edef;
}
.btn-purple {
    color: #ffffff;
    background-color: #a88cd5;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.hover {
    color: #ffffff;
    background-color: #b9a3dd;
    border-color: #b9a3dd;
}
.btn-purple:active,
.btn-purple.active {
    background: #93a4aa;
    border-color: #93a4aa;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #e6edef;
    border-color: #e6edef;
}
.btn-orange {
    color: #ffffff;
    background-color: #f58410;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.hover {
    color: #ffffff;
    background-color: #f79d40;
    border-color: #f79d40;
}
.btn-orange:active,
.btn-orange.active {
    background: #93a4aa;
    border-color: #93a4aa;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #e6edef;
    border-color: #e6edef;
}
.btn-inverse {
    color: #ffffff;
    background-color: #364347;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.hover {
    color: #ffffff;
    background-color: #5e696c;
    border-color: #5e696c;
}
.btn-inverse:active,
.btn-inverse.active {
    background: #93a4aa;
    border-color: #93a4aa;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #364347;
    border-color: #364347;
}
.btn-embossed {
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.btn-embossed:hover,
.btn-embossed:focus {
    top: 2px;
    position: relative;
}
.btn-embossed.btn-primary {
    -webkit-box-shadow: 0 3px #d41017;
    box-shadow: 0 3px #d41017;
}
.btn-embossed.btn-primary:hover,
.btn-embossed.btn-primary:focus {
    -webkit-box-shadow: 0 3px #d41017;
    box-shadow: 0 3px #d41017;
    background: #f20404;
}
.btn-embossed.btn-primary.active,
.btn-embossed.btn-primary:active {
    -webkit-box-shadow: 0 3px #d41017;
    box-shadow: 0 3px #d41017;
    top: 5px;
    background: #f20404;
    border-color: #f20404;
}
.btn-embossed.btn-danger {
    -webkit-box-shadow: 0 5px #d41017;
    box-shadow: 0 5px #d41017;
}
.btn-embossed.btn-danger:hover,
.btn-embossed.btn-danger:focus {
    -webkit-box-shadow: 0 3px #d41017;
    box-shadow: 0 3px #d41017;
    background: #f20404;
}
.btn-embossed.btn-danger.active,
.btn-embossed.btn-danger:active {
    -webkit-box-shadow: 0 0 #d41017;
    box-shadow: 0 0 #d41017;
    top: 5px;
    background: #f20404;
    border-color: #f20404;
}
.btn-embossed.btn-warning {
    -webkit-box-shadow: 0 5px #f3bc65;
    box-shadow: 0 5px #f3bc65;
}
.btn-embossed.btn-warning:hover,
.btn-embossed.btn-warning:focus {
    -webkit-box-shadow: 0 3px #f3bc65;
    box-shadow: 0 3px #f3bc65;
    background: #fad46b;
}
.btn-embossed.btn-warning.active,
.btn-embossed.btn-warning:active {
    -webkit-box-shadow: 0 0 #f3bc65;
    box-shadow: 0 0 #f3bc65;
    top: 5px;
    background: #fad46b;
    border-color: #fad46b;
}
.btn-embossed.btn-success {
    -webkit-box-shadow: 0 5px #28948c;
    box-shadow: 0 5px #28948c;
}
.btn-embossed.btn-success:hover,
.btn-embossed.btn-success:focus {
    -webkit-box-shadow: 0 3px #28948c;
    box-shadow: 0 3px #28948c;
    background: #3eb5ac;
}
.btn-embossed.btn-success.active,
.btn-embossed.btn-success:active {
    -webkit-box-shadow: 0 0 #28948c;
    box-shadow: 0 0 #28948c;
    top: 5px;
    background: #3eb5ac;
    border-color: #3eb5ac;
}
.btn-embossed.btn-purple {
    -webkit-box-shadow: 0 5px #9175bd;
    box-shadow: 0 5px #9175bd;
}
.btn-embossed.btn-purple:hover,
.btn-embossed.btn-purple:focus {
    -webkit-box-shadow: 0 3px #9175bd;
    box-shadow: 0 3px #9175bd;
    background: #a88cd5;
}
.btn-embossed.btn-purple.active,
.btn-embossed.btn-purple:active {
    -webkit-box-shadow: 0 0 #9175bd;
    box-shadow: 0 0 #9175bd;
    top: 5px;
    background: #a88cd5;
    border-color: #a88cd5;
}
.btn-embossed.btn-orange {
    -webkit-box-shadow: 0 5px #e96300;
    box-shadow: 0 5px #e96300;
}
.btn-embossed.btn-orange:hover,
.btn-embossed.btn-orange:focus {
    -webkit-box-shadow: 0 3px #e96300;
    box-shadow: 0 3px #e96300;
    background: #f58410;
}
.btn-embossed.btn-orange.active,
.btn-embossed.btn-orange:active {
    -webkit-box-shadow: 0 0 #e96300;
    box-shadow: 0 0 #e96300;
    top: 5px;
    background: #f58410;
    border-color: #f58410;
}
.btn-kr {
    padding: 14px 22px;
    font-size: 24px;
    line-height: 1.25;
    /*border-radius: 4px;*/
}
.btn-lg {
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.45;
    /*border-radius: 4px;*/
}
.btn-sm {
    padding: 6px 13px;
    font-size: 14px;
    line-height: 1.3;
    /*border-radius: 4px;*/
}
.btn-xs {
    padding: 5px 13px;
    font-size: 10px;
    line-height: 1.083;
    /*border-radius: 3px;*/
}
.btn-block {
    white-space: normal;
}


.sidebar .list-heading .btn {
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-group .btn-stroke + .btn-stroke,
.btn-group .btn-stroke + .btn-group,
.btn-group .btn-group + .btn-stroke,
.btn-group .btn-group + .btn-group {
    margin-left: -2px;
}
/* Restyling the dropdowns within nested, vertical and justified groups */
.btn-group > .btn,
.btn-group-vertical > .btn {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    -webkit-transition: none;
    transition: none;
}
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    background: #e1eef3;
    color: #5e6969;
    border-color: #d6e1e5;
    z-index: 0;
}
.btn-group .btn-group-dropdown .btn-default [class^="ss-"],
.btn-group-vertical .btn-group-dropdown .btn-default [class^="ss-"],
.btn-group .btn-group-dropdown .btn-default [class^="fa-"],
.btn-group-vertical .btn-group-dropdown .btn-default [class^="fa-"] {
    color: #93a4aa;
}
.btn-group .btn-group-dropdown .btn-default.dropdown-toggle,
.btn-group-vertical .btn-group-dropdown .btn-default.dropdown-toggle {
    color: #DF0000;
}
.btn-group .btn-group-dropdown .btn-default:hover,
.btn-group-vertical .btn-group-dropdown .btn-default:hover {
    border-color: #DF0000;
}
.btn-group .btn-group-dropdown .btn-default:active,
.btn-group-vertical .btn-group-dropdown .btn-default:active {
    border-color: #93a4aa;
    color: #364347;
}
.btn-group-justified.btn-group .btn {
    text-align: center;
}
.btn-group-justified.btn-group .btn [class^="ss-"],
.btn-group-justified.btn-group .btn [class^="fa-"] {
    margin-left: 5px;
}
.btn-group-xs > .btn {
    padding: 5px 13px;
    font-size: 12px;
    line-height: 1.083;
    border-radius: 3px;
}
.btn-group-sm > .btn {
    padding: 5px 13px;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 4px;
}
.btn-group-lg > .btn {
    padding: 10px 18px;
    font-size: 20px;
    line-height: 1.45;
    border-radius: 4px;
}
.btn-group-kr > .btn {
    padding: 14px 22px;
    font-size: 24px;
    line-height: 1.25;
    border-radius: 4px;
}
/* Dropdown Speicfic */
.btn-group-dropdown {
    /* Open States */

}
.btn-group-dropdown > .btn {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: none;
    transition: none;
    /* Split Dropdowns Icon */

}
.btn-group-dropdown > .btn + .dropdown-toggle {
    min-width: 40px;
    text-align: center;
}
.btn-group-dropdown > .btn.btn-dropdown {
    text-align: left;
}
.btn-group-dropdown .dropdown-toggle {
    padding-left: 13px;
    padding-right: 13px;
    text-align: left;
}
.btn-group-dropdown .btn-default {
    /*color: #364347;*/
}
.btn-group-dropdown .btn-default:hover {
    /*border-color: #df0000;*/
}
.btn-group-dropdown .btn-default:hover [class^="ss-"],
.btn-group-dropdown .btn-default:hover [class^="fa-"] {
    color: #222;
}
.btn-group-dropdown .btn-default:active {
    /*background: #df0000;*/
    /*border-color: #df0000;*/
}
.btn-group-dropdown .btn-default:active [class^="ss-"],
.btn-group-dropdown .btn-default:active [class^="fa-"] {
    color: #DF0000;
}
.btn-group-dropdown .btn-primary.dropdown-toggle {
    /*border-left: 1px solid #009dcd;*/
}
.btn-group-dropdown .btn-danger.dropdown-toggle {
    /*border-left: 1px solid #d41017;*/
}
.btn-group-dropdown .btn-inverse {
    color: #fff;
}
.btn-group-dropdown .btn-inverse:hover {
    color: white;
}
.btn-group-dropdown .btn-inverse:active {
    background: black;
    border-color: black;
}
.btn-group-dropdown .btn-inverse:active [class^="ss-"],
.btn-group-dropdown .btn-inverse:active [class^="fa-"] {
    color: #DF0000;
}
.btn-group-dropdown .btn-inverse.dropdown-toggle {
    /*border-left: 1px solid black;*/
}
.btn-group-dropdown.open .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group-dropdown.open .dropdown-toggle.btn-default {
    background: #4c4c4c;
    border-color: #4c4c4c;
    color: #fff;
}
.btn-group-dropdown.open .dropdown-toggle.btn-default [class^="ss-"],
.btn-group-dropdown.open .dropdown-toggle.btn-default [class^="fa-"] {
    color: #DF0000;
}
.btn-group-dropdown.open .dropdown-toggle.btn-primary {
    background: #d41017;
    border-color: #d41017;
    color: #ffffff;
}
.btn-group-dropdown.open .dropdown-toggle.btn-danger {
    background: #d41017;
    border-color: #d41017;
    color: #ffffff;
}
.btn-group-dropdown.open .dropdown-toggle.btn-inverse {
    background: black;
    border-color: black;
    color: #ffffff;
}
.btn-group-dropdown.open .dropdown-toggle.btn-inverse [class^="ss-"],
.btn-group-dropdown.open .dropdown-toggle.btn-inverse [class^="fa-"] {
    color: #DF0000;
}
/* MOVE to DOCS.CSS or DEMO.CSS */
.btn-group .btn-group-dropdown .dropdown-toggle,
.btn-group-vertical .btn-group-dropdown .dropdown-toggle {
    min-width: 140px;
}
.btn-group-dropdown .btn-dropdown {
    min-width: 170px;
}
.component-dropdown [class^="col-md-"] {
    padding: 0 10px;
}

/*Social Button Colors*/
.btn-twitter {
    color: #fff !important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}

.btn-google-plus {
    color: #fff !important;
    background-color: #f05050;
    border-color: #f05050;
}

.btn-facebook {
    color: #fff !important;
    background-color: #49649d;
    border-color: #49649d;
}

.btn-twitter:hover, .btn-facebook:hover, .btn-google-plus:hover {
    background-color: #000;
    border-color: #000;
}




.checkbox,
.radio {
    position: relative;
    margin-bottom: 20px;
    padding-left: 32px;
    font-size: 14px;
    font-family: Helvetica, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    min-height: 20px;
}

.checkbox input,
.radio input {
    outline: none !important;
    display: none;
}
.checkbox .icons,
.radio .icons {
    color: #DF0000;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
}
.checkbox .icons .first-icon,
.radio .icons .first-icon,
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #d6e1e5;
    background: white;
}
.checkbox .icons .first-icon:before,
.radio .icons .first-icon:before,
.checkbox .icons .second-icon:before,
.radio .icons .second-icon:before {
    margin-top: 1px;
    display: block;
}
.checkbox .icons .second-icon,
.radio .icons .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.checked .first-icon,
.radio.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.checked .second-icon,
.radio.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #b2c6cd;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
}
.checkbox.disabled,
.radio.disabled {
    cursor: default;
}
.checkbox.disabled .first-icon,
.radio.disabled .first-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #e1eef3;
}
.checkbox.disabled .second-icon,
.radio.disabled .second-icon {
    opacity: 0;
    filter: alpha(opacity=0);
    background: #e1eef3;
}
.checkbox.disabled.checked .first-icon,
.radio.disabled.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0);
}
.checkbox.disabled.checked .second-icon,
.radio.disabled.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #b2c6cd;
}
.radio .icons .first-icon,
.radio .icons .second-icon {
    border-radius: 50px;
}
.radio.checked .second-icon:before {
    content: " ";
    width: 8px;
    height: 8px;
    background: #DF0000;
    position: absolute;
    top: 50%;
    border-radius: 8px;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
}
.radio.disabled.checked .second-icon:before {
    background: #93a4aa;
}
.checkbox .icons .first-icon,
.checkbox .icons .second-icon {
    border-radius: 4px;
}
.dropdown-menu {
    background-color: white;
    border: 1px solid #b2c6cd;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 220px;
    margin-top: 10px;
    left: 0;
    right: auto;
}
.dropdown-menu > li > a {
    margin-left: -1px;
    margin-right: -1px;
    color: #5e6969;
    font-size: 16px;
    padding: 4px 15px;
}




.dropdown-menu > li > a:hover {
    background-color: #eaeaea;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #DF0000;
    border: 1px solid #009dcd;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #b2c6cd;
}
.dropdown-menu > .arrow {
    border-width: 6px;
}
.dropdown-menu > .arrow,
.dropdown-menu > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
}
.dropdown-menu > .top.arrow {
    /*left: 88%;*/

    /*right: 88%;*/
    border-top-width: 0;
    border-bottom-color: #b2c6cd;
    top: -6px;
}
.dropdown-menu > .top.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: white;
}
.dropdown-menu > .bottom.arrow {
    left: 50%;
    border-bottom-width: 0;
    border-top-color: #b2c6cd;
    bottom: -6px;
}
.dropdown-menu > .bottom.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -5px;
    border-bottom-width: 0;
    border-top-color: white;
}
.dropdown-inverse {
    background-color: #364347;
    border-color: #364347;
}
.dropdown-inverse > li > a {
    color: white;
}
.dropdown-inverse > li > a:hover {
    background-color: #5e6969;
    color: white;
}
.dropdown-inverse > .active > a,
.dropdown-inverse > .active > a:hover,
.dropdown-inverse > .active > a:focus {
    border: none;
}
.dropdown-inverse > .top.arrow {
    border-bottom-color: #364347;
    top: -6px;
}
.dropdown-inverse > .top.arrow:after {
    border-bottom-color: #364347;
}
.dropdown-header {
    color: #b2c6cd;
    padding: 3px 15px;
    text-transform: uppercase;
}
.dropup .dropdown-menu {
    margin-bottom: 10px;
}

.dropup .dropdown-menu {
    margin-bottom: 10px;
}

.dropup .dropdown-menu {
    left: -70%;
}

.dropup .dropdown-menu > .top.arrow {
    /*display: none;*/
}

.dropup .btn.dropdown-toggle:before {
    content: "\f077";
}


/*===================================
=           Error Panel           =
===================================*/
.error-container{
    clear: both;
}
.error-container.alert-dismissable .close{
    margin-top: -8px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 20%;
    margin-bottom: 10px;
}

.error-container .error-content{
    padding: 12px 10px;
}
/*===================================
=          Modal Table          =
===================================*/
.modal-body table tr th,table tr td{padding: 5px;}
.form-control-data {
    border: 1px solid #eaeaea;
    min-height: 66px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #efefef;
}
.form-control-data-small {
    border: 1px solid #eaeaea;
    min-height: 34px;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #efefef;
}
textarea {
    width: 100%;
}
.steps .pagination {
    float: right;
    margin: 0;
}
.steps p {
    margin-left: -10px;
}
.vertical-bottom {
    vertical-align: bottom;
    min-height: 90px;
    margin-top: 10px;
}
form.fixed-label label {
    min-height: 60px;
    line-height: 20px;
}
form.fixed-label .label-big {
    min-height: 80px;
    line-height: 20px;
}
/* Search Membership Directory */
#advanceSearch .panel-title {font-size: 15px;}
.search-accordion .panel{border: 0;}
.search-accordion .panel-default > .panel-heading{background-color: #FFFFFF;padding-left: 0;}
.search-accordion .panel-default > .panel-heading a{color: #A70000;}
.search-accordion .panel-default .panel-body{padding-left: 0;}
.search-btn {margin-top: 15px;}
/* Search Membership Directory */

/* CSS for Table Sort */
.tablesorter > thead > tr > th{border-bottom: 0!important;}
.tablesorter-header-inner{padding: 12px;}
.tablesorter-sort .header, .tablesorter-sort .tablesorter-header {
    background-image: url("data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==");
    background-position:right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 4px 18px 4px 4px;
    white-space: normal;
}
.tablesorter-sort .headerSortUp, .tablesorter-sort .tablesorter-headerSortUp, .tablesorter-sort .tablesorter-headerAsc {
    background-color: #f7f7f7;
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7");
}
.tablesorter-sort .headerSortDown, .tablesorter-sort .tablesorter-headerSortDown, .tablesorter-sort .tablesorter-headerDesc {
    background-color: #f7f7f7;
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7");
}
/* CSS for Table Sort */
.page-no-box{height: 31px;}
.membership-info .checkbox{margin-bottom: 0;font-size: 12px;cursor:pointer;}
.profile-update label{line-height: 20px;}
.search-btn-red{padding: 9px 13px;}
/* Site map */
.sitemap ul {padding: 0;}
.sitemap ul li, .sitemap ul li ul li {position:relative;top:0;bottom:0;padding-bottom: 7px;}
.sitemap ul li ul {margin-left: 4em;}
.sitemap li {list-style-type: none;}
.sitemap li a {padding:0 0 0 10px;position: relative;top:1.3em;}
.sitemap li a:hover {text-decoration: none;}
.sitemap a.addBorderBefore:before {content: "";display: inline-block;width: 2px;height: 28px;position: absolute;left: -47px;top:-16px;border-left: 0 solid gray;}
.sitemap li:before {content: "";display: inline-block;width: 15px;height: 0;position: relative;left: 0em;top:1em;border-top: 1px solid gray;}
.sitemap ul li ul li:last-child:after, .sitemap ul li:last-child:after {content: '';display: block;width: 1em;height: 1em;position: relative;background: #fff;top: 9px; left: -1px;}
.card-wrapper .alert-danger a, .white-link{color: #ffffff!important;}
div#councilsSelectedModal input[type='text'] {margin-bottom: 3px;}
.summary .row{margin-bottom: 5px;margin-top: 5px;}
.profile-pic{height: auto;width: 120px; border: 1px solid #c1c1c1;}
.edit-profile-pic {
    top: 0;
}
.badge-description-1 {text-align: center;white-space: normal;width: 98%;}
.badge-name{height: 21px;overflow-y: hidden;display: inline-block;}
@media (min-width: 1000px) {
    .dropdown-menu {
        /*right: 0;*/
        left: auto;
    }
    .dropdown-menu > .top.arrow {
        left: 10%;
    }
}
label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    /*line-height: 2.4;*/
    line-height: 12px;
    margin-bottom: 0;
    color: #364347;
}
form .row {
    margin-top:0 !important;
    margin-bottom: 0 !important;
}
.form-control {
    border: 1px solid #c1c1c1;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-control:hover {
    border-color: #93a4aa;
}
.form-group.focus .form-control,
.form-control:focus {
    border-color: #93a4aa;
    outline: 0;
    -webkit-box-shadow: inset hoff voff blur #EAEAEA;
    -moz-box-shadow: inset hoff voff blur #EAEAEA;
    box-shadow: inset hoff voff blur #EAEAEA;

}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #e1eef3;
    cursor: default;
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control.placeholder {
    color: #999;
}
.form-control-static {
    padding-top: 6px;
    padding-left: 12px;
    color: #364347;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #364347;
}
.has-warning .form-control {
    border-color: #fad46b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .form-control:focus {
    border-color: #fad46b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-warning .input-group-addon {
    border-color: #fad46b;
    background-color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #364347;
}
.has-error .form-control {
    border-color: #f84545;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #f84545;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .input-group-addon {
    border-color: #f84545;
    background-color: #ffffff;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #364347;
}
.has-success .form-control {
    border-color: #3eb5ac;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control:focus {
    border-color: #3eb5ac;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .input-group-addon {
    border-color: #3eb5ac;
    background-color: #ffffff;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
    /*padding-top: 2px;*/
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 20px;
}
.input-sm {
    height: 30px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.462;
    border-radius: 4px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 50px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.235;
    border-radius: 4px;
}
select.input-lg {
    height: 50px;
    line-height: 50px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.input-required span {
    width: 20px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    display: block;
    right: -4px;
    top: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.input-required span:after {
    content: '';
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #df0000;
    position: absolute;
    top: 0;
    right: -32px;
    border-radius: 3px;
    -moz-border-radius: 10px;
}
.input-required span:before {
    font-size: 20px;
    content: "*";
    top: 11px;
    right: 3px;
    color: white;
    position: absolute;
    z-index: 2;
}
.input-icon {
    position: relative;
}
.input-icon [class*="ss-"],
.input-icon [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -11px;
    color: #b2c6cd;
}
.input-icon [class*="fa-"] {
    margin-top: -8px;
}
.input-icon .form-control {
    text-indent: 30px;
}
/* This media query is used for iphone screens and NOT ipad */
@media screen and (min-width: 320px) and (max-width: 767px) {
    #logo_name {
        font-size: 0.95em;
        padding-top: 5px;
        line-height: 1.6em;
    }

    .sub-logo {
        width: 50px;
    }
    .logo-text-slogan {
        /*font-weight: 300;*/
        font-size: 0.75em;
        line-height: 1.2em;

    }

    .logo-icon.media-left {
        padding-right: 3px;
    }

    label{line-height: 18px;}
}

@media screen and (min-width: 320px) and (max-width: 768px) {


    .input-required span {
        width: 14px;
        height: 35px;
        top: -12px;
    }
    .input-required span:after {
        right: -37px;
    }
    .input-required span:before {
        font-size: 12.8px;
        content: "*";
        top: 14px;
        right: 2px;
    }
    .has-left-sidebar .sidebar {
        /*float: none;*/
    }


}
.input-group-lg > .input-group-addon {
    font-size: 20px;
    padding: 3px 5px;
    min-width: 50px;
    max-width: 50px;
}
.input-group-sm > .input-group-addon {
    font-size: 14px;
    padding: 3px 5px;
    min-width: 30px;
    max-width: 30px;
}
.input-group-addon {
    /*padding: 6px 10px;*/
    color: #222;
    background-color: #fff;
    /*border: 1px solid #d6e1e5;*/
    border-radius: 0;
    /*min-width: 40px;
    max-width: 40px;*/
}
.input-group-addon.input-sm {
    font-size: 14px;
    border-radius: 0;
}
.input-group-addon.input-lg {
    font-size: 20px;
    border-radius: 0;
}
.input-group-btn > .btn {
    -webkit-transition: none;
    transition: none;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 3;
}
.input-group-btn > .btn:active {
    color: white;
}
.input-group-btn .dropdown-toggle,
.input-group-btn .btn-dropdown {
    color: #364347;
    text-transform: none;
    padding: 6px 13px 7px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.label {
    padding: .2em .5em .2em;
}
.label-default {
    background-color: #222;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #4c4c4c;
}
.label-primary {
    background-color: #DF0000;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0293bf;
}
.label-success {
    background-color: #3eb5ac;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #318f88;
}
.label-info {
    background-color: #a88cd5;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #8c67c7;
}
.label-warning {
    background-color: #fad46b;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #f8c63a;
}
.label-danger {
    background-color: #df0000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #df0000;
}
.nav li a.dropdown-toggle > [class^="ss-"],
.nav li a.dropdown-toggle > [class^="fa-"] {
    position: relative;
    top: 2px;
    font-size: 12px;
    margin-left: 3px;
}
.nav li a.dropdown-toggle > [class^="fa-"] {
    top: -1px;
}
.nav li a:focus {
    background: transparent;
}
.nav li.disabled > a {
    color: #b2c6cd;
}
.nav li.disabled > a:hover,
.nav li.disabled > a:focus {
    color: #b2c6cd;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs {
    border-bottom: 1px solid #d6e1e5;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
    background: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #364347;
    border: 1px solid #d6e1e5;
    border-bottom-color: transparent;
    font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #d6e1e5;
}
.nav-tabs.nav-justified > li > a:hover {
    border-color: #d6e1e5;
}
.nav-stroke {
    border-bottom-width: 2px;
}
.nav-stroke.nav-tabs > li {
    margin-bottom: -2px;
}
.nav-stroke > li > a {
    border-width: 2px;
}
.nav-stroke > li > a:hover {
    /*border-bottom-color: transparent;*/

    border-width: 2px;
}
.nav-stroke > li.active > a,
.nav-stroke > li.active > a:hover,
.nav-stroke > li.active > a:focus {
    border-width: 2px;
}
.nav-stroke.nav-justified > .active > a,
.nav-stroke.nav-justified > .active > a:hover,
.nav-stroke.nav-justified > .active > a:focus {
    border: 1px solid #d6e1e5;
}
.nav-stroke.nav-justified > .active > a,
.nav-stroke.nav-justified > .active > a:hover,
.nav-stroke.nav-justified > .active > a:focus {
    border-width: 2px;
}
.nav-pills > li > a {
    line-height: 1.3;
}
.nav-pills > li > a:hover {
    background-color: #b2c6cd;
    color: #ffffff;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #DF0000;
}
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
    background-color: #b2c6cd;
    color: #ffffff;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #d6e1e5;
}
.nav-tabs .dropdown-menu {
    margin-top: 8px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#main-navigation {
    /*border-top: 2px solid #000;*/
    border-bottom: 1px solid #EAEAEA;
    background-color: #f7f7f7;
    /*color: #000;*/

}

.navbar-default .navbar-nav > li > a
{
    color: #000;
}

.navbar-nav .dropdown .dropdown-menu ul li a {
    color: #000;
    padding: 5px;
    display: block;
}

.navbar-nav .dropdown .dropdown-menu ul li a:hover {
    background-color: #EAEAEA;
}

.navbar-nav .dropdown .dropdown-menu {
    background: #f7f7f7;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #5d5d5d;
}

#GuidelinesStatements .t2,
#ResearchPrograms .t2,
#ProfessionalMembership .t2{
    width:300px !important;
}
#EducationMeetings .t2 {
    width:260px !important;
}

@media (min-width: 1000px) {
    .nav-tabs > li > a:hover {
        border-color: #ffffff #ffffff #d6e1e5;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: transparent;
    }
    .nav-tabs.nav-justified > li > a:hover {
        border-color: #ffffff #ffffff #d6e1e5;
    }
    .nav-stroke.nav-justified {
        border-bottom: 2px solid #d6e1e5;
    }
    .nav-stroke.nav-justified > .active > a,
    .nav-stroke.nav-justified > .active > a:hover,
    .nav-stroke.nav-justified > .active > a:focus {
        border-bottom-color: white;
    }
    .nav-stroke.nav-justified > li > a {
        margin-bottom: -2px;
        border-bottom: 0;
    }
    .nav-stroke.nav-justified > li > a:hover {
        border-color: transparent;
    }
}
.pagination > li > a,
.pagination > li > span {
    color: #000;
    border: 1px solid #4c4c4c;
    padding: 8px 15px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #df0000;
    color: #fff;
    border-color: #666;
    z-index: 2;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
.pagination > li.active > a,
.pagination > li.active > span {
    background-color: #EAEAEA;
    border-color: #4c4c4c;
    color: #000;
    z-index: 0;
}
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
    background-color: #f7f7f7;
    border-color: #666;
    color: #000;
    -webkit-transition: none;
    transition: none;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 4px 11px;
    font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 19px;
    font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-lg.pagination-stroke > li > a {
    padding: 9px 18px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}


.btn.previous,
.btn.next {
    margin-right: 8px;
    font-size: 15px;
    line-height: 1.429;
    padding-left: 23px;
    padding-right: 23px;
}
.btn.next {
    margin-left: 8px;
    margin-right: 0;
}
.pager li > a,
.pager li > span {
    /*border-radius: 5px;*/
    border: 1px solid #d6e1e5;
    font-size: 16px;
    color: #DF0000;
    padding: 7px 14px;
    min-width: 100px;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
    background-color: #e1eef3;
}
.pager li.active > a {
    background-color: #e1eef3;
}
.pager li.disabled > a,
.pager li.disabled > a:hover,
.pager li.disabled > a:focus,
.pager li.disabled > span {
    color: #b2c6cd;
    background-color: white;
    cursor: not-allowed;
}
.pallete-items {
    margin-left: -10px;
}
.pallete-item {
    width: 140px;
    float: left;
    margin: 0 0 0 10px;
}
.pallete-item.pallete-joined {
    margin: 0;
    width: 152px;
}
.pallete-item.pallete-joined:first-child,
.pallete-item.pallete-joined:last-child {
    width: 150px;
}
.pallete-item.pallete-joined:first-of-type .palette {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pallete-item.pallete-joined:last-child .palette {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.palette-primary {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 48px 0 8px 10px;
}
.palette-secondary {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 18px 10px 8px 10px;
}
.palette-shade {
    padding: 46px 0 10px 10px;
}
.palette {
    font-size: 16px;
    line-height: 1.214;
    color: #ffffff;
    margin: 0;
}
.palette dt,
.palette dd {
    line-height: 1.1;
}
.palette dt {
    display: block;
    font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif;
}
.palette dd {
    font-weight: 300;
    margin-left: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}
.palette-lagoon {
    background-color: #DF0000;
}
.palette-overboard {
    background-color: #009dcd;
}
.palette-strawberry {
    background-color: #df0000;
}
.palette-first-blood {
    background-color: #d41017;
}
.palette-banana {
    background-color: #fad46b;
}
.palette-doubloon {
    background-color: #f3bc65;
}
.palette-bruise {
    background-color: #a88cd5;
}
.palette-sugar-plum {
    background-color: #9175bd;
}
.palette-emerald-cove {
    background-color: #3eb5ac;
}
.palette-land-lubber {
    background-color: #28948c;
}
.palette-horizon {
    background-color: #f58410;
}
.palette-nassua-sunset {
    background-color: #e96300;
}
.palette-the-black-flag {
    background-color: #364347;
}
.palette-gunpowder {
    background-color: #5e6969;
}
.palette-pieces-of-eight {
    background-color: #93a4aa;
}
.palette-cutlass {
    background-color: #b2c6cd;
}
.palette-coral {
    background-color: #d6e1e5;
}
.palette-coastal-surf {
    background-color: #e1eef3;
}
.palette-clouds {
    color: #bdc3c7;
}
.palette-paragraph {
    color: #7f8c8d;
    font-size: 12px;
    line-height: 17px;
}
.palette-paragraph span {
    color: #bdc3c7;
}
.palette-headline {
    color: #7f8c8d;
    font-size: 13px;
    font-weight: 700;
    margin-top: -3px;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}



/* ==========================================================================
Panel Black
========================================================================== */


.panel-black {
    border-color: #000;
    border-radius: 0;
}
.panel-black > .panel-heading {
    color: #FFF;
    background-color: #000;
    border-color: #d6e1e5;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #EAEAEA;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #EAEAEA;
}

.panel-collapse .media {
    border-bottom: 1px solid #eaeaea;
}

.panel-collapse .media:last-child {
    border-bottom: 0 none;
}

.panel-default {
    /*border-color: #d6e1e5;*/
    border-color: #000;
}
.panel-default > .panel-heading {
    color: #000;
    background-color: #f7f7f7;
    border-color: #000;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e1e5;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e1e5;
}

.panel-primary {
    border-color: rgba(2, 186, 242, 0.2);
}
.panel-primary > .panel-heading {
    color: #009dcd;
    background-color: rgba(2, 186, 242, 0.2);
    border-color: rgba(2, 186, 242, 0.2);
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #DF0000;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #DF0000;
}
.panel-info {
    border-color: rgba(168, 140, 213, 0.2);
}
.panel-info > .panel-heading {
    color: #9175bd;
    background-color: rgba(168, 140, 213, 0.2);
    border-color: rgba(168, 140, 213, 0.2);
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #a88cd5;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #a88cd5;
}
.panel-success {
    border-color: rgba(62, 181, 172, 0.2);
}
.panel-success > .panel-heading {
    color: #28948c;
    background-color: rgba(62, 181, 172, 0.2);
    border-color: rgba(62, 181, 172, 0.2);
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #3eb5ac;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #3eb5ac;
}
.panel-warning {
    border-color: rgba(250, 212, 107, 0.2);
}
.panel-warning > .panel-heading {
    color: #f3bc65;
    background-color: rgba(250, 212, 107, 0.2);
    border-color: rgba(250, 212, 107, 0.2);
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fad46b;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fad46b;
}
.panel-danger {
    border-color: #DF0000;
}
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #DF0000;
    border-color: #DF0000;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f84545;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f84545;
}
.panel-title {
    font-size: 20px;
    /*font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif;*/
}
.panel-footer {
    background-color: #f7f7f7;
    border-top-color: #eee;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    /*padding: 10px;*/
    border-top: 1px solid #eee;

}
/*.table > thead > tr > th {*/
/*border-bottom: 2px solid #d6e1e5;*/
/*font-family: "SourceSansProSemiBold", Helvetica, Arial, sans-serif;*/
/*}*/
.tile {
    border-radius: 6px;
    padding: 35px 25px 40px 25px;
    position: relative;
    text-align: center;
}
.tile-profile {
    /*background-color: #fad46b;*/
}
.tile-profile img {
    border: 5px solid white;
    border-radius: 50%;
}
.tile-profile h4 {
    color: white;
    margin-bottom: 2px;
    margin-top: 20px;
}
.tile-profile p {
    color: white;
    text-transform: uppercase;
}
.tile-login {
    background: #364347;
    padding-bottom: 55px;
}
.tile-login .logo {
    margin-bottom: 40px;
    margin-top: 0;
}
.tile-login input {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: #d6e1e5;
}
.tile-login input[type="text"] {
    margin-bottom: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tile-login input[type="password"] {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 20px;
}
.tile-login a.btn {
    margin-bottom: 10px;
}
.tile-login .checkbox .first-icon,
.tile-login .checkbox .second-icon {
    background: rgba(0, 0, 0, 0.2);
    border: 0;
}
.tile-login .login-action div[class*='col-'] {
    padding: 0;
}
.tile-login .login-action a {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}
.tile-login label.checkbox {
    color: #93a4aa;
    padding-left: 0;
    margin-bottom: 0;
    text-indent: -25px;
}
.icon-button {
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    display: block;
    transition: none;
}

.icon-button-sm {
    width: 30px;
    height: 30px;
}

.icon-button-xs {
    width: 20px;
    height: 20px;
}

.icon-button:hover {
    background: #DF0000;
    cursor: pointer;
}
.icon-button:hover > i {
    color: white;
}
.icon-button > i {
    color: #DF0000;
    font-size: 20px;
}
.tool-container {
    background-color: #364347;
    background-size: 100% 100%;
    border-radius: 6px;
    position: absolute;
}
.tool-container.tool-top,
.tool-container.tool-bottom {
    height: 40px;
    border-bottom: 0 solid #beb8b8 ;
    /* #B1A9A9 */

}
.tool-top .tool-item,
.tool-bottom .tool-item {
    float: left;
    border-right: 0;
    border-left: 0;
}
.tool-item {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    transition: none;
}
.tool-item > .fa {
    color: #f7f7f7;
}
.tool-item.selected,
.tool-item:hover {
    background: #DF0000;
}
.tool-item.selected > .fa,
.tool-item:hover > .fa {
    color: white;
}
.tool-top .tool-item:first-child:hover,
.tool-bottom .tool-item:first-child:hover {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tool-top .tool-item:last-child:hover,
.tool-bottom .tool-item:last-child:hover {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tool-vertical-top .tool-item:first-child:hover,
.tool-vertical-bottom .tool-item:first-child:hover {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tool-vertical-top .tool-item:last-child:hover,
.tool-vertical-bottom .tool-item:last-child:hover {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    /*font-weight: 700;*/
    line-height: 1.1;
    /*color: #364347;*/
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    /*color: #93a4aa;*/
    font-size: 82%;
}
h1,
h2,
h3 {
    /*margin-top: 0px;*/
    /*margin-bottom: 10px;*/
}
h4,
h5,
h6 {
    /*margin-top: 12px;*/
    /*margin-bottom: 10px;*/
}
h6 {
    font-weight: normal;
}
h1,
.h1 {
    font-size: 2.143em;
    /*font-size: 30px;*/
}
h2,
.h2 {
    font-size: 1.714em;
    /*font-size: 24px;*/
}
h3,
.h3 {
    font-size: 1.571em;
    /*font-size: 22px;*/
}
h4,
.h4 {
    font-size: 1.429em;
    /*font-size: 20px;*/
}
h5,
.h5 {
    font-size: 1.286em;
    /*font-size: 18px;*/
}
h6,
.h6 {
    font-size: 1.143em;
    /*font-size: 16px;*/
}
.page-header {
    /*padding-bottom: 11px;*/
    /*margin: 48px 0 24px;*/
    border-bottom: none;
}

.page-title-wrapper {

}

.heading {
    font-weight: 300;
    position: inherit;
}

body.home .page-title,
body.no-title .page-title
{
    display: none;
}

body.home .section-101 {
    border-bottom: 1px solid #eaeaea;
}

.thumbnail {
    padding: 0;
    border: 0;
    position: relative;
}
.thumbnail[class*="ss-"]:before,
.thumbnail[class*="fa-"]:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 36px;
    margin: -18px 0 0 -18px;
    color: #93a4aa;
}

.thumbnail.thumbnail-caption > img,
.thumbnail.thumbnail-caption a > img {
    /*border-top-left-radius: 5px;*/
    /*border-top-right-radius: 5px;*/
    width: 100%;

}



a.thumbnail:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.thumbnail:hover:after {
    opacity: 1;
}
a.thumbnail[class*="ss-"]:hover:before,
a.thumbnail[class*="fa-"]:hover:before {
    opacity: 1;
}
.switch {
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 60px;
}
.switch.switch-animate .switch-container {
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
}
.switch.switch-on .switch-container {
    margin-left: 0;
}
.switch.switch-on .switch-label {
    border-radius: 50%;
}
.switch.switch-off .switch-container {
    margin-left: -55%;
}
.switch.switch-off .switch-label {
    border-radius: 50%;
    border-color: #93a4aa;
}
.switch.switch-indeterminate .switch-container {
    margin-left: -25%;
}
.switch.switch-disabled,
.switch.switch-readonly,
.switch.switch-indeterminate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.switch.switch-disabled .switch-handle-on,
.switch.switch-readonly .switch-handle-on,
.switch.switch-indeterminate .switch-handle-on,
.switch.switch-disabled .switch-handle-off,
.switch.switch-readonly .switch-handle-off,
.switch.switch-indeterminate .switch-handle-off,
.switch.switch-disabled .switch-label,
.switch.switch-readonly .switch-label,
.switch.switch-indeterminate .switch-label {
    cursor: default !important;
}
.switch .switch-container {
    display: inline-block;
    width: 150px;
    top: 0;
    border-radius: 20px;
}
.switch .switch-handle-on,
.switch .switch-handle-off,
.switch .switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    /*height: 100%;*/
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}
.switch .switch-handle-on,
.switch .switch-handle-off {
    text-align: center;
    z-index: 1;
    width: 46px;
}
.switch .switch-handle-on.switch-primary,
.switch .switch-handle-off.switch-primary {
    color: #fff;
    background: #DF0000;
}
.switch .switch-handle-on.switch-info,
.switch .switch-handle-off.switch-info {
    color: #fff;
    background: red;
}
.switch .switch-handle-on.switch-success,
.switch .switch-handle-off.switch-success {
    color: #fff;
    background: green;
}
.switch .switch-handle-on.switch-warning,
.switch .switch-handle-off.switch-warning {
    background: yellow;
    color: #fff;
}
.switch .switch-handle-on.switch-danger,
.switch .switch-handle-off.switch-danger {
    color: #fff;
    background: red;
}
.switch .switch-handle-on.switch-default,
.switch .switch-handle-off.switch-default {
    color: white;
    background: #93a4aa;
}
.switch .switch-handle-on {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    text-indent: -3px;
}
.switch .switch-handle-off {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    text-indent: 3px;
}
.switch .switch-label {
    text-align: center;
    z-index: 100;
    background: #ffffff;
    border-radius: 50%;
    border: 3px solid #DF0000;
    height: 28px;
    width: 28px;
    vertical-align: middle;
    margin: 0 -13px;
    position: relative;
}
.switch input[type='radio'],
.switch input[type='checkbox'] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}


/* Custom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

#sticky-wrapper {
    position: relative;
    z-index: 1;
}

.aha-dropdown-group {
    margin-bottom:15px;
}

/* Used for home page with image */
.img-full {
    width: 100%;
}
.img-border {
    border: 1px solid #c1c1c1;
}

.meeting-thumbnail {
    /*margin-bottom: 30px;*/
}




.image-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,1)!important;color:#fff;padding: 10px;width:100%;
    font-size: 1em;
    line-height: 1em;
    font-weight: 200;

    /*webkit bug*/
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.inner {
    position: relative;
}
.image-caption-2 {
    position: absolute;
    bottom: 0px;

    color: #fff;
    padding: 10px;
     width: 100%;
    font-size: 1.4em !important;
    line-height: 1.3em;
    font-weight: 200;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    padding-right: 40px;
    padding-left: 30px;
   border-top:1px solid #ccc;

   background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.79) 100%);
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.79) 100%);
   background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.79) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#c9000000',GradientType=0 );
}




.carousel-caption h4 {
    font-weight: 200;
}

.image-caption-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.feature .image-caption-wrapper {
    height: 380px;
    background-color: black;
}


/*.feature .image-caption-wrapper .image-caption {*/
    /*font-size: 20px;*/
    /*line-height: 26px;*/

/*}*/

.feature .carousel,
.image-caption-wrapper.hero-sm {
    border: 2px solid #222;
}


.news-feature-media {
    margin-bottom: 20px;
}

.image-caption-wrapper.hero-sm {
    height: auto;
    overflow: hidden;
}


@media screen and (min-width: 768px) {
    .image-caption-wrapper.hero-sm {
        height: 230px;
    }
    .feature .image-caption-wrapper.hero-sm {
        height: 450px;
    }
    .profile-pic{
      height: inherit;
      width: 100px;
    }
    .edit-profile-pic {
        top: 0;
        left: 20px;
    }

    /* .image-caption {
        font-size: 1em;
    } */


    .feature .image-caption-wrapper .image-caption {
        font-size: 1.2em;
        line-height: 1.2em;
    }


}

@media screen and (min-width: 1024px) {
    .image-caption-wrapper.hero-sm {
        height: 182px;
    }

    .feature .image-caption-wrapper.hero-sm {
        height: 383px;
    }
}



/* Image Card */
.image-card {

}
.image-card .thumbnail .caption {
    border: 0;
    padding: 0;
}

/* Card */
.card {
    margin-bottom: 20px;
}
.sidebar .card {
    /*margin-bottom: 50px;*/
}



.box-content-wrap h4 {
    margin-top:0;
}

.box-content-wrap .thumbnail .caption {
    border: 0;
    background-color: #f7f7f7;
}

.media-body a h5,
.news-feature a h5,
.media-body a h6,
.news-feature a h6
{
    margin-top: 0;
}


.media-left a,
.media-right a {
    /*width: 75px;*/
    /*height: 75px;*/
    overflow: hidden;
    display: inline-block;
    /*border: 1px solid #eaeaea;*/
}

.media-left a.media-object {
    /*width: 75px;*/
    /*height: 75px;*/

}

.media-left img.media-object,
.media-right img.media-object {
    /*margin-left: -20%;*/
    /*margin-top: -20%;*/
    width:75px;
}

.media-left .date {
    width: 70px;
    font-size: 1.2em; text-align: center;
    border: 1px solid #eaeaea;

}

.media-left .month {
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    background-color: #f7f7f7;

}

.media-left .day {
    font-size: 1.2em; white-space: nowrap;
    font-weight: 300;
}

.media-heading {
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1em;

}

.cont-edu .media-heading {
    font-weight: bold;
}

h4.media-heading {
    font-size: 14px;
}

.journals-wrap .media-heading {
  /*border-bottom: 1px solid #eaeaea;*/
  padding-top: 10px;
}

.journals-wrap small {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    clear: both;
    display: block;
  }

  .journals-wrap .media.border-1-bottom.border-color-grey {
        border-color: transparent;
  }

.media-heading a,
.media-body a {

}
.media-heading a:hover,
.media-body a:hover{
    /*color: #DF0000;*/
    text-decoration: underline;
}

.spb-text-heading {
    padding-left: 15px;
}

.sidebar .mediaListWidget h3.spb-center-heading {
    padding-left: 0;
}

.thumbnail-caption .spb-text-heading,
.border-1 .spb-text-heading {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

.sidebar .mediaListWidget.fancyList .media-body,
.sidebar .mediaListWidget.fancyList .media-heading {
    /*display: block;*/
    /*margin: 0;*/
}

.sidebar .mediaListWidget.fancyList a {
    /*padding: 10px 0;*/
    /*display: block;*/
    /*text-decoration: none;*/
}



.sidebar .mediaListWidget.fancyList ul.media-list li > a{
    /*padding: 10px 0;*/
    /*display: block;*/
}

.sidebar .mediaListWidget.fancyList ul.media-list li {
    /*margin: 0;*/
    /*line-height: 16px;*/
    /*border-top: 1px solid #e5e5e5;*/
}

.sidebar .mediaListWidget.fancyList ul.media-list li:first-child{
    border-top: 0;
}

.sidebar .mediaListWidget.fancyList li.active a {
    color: #000;
}

/*Need to remove this since the introduction of an image in the listMediaWidget*/
.sidebar .mediaListWidget.fancyList li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    /*display: block;*/
    float: right;
    text-decoration: inherit;
    font-size: 14px;
    /*display: none;*/
}

.sidebar .mediaListWidget.fancyList li a:hover {
    background-color: #eaeaea;
    padding-left: 5px;
    /*padding-right: 5px;*/
    text-decoration: none;
}

.sidebar .mediaListWidget.fancyList li .media>.pull-left {
    display: none;
}

.mediaListWidget.fancyList li.media {
    margin:0;
    padding:0;

}
.mediaListWidget.fancyList li .media-body {
    display: block;
}
.mediaListWidget.fancyList li a.media-heading {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0;

}

/*ionicons*/
.icon.icon-sm {
    font-size: 14px;
}

.icon.icon-md {
    font-size: 26px;
}

.icon.icon-lg {
    font-size: 46px;
}

/* Content Tags */

a.tag {
    color: #000;
}
.tag {
    margin: 5px 0;
    font-size: 10px;
}
.tag .indicator {
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-right: 5px;
    top: 1px;
    position: relative;
}
/* hypertension */
.tag-hyper .indicator,
.tag-hypertension .indicator {
    background-color: #70ca9a;
}
/*stroke*/
.tag-stroke .indicator {
    background-color: #9175bd;
}
/*Cardiology*/
.tag-cardiology .indicator {
    background-color: #00769a;
}

.tag-epi .indicator {
    background-color: #ffd245;
}

/* Carousel Slide */



@media screen and (min-width: 1024px) {
    .feature .carousel .carousel-inner > .item {
        height: 380px;
    }

}
.feature .carousel {
    /*height: 380px;*/
}

.carousel-caption {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;

}
.carousel-caption h4 {
    margin: 10px 5px;
}

.carousel .carousel-caption {
    background: #000;
    right: 0;
    left: 0;
    bottom: 0;
}

.carousel-indicators {
    bottom: 0;
    margin-bottom: 3px;
    display: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 0%);
}

/*Bootstrap Overwrite*/
.media {
    margin-top: 10px;
}

/*Membership*/

.border-left-1 {
    border-left:1px solid #999;
}

.pricing-table tr .fa {
    font-size: 30px;
}
.pricing-table tr th,
.pricing-table tbody tr td {
    text-align: center;
}

.pricing-table tbody tr th {
    text-align: left;
}

.pricing-table .table>tbody>tr>th {
    vertical-align: middle;
    padding-left: 20px;
}
a.membership-step-card {
    display: block;
}

.membership-step-card {
    background-color: #d6e1e5;
}
.membership-step-card.active {
    background-color: #5e6969;
}
.membership-step-card.active > .panel-body {
    color: #fff;
}

.circle-lg {
    font-size: 30px;
    padding: 20px;
    border: 5px solid;
    border-radius: 100%;
}


.icon-primary {
    color: #df0000;
}

/*-------*/

/*responsive Table*/

@media only screen and (max-width: 800px) {

    .flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    .flip-scroll * html .cf { zoom: 1; }
    .flip-scroll *:first-child+html .cf { zoom: 1; }

    .flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

    .flip-scroll th,
    .flip-scroll td { margin: 0; vertical-align: top; }
    .flip-scroll th { text-align: left; }

    .flip-scroll table { display: block; position: relative; width: 100%; }
    .flip-scroll thead { display: block; float: left; }
    .flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    .flip-scroll thead tr { display: block; }
    .flip-scroll th { display: block; text-align: right; }
    .flip-scroll tbody tr { display: inline-block; vertical-align: top; }
    .flip-scroll td { display: block; min-height: 1.25em; text-align: left; }


    /* sort out borders */

    .flip-scroll th { border-bottom: 0; border-left: 0; }
    .flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
    .flip-scroll tbody tr { border-left: 1px solid #babcbf; }
    .flip-scroll th:last-child,
    .flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
}



@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .no-more-tables tr { border: 1px solid #ccc; }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align:left;
    }

    .no-more-tables td:before {
        /* Now like a table header */
        position: relative;
        /* Top/left values mimic padding */
        /*top: 6px;*/
        /*left: 6px;*/
        /*width: 45%;*/
        padding-right: 0;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
        display: block;

    }


    /*
    Label the data
    */
    .no-more-tables td:before { content: attr(data-title); }
}




/*@media only screen and (max-width: 800px) {*/

    /*!* Force table to not be like tables anymore *!*/
    /*.no-more-tables table,*/
    /*.no-more-tables thead,*/
    /*.no-more-tables tbody,*/
    /*.no-more-tables th,*/
    /*.no-more-tables td,*/
    /*.no-more-tables tr {*/
        /*display: block;*/
    /*}*/

    /*!* Hide table headers (but not display: none;, for accessibility) *!*/
    /*.no-more-tables thead tr {*/
        /*position: absolute;*/
        /*top: -9999px;*/
        /*left: -9999px;*/
    /*}*/

    /*.no-more-tables tr { border: 1px solid #ccc; }*/

    /*.no-more-tables td {*/
        /*border: none;*/
        /*border-bottom: 1px solid #eee;*/
        /*position: relative;*/
        /*padding-left: 50%;*/
        /*white-space: normal;*/
        /*text-align: left;*/
    /*}*/
    /*!*.no-more-tables td {*!*/
        /*!*!* Behave  like a "row" *!*!*/
        /*!*border: none;*!*/
        /*!*border-bottom: 1px solid #eee;*!*/
        /*!*position: relative;*!*/
        /*!*padding-left: 50%;*!*/
        /*!*white-space: normal;*!*/
        /*!*text-align:left;*!*/
    /*!*}*!*/

    /*.no-more-tables td:before {*/
        /*position: absolute;*/
        /*top: 6px;*/
        /*left: 6px;*/
        /*width: 45%;*/
        /*padding-right: 10px;*/
        /*white-space: nowrap;*/
        /*text-align: left;*/
        /*font-weight: bold;*/



    /*}*/
    /*.no-more-tables td:before {*/
        /*!* Now like a table header *!*/
        /*!*position: absolute;*!*/
        /*!* Top/left values mimic padding *!*/
        /*!*top: 6px;*!*/
        /*!*left: 6px;*!*/
        /*!*width: 45%;*!*/
        /*!*padding-right: 0px;*!*/
        /*!*white-space: nowrap;*!*/
        /*!*text-align:left;*!*/
        /*!*font-weight: bold;*!*/
        /*!*display: block;*!*/
    /*}*/

    /*!**/
    /*Label the data*/
    /**!*/
    /*.no-more-tables td:before*/
    /*{ content: attr(data-title); }*/
    /**/
    /*!*td.headerHide {*!*/
	    /*!*display: none;*!*/
    /*!*}*!*/
/*}*/


/*-----*/
.jumbotron {
    margin-bottom: 0;
    font-weight: 300;
}

.GuidelinesStatements .container-fluid.jumbotron {
    overflow: visible !important;
    /*fixes the issue with overflow in the header*/
}



.jumbotron.jumbotron-membership {
    background: url('../img/sample/bg_people2.jpg') repeat-x #000;
    background-position: 50%;
    min-height: 300px;
}


.jumbotron.jumbotron-journals {
    background: url('../img/books.jpg') repeat-x #000;
    background-position: 50%;
    min-height: 300px;
}


.jumbotron h1.heading,
.jumbotron h1, .jumbotron .h1
{
    margin-left:15px;
    margin-right:15px;
    margin-top: 20px;
    font-size: 3.857rem; /*53px*/
    /*font-weight: 300;*/
    font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif ;
    /*text-transform: uppercase;*/
    position: relative;
}

.jumbotron h3 {
    font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif ;
}

.jumbotron p {
    margin: 10px 0 10px;
    font-size: 1.286em;
    /*18px*/
}

.overlay {
    background-color: #222;
    opacity: 0.45;
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
}




/*.meetings,*/
/*.news {*/
/*display: inline-block;*/
/*}*/

.news.row,
.news.row h3{
    margin-top: 0 !important;
}

.feature-meeting-sm .col-xs-6 {
    padding-bottom: 35px;
}

h4 .text-uppercase {
    vertical-align: middle;
}

a.mobile-menu-show {
    /*color: #ed1b24;*/
    /*font-size: 28px;*/
    margin-top: 12px;
    margin-right: 10px;
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-25s {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-75s {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* ==========================================================================
Membership - Councils
========================================================================== */
.ui-sortable-handle {
    -webkit-transition: all 0.25s linear 0;
    -moz-transition: all 0.25s linear 0;
    -ms-transition: all 0.25s linear 0;
    -o-transition: all 0.25s linear 0;
    transition: all 0.25s linear 0;
    margin-top: 10px;
    border: 1px solid #D6E1E5;

    background-color:#fff;
    height: 200px;
    overflow: hidden;
    padding: 10px;
    border-radius: 4px;

}

.ui-sortable-handle:hover,.ui-sortable-handle.checked{
    background-color: #d6e1e5;
    /*height: 0px;*/
}
.ui-sortable-handle.disabled{
    background-color: #fff;
    opacity: 0.75;
    height: 0;
    padding:0;
    margin: 0;
    border: 0;
}

.panel .list-group-item label.checkbox {
    margin-bottom: 0;
    margin-top: 0;

}

.list-group-item.checked {
    background-color: #F7F7F7;
}

label.checkbox > span {
    /*font-family: serif;*/
    /*font-style: italic;*/
}

.panel .list-group-item .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}




/* ==========================================================================
Chosen
========================================================================== */
/*==========  Chosen Plugin ==========*/

.chosen-container-single .chosen-single {
    background: #fff !important;
    border-radius: 0 !important;
    height: 34px !important;
    line-height: 34px !important;
}


.chosen-container-single .chosen-single div {
    top:4px !important;
}


/*Dashboard page styles*/
.jumbotron-dashboard{
    background-color: #f7f7f7;
    padding: 0;
}
.membership-ID{
    margin-top: 5px;
    margin-bottom: 5px;
}
.job-profile{
    text-transform: uppercase;
}
.badge-label{
    /*margin-right: 30px;*/
    /*width: 100%;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: rgb(218, 218, 218);*/
    /*border-radius: 4px;*/
    /*background-color: rgb(234, 234, 234);*/
}
.dashboard-page {
    padding-top: 20px;
    padding-bottom: 20px;
}
.dashboard .badge {
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 20px;
    /*padding-top: 80px;*/
    padding: 15px 10px 5px;
    color: #000;
    width: 100%;
    height: 128px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}



/*#badge1 {*/
/*background-image: url('../img/aha_badge.png');*/
/*}*/

/*#badge2 {*/
/*background-image: url('../img/aha_badge.png');*/
/*}*/

/*#badge3 {*/
/*background-image: url('../img/aha_star.png');*/

/*}*/

h1.dashboardName {
    font-size: 3em;
}

.dashboardName{
    line-height: 34px;
    color:#df0000 !important;
}



/*CSS for IE Only*/
_:-ms-fullscreen, :root .dashboardName{
        margin-top: 0;
    }
/*CSS for IE Only*/

.dashboardHello{
    font-weight: 100 !important;
    font-size: 48px !important;
    margin-bottom: 0;
}
.dashboardProfile{
    margin-left: 15px;
    margin-bottom: 10px;
}

/*CSS for IE Only*/
_:-ms-fullscreen, :root .profile-card .profile-picture{
    line-height: 128px;
    min-height: 128px;
}
/*CSS for IE Only*/

.profile-card .profile-picture {
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    float: left;
    width: 128px;
    height: 128px;
    line-height:128px;
    text-align: center;
    margin-right: 20px;
    overflow: hidden;
    border: 4px solid #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sidebar .profile-card .profile-picture {
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    float: left;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile-picture img {
    vertical-align: middle;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1),0 0 0 1px #f4f4f4;
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1),0 0 0 1px #f4f4f4;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1),0 0 0 1px #f4f4f4;
}
.profile-picture .edit-photo.change-photo {
    opacity: 0;
    height: 40px;
    width: 100%;
}
.profile-picture .edit-photo.change-photo:hover {
    opacity: 1;

}
.profile-picture .edit-photo {
    background: none;
    border: none;
    padding: 0;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 1;
    cursor: pointer;
}
.profile-picture .edit-photo.change-photo .edit-photo-content {
    font-weight: normal;
    font-style: normal;
    color: #fff;
}
.profile-picture .edit-photo.change-photo .edit-photo-content {
    position: relative;
    top: 2px;
}


.profile-picture .edit-photo.change-photo .edit-photo-content .change-photo-msg {
    /*display: none;*/
    padding-left: 5px;
    padding-right: 0;
    /*font-size: 16px;*/
    font-weight: normal;
    /*line-height: 18px;*/
    color: #fff;
    position: relative;
    top: -4px;
}

.edit-btn-wrap {
    position: relative;
    top: -1px;
}
.profile-picture .edit-photo:hover, .profile-picture .edit-photo:focus {
    background-color:rgba(0,0,0,0.6)
}

.profile-card:after {
    content: "";
    display: table;
    clear: both;
}


/*.badge-description-1{*/
/*margin-bottom:0px;*/
/*margin-left:2px;*/
/*}*/
/*.badge-description-2{*/
/*margin-top:2px;*/
/*margin-left: -4px;*/
/*}*/
/*.badge-description-3{*/
/*margin-top:10px;*/
/*margin-left: -6px;*/
/*}*/
/*.badge-description-4{*/
/*margin-top:-9px;*/
/*margin-left: -4px;*/
/*}*/
.description{
    /*margin-left: 38px;*/
}
.listImage{
    display: -webkit-box;
}

.list-heading {
    margin-top: 0;
}

.list-heading.with-button .btn {
    float: right;
}

.sidebar .spb-text-heading.with-button a.btn {
    display: block;
    margin-top: 10px;
}

.image-between{
    /*margin-left: 30px;*/
    /*margin-top: 10px;*/
}
.fixClass{
    margin-left: 40px;
    margin-bottom: 15px;
}
.completeProfile{
    color: #f6f0f0;
}
.dashboard-nav-link{
    /*color:#221e1e;*/
}
.nav-badges{
    background-color:red !important;
}
a.dashboard-nav-link::before{
    display:none !important;
}
.registrationMargin{
    margin-bottom:35px;
}

.buttonMargin{
    margin-left: 10px;
}
.dashboard-notification{
    float:right;
}

/*Progress Bar on Dashboard Page*/
#test .arc2 {
    stroke-weight:0.1;
    fill: #3660b0;
}

#outer {
    background:#FFFFFF;
    border-radius: 5px;
    color: #000;
}

#div1{
    /*width: 33%;*/
    /*height: 75px;*/
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    margin-left: -10px;
}

.selectedRadial {
    border-radius: 3px;
    background: #f4f4f4;
    color: #000;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    border: 1px solid rgba(200,200,200,0.85);
}

.radial {
    border-radius: 3px;
    background: #FFFFFF;
    color: #000;
}
.background {
    fill: #FFFFFF;
    fill-opacity: 0.01;
}

.component {
    fill: #e1e1e1;
}

.arc {
    fill: #FFF;
    opacity: 1 !important;
}

.label {
    font-family:  Myriad, "Helvetic Neue", Helvetica, Arial;
    text-anchor: middle;
    fill:#FFF;
}

.radial-svg {
    display: block;
    margin: 0 auto;
}
.profile-update{
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.contact {
    padding-left: 0;
}
.profile-padding{
    padding-right:0;
}
path {
    opacity: 0.5;
}
/*Progress Bar on Dashboard Page Ends Here*/

/*Search Result table on Guidelines & Statements Page*/
.search-heading{
    background-color: #f5f5f5 !important;
}
.search-pages{
    margin-left: 20px;
}

.btnNotify {
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:4px 12px;
    margin-bottom:0;
    margin-top:5px;
    font-size: 14px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    color:#333333;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat:repeat-x;
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#e6e6e6;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border:1px solid #cccccc;
    *border:0;
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *margin-left:.3em;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
/*.btnNotify:hover,
.btnNotify:focus,
.btnNotify:active,
.btnNotify.active,
.btnNotify.disabled,
.btnNotify[disabled]{
    color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;
}*/

/*Account overview page starts*/
.edit-link{
    float:right;
    text-decoration: underline;
}
.add-council-button{
    float: right;
    margin-right: 50px;
}
.upgrade-membership-button,
.renew-membership-button {
    text-align: center;
}
.councils-message{
    background-color: #f7f7f7;
    padding:25px 25px 25px;
    margin-top:30px;
    margin-bottom:50px;
}
.council-costs-overview {
    margin-left:20px;
}

.account-pp-panel-border,
.journals-section-account-overview {
    padding-left: 0;
    padding-right: 0;
}
.account-councils-panel-border{
    padding-left: 0;
    padding-right:  0;
    margin-left: 70px;
}
.summaryRow{
    margin-top: 0;
}
.councils-section,
.membership-section,
.journals-section{
    margin-left: -15px;
}

.button-section{
    margin-bottom: 40px;
}
/*account overview page ends*/

/*Search prediction on header starts here*/
.twitter-typeahead {
    display: flex !important;
}
.tt-dataset {
    min-width: 260px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;

    border: 1px solid rgba(0,0,0,.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width:100%;
    line-height: 25px;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-cursor {
    color: #fff;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
}

.tt-suggestion .tt-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}
/*Search prediction on header ends here*/

/*Membership Jumbotron starts*/
.membership-jumbotron{
    position: relative;
    min-height: 300px;
    padding: 0;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #f7f7f7;*/

    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: 50% 50%;
}
.membership-jumbotron-image{
    background-image: url(../img/sample/brand-3.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: inherit;
    position: absolute;)
}
/*Membership Jumbotron ends*/

/*Journals custom CSS*/
body.Journals .rssWidget .media-object img,
body.GuidelinesStatements .rssWidget .media-object img{
    width: 75px;
}

body.Journals .section0.UCM_316898 img {
margin-right: 10px;
}

body.Journals .section0.UCM_316898 {
    /*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);*/
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.25);
}


body.Journals .rssWidget .media-left a.media-object,
body.GuidelinesStatements .rssWidget .media-left a.media-object {
    overflow: visible;
    width: 100%;
    height: 100px;
    /*border: 0 none;*/
}

body.Journals .rssWidget .media,
body.GuidelinesStatements .rssWidget .media {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #5d5d5d;
    /*background-color: #fff;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    min-height: 230px;
}

/*Journals CSS END*/
.percentTime{
  display: table;
}

.contactInfo{
  padding-left: 0;
}

/* Breadcrumb */
.breadcrumb{
    padding: 8px 0 !important;
}

/*Join membership jumbotron*/
.joinJumbotron {
    /*top:64px;*/
}
.close-ticker {
    /*margin-right: 90px;*/
}

/* ==========================================================================
Top Utility Bar Search
========================================================================== */
/*Updated with search button instead with 'a'*/
/*6/6/2016*/
form#suggestion_form button {
    width: 40px;height: 34px;
    border-radius: 0px; border:1px solid #C1C1C1;
    background-color: #FFF;
    padding: 0;
}

form#suggestion_form button:focus {
    outline: 1px dotted #222;
    background-color: #EFEFEF;
        border-left:1px dotted;
}

form#suggestion_form .input-group-addon {
    border:0px;
    padding:0;
}
form#suggestion_form #q {
    border-right:0px;
}


/* ==========================================================================
Modal - Lightbox for Donate/Cure Campaign
========================================================================== */

/* Cure */
.modalContentSure{
    background-image: url("//static.heart.org/phd/img/cure_01.gif");
    background-repeat: no-repeat;
    height: 220px;
    margin-left: 10px;
    margin-top: 10px;
    background-size:100%;
}

.modalContentAbstract{
/*     background-image: url("//static.heart.org/phd/img/DS-9851-SS16-CFA-400x213.jpg"); */
/*     background-image: url("//static.heart.org/phd/img/DS-10191-SS16-CFA-400x213.jpg"); */
    background-image: url("//static.heart.org/phd/img/DS-10191-SS16-CFA-520x270.jpg");
    background-repeat: no-repeat;
    height: 280px;/* 220 */
/*     margin-left: 95px; */
    margin-top: 10px;
    width:100%;
    background-size:100%;
    background-position:50%;
}


/* ==========================================================================
Credit Cards Images for Payment Page
========================================================================== */
.cc-icons{
	width: 64px;

}
.cc-icons.border{
	border: 1px solid #c1c1c1;
	border-radius: 4px;
}


/*  - - -  - - - -  - - - - - - - - - -  - - - -  - - - - - - - -  - - - - - */


/*MAH Redesign- Bug 20938 - membership flow: Print from thank you page including URL*/
@media print {
  a[href]:after {
    content: none !important;
  }
}

.modalContent{
  background-image: url("//static.heart.org/phd/img/temp_mah_lightbox_donate.gif");
  background-repeat: no-repeat;
  height: 220px;
  margin-left: 95px;
  margin-top: 10px;
}
.donate-img{
  margin-top: 156px;
  margin-left: 115px;
}
.printButton {
  float:right;
  margin: 1px;
}

@media print {
	#policyBanner,
	#top-header,
	a ,
	.brand ,
	.btn	{
		display: none !important;
	}
}
/*For firefox only.*/
@media print {
	@-moz-document url-prefix() {
		.container {
			width:100%;
		}
	}
}
.landingTitle {
	margin-left: 0 !important;
}
.benefitsHeader{
	height: 55px;
}


/* Media Queries - - - - - - - - - - - - - - - - */
@media (max-width: 414px) {
    #header .col-xs-8 {
        width: 83.33333333%;
    }
    #header .col-xs-4 {
        width: 16.66666667%;
    }

    .cc-icons{
	width: 48px;
	}

}

@media (min-width: 992px) {
  .ATG_PLACEHOLDER_PROFILE_STATUS .card button.btn.btn-invert-stroke.btn-sm {
    font-size: 0.8em;
  }
  .ATG_PLACEHOLDER_PROFILE_STATUS .card #div1 {
    margin-left: 0px;
  }
}

/*Logout hover next to user name*/
.user-name span a:hover {
  color: #DF0000;
}

#submitlinksubmit {
    border: 0px solid #000;
    /* margin-left: 15px; */
    background: #DF0000;
    color: white;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 5px;
}


/* For New dashboard */

.t1-txt {
	font-size: 1.8em;
    padding-bottom: 20px;
    line-height: 1.2em
}

.t2-txt {
	font-size: 1em;
	text-transform: uppercase;
}