.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-5th {
    width: 20%;
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-sm-5th {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .col-md-5th {
        width: 20%;
    }
}

@media (min-width: 1024px) {
    .col-lg-5th {
        width: 20%;
    }
}

main html {
    min-width: 320px;
}

main .btn,
main .btn:active,
main .btn:focus {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.75em 1.2em 0.65em;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background-color: #1c88c7;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
    text-decoration: none;
}

main .btn:hover {
    background-color: #007BB6;
    text-decoration: none;
    color: #fff;
}

main .btn-2,
main .btn-2:active,
main .btn-2:focus {
    background: #03324c;
    text-transform: none;
    text-align: left;
}

main .btn-2:hover {
    background: #36bae2;
    color: #f6f6f6;
}

main .btn-3,
main .btn-3:active,
main .btn-3:focus {
    background: #d8e8f5;
    color: #03324c;
    text-transform: none;
    text-align: left;
}

main .btn-3:hover {
    background: #36bae2;
    color: #f6f6f6;
}

main .breadcrumb {
    padding: 0 0 .5em;
}

main .intro {
    background-color: #f9f8f6;
    font-size: 1.1em;
    padding: 1em;
    line-height: 1.4;
    color: #3d3c3a;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-normal);
    text-transform: none;
    margin-bottom: 1.2em;
}

main .title {
    margin: .2em 0 .75em;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    color: #022C42;
}

main .sec-search .sec-refinements .title {
    margin: 0;
}

main .section {
    margin-bottom: 3em;
}

main .section:before,
main .section:after {
    content: " ";
    display: table;
}

main .section:after {
    clear: both;
}

main .section-title-wrap {
    position: relative;
}

main .section-title {
    border-bottom: 1px solid #e4e3e3;
    margin-bottom: .5em;
    padding-right: 0;
    padding-bottom: .2em;
    text-transform: none;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    font-size: 20px;
}

main .section-title-image {
    height: 4em;
    max-width: 10em;
    margin-bottom: .35em;
    display: flex;
    align-items: center;
    justify-content: left;
}

main .section-title-image > img {
    max-height: 100%;
    max-width: 100%;
    align-self: flex-end;
}

main .section-action {
    padding: .35em .5em .25em;
    margin: 0 -.4em 0;
}

main .section-title .section-action,
main .section-title .section-action:hover {
    cursor: pointer;
    color: #1c88c7;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-semibold);
    display: block;
    max-width: 10em;
    text-transform: none;
}

main .section-title .section-action:hover {
    color: #007BB6;
}

main .link-anchor {
    text-align: right;
    display: inline-block;
    float: right;
    clear: both;
    margin-top: .25em;
    margin-bottom: .25em;
}

main .node-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    color: #00446a;
}

main .node-overlay .node-title {
    color: #00446a;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    text-transform: none;
    font-size: .85em;
    display: inline-block;
    vertical-align: middle;
    display: table-cell;
}

main .header-image {
    margin-bottom: 30px;
    position: relative;
}

main .header-image img {
    min-width: 100%;
    max-width: none;
    display: block;
    width: 100%;
}

main .header-image .node-overlay {
    padding: 1em 0;
    width: 100%;
}

main .header-image .node-title {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    font-size: 1.5em;
}

@media screen and (min-width: 480px) {
    main .title {
        font-size: 32px;
        line-height: 1;
    }
    main .section-title {
        margin-bottom: 1em;
        padding-right: 25%;
    }
    main .section-action {
        margin: 0;
        position: absolute;
        top: auto;
        right: 0;
        bottom: .2em;
    }
}

@media screen and (min-width: 768px) {
    main .title {
        margin: .25em 0 .5em;
    }
    main .header-image {
        overflow: hidden;
    }
    main .header-image .node-overlay {
        padding: 1.5em 1.25em 1em;
        position: absolute;
        bottom: 0;
    }
    main .header-image .node-title {
        font-size: 2rem;
    }
    main .intro {
        font-size: 1.2em;
        padding: 1.5em;
    }
}

main .margin-bottom {
    margin-bottom: 1em;
}

main .no-margin {
    margin: 0;
}

main .no-margin-bottom {
    margin-bottom: 0;
}

main .text-center {
    text-align: center;
}

main .list-style-none > li {
    list-style: none;
}

