/*
*  Core style built on top of Twitter Bootstrap 3
*  General Properties

*  Color:
*

    Deep-red: #d41017 Can't use with #000 because of accessibility

    Deep red 2: #d41017 Can use with #000
    

 */

/*===============================
=            General            =
===============================*/
body {
    /*background-color: #252525;*/
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
}

h1 {
    font-weight: 300;
}

h2 {
    font-weight: 300;
}

h1, h2, h3, h4, h5, .btn{
    /*font-weight: 200;*/
    /*font-style: normal;*/
    /*text-transform: uppercase;*/
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    color: #3d3d3d;
}

a {

    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    color: #d41017;
}

a:hover{
    text-decoration: none;
    color: #DF0000;
}

.skip a {

    position: absolute;
    left: -9999px;
    top: -9999px;
    color: #000;
}

.page-header {
    text-transform: uppercase;
    border: 0;
    margin: 0;
}

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


/*adding padding 0 caused the page to break*/
.container-fluid {
    /*padding: 0;*/
}

/*================================================================
=     Spacers        =
=================================================================*/

.row, .spacer {
    margin-top: 15px;
    margin-bottom: 15px;
}

#top-header .row,
#header .row,
footer .row{
    margin-top: 0;
    margin-bottom: 0;
}



.spacer-20{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.spacer-10{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.spacer-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/*================================================================
=     Padding        =
=================================================================*/


.padding-0 {
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}

/*================================================================
=     Margins        =
=================================================================*/

.margin-0 {
    margin: 0;
}

.margin-auto {
    margin: 0 auto;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

/*30px*/

.margin-right-30 {
    margin-right: 30px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/*40px*/

.margin-right-40 {
    margin-right: 40px;
}

.margin-left-40 {
    margin-left: 40px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

/*50px*/

.margin-right-50 {
    margin-right: 50px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/*60px*/

.margin-right-60 {
    margin-right: 60px;
}

.margin-left-60 {
    margin-left: 60px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}


/*70px*/

.margin-right-70 {
    margin-right: 70px;
}

.margin-left-70 {
    margin-left: 70px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

/*80px*/

.margin-right-80 {
    margin-right: 80px;
}

.margin-left-80 {
    margin-left: 80px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

img.pull-left-10 {
    margin-right: 10px;
    float: left;

}

img.pull-right-10 {
    margin-right: 10px;
    float: right;
}



/*================================================================
=     Background Colors        =
=================================================================*/

.container-fluid.jumbotron {
    overflow: hidden;
    /*fixes the issue with overflow in the header*/
}

.jumbotron {
    background-color: transparent;
}

.bg-color-white {
    background-color: #ffffff;
    color: #000;

}

.bg-color-primary {
    background-color: #DF0000;
    color: #fff;
}

.bg-color-primary .caption {
    color: #fff;
}

.bg-color-default,
.bg-color-black {
    background-color: #222222;
    color: #fff;
}

.bg-color-default .caption,
.bg-color-default a{
    color: #fff;
}

.bg-color-default a:hover{
    /*text-decoration: underline;*/
    color: #f7f7f7;
}

.bg-color-default.sticky {
    opacity: 0.95;
    position:relative;
}


.bg-color-grey {
    background-color: #eaeaea;
}

.bg-color-lightgrey,
.box-content-wrap{
    background-color: #f7f7f7;
}

.box-content-wrap {
    padding: 20px;
    /*background-color: #f3f3f3;*/
    margin-bottom: 10px;
}

.full-bg-image {
    /*position: absolute;*/
    /*using this position hides the page on research program and meetings*/
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*Default black Overlay for wcm jumbotron*/
.bg-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}


/*white Overlay for white bg and text*/
.bg-color-white .bg-overlay,
.bg-color-grey .bg-overlay,
.bg-color-lightgrey .bg-overlay{
    background: rgba(255, 255, 255, 0.7);
}


.bg-color-white .jumbotron,
.bg-color-primary .jumbotron,
.bg-color-default .jumbotron,
.bg-color-grey .jumbotron,
.bg-color-lightgrey .jumbotron,
.bg-color-black .jumbotron {
    background-color: transparent;
}


/*BG Color with Sticky Nav*/
.sticky-wrapper .bg-color-primary a.text-muted,
.sticky-wrapper .bg-color-black a.text-muted,
.sticky-wrapper .bg-color-default a.text-muted {
    color: #fff;
}

.sticky-wrapper .bg-color-primary a.text-muted:hover,
.sticky-wrapper .bg-color-black a.text-muted:hover,
.sticky-wrapper .bg-color-default a.text-muted:hover {
    color: #f7f7f7;
}

.sticky-wrapper .bg-color-grey a.text-muted,
.sticky-wrapper .bg-color-lightgrey a.text-muted,
.sticky-wrapper .bg-color-white a.text-muted:hover {
    color: #DF0000;
}

.sticky-wrapper .bg-color-grey a.text-muted:hover,
.sticky-wrapper .bg-color-lightgrey a.text-muted:hover,
.sticky-wrapper .bg-color-white a.text-muted {
    color: #000;
}



/*================================================================
=     Borders        =
=================================================================*/


.border-0 {
    border: 0 none !important;
}

.border-1 {
    border-width: 1px;
    border-style: solid;
}

.border-1-bottom {
    border-bottom-style: solid;
    border-width: 1px;
}

.border-1-left {
    border-left-style: solid;
    border-width: 1px;
}

.border-1-right {
    border-right-style: solid;
    border-width: 1px;
}

.border-1-top {
    border-top-style: solid;
    border-width: 1px;
}

.border-1-top-bottom {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
}

hr.border-2 {
    border: 2px solid #000;
    margin-top: 0;
    margin-bottom: 0;
  }

.border-2{
    border-width: 2px;
    border-style: solid;
}



.border-2-bottom {
    border-bottom-style: solid;
    border-width: 2px;
}

.border-2-left {
    border-left-style: solid;
    border-width: 2px;
}

.border-2-right {
    border-right-style: solid;
    border-width: 2px;
}

.border-2-top {
    border-top-style: solid;
    border-width: 2px;
}

.border-2-top-bottom {
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 2px;
}

.border-color-grey {
    border-color: #eaeaea;
}

.border-color-lightgrey {
    border-color: #F7F7F7;
}

.border-color-darkgrey {
    border-color: #c1c1c1;
}

.border-color-primary {
    border-color: #df0000;
}

.border-color-default {
    border-color: #000;
}


/*================================================================
=     Alignment        =
=================================================================*/

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}



/*================================================================
=             =
=================================================================*/



.content{
    background-color: #fff;
}


.has-left-sidebar .type-page {
    float: right!important;
}

.sidebar .blank_spacer {
    height: 20px;
}

.sidebar .spb-text-heading {
    margin-bottom: 0;
    font-size: 1.429em;
    /*font-size: 20px;*/
}

.sidebar-affix.affix {
    position: fixed;
    top:0px;
    /*width:263px;*/
}
/*=============================
=            Alert            =
=============================*/
.alert {
    padding: 5px;
    margin-bottom: 10px;
}

.alert button.close {
    /*margin-top: 7px !important;*/
}

/*==============================
=            Button            =
==============================*/
.btn {
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
}
.btn {
    transition: all 0.5s ease 0s ;
}



/*==============================
=            Footer            =
==============================*/
/*font colors
* dark - 999
* light - CCC
* link - FFF
* link:hover - E4E4E4;
*/
footer{
padding: 20px 0px 0px;
color: #ccc;
background-color: #252525;
border-top-color: #333;
font-size: 12px;
}
footer .row {
/*margin-bottom: 20px;*/
}

#footer-main {
border-bottom:1px solid #333;
/*margin-bottom: 20px;*/
}

footer h6 {
text-transform: uppercase;
color: #ccc;
line-height: 18px;
font-size: 14px;
}

footer a {
/*text-transform: normal;*/
color: #ccc;
text-decoration: none;
}

footer .menu li > a {
padding: 10px 0px;
display: block;
}

footer .menu li a:hover, footer a:hover {
    color:#DF0000;
}

footer .menu li.menu-item {
    margin: 0px;
    line-height: 16px;
    border-top: 1px solid #333;
}

footer .menu li.menu-item a::before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 5px;
}



footer .menu li:first-child {
    border-top: 0px;
}

#copyright a {
    color:#fff;

}
#copyright {
    padding: 15px 0px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    border-top: 0px solid transparent;
    line-height: 14px;
    color: #ccc;
    font-size: 11px;
}

#copyright .menu li:first-child {
    border-left: 0px none;
}

#copyright nav .menu li {
    border-left:1px solid #333;
    border-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
}
#copyright nav .menu li:first-child{
    border-left:0px;
}

