/* Sto, if you change the name of the header id, be sure to update all references to it in this file. */
/* A simple find/replace should do the trick. */
header#ds-header {
    position: relative;
    background: #ffffff;
    width: 100%;
    z-index: 1049;
}
header#ds-header > .container {
    z-index: 50;
}
header#ds-header .head-main {
    display: flex;
    justify-content: space-between;
    z-index: 999;
    color: #111111;
    width: 100%;
    align-items: center;
}
header#ds-header .head-main .logo {
    padding: 10px 40px 10px 10px;
    max-height: 100px;
    max-width: 250px;
}
header#ds-header .head-main .logo img {
    max-height: 40px;
    min-width: 218px;
}
header#ds-header .head-main .nav-trigger {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    z-index: 10;
}
header#ds-header .head-main .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
header#ds-header .head-main .nav-trigger span,
header#ds-header .head-main .nav-trigger span:before,
header#ds-header .head-main .nav-trigger span:after {
    position: absolute;
    background-color: #111111;
    height: 3px;
    width: 35px;
}
header#ds-header .head-main .nav-trigger span::before,
header#ds-header .head-main .nav-trigger span::after {
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
header#ds-header .head-main .nav-trigger span::before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}
header#ds-header .head-main .nav-trigger span::after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
header#ds-header .head-main .nav-trigger.nav-open span {
    background-color: transparent;
}
header#ds-header .head-main .nav-trigger.nav-open span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header#ds-header .head-main .nav-trigger.nav-open span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header#ds-header .head-main nav {
    display: none;
}
header#ds-header .head-main nav li.dropdown.active-toggle .dropdown-toggle {
    background-color: #e9f1fc;
    border-radius: 6px;
}
header#ds-header .head-main nav li.dropdown.active-toggle .dropdown-toggle div:after {
    transform: translateY(-50%) rotate(180deg);
}
header#ds-header .head-main nav li.dropdown.active-toggle:after {
    content: '';
    background: url(/img/icons/rounded-chev-down.svg) no-repeat center center;
    width: 50px;
    height: 25px;
    position: absolute;
    display: block;
    bottom: -8px;
    transform: translateX(-50%) rotate(180deg) scaleX(1.5);
    left: 50%;
}
header#ds-header .head-main nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
header#ds-header .head-main nav ul li.dropdown {
    cursor: pointer;
}
header#ds-header .head-main nav ul li.dropdown .dropdown-toggle div {
    padding-right: 15px;
    cursor: pointer;
}
header#ds-header .head-main nav ul li.dropdown .dropdown-toggle div:after {
    content: '';
    background: url(/img/icons/rounded-chev-down.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
header#ds-header .head-main nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 10px;
}
header#ds-header .head-main nav ul li a,
header#ds-header .head-main nav ul li .dropdown-toggle {
    color: #111111;
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    height: 100%;
    position: initial;
}
header#ds-header .head-main nav ul li .dropdown-toggle:hover {
    background-color: #e9f1fc;
    border-radius: 6px;
}
header#ds-header .head-main .extra-menu {
    display: none;
    margin-left: auto;
}
header#ds-header .head-main .extra-menu a {
    color: white;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