main .section.is-featured {
    background-color: #f9f8f6;
    padding: 1.5em;
}

main .is-flipped,
main .is-imageFlipped > img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

main a {
    color: #1c88c7;
}

main a:hover {
    color: #007BB6;
}

main .link-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

main .ul,
main .ol {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 1em;
}

main .ol {
    list-style-type: decimal;
}

main .ul > li,
main .ol > li {
    padding: .2em 0;
}

main .nav-inline {
    text-align: center;
}

main .nav-inline > li {
    display: block;
    margin-bottom: .25em;
}

main .nav-inline > li > a {
    display: inline-block;
    padding: .25em .5em .15em;
}

main .nav-inline > li > a:hover {
    color: #2bb9e4;
}

@media screen and (min-width: 768px) {
    main .nav-inline > li {
        display: inline-block;
        margin: 0;
    }
    main .nav-inline > li:after {
        content: " | ";
    }
    main .nav-inline > li:last-child:after {
        content: none;
    }
}

main .profile-block .node-img {
    max-width: 110px;
    margin: 0 auto;
}

main .profile-block .node-img-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 100%;
}

main .profile-block .node-img-wrap > img {
    display: block;
    width: 100%;
}

main .profile-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

main .profile-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}

main .profile-block-wrap {
    padding: 1em;
    border: 1px solid #ccc;
    overflow: auto;
}

main .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
    background: #f9f8f6;
}

main .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main .hero-img {
    margin: 0 auto 20px;
}

main .hero-img img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) {
    main .homepage .hero-img {
        margin-top: 15px;
    }
}

main .hero-img {
    margin-bottom: 20px;
    margin-left: -75px;
    margin-right: -75px;
}

@media (max-width: 767px) {
    main .hero-img .wrap img {
        margin-left: -13.736734693%;
        /* ( (980 - 768) / 2 ) / 980 * (980 / 768 * 100) */
        margin-right: -13.736734693%;
        /* ( (980 - 768) / 2 ) / 980 * (980 / 768 * 100) */
        width: 127.604166667%;
        /* 980 / 768 */
        max-width: none;
        /* allows image to stretch to full width of container */
    }
    main .hero-img-wrap {
        height: 0;
        padding-bottom: 41.6666666666%;
    }
}

@media (min-width: 768px) {
    main .hero-img {
        margin: 15px -10px 40px;
    }
    main .hero-img .wrap > a {
        height: 0;
        padding-bottom: 32.653061224%;
    }
}

@media (min-width: 1024px) {
    main .hero-img .wrap > a {
        height: 0;
        padding-bottom: 32.653061224%;
        margin: 0;
    }
}