#copyright nav .menu li > a {
    padding: 0px;
    margin: 0px 10px;
    display: block;
    white-space: nowrap;
}

#copyright nav .menu li a::before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}

footer ul.social-icons.standard {
    display: inline-block;
}

ul.social-icons {
    height: auto;
    overflow: hidden;
    list-style: outside none none !important;
}

ul.social-icons li {
    float: left;
    display: inline-block;
    height: 36px;
}

ul.social-icons li:not(.sf-love) a {
    display: inline-block;
    padding: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.35s ease 0s;
}

ul.social-icons li:not(.sf-love) a i {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: top 0.35s ease 0s;
    width: 100%;
    margin-bottom: 31px;
}

i[class^="fa-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

ul.social-icons li.twitter a:hover {
    background-color: #00ACED;
}

ul.social-icons li.facebook a:hover {
    background-color: #3B5998;
}

ul.social-icons li.instagram a:hover {
    background-color: #517FA4;
}

ul.social-icons li.pinterest a:hover {
background-color: #CB2027;
}

ul.social-icons li.youtube a:hover {
    background-color: #B00;
}

ul.social-icons li.rss a:hover {
    background-color: #F26522;
}

ul.social-icons li a:hover {
    color: #FFF !important;
}

ul.social-icons li a:hover i {
    top: -46px;
}

ul.social-icons li.googleplus a:hover {
    background-color: #DD4B39;
}


#back-to-top {
    border-radius: 0px;
    background-clip: padding-box;
    background-color: #F7F7F7;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
    position: fixed;
    bottom: -40px;
    right: 10px;
    z-index: 1000;
    padding: 9px 12px 7px;
    cursor: pointer;
}