header#ds-header .head-main .extra-menu .outline-btn {
    border: 1px solid white;
    font-size: 17px;
}
header#ds-header .head-main .extra-menu .search-link img {
    width: 25px;
    height: 25px;
}
header#ds-header .head-main .extra-menu .white-btn {
    background: white;
    color: #a41c1f;
    font-size: 17px;
}
header#ds-header .head-main .extra-menu .hide-nav-menu {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}
header#ds-header .head-main .extra-menu .hide-nav-menu img {
    width: 25px;
    height: 20px;
}
header#ds-header .pn-dropdown-menu {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 997;
    width: 100%;
    top: 100%;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease;
    transition-behavior: allow-discrete;
    border-top: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 0;
    border-radius: 0;
}
header#ds-header .pn-dropdown-menu.drop-shown {
    display: flex;
    opacity: 1;
    max-height: 1000px;
    padding: 40px 0;
}
header#ds-header .pn-dropdown-menu.drop-hidden .menu-container {
    display: none;
}
header#ds-header .pn-dropdown-menu .menu-container {
    display: flex;
}
header#ds-header .pn-dropdown-menu .menu-video {
    display: none;
    min-width: 30%;
    max-width: 30%;
    border-right: 1px #c8c8c8 solid;
    padding: 0 40px;
    align-items: center;
}
header#ds-header .pn-dropdown-menu .menu-video .rankings-menu-video,
header#ds-header .pn-dropdown-menu .menu-video .fantasy-menu-video {
    display: none;
}
header#ds-header .pn-dropdown-menu .menu-video .vid-title {
    font-size: 18px;
    font-weight: 700;
    color: #043173;
    margin-bottom: -5px;
}
header#ds-header .pn-dropdown-menu .menu-video .vid-desc {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    line-height: 16px;
    margin-top: 5px;
}
header#ds-header .pn-dropdown-menu .menu-video .vid-link a {
    color: #fff;
    background-color: #a41c1f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 5px;
}
header#ds-header .pn-dropdown-menu .menu-video .video-container a.video-link {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
header#ds-header .pn-dropdown-menu .menu-video .video-container a.video-link::before {
    content: '';
    background: url(/img/icons/play-button.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translate(-59%, -50%);
    height: 20%;
    width: 20%;
    top: 70%;
    opacity: 0.7;
}
header#ds-header .pn-dropdown-menu .menu-video.video-displayed {
    display: flex;
}
header#ds-header .pn-dropdown-menu .menu-video.rankings-video-displayed .rankings-menu-video {
    display: block;
}
header#ds-header .pn-dropdown-menu .menu-video.fantasy-video-displayed .fantasy-menu-video {
    display: block;
}
header#ds-header .pn-dropdown-menu .has-video {
    padding: 0 40px;
}
header#ds-header .pn-dropdown-menu .drop-content {
    display: none;
    flex-grow: 1;
    flex-wrap: wrap;
}
header#ds-header .pn-dropdown-menu .drop-content .header-link-filter {
    width: 100%;
    display: flex;
    align-items: center;
}
header#ds-header .pn-dropdown-menu .drop-content .header-link-filter .drop-filter-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
header#ds-header .pn-dropdown-menu .drop-content .header-link-filter .drop-filter-button {
    background-color: #fff;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid rgb(0, 0, 0);
    margin-left: 10px;
    cursor: pointer;
}
header#ds-header .pn-dropdown-menu .drop-content .header-link-filter .drop-filter-button.active-filter {
    color: #fff;
    border-color: #041944;
    background: #041944;
}
header#ds-header .pn-dropdown-menu .drop-content .link-lists {
    display: flex;
    margin-top: 20px;
    width: 100%;
}
header#ds-header .pn-dropdown-menu .drop-content .link-lists .link-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
header#ds-header .pn-dropdown-menu .drop-content .link-lists .link-list .list-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #043173;
}
header#ds-header .pn-dropdown-menu .drop-content .link-lists .link-list a {
    color: #000000;
    text-decoration: none;
    margin: 2px 0;
}
header#ds-header .pn-dropdown-menu .drop-content .link-lists .link-list a :hover {
    color: #000000;
}
header#ds-header .pn-dropdown-menu .drop-content .link-lists .link-list a.disable-filtered-link {
    color: #777777;
}
header#ds-header .pn-dropdown-menu .drop-content a.read-all {
    color: #333;
    font-family: proxima-nova, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    font-size: 1.2em;
}
header#ds-header .pn-dropdown-menu .drop-content li {
    list-style: none;
    width: 100%;
    padding: 0 10px;
}
header#ds-header .pn-dropdown-menu .drop-content .dropdown-header {
    color: #043173;
    font-family: 'endzone', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 15px;
}
header#ds-header .pn-dropdown-menu .drop-content #advice .draft-sharks-university a {
    font-size: 1.25rem;
}
header#ds-header .pn-dropdown-menu .drop-content #my-teams .label {
    display: none;
}
header#ds-header .pn-dropdown-menu .drop-content .teams .title,
header#ds-header .pn-dropdown-menu .drop-content .my-teams-top .title,
header#ds-header .pn-dropdown-menu .drop-content .team.col-mobile .title {
    background: #043173 0% 0% no-repeat padding-box;
    border-radius: 5px 5px 0px 0px;
    color: white;
    padding: 14px 4em 14px 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    display: block;
    line-height: 1em;
}
header#ds-header .pn-dropdown-menu .drop-content .teams .title span,
header#ds-header .pn-dropdown-menu .drop-content .my-teams-top .title span,
header#ds-header .pn-dropdown-menu .drop-content .team.col-mobile .title span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header#ds-header .pn-dropdown-menu .drop-content .teams .title a.league-settings,
header#ds-header .pn-dropdown-menu .drop-content .my-teams-top .title a.league-settings,
header#ds-header .pn-dropdown-menu .drop-content .team.col-mobile .title a.league-settings {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 100%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url('/img/icons/gear.svg') center center no-repeat;
    background-size: 40%;
    filter: brightness(0) invert(1);
}
header#ds-header .pn-dropdown-menu .drop-content .teams .title a.league-settings:active,
header#ds-header .pn-dropdown-menu .drop-content .my-teams-top .title a.league-settings:active,
header#ds-header .pn-dropdown-menu .drop-content .team.col-mobile .title a.league-settings:active {
    transform: scale(0.96);
}
header#ds-header .pn-dropdown-menu .drop-content .my-teams-menu-mobile .big-two-buttons {
    margin-top: 20px;
}
header#ds-header .pn-dropdown-menu .drop-content .teams.teams-1,
header#ds-header .pn-dropdown-menu .drop-content .my-teams-top .teams.teams-1 {
    justify-content: flex-start;
}
header#ds-header .pn-dropdown-menu .drop-content .team.add-team-box {
    margin-left: 15px;
    display: flex;
    border: 1px solid #86a2cb;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 20px;
}
header#ds-header .pn-dropdown-menu .drop-content .teams-0 .team.add-team-box {
    margin-left: 0;
}
header#ds-header .pn-dropdown-menu .drop-content .teams .team .buttons,
header#ds-header .pn-dropdown-menu .drop-content .my-teams-top .teams .team .buttons {
    display: flex;
    justify-content: space-between;
}
header#ds-header .pn-dropdown-menu .drop-content .teams .team .btn {
    width: 32%;
    float: left;
}
header#ds-header .pn-dropdown-menu .drop-content.content-displayed {
    display: flex;
}
header#ds-header .pn-dropdown-menu .leagues-drop-content #my-teams .user-top-leagues .team .buttons .grey-btn.btn {
    border: none;
}

