#main-nav .navbar-nav>li>a:hover, #main-nav .navbar-nav>li.active>a, 
#main-nav .navbar-nav>li.dropdown.open>a, #main-nav .navbar-nav>li>a:hover {
  border-color: #389EB5;
}
body:not(.home) #header-bottom,
#main-nav .dropdown-menu>li>a:hover, .dropdown-menu>.active>a,
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: #AADDE6 !important;
}
#header-bottom, body:not(.home) main {
  background: #AADDE6;
  background: linear-gradient(to bottom,#AADDE6 0%,#389EB5 60%);
}
#exclusiveURLs::before,
.button.inverted::after, .button::before {
  background-color: #389EB5;
}
.button:hover, .btn:hover, .button.inverted,
.contact-info-section {
  color: #389EB5;
}
body.more #more-content>.row::after, body.more2 #more-content>.row::after, 
body.more3 #more-content>.row::after, #view-article-content>.row::after, 
#contact-content>.row::after, body.more #more-content>.row::before, 
body.more2 #more-content>.row::before, body.more3 #more-content>.row::before, 
#view-article-content>.row::before, #contact-content>.row::before {
  background-color: rgba(0, 18, 123, 0.71);
}

body.pdf #header-bottom,
body.articles-list #header-bottom,
#recent-articles .all-articles::before {
  background-color: #AADDE6 !important;
}
#recent-articles .all-articles:hover {
  color: #AADDE6;
}
#recent-articles,
body.pdf main,
body.articles-list > main {
  background: #AADDE6;
}

.button:hover, .btn:hover, .button.inverted, .contact-info-section {
    color: #af99ca;
}

#main-nav .navbar-nav>li>a:hover, #main-nav .navbar-nav>li.active>a, #main-nav .navbar-nav>li.dropdown.open>a, #main-nav .navbar-nav>li>a:hover {
    border-color: #af99ca;
}

#exclusiveURLs::before, .button.inverted::after, .button::before {
    background-color: #af99ca;
}


body.more #more-content>.row::after, body.more2 #more-content>.row::after, body.more3 #more-content>.row::after, #view-article-content>.row::after, #contact-content>.row::after, body.more #more-content>.row::before, body.more2 #more-content>.row::before, body.more3 #more-content>.row::before, #view-article-content>.row::before, #contact-content>.row::before {
    background-color: #67c7ed;
}

#header-bottom, body:not(.home) main {
    background: #67c7ed;
    background: linear-gradient(to bottom,#67c7ed 0%,#af99ca 60%);
}

body:not(.home) #header-bottom, #main-nav .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #67c7ed !important;
}

body:not(.home) #hero-title h2 {
    position: relative;
    color: #000;
    background-color: transparent;
    font-size: 6em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .2;
    margin: auto;
    padding: 0px 15px;
    text-align: center;
    width: 100%;
    margin-top: -100px;
}

a {
    color: #af99ca;
}

textarea.form-control {
    height: 230px;
}