/*============================
=            Form            =
============================*/

.form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form-group {
    transform: translate3d(0px, 0px, 0px);
    transition-property: all;
    transition-duration: 0.5s, 0.5s;
    transition-timing-function: ease, ease;
    transition-delay: 0s, 0s;
}

.checkbox label {
    font-weight: bold;
}

/*==============================
=            Header            =
==============================*/
#header{
    background-color: #f7f7f7;
    padding-top: 0px;
    padding-bottom: 0px;

}

#header .brand {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header .brand a {
    text-decoration: none;
}

.sub-logo {
/*width: 350px;*/
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 40px;
}

.navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}

.nav>li>a:hover, .nav>li>a:focus {
    background: transparent;
}

/*Avatar area*/
.navbar .dropdown {
    display: inline-block;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
    margin-left:    -7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mobile-badge {
    z-index: 10;
}
.emeritus {
    font-size: 30px;
    font-family: "Open Sans";
    color: rgb(177, 187, 195);
    line-height: 1.2;
    text-align: center;
    -moz-transform: matrix( 0.69444444444444,0,0,0.69479166666667,0,0);
    -webkit-transform: matrix( 0.69444444444444,0,0,0.69479166666667,0,0);
    -ms-transform: matrix( 0.69444444444444,0,0,0.69479166666667,0,0);
    position: absolute;
    width: 177.989px;
    height: 177.8px;
    z-index: 9;
}
.faha {
    font-size: 30px;
    font-family: "Open Sans";
    color: rgb(177, 187, 195);
    line-height: 1.2;
    text-align: center;
    -moz-transform: matrix( 0.69444444444444,0,0,0.69479166666667,0,0);
    -webkit-transform: matrix( 0.69444444444444,0,0,0.69479166666667,0,0);
    -ms-transform: matrix( 0.69444444444444,0,0,0.69479166666667,0,0);
    position: absolute;
    left: -1.59px;
    top: 417.539px;
    width: 193.426px;
    height: 177.8px;
    z-index: 8;
}


.avatar-wrapper {
    padding: 0;
    margin-right:0px;
    /*height: 100px;*/
}

.avatar-wrapper .title {
    color: #fff;
    padding: 35px 25px 40px 25px;
    position: relative;
    text-align: center;
}

.avatar-wrapper.mobile a {
    color: #FFFFFF;
}

.avatar-wrapper .avatar-img {
    margin-left: 10px;
    line-height: 34px;
    display: block;
}

.avatar-wrapper .username {
    /*height: 50px;*/
}

.avatar-wrapper h4.user-name {
    line-height:24px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 300;
    color: #222;
}

.avatar-wrapper .label {
    font-size: .7em;
    font-weight: 200;
    text-transform: uppercase;
    padding: 5px 10px;
}

/*Mobile*/
.avatar-wrapper.mobile .avatar-img {
    margin-left: 10px;
    line-height: 34px;
    display: block;
}

.avatar-wrapper.mobile .username {
    /*height: 50px;*/
}

.avatar-wrapper.mobile h4.user-name {
    line-height:24px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 200;
    color: #fff;
}

.avatar-wrapper.mobile .label {
    font-size: .7em;
    font-weight: 200;
    text-transform: uppercase;
    padding: 5px 10px;
}


/*============================
=            Main            =
============================*/
#main{
padding: 0;
/*background-color: #FFF;*/
/*background-position:cover;*/
background-size: 100%;
}