.show-header-tag {
    text-align: right;
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    animation-delay: 1s;
    opacity: 0;
    z-index: 999;
}

.ds-mobile-dropdown {
    background: #003171;
    position: absolute;
    color: #fff;
    top: 70px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1046;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.3, 1, 0.3, 1);
}
.ds-mobile-dropdown #drop-menu-1 ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    border-bottom: 1px solid #fff;
    width: 90%;
    padding: 0 0 25px 0;
    margin: auto;
}
.ds-mobile-dropdown #drop-menu-1 ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    padding: 10px 25px;
    margin: 5px 0px;
}
.ds-mobile-dropdown #drop-menu-1 .white-search img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    transform: translateY(-2px);
}
.ds-mobile-dropdown #drop-menu-1 .mobile-login {
    width: 90%;
    padding: 25px;
    margin: auto;
}
.ds-mobile-dropdown #drop-menu-1 .mobile-login a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}
.ds-mobile-dropdown #drop-menu-2 {
    background: #fff;
}
.ds-mobile-dropdown #drop-menu-2 #advice .recent-articles ul li a,
.ds-mobile-dropdown #drop-menu-2 #advice .podcasts ul li a {
    margin-left: 5px;
}
.ds-mobile-dropdown #drop-menu-2 a.back-menu-link {
    color: rgb(142, 142, 142);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 30px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
