body, .dropdown-menu {
    font-size: 1rem;
}

.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul, #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #primary-menu > ul {
    border: none;
}

#header.full-header #primary-menu > ul {
    border: none;
}

.dark #header.transparent-header.full-header:not(.sticky-header) #header-wrap:not(.not-dark) #logo, #header.transparent-header.full-header.dark:not(.sticky-header) #header-wrap:not(.not-dark) #logo {
    border: none;
}

#header.transparent-header.full-header #logo {
    border: none;
}

#header.full-header #logo {
    border: none;
}

.datepicker {
    padding: 0.375rem 0.75rem;
}

.heading-block ~ p:not(.lead) {
    font-size: 16px;
    letter-spacing: 1px;
}

._homepage--cover {
    background-position: center !important;
}

.entry:after {
    display: none;
}

.footer-logo {
    margin: 0 auto;
    max-width: 200px;
    margin-bottom: 30px;
}

#copyrights {
    text-align: center;
}

.imgcenter {
    text-align: center;
}

.imgcenter img {
    display: block;
    margin: 0 auto;
}

#logo img {
    padding: 10px 0;
}

.section {
    margin: 0;
}

.clients-grid li a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.clients-grid li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.card-body p:last-child {
    margin-bottom: 0;
}

.table th, .table td {
    vertical-align: middle;
}

ul, ol {
    margin-left: 15px;
}

.has_error input {
    border-color: #9f191f;
}

h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #0278ae;
}

a {
    color: #0278ae;
}

#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #0278ae;
}

::selection {
    background: #0278ae;
    color: #FFF;
}

.team-title span {
    color: #0278ae;
}

.entry-title h2 a:hover {
    color: #0278ae;
}

.more-link {
    border-bottom: 1px solid #0278ae;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top: 2px solid #0278ae;
}

#primary-menu ul ul li:hover > a {
    color: #0278ae;
}

.dark #primary-menu:not(.not-dark) ul ul, .dark #primary-menu:not(.not-dark) ul li .mega-menu-content, #primary-menu.dark ul ul, #primary-menu.dark ul li .mega-menu-content {
    border-top-color: #0278ae;
}

.entry-meta li a:hover {
    color: #0278ae;
}

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    border-color: #0278ae;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.button {
    background-color: #0278ae;
}

#gotoTop:hover {
    background-color: #0278ae;
}

.mr5 {
    margin-right: 5px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.mt15 {
    margin-top: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

#projects .promo {
    padding-right: 215px;
}

@media (max-width: 991px) {
    #projects .promo a.button {
        margin: 20px 10px 0 !important;
    }
}

.text-black {
    color: #222;
}

a.text-black:hover {
    border-bottom: 1px solid #222;
}

.donate-control {
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    font-size: 55px;
    font-weight: bold;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #DDD;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#footer.dark, .dark #footer {
    background-color: #444;
}

._tools_list .entry {
    display: flex;
    align-items: center;
    justify-content: normal;
}
._tools_list .entry-content {
    margin-top: 15px !important;
}
._tools_list .entry > div:first-child {
    flex: 300px 0 0;
}
._tools_list .entry-content {
    padding-right: 65px;
}

p._pwlogos {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

p._pwlogos img {
    max-width: 25%;
    display: block;
    margin: 15px;
}

#blocks-homepage .col-lg-4 {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#blocks-homepage .col-lg-4 a.button {
    width: fit-content;
}

#blocks-homepage .col-lg-4 h3, #blocks-homepage .col-lg-4 p, #blocks-homepage .col-lg-4 ol li, #blocks-homepage .col-lg-4 ul li{
    color:#fff;
}

.slider-caption h2 {
    text-transform: none;
    font-weight: 400;
}

._programTable ._chapter {
    background-color: #0b97c4;
    color: #F2F2F2;
    padding: 8px 20px;
    border-radius: 5px;
}

._programTable h6{
    font-size: 16px;
}
._programTable h6._chapter{
    font-size: 12px;
}

._programTable ul{
    list-style: none;
    position: relative;
}

._programTable ul li{
    color: #666;
    font-size: 14px;
    position: relative;
}
._programTable ul li:before{
   content: '';
   position: absolute;
   border-right:1px solid #0b97c4;
   border-bottom:1px solid #0b97c4;
   width:6px;
   height:6px;
   top: 11px;
   left: -20px;
   transform: translateY(-50%) rotate(-45deg);
}

._speakers_list ._speaker_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
}

._speakers_list ._speaker_box:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

._conference_menu a.active {
    font-weight: bold;
}

.has-error label {
    color: #9f191f;
}

.has-error input, .has-error select, .has-error textarea {
    border-color: #9f191f;
}

@media (max-width: 575px) {
    #primary-menu-trigger {
        left: auto;
        right: 20px;
        pointer-events: all;
    }

    nav#primary-menu {
        top: 100px;
        position: absolute;
        width: 100%;
        right: 0;
        background-color: #c3c3c3;
    }

    .primary-menu-open #header.full-header #primary-menu > ul {
        display: flex !important;
        flex-direction: column;
    }
}

.section-donation h3 strong{
    color: #0278ae;
}
.section-donation .btn.btn-danger{
    background-color: #0278ae;
    border-color: #0278ae;
}
.section-donation .btn.btn-danger:hover{
    background-color: #0b97c4;
    border-color: #0b97c4;
}

.section-partners{
    padding: 80px 0;
}

.section.bg-grey{
    background-color: #F9F9F9 !important;
}

.section.bg-white{
    background-color: #fff !important;
}

.no-padding-bottom{
    padding-bottom: 0 !important;
}

.no-padding-top{
    padding-top: 0 !important;
}