/*====================================
=            Main Wrapper            =
====================================*/
/*Container for #header and #main*/
#mainWrapper{
    /*position: relative;*/
    /*z-index: 99;*/
    overflow: hidden;
    transition: all 0.5s ease 0s;
    transform-origin: 50% 1% 0px;
    -webkit-transform-origin: 50% 1% 0px;
    /*transform-style: preserve-3d;*/
    /*-webkit-transform-style: preserve-3d;*/
}
#top-header {
    /*position: relative;*/
    z-index: 99;
    /*overflow: hidden;*/
    transition: all 0.5s ease 0s;
    transform-origin: 50% 1% 0px;
    -webkit-transform-origin: 50% 1% 0px;
    /*transform-style: preserve-3d;*/
    /*-webkit-transform-style: preserve-3d;*/
}

.mobile-menu-open #mainWrapper, .mobile-menu-open #top-header {
    transform: translate3d(-320px, 0px, 0px);
    -webkit-transform: translate3d(-320px, 0px, 0px);
}

#main .inner-page-wrap {}
#main .inner-page-wrap .page {}
#main .inner-page-wrap .sidebar {

}

/*====================================
=            Mobile Menu Wrapper            =
====================================*/
#mobile-menu-wrap {
    position: fixed;
    top: 0px;
    right: -320px;
    z-index: 100;
    visibility: hidden;
    width: 320px;
    height: 100%;
    background: none repeat scroll 0% 0% #222;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    overflow-y: auto;
}
.mobile-menu-open #mobile-menu-wrap {
    visibility: visible;
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
    transform: translate3d(-320px, 0px, 0px);
    -webkit-transform: translate3d(-320px, 0px, 0px);
}

#mobile-menu ul li {
    border-top: 1px solid #333;
    border-bottom: 0px none;
    margin:0;
}

#mobile-menu-wrap .menu li {
    border-bottom: 1px solid #3d3d3d;
}

#mobile-menu-wrap .menu li a {
   color: #fff;
}

#mobile-menu ul.menu > li:first-child {}

#mobile-menu ul li a {
    padding: 10px 15px;
    color: #FFF;
    text-transform: uppercase;
}

#mobile-menu-wrap .sub-menu li a {
    margin-left: -1px;
    margin-right: -1px;
    color: #f7f7f7;
    background: #4c4c4c;
    font-size: 16px;
    display: block;
        padding-top: 8px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 30px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;

}


#mobile-menu ul li.active a, #mobile-menu ul li a:hover {
    color: #DF0000;
}

.mobile-search-form {
    margin: 0px;
    border-top: 1px solid #333;
    padding: 5px 15px;
    width: 100%;
    padding-bottom: 10px;
}
.mobile-search-form input[type="text"] {
    width: 90%;
    height: 40px;
}

a.mobile-menu-close {
    color: #ccc;
    font-size: 30px;
    margin-right: 10px;
}
a.mobile-menu-show {
    color: #DF0000;
    font-size: 28px;
    margin-top:18px;
}

#mobile-menu .sidebar h5 {
    color: #fff;
}

#mobile-menu-wrap .menu li:hover a.btn {
    background-color: #4c4c4c;
    color: #f7f7f7;
}


#mobile-menu-wrap .title a:hover h4 {
    color: white;
}

#mobile-menu-wrap .menu li a:hover {
    background-color: #000;
    padding-left: 0px;
}





/*===================================
=            Sidebar Nav            =
===================================*/


.nav .menu li > a{
padding: 10px 0px;
display: block;
}

.nav .menu li.menu-item {
    margin: 0px;
    line-height: 16px;
    border-top: 1px solid #e5e5e5;
}

.nav .menu li.menu-item:first-child{
    border-top: 0;
}

.nav .menu li.menu-item.active a {
    color: #000;
}

.nav .menu li.menu-item a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: right;
    text-decoration: inherit;
    font-size: 14px;
}


/*==============================
=            Navbar            =
==============================*/
.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-toggle {
    border-color: #DDD;
}