.ds-mobile-dropdown #drop-menu-2 a.back-menu-link:before {
    content: url(/img/icons/expand-arrow.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(270deg);
}
.ds-mobile-dropdown #drop-menu-2 .mobile-head-title {
    font-size: 25px;
    font-weight: 700;
    color: #043173;
    margin: 15px 0;
    padding-left: 30px;
}
.ds-mobile-dropdown #drop-menu-2 .header-link-filter {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 30px;
    column-gap: 10px;
}
.ds-mobile-dropdown #drop-menu-2 .header-link-filter .drop-filter-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
}
.ds-mobile-dropdown #drop-menu-2 .header-link-filter .drop-filter-button {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    cursor: pointer;
}
.ds-mobile-dropdown #drop-menu-2 .header-link-filter .drop-filter-button.active-filter {
    color: #000;
    border-color: #000;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    padding-left: 30px;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 1px solid rgb(200, 200, 200);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list .list-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #043173;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list .list-title:after {
    content: '-';
    color: #333;
    position: absolute;
    right: 1rem;
    font-weight: normal;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list a {
    color: #000000;
    text-decoration: none;
    margin: 2px 0;
    display: block;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list a :hover {
    color: #000000;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list a.disable-filtered-link {
    color: rgba(0, 0, 0, 0.15);
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list.border-none {
    border-bottom: none;
    height: 0px;
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list.collapse-links-show .list-title:after {
    content: '+';
}
.ds-mobile-dropdown #drop-menu-2 .link-lists .link-list.collapse-links-show a {
    display: none;
}

header#ds-header.header-hidden {
    height: 0;
    visibility: hidden;
}

/**
 * Starting to put main nav stuff here instead of in the site.css file. Currently
 * there's an issue that the mobile and main nav use totally different layouts and
 * classes and that should all be made consistent so that we don't have double
 * the CSS when it's not necessary. This is just the start of trying to fix that.
 */
.ds-main-nav .dropdown-header {
    color: #043173;
    font-family: proxima-nova, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 15px;
}
.ds-main-nav .dropdown .grey-btn {
    margin-bottom: 10px;
    max-width: 170px;
    line-height: 1.2em;
}
.ds-main-nav .dropdown .analysis-col a:hover,
.ds-main-nav .dropdown .read-all:hover {
    color: #053376;
    text-decoration: none;
}
.ds-main-nav .dropdown a.read-all {
    color: #333;
    font-family: 'endzone', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 0;
    font-size: 25px;
}

#advice li {
    list-style-type: none;
}
#advice .d-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}
#advice .row > div {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
@media (min-width: 992px) {
    #advice .row > div {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
}
#advice .draft-sharks-university .d-grid {
    font-size: 1rem;
    margin-top: 1rem;
}
#advice .draft-sharks-university .d-grid img {
    max-width: 20%;
}
#advice .draft-sharks-university a {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
}
#advice .draft-sharks-university .dsu-logo {
    max-width: 75%;
    height: 50px;
}
@media (min-width: 992px) {
    #advice .draft-sharks-university .d-grid {
        grid-template-columns: 1fr;
    }
    #advice .draft-sharks-university a {
        font-size: 1.25rem;
    }
}
#advice .categories .d-grid {
    margin-bottom: 2rem;
}
#advice .categories .d-grid .grey-btn {
    max-width: initial;
    border: 1px solid #ebebeb;
    font-weight: bold;
}
#advice .recent-articles ul {
    padding-left: 0;
}
#advice .recent-articles li {
    margin-bottom: 1.1rem;
    border-left: 2px solid #043173;
}
#advice .podcasts ul {
    padding-left: 0;
}
#advice .podcasts li {
    margin-bottom: 1.1rem;
    border-left: 2px solid #043173;
}
#advice .recent-articles ul a,
#advice .podcasts ul a {
    font-size: 0.85rem;
    line-height: 1;
    color: rgb(2, 2, 2);
}