main .list {
    list-style: none;
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

main .list.row:before,
main .list.row:after {
    display: none;
}

main .list > li {
    margin-bottom: .25em;
}

main .list > li .node-image {
    overflow: hidden;
}

main .list-img > li .wrap,
main .list-img-featured > li .wrap {
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    main _::-webkit-full-page-media,
    main _:future,
    main :root .list:before {
        display: none;
    }
}

main .list-img-featured .node-image {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: .5em;
}

main .list-img-featured .node-image .image {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

main .list-img-featured .node-image .image > img {
    display: block;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    object-fit: scale-down;
}

main .list-img-cover .node-image .image > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

main .list-img-featured .node-title {
    margin-bottom: .25em;
    font-size: 1.2em;
    color: #36bae2;
}

main .list-img-featured .is-featured .node-image {
    padding-bottom: 80%;
}

main .list-img-featured .is-featured {
    position: relative;
}

main .list-img-featured .is-featured .list-content {
    background: rgba(61, 60, 58, 0.75);
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

main .list-img-featured .is-featured .list-content > .node-action {
    color: #00446a;
}

main .list-img .node-image a {
    width: 100%;
    height: 100%;
}

main .list-img .node-image {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

main .list-img-wide .node-image {
    padding-bottom: 56.25%;
}

main .list-img .node-image .image {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

main .list-img-wide .node-image .image > a {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

main .list-img-wide .node-image .image > a > img {
    max-height: 100%;
    flex: 0 0 auto;
    object-fit: scale-down;
}

main .list-img .node-image .image > img {
    max-height: 100%;
    -webkit-align-self: center;
    align-self: center;
    max-width: 100%;
    display: block;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    object-fit: scale-down;
}

main .list-img .node-image .image img {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

main .list-img .node-content {
    text-align: center;
    line-height: 1.2;
}

main .list-img .node-title {
    margin-bottom: .25em;
    display: inline-block;
    overflow: hidden;
    line-height: 1.2;
    text-align: center;
}

main .list-img .wrap:hover .node-title {
    color: #36bae2;
}

main .list-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: -webkit-min-content;
}

main .list.list-text > li {
    background: transparent;
    border: 0 !important;
    box-sizing: border-box;
    margin-bottom: .75em;
}

main .list-text .node-title {
    display: inline-block;
    padding: 0.65em 1em 0.5em;
}

main .list-text .node-title:hover {
    color: #36bae2;
}

@media screen and (max-width: 479px) {
    main .list-img-featured > li > .wrap {
        position: relative;
    }
    main .list-img-featured .node-image {
        padding-bottom: 33.33333%;
    }
    main .list-img-featured .node-title {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        margin: 0;
        padding: 1em;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    main .list-img-alt li > .wrap {
        display: -webkit-flex;
        display: flex;
    }
    main .list-img-alt > li {
        border-bottom: 1px solid #e4e3e3;
        width: 100%;
        padding-top: .5em;
        padding-bottom: .5em;
    }
    main .list-img-alt > li:last-child {
        border: 0;
    }
    main .list-img-alt .node-image .image {
        position: relative;
    }
    main .list-img-alt .node-image {
        width: 4em;
        min-width: 4em;
        height: 4em;
        padding-bottom: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
    }
    main .list-img-alt .node-content {
        text-align: left;
        padding: 1em;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    main .list-img-alt .node-content .node-title {
        text-align: left;
        height: auto;
    }
}

@media screen and (min-width: 480px) {
    main .list > li {
        margin-bottom: 1.25em;
    }
    main .list-img > li {
        margin-bottom: .5em;
    }
    main .list-img .node-image .image {
        padding: 1em;
    }
    main .list-img-featured .node-title {
        font-size: 1em;
    }
    main .list-img-featured .wrap:hover .node-title {
        color: #00446a;
    }
    main .list .wrap .image {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    main .list .wrap:hover .image {
        -moz-transition: opacity, ease-out 0.1s;
        -o-transition: opacity, ease-out 0.1s;
        -webkit-transition: opacity, ease-out 0.1s;
        transition: opacity, ease-out 0.1s;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6;
    }
}

@media screen and (min-width: 768px) {
    @supports (display: flex) and (align-items: center) {
        main .list-img-featured.is-overlaid .node-content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 68, 107, 0.75);
            padding: 1em;
            display: flex;
            margin: auto;
            justify-content: center;
            align-items: center;
        }
        main .list-img-featured.is-overlaid .wrap:hover .node-content {
            background-color: rgba(0, 68, 107, 0.6);
        }
        main .list-img-featured.is-overlaid .wrap .node-title,
        main .list-img-featured.is-overlaid .wrap:hover .node-title {
            color: #fff;
            font-size: 1.2em;
        }
    }
}

@media screen and (min-width: 1024px) {
    main .list-img .node-image .image {
        padding: 1.25em;
    }
}

@media screen and (min-width: 480px) {
    main .node-grid ul {
        border: 1px solid #e4e3e3;
    }
    main .node-grid ul li {
        border-right: 1px solid #e4e3e3;
    }
    main .node-grid ul li:last-child {
        border-right: none;
    }
    main .node-grid .list-img > li {
        margin-bottom: 0;
    }
}


/* Added 03-04-19 for image borders */

main .banner_border {
    border: 1px solid #E4E3E3;
}

/* Added 03-04-19 to fix padding issues on secondary banners */

main .secondary-container {
    margin: auto;
    max-width: 960px;
}

main .secondary-container .secondary-banner {
    padding: 0;
}

main .secondary-container .secondary-banner:first-child {
    margin-bottom: 20px;
}

main .secondary-container .secondary-banner:last-child {
    margin-bottom: 40px;
}

@media screen and (min-width: 800px) {
    main .secondary-container .secondary-banner:first-child {
        margin-bottom: 20px;
        padding: 0 10px 0 0;
    }

    main .secondary-container .secondary-banner:last-child {
        margin-bottom: 20px;
        padding: 0 0 0 10px;
    }
}