.navbar-brand {
    height: 64px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.listClass{
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    list-style-type: none;
}
.listText{
    color: #fff;
    font-size:14px;
}
.line{
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid grey;
}
.navbar-default  .navbar-nav > li > a {
    text-transform: uppercase;
    color: #555;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:active {
    background-color: transparent;
    color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #000;
}


.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}



#main-navigation {
    position: relative;
}

nav#main-navigation .menu > li > a {
    padding: 14px;
}

nav#main-navigation .menu > li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    /*padding-right: 8px;*/
    /*padding-left: 8px;*/
    transition: all 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -webkit-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    /*position: relative;*/

}


nav#main-navigation .menu > li ul.list-unstyled li {
    padding: 0 !important;
}

nav#main-navigation .menu > li > a {
    -webkit-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -moz-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -o-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    position: relative;
    text-decoration: none;
    /*letter-spacing: 1px;*/
    font-weight: 400;
}

nav#main-navigation .menu > li > a span.nav-line {
    -webkit-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -moz-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    -o-transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    left: 1px;
    bottom: 8px;
    display: block;
    width: 0;
    height: 1px!important;
    max-height: 1px!important;
    background: #fff;
}
nav#main-navigation .menu > li > a span.nav-line {
    background-color: #DF0000;
}

nav#main-navigation .menu > li:hover span.nav-line,  nav#main-navigation .menu > li.active span.nav-line {
    width: 99%;
}

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

.panel-heading{
    background-color: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-title{
    font-size: 20px;
}

/*===================================
=            Utility Bar            =
=         Top Most Header
===================================*/
#top-header {
    border-bottom:1px solid #e5e5e5;
    background-color: #fff;
}

#top-header a {
    color: #3d3d3d;
}

#top-header .menu{
    margin:0;
}

#top-header .menu > li {
    border-right: 1px solid #EAEAEA;
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
    line-height: 45px;
    height: 45px;
    vertical-align: middle;
}

#top-header .menu > li:first-child {
    border-left: 1px solid #EAEAEA;
}

#top-header .menu > li:last-child {
    border-right:0;
}

#top-header .menu > li > a {
    text-decoration: none;
    padding: 0px;
    padding: 0px 10px;
    display: block;
    white-space: nowrap;
    /*background: none repeat scroll 0% 0% transparent;*/
    text-transform: uppercase;
}

#top-header li.donate a {
    color: #fff;
}

#top-header a:hover,
.avatar-wrapper .text-muted.small:hover,
.avatar-wrapper .text-muted.small:focus {
    color: #DF0000;
}


#top-header li.donate a:hover,
#top-header li.donate a:focus{
    background-color: #d41017;
    color: #fff;
}


.menu .heart_logo a img {
    width: 45px;
    height: 45px;
}

.utility-search-wrapper {
    margin-top:6px;
    width: 300px;
}

.utility-search-input {
    border-right:0px;
}

span.utility-search-btn {
    /*background-color: transparent;*/
    padding: 0 !important;

}

#mobile-search-form .utility-search-btn {
    /*color: #fff;*/
}

#mobile-menu-wrap .utility-search-wrapper {
  width: auto;
  margin-top: 90px;
  margin-left: 10px;
  margin-right: 10px;
}


/* Navigation for utility bar */

nav.ahamenu .menu li.heart_logo:hover {
    background: url("../img/aha_logo_blk_80_blk.png") no-repeat scroll center bottom / 45px 45px transparent;
}
nav.ahamenu .menu li:first-child:hover a.aha_logo img {
    visibility: hidden;
}





/*.dropdown-menu {*/
    /*border-radius: 0px;*/
/*}*/

/*.dropdown-menu  li {*/
    /*border-top:1px solid #ccc;*/
/*}*/

/*.dropdown-menu > li:first-child {*/
    /*border-top: 0px;*/