@media (min-width: 992px) {
    header#ds-header .head-main .nav-trigger {
        display: none;
    }
    header#ds-header .head-main nav {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    header#ds-header .head-main .extra-menu {
        display: flex;
        align-items: center;
    }
}
/**
 * A subnavigation used on mobile, previously with the class .filter-by-link
 * was used on blog, article, and shark bites pages. As we are updating this
 * subnav on articles and blog pages I'm cleaning up and redoing the css to
 * have a more generic mobile-subnav class and style
 */
.mobile-subnav {
    background: #dddee4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    padding: 10px 0;
    position: relative;
}
.mobile-subnav img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
}
.mobile-subnav .nav-toggle,
.mobile-subnav .nav-toggle:focus,
.mobile-subnav .nav-toggle:hover {
    color: #043173;
}
.mobile-subnav .nav-toggle {
    font-size: 25px;
    font-family: 'endzone', sans-serif;
    position: relative;
    display: block;
    color: #043173;
}
.mobile-subnav .nav-toggle:not(.collapsed) {
    margin-bottom: 0.75rem;
}
.mobile-subnav .nav-toggle:after {
    content: url(/img/icons/expand-arrow.svg);
    position: absolute;
    width: 20px;
    height: 12px;
    right: 0;
    transform: rotate(180deg);
    transform-origin: 12px 20px;
}
.mobile-subnav .nav-toggle.collapsed:after {
    transform: rotate(90deg);
}

.lightblue-gradient-bg .mobile-subnav {
    margin-top: -40px;
}

@media (min-width: 992px) {
    .mobile-subnav {
        display: none;
    }
}

/*# sourceMappingURL=header.css.map */

/**
 * Sto Added CSS
 */

.dropdown-header-link {
    font-weight: 600;
    font-size: 0.9em;
}

a.dropdown-header-link {
    color: #111111;
}

a.dropdown-header-link:hover {
    color: #111111;
}

a.dropdown-link:hover {
    color: #111111;
}

.dropdown-link {
    font-size: 0.9em;
}

a.dropdown-link {
    color: #111111;
}

.dropdown-link-all {
    font-size: 0.9em;
    font-weight: 600;
}

.li-nav-bottom {
    margin-top: 20px;
}

a.dropdown-link-all {
    color: #002b5c;
}

a.dropdown-link-all:hover {
    color: #002b5c;
}

.dropdown-row {
    display: flex;
}

.dropdown-column-4 {
    display: flex;
    flex-direction: column;
    width: 300px;
    margin-right: 60px;
}

.dropdown-column-3 {
    display: flex;
    flex-direction: column;
}

.dropdown-link-ul li a {
    padding: 12px 15px !important;
}

.dropdown-link-ul li a:hover {
    background-color: #e9f1fc;
    border-radius: 6px;
}

.dropdown-link-ul li a:hover {
    text-decoration: none;
}

header#ds-header .pn-dropdown-menu .drop-content li {
    margin-bottom: 15px;
}

.icon-box-title {
    font-weight: 600;
    margin-bottom:12px;
    font-size: 0.9em;
}

.dropdown-column-3 a {
    color:#111111;
}

.dropdown-column-3 a:hover {
    text-decoration: none;
    color: #111111;
}

.icon-box-desc {
    font-size: 0.9em;
}

.dropdown-icon-box {
    padding:10px 25px 35px 25px;
}

.dropdown-icon-box:hover {
    background-color: #e9f1fc;
    border-radius: 12px;
}

.drop-wide {
    width:1350px;
}

.icon-adjust img {
    max-height:60px;
}

.transform-cap {
    text-transform: capitalize;
}

.ftwentyfive {
    font-size: 25px;
}

.martop3 {
    margin-top: 3em;
}

.profile-icon-padding {
    padding-left:8px;
    padding-right:8px;
}

.button-fill {
    height:43px;
}