/*}*/
/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {*/
    /*text-decoration: none;*/
    /*background-color: transparent;*/
/*}*/

/*=====================================
=            Media Queries            =
=====================================*/

/*Mobile Devices*/

@media (max-width: 414px) {
 /*IPhone portrait and smaller. You can probably stop on 320px*/

#top-header .container {padding:0}
#top-header .menu > li > a {padding:0px 6px}
#top-header .menu > li:nth-child(2) {border-right:0px}
}

/* End iPhone 5 Media Query- - - - */



/*Bootstrap XS*/
@media(max-width:767px){
    #top-header .menu li.login{
        border-left:0px;
        border-right:0px;
    }
    .sub-logo {
    /*width: 250px;*/
    }

    button.navbar-toggle {
        display: none;
    }
    .navbar-default .navbar-nav > .active > a{
        background-color: #f8f8f8;
    }
    nav#main-navigation .menu > li > a span.nav-line {
        display: none;
    }

    footer nav.misc-nav ul {
        float: left !important;
    }

    .list-heading.with-button button {
        width: 100%;
        margin: 10px 0;
    }


    #main .inner-page-wrap {}
    #main .inner-page-wrap .page {}
    #main .inner-page-wrap .sidebar {}
     #main .inner-page-wrap .sidebar::after {}

     .sidebar-affix.affix{
        position: static;
        width: 100%;
    }
    .avatar-wrapper {
        display: none;
    }
    .avatar-wrapper.mobile {
        display: block;
    }

    #flickity-gallery {
        height: initial !important;
    }

    .alert-gallery .flickity-viewport {
        height: 45px;
    }

    .alert-gallery .cell {
        padding-top: 4px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        /*overflow: hidden;*/

    }

    .flickity-viewport {
        /*top: 12px !important;*/
    }.alert-gallery
    .flickity-prev-next-button{
        display:none;
    }

}



/*Tablet Bootstrap SM*/
@media (min-width: 768px) and (max-width: 979px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-collapse.collapse{
        display: none !important;
    }

     .sidebar-affix.affix{
        position: static;
        width: 100%;
    }
    .avatar-wrapper {
        display: none;
    }

    .avatar-wrapper.mobile {
        display: block;
    }

}



@media(min-width:768px){
    .sub-logo {
        /*width: 300px;*/
    }
    nav#main-navigation .menu > li > a{
        font-size: .8em;
        padding: 12px;
    }
    .navbar-nav .dropdown .dropdown-menu ul li a {
        font-size: .8em;
    }



}

/*Bootstrap MD*/
@media(min-width:992px){

    .sub-logo {
        /*width: 300px;*/
    }
    .nav-sidebar.affix {}
    .mobile-menu-open #mainWrapper,.mobile-menu-open #mobile-menu-wrap {
        transform: translate3d(0px, 0px, 0px);
    }


}
/*Bootstrap LG*/
@media(min-width:1200px){
    nav#main-navigation .menu > li > a {
        font-size: 1em;
        padding: 14px;

    }

    .navbar-nav .dropdown .dropdown-menu ul li a {
        font-size: 1em;
    }

}



.thumbnail {
    background: transparent;
}

.imageBasedWidget .thumbnail {
    margin-bottom: 0;
}

.imageBasedWidget .caption h3 {
    margin-top: 10px;
}

/*.thumbnail .caption p:last-child{*/
    /*margin-bottom: 0;*/
/*}*/

.img-responsive {
    width: 100%;
}
/*Privacy Statement*/
.privacyStatement{
    margin-left: 15px;
    margin-top: 10px;
}

/*Panels*/
.panel-default {
    border-color: #d6e1e5;
}
.panel-heading {
    color: #364347;
    background-color: #e1eef3;
    border-color: #d6e1e5;
}
.panelHeading{
    height:50px;
}
.summaryHead{
    margin-top:4px;
    padding-left: 0px;
}
.cost{
    float:right;
    padding-left:65px;
    margin-top: 5px;
}
.costPopUp{
    float:right;
    padding-left:65px;
}
.buttonEdit{
    margin-top:8px;
    height: 22px;
}
.membershipTier{
    padding-left: 0px;
}
.careerCost{
    float:right;
    margin-right: 25px;
}
.councilCost{
    float:right;
    padding-left: 79px;
}
.totalCost{
    float:right;
}
.total{
    padding-left:0px;
}
.profileSummary{
    padding-left:40px;
}
.note{
    margin-top: 10px;
}
/*Next Button*/
.next{
    padding-left: 0px;
}
/*Journals*/
.print{
    padding-left: 0px;
}
/*Modal for early career and student/trainee on membership.html*/
.titlePopUp{
    background-color: #f2f2f2;
}
.careerForm{
    margin-left:20px;
}
.careerModal{
    margin-left: 20px;
}
.radioMargin{
    margin-bottom:10px !important;
}
.learningLibrary{
    margin-bottom:10px !important;
}
.titleMD{
    background-color: #f2f2f2;
    height: 70px;
}
.titleMDI{
    background-color: #f2f2f2;
    height: auto;
}
.moreInfo{
    color: red;
}
.listModal{
    margin-left:20px
}
.listMargin{
    margin-bottom:25px;
}

/*pagination for latest science news page*/

.timestamp{
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.indicatorTag{
    float: left;
}
.scienceNewsArticle{
    margin-top: 20px;
}
.textHeading{
    margin-left: 15px;
}
.topicClass{
    margin-bottom: 5px;
}

/* AddThisEvent theme CSS
---------------------------------------------------------------------- */

/* General */

.addthisevent {
    text-decoration: none;
}

.cal_icon {
    margin-top: -5px;
}


.addthisevent 							{visibility:hidden; text-decoration: none;}
.addthisevent span 						{display:none!important;}
.addthisevent .data 					{display:none!important;}

/* The button */
.addthisevent-drop 						{display:inline-block;position:relative;z-index:1 !important;font-family:"Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:300;color:#333;text-decoration:none;font-size:16px;cursor:pointer;}
/*.addthisevent-drop:hover 				{color:#555;font-size:16px;text-decoration:none;}*/

/* The drop down */
.addthisevent_dropdown 					{width:240px;position:absolute;z-index:1 !important;padding:6px 0px 0px 0px;background:#fff;text-align:left;display:none;margin-top:4px;margin-left:-1px;border-top:1px solid #c8c8c8;border-right:1px solid #bebebe;border-bottom:1px solid #a8a8a8;border-left:1px solid #bebebe;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow:1px 3px 6px rgba(0,0,0,0.15);-moz-box-shadow:1px 3px 6px rgba(0,0,0,0.15);box-shadow:1px 3px 6px rgba(0,0,0,0.15);}
.addthisevent_dropdown span 			{display:block;line-height:100%;background:#fff;text-decoration:none;font-size:14px;color:#333;padding:9px 10px 9px 40px;}
.addthisevent_dropdown span:hover 		{background-color:#f4f4f4;color:#000;text-decoration:none;font-size:14px;}
.addthisevent_dropdown em 				{color:#999!important;font-size:12px!important;}
.addthisevent_dropdown .frs 			{background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:normal!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addthisevent_dropdown .frs:hover 		{color:#999!important;}
.addthisevent_dropdown .ateappleical 	{background-image:url(../img/calendar_icons/dropdown-apple-t1.png);background-position:13px 50%;background-repeat:no-repeat;}
.addthisevent_dropdown .ateoutlook 		{background-image:url(../img/calendar_icons/dropdown-outlook-t1.png);background-position:13px 50%;background-repeat:no-repeat;}
.addthisevent_dropdown .ateoutlookcom 	{background-image:url(../img/calendar_icons/dropdown-outlook-t1.png);background-position:13px 50%;background-repeat:no-repeat;}
.addthisevent_dropdown .ategoogle 		{background-image:url(../img/calendar_icons/dropdown-google-t1.png);background-position:13px 50%;background-repeat:no-repeat;}
.addthisevent_dropdown .ateyahoo 		{background-image:url(../img/calendar_icons/dropdown-yahoo-t1.png);background-position:13px 50%;background-repeat:no-repeat;}
.addthisevent_dropdown .atefacebook 	{background-image:url(../img/calendar_icons/dropdown-facebook-t1.png);background-position:13px 50%;background-repeat:no-repeat;}
.addthisevent_dropdown .copyx 			{height:21px;display:block;position:relative;cursor:default;}
.addthisevent_dropdown .brx 			{height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:1 !important;left:10px;right:10px;top:9px;}

.breadcrumb-wrapper{
    border : 2px solid #eaeaea;
}

.buttonBottom{
    margin-bottom: 25px;
}

/*Code for Accessible Mega-menu*/
/*ul.sub-nav.open {*/
    /*!*display: block !important;*!*/
/*}*/
#Journals ul.sub-nav.open {
    display: none !important;
}
/*Code for Accessible Mega-menu*/


/*Flickity alert overwrite*/
.alert-gallery .flickity-viewport {
    position: static;
    /*display: inline-block;*/
    /*height: 45px;*/
}
/*Flickity overwrite*/
.flickity-viewport {
    /*top: 12px;*/
}
.flickity-page-dots{
    /*remove this because of the auto height on Flickity*/
    /*bottom: 25px !important;*/

    padding-bottom: 10px;
    padding-top: 10px;
    bottom: 0;
    /*margin: 0;*/
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.alert-gallery {
    height: 45px;
    overflow: hidden;

}
.testimonial-gallery {
    /*height: 270px;*/
    visibility: hidden;
    padding: 20px;
}
.alert-gallery .cell {
    /*visibility: hidden;*/
    height: 45px;
    padding-top: 12px;
    padding-left: 45px;
    padding-right: 45px;
}

.alert-gallery .flickity-prev-next-button.next,
.alert-gallery .flickity-prev-next-button.previous {
    background: transparent;
}

.close-ticker {
    position: absolute;
    top: -30%;
    right: 15px;
    width: 34px;
    height: 34px;
    font-size: 30px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    opacity: 1;
    background: #fff !important;


}

.close-ticker span {
    line-height: 1em;
    margin-top: -5px;
    display: block;
}


.flickity-slider {
    text-align: center;
}
.flickity-slider .lead {
    line-height: 1.2em;
    font-size: 16px;
}
.flickity-slider .small {
    padding:5px 0;
}

.flickity-prev-next-button.next {
    right: -50px;
}

.flickity-prev-next-button.previous {
    left: -50px;
}

.alert-gallery .flickity-prev-next-button.previous {
    left: 0;
}

.alert-gallery .flickity-prev-next-button.next {
    right: 0;
}


.sidebar .flickity-prev-next-button.next,
.sidebar .flickity-prev-next-button.previous {
    display: none;
}

.bottom-0{
    margin-bottom: 0px;
}
/*Flickity Overwrite ends*/

.padding-left-0{
    padding-left: 0;
}

/*Overwriting chosen css min-width*/
.chosen-container-single .chosen-search input[type="text"]{
    min-width:  90px !important;
}
/*Overwriting chosen css min-width*/

/*CSS for Search Result page */
.displaySearch {
	float: left;
	padding-right: 25px;
}
.displaySection {
	right: -70px;
}
.searchMatch {
	padding-left: 0px; !important
}
#searchGoogleContent .pagination>li:first-child>a,
#searchGoogleContent .pagination>li:first-child>span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#searchGoogleContent .pagination {
	margin-top: -10px; !important
}
#searchGoogleContent .pagination>li>a,
#searchGoogleContent .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #3277B3;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
#searchGoogleContent .dotted{
	border-bottom: 1px dotted #ebebeb;
	padding-left: 0px;
}
#ahaContentLeft .nav-tabs,
#ahaContentLeft .nav-pills {
	margin-bottom: 10px;
}
#ahaContentLeft .custom-nav-pills {
	padding: 0px 0px 0px 20px;
	border-bottom: 1px solid #ebebeb;
}
#ahaContentLeft .custom-nav-pills.nav-pills>li.active,
#ahaContentLeft .custom-nav-pills.nav-pills>li.active:hover {
	border-bottom: 3px solid #dd4b39;
}
#ahaContentLeft .custom-nav-pills.nav-pills>li a:hover {
	border-bottom: 3px solid #dd4b39;
}
#ahaContentLeft .custom-nav-pills.nav-pills>li.active a {
	background-color: #fff;
	color: #D63924;
}
#ahaContentLeft .nav-pills > li > a {
	font-size: 14px;
}
#ahaContentLeft .custom-nav-pills a {
	color: #757575;
	text-align: center;
	white-space: nowrap;
}
#ahaContentLeft .page-link {
	cursor: pointer;
}
#ahaContentLeft .nav>li>a:hover {
	background-color: transparent;
	color: #D63924;
	border-bottom: solid #dd4b39;
}
#searchGoogleContent .result-bin {
	border-bottom: 2px solid #eaeaea;
	padding: 10px 0;
	background-repeat: no-repeat;
	background-position: 20px 4px;
	background-size: 20px auto;
}
#searchGoogleContent .result-bin a {
	margin-left: 5px;
}
#searchGoogleContent .result-bin a span {
    color: #0267AC;
	font-weight: normal;
	font-size: 18px;
	text-decoration: underline;
}
#searchGoogleContent .result-bin:hover {
	background-color: #EAEAEA;
	border-radius: 4px;
	text-decoration: initial;
}
#pageNumber .pagination {
	margin-top: 20px; !important
}
#pageNumber .pagination li a {
	border-top-left-radius: 4px; !important
	border-bottom-left-radius: 4px; !important
}
#searchGoogleContent .pagination li a:hover,
#pageNumber .pagination li a:hover {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
#pageNumber .pagination a.page-link.active {
	color: black;
}
/*CSS for Search Result page Ends*/

.lock-content {
    width: 320px;
    margin: 0 auto;
    float: none;
    padding: 20px;
    clear: both;
}

.lock-content .spb-text-heading {
    padding-left:0;
}

#toast-container>div {
    opacity: 0.95 !important;
}

/*accessibility fix - Link identified only by color*/

.panel-body,
.alert-warning,
.thumbnail .caption {
    color: inherit;
}
