@charset "UTF-8";


.bg-primary {

    background-color: #ed1c24;
}

.entry-title {

    display: none;
}

h3 {

    font-family: display;
}

h5
 {

    font-family: primary-bold;
    font-size: 26px;
    margin-bottom: 25px!important;
    position: relative;
    z-index: 50;
}

.blog-card-top h4 {
   font-family: primary-bold;
    font-size: 20px;
    margin-bottom: 25px!important;
    position: relative;
    z-index: 50;


}


@font-face {
    font-family: primary;
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: primary-bold;
    src: url(../fonts/OpenSans-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: primary-semibold;
    src: url(../fonts/OpenSans-Semibold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: primary-extrabold;
    src: url(../fonts/OpenSans-ExtraBold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: display;
    src: url(../fonts/FuturaStd-Bold.otf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: display-secondary;
    src: url(../fonts/futura.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: light;
    src: url(../fonts/Raleway-Medium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: light-bold;
    src: url(../fonts/Raleway-Bold.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: light-extrabold;
    src: url(../fonts/Raleway-ExtraBold.ttf) format("truetype");
    font-display: swap
}

.primary-bold {
    font-family: primary-bold
}

.display {
    font-family: display
}


:root {
    --blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#ED1C24;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}


dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

a {
    color: #ed1c24;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #af0e14;
    text-decoration: underline
}


img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}
label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}
.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h5,h5 {
    font-size: 1.25rem
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

        .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media (min-width: 992px) {




    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }



}

@media (min-width: 1200px) {

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }


}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}


.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ed1c24
}


.dropdown-menu.show {
    display: block
}


.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}


.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}



.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    z-index: 555555;
    position: relative;
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}


.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}


@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}


.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}


@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}
.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.hover-primary a:hover {

    background-color: #ed1c24!important;
    color:white!important;
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-60 {

    width: 60%;
}

.w-100 {
    width: 100%!important
}
.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.aligncenter,.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.aligncenter,.ml-auto,.mx-auto {
    margin-left: auto!important
}


.entry-footer span {
    padding-right: 10px
}

#secondary img,article img,figure,img,img.wp-post-image {
    max-width: 100%;
    height: auto
}

a.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0
}
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.fa-video-camera:before {
    content: ""
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}


.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,.fa-facebook:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,.fa-rss:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
    content: ""
}
.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}
.fa-medium:before {
    content: ""
}

.img-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

strong {
    font-family: primary-bold
}

.carousel-control-next {
    height: 75px;
    width: 75px;
    top: 45%;
    right: -6%
}

.carousel-control-prev {
    height: 75px;
    width: 75px;
    top: 45%;
    left: -6%
}
.blog-carousel .btn-white:hover {
    background-color: #ed1c24;
    color: #fff
}

.blog-excerpt {
    min-height: 100px
}

.blog-carousel a.black-text:hover {
    color: #fff
}

.blog-carousel p {
    font-family: 'Open Sans';
    text-align: left;
    font-size: 14px;
    margin: 20px auto
}


.wp-post-image {
    display: none
}

.pull-up {
    margin-top: -3%
}

#primary .row {
    margin: 0
}

.btn-link {
    color: #fff!important;
    font-family: primary-bold
}
.highlight-border {
    position: absolute;
    width: 260px;
    left: 50%;
    margin-left: -130px;
    bottom: 5%;
    background-color: #ed1c24;
    height: 8px
}
.btn-secondary {
    border-radius: none;
    background-color: #ed1c24;
    font-family: primary-bold;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.24);
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.24);
    border: none
}

.full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.tag {
    background-color: #fff;
    padding: .5% 5%;
    font-family: display-secondary;
    color: #000;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px
}

a {
    color: #ed1c24;
    text-decoration: none
}


li {
    font-family: primary;
    font-size: 18px
}


@media (min-width: 992px) {
    .profile-body h1 {
        max-width:95%
    }
}

.wp-block-cover h5:not(.has-text-color) {
    color: #000
}

.overlay-text {
    font-family: display;
    text-align: center
}

.blog-card-bottom h5 {
    color: #000
}

.shadowed {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.24);
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.24)
}

.btn-prime {
    color: #fff;
    padding: 3%;
    text-align: center;
    font-family: light-bold;
    background-color: #ed1c24;
    display: inline-block;
    margin-bottom: 25px;
    width: 85%
}

.btn-white {
    background-color: #fff;
    color: #000;
    font-family: display;
    display: inline-block;
    padding: 3%
}

.blog-carousel .btn-white {
    margin-top: 25px
}

.btn-black {
    background-color: #000;
    color: #fff;
    font-family: display;
    display: inline-block;
    padding: 3%
}

.footer-social-list {
    list-style: none;
    padding: 0
}

.footer-social-list li {
    width: 30px;
    height: 30px;
    background-color: #ed1c24;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    float: left;
    margin-right: 10px
}

.footer-address p {
    color: #fff;
    margin: 0;
    font-size: 14px
}

#colophon {
    background-color: #000
}

#wrapper-footer {
    padding: 0;
    position: relative;
    z-index: 500
}

.fts-powered-by-text-popup a.fts-powered-by-text {
    display: none!important
}



#what-we-do,#what-we-do2,#what-we-do3,#what-we-do4 {
    position: relative
}

#what-we-do2,#what-we-do3 {
    min-height: 500px
}

#what-we-do4 {
    min-height: 600px
}

#wrapper-footer .col-md-12 {
    padding: 0
}

.label-hidden .nf-field-element {
    width: 80%!important;
    margin: 0 auto!important
}

.nf-field-element input {
    height: 50px!important
}

#nf-field-8 {
    width: 85%;
    margin: 0 auto;
    display: block;
    background-color: #ed1c24;
    color: #fff;
    font-family: display
}

.light-bg {
    background-color: #d1d3d4
}

.pad-1 {
    padding: 1%
}

.pad-2 {
    padding: 2%
}

.pad-5 {
    padding: 5%
}

.pad-display {
    padding: 7.5% 5%
}

.pad-5-intro {
    padding: 4% 5%
}

.center-text {
    text-align: center
}

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

.video-row {
    position: relative
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}


hr {
    display: none
}

#primary {
    margin: 0;
    padding: 0
}

#full-width-page-wrapper {
    padding: 0
}


.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}



.display-modal {
    background-color: rgba(237,28,36,.7);
    padding: 3% 5%;
    z-index: 60;
    width: 100%;
    top: 10%;
    font-family: display;
    text-align: left;
    position: relative
}

.modal-position {
    width: 55%
}

.modal-position-right {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 49%
}

.modal-position-right h2 {
    text-align: right;
    color: #000!important
}

.modal-position-right .display-modal {
    background-color: rgba(255,255,255,.95);
    color: #000
}

.modal-position-right .display-text {
    color: #000
}

.modal-position-right .modal-button {
    float: right
}

.black-text {
    color: #000!important
}

.white-text {
    color: #fff!important
}

.display-text {
    color: #fff;
    font-family: display;
    width: 55%;
    margin: 0 auto;
    font-size: 28px;
    text-align: center
}

.display-button {
    display: inline-block;
    text-align: center;
    color: #ed1c24;
    font-family: display-secondary;
    font-size: 22px;
    background-color: #fff;
    margin-top: 40px;
    padding: 1.5% 5%
}

.modal-button {
    text-align: center;
    color: #fff;
    font-family: display-secondary;
    font-size: 22px;
    margin-top: 40px;
    padding: 1.5% 5%;
    display: table;
    z-index: 50000;
    position: relative
}

.grid {
    display: inline-grid
}

#front-page-blog {
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 350px;
    position: relative;
    margin-top: 2%
}

#front-page-splash {
    width: 100%;
    height: 70vh;
    position: relative
}

.video-modal {
    position: absolute;
    bottom: 1.5%;
    z-index: 5;
    padding: 5%;
    text-align: center
}



.founding-partner img {
    max-width: 75%
}

.founding-partner {
    text-align: center
}



.partner-box {
    z-index: 40;
    position: relative;
    padding: 3%;
    margin-bottom: 25px
}

.center-auto {
    margin-right: auto;
    margin-left: auto
}

.full-cover .wp-block-cover__inner-container {
    width: 100%;
    height: 100%
}

.center-content .wp-block-cover__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center
}

.full-cover {
    min-height: unset
}

#main-menu {
    width: 100%
}


.invis {
    display: none
}




.nav-tabs .nav-link.active {
    background-color: #d82126
}

.nav-link {
    background-color: #f7941d;
    margin: 2px;
    color: #000
}


.btn-prime:hover {
    color: #fff
}

.nav-link {
    font-family: display;
    text-transform: uppercase
}

main h1 {
    max-width: 50%
}

p {
    position: relative;
    z-index: 50
}

.ontop {
    position: relative;
    z-index: 39
}


.blog-excerpt {
    min-height: 160px
}


.navbar .nav-link {
    font-family: light;
    background-color: #fff
}

ul.dropdown-menu.show {
    background-color: #000
}

ul.dropdown-menu.show li a {
    color: #fff;
    font-family: light;
    text-transform: uppercase
}

iframe {
    border: none
}

.navbar.navbar-expand-md {
    padding: 0;
    border: 2px solid #000
}

ul.dropdown-menu.show li a:hover {
    font-family: light-extrabold;
    background-color: #ed1c24!important
}

.navbar .nav-link:hover {
    color: #ed1c24;
    font-family: light-extrabold
}

#main-menu {
    background-color: #fff
}
#nf-field-8 {

    border:none;
}

.page-id-773 .row {

    margin:0;
}

.profile_image {

    max-width: unset;
}



.row {

        margin:0;
        margin-left:0;
        margin-right:0;
    }


.logo-over {

    display: none!important;
}

#wrapper-footer .container-fluid {

    padding: 0;
}

@media(max-width:576px) {



    #trp-floater-ls {

        left:69%;
    }
}

.single-career .btn-prime {

    width: fit-content;
    padding: 1%;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
width: -moz-max-content;    /* Firefox/Gecko */
width: -webkit-max-content; /* Chrome */

}

.docs {

    padding-bottom: 10%;
}

.single-career .entry-content {

}

.single-application_call .btn-prime {

    width: fit-content;
    padding: 1%;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
width: -moz-max-content;    /* Firefox/Gecko */
width: -webkit-max-content; /* Chrome */

}

.single-application_call .entry-content {

}


.kt-title-text {

    font-family: primary-bold;
}


.blog-carousel .blog-card-top {

    min-height: 99px;
    padding: 0 5% 0 5%;
}

.blog-card-bottom {

    padding-top: 0;
}

#front-page-newsletter-popup .close-btn {

    position: absolute;
    top: 2%;
    right: 2%;
}

.modal-button.bg-primary:hover {

    color:#ed1c24!important;
}

#ctf {

    width: 75%!important;
    margin: 0 auto;
    max-width: 760px;
    font-family: Raleway;
}

.blog-excerpt {
    
    min-height: 200px;
}

.carousel-inner .btn-white {
    
    position:absolute;
    bottom: 0;
}
.ctf-tweet-text {

    font-family: Raleway;
    font-size: 16px;
}
.application-call-card {

    padding:2%;
    margin-bottom: 40px;
}

h2 {

    font-family: display;
    width: 100%;
    margin-bottom: 25px;
}

.btn-red {

    color: #fff;
    padding: 1%;
    text-align: center;
    font-family: light-bold;
    background-color: #ed1c24;
    margin-bottom: 5px;
    margin-top:5px;
    display: inline-block;
}

.plexpanel .overlay-image {

    width: 30%;
}

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

.career-card {

    margin-bottom: 25px;
}

.btn-red:hover {

    color:white;

}
.application-call-card .btn-prime {

        width: auto;
    padding: 1%;
    margin-bottom: 0;

}

.person-sub {

    margin-top: 0;
}

.newsletter-close-button {

    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 20px;
}

.page-id-2103 .modal-position, .page-id-2103 .modal-position-right2, .page-id-2103 .modal-position-right {

    z-index: 10;
    position: relative;
}


.page-id-36 .modal-position, .page-id-36 .modal-position-right2, .page-id-36 .modal-position-right {

    z-index: 10;
    position: relative;
}
.dialog-shard {

    box-shadow:none;
}
.single-fellow .wp-post-image {

    display: none;
}


.single-fellow .entry-title {

    display: none;
}


.single-fellow .entry-meta {

    display: none;
}


.archive-block {

    width: 85%;
    margin: 0 auto 40px auto!important;

}

.page-header {

    margin-bottom: 50px;
}

.archive-highlighted {


}

.archive-highlighted .understrap-read-more-link {

    background: white;
    color: #ed1c24;
}

.archive-highlighted .entry-title a:hover {

    color:white!important;

}

.archive-highlighted .fa-calendar {

    color: white!important;
}

.archive-highlighted .archive-body {

    background: #ed1c24;
    color:white;
}

.archive-body {

    padding: 2% 5% 5% 2%;
}

ul.pagination {

    justify-content: center;
}

.dark-overlay {

    opacity: 0.3;
}

.tab-content .col-md-6 .col-inner {


margin: 0;

}
#wpadminbar {

    z-index: 999999999999;
}
.img-bg .col-md-6 {
    margin-bottom: 5%;
}


.page-id-2638 .hentry {

padding: 5%;
    min-height: 460px;
}

.page-id-7 .modal-position {

    z-index: 54;
    position: relative;
}


.page-id-7 .modal-position-right {

    z-index: 54;
}

.modal-position .modal-button.bg-primary:hover {
    background-color: white!important;
    color: #ed1c24!important;
}

.modal-position-right .modal-button:hover {

    background-color: white!important;
    color: #ED1C24;
}

#person_profile_dept {

    width: 85%;
    max-width: 85%;
}

.page-numbers {
    margin-right: 10px;
    font-family: primary-bold;
}

.pagination {

    margin: 0 auto;
}

.fa-navicon {

    color: black;
}


.blog-social-menu {


    position: absolute;
    left:4%;
    width: unset;
}

.blog-social-list li {

    float:none;
    color:black;
    margin-bottom: 20px;
}

.blog-social-list li i {

    color:black;
}

.dropdown-menu.show {
    background-color: #000;
    z-index: 500000;
    position: relative;
}

#front-page-newsletter-popup {


    position: fixed;
    top:25%;
    right: 0;
    padding:1.5%;
    background: white;
    z-index: 55;
    max-width: 375px;
}

.hidden {


    display: none;
}

#main-menu li a {

    font-size: 11px;
}

.blog-splash {
    z-index: 40;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    position: absolute;
    top:0;
    left:0;
}

.modal-button, .display-modal  {

    z-index: 50;

}

.social-splash {
    z-index: 45;
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    position: absolute;
    top:0;
    left:0;
}




#front-page-newsletter-popup h3 {

    margin-bottom: 45px;
}

.link-text {

    margin-bottom: 10px;
    display: block;
}



.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%; 
  overflow: hidden;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

a:hover {

    text-decoration: none;
}

.collapse.show li a {

    font-size: 14px!important;
}



.story-block {

    min-height: 80vh!important;
}

.display-overlay {

    opacity: 0.3;
}

.nopad {

    margin: 0;
}
.navbar-dark {


    background: transparent;
}

#content row {

    margin:0;
}





#navbarNavDropdown {

    height: 53px;

}

#menu-item-2256 a {

    color: white!important;

}
#menu-item-2256 a:hover {

    color: white!important;
    
}

.milestone-tabs a {

    color:white!important;
}

.milestone-tabs .nav-link.active
{

    color: white!important;
}
#main-menu {

    height: 100%;
}

#main-menu li {

    height: 100%;
    display: table;

}

#main-menu li a {

    display: table-cell;
    vertical-align: middle;
}

.page-id-146 .dialog-shard2 {

    padding:12%;
    width: 400px;
}

#content {

    padding: 0;
}

.multimedia-card {

    margin-bottom: 40px;
}


.meet-link .dialog-shard {

    padding:70px!important;

}

.meet-link .dialog-shard .btn-prime {

    width: unset;
}


.meet-link .overlay-image {

    width: 33%;
}
.navbar-brand {

    background-color: #fff;
    width:120px;
    min-width: 120px;
}

.navbar.navbar-expand-md {

    border:none!important;
}
.page-id-146 .dialog-shard {

    padding:8%;
}


@media (min-width: 992px) {

    .page-id-3690 .overlay-image {

        width: 33%;
    }
}

@media (max-width: 992px) {

    .page-id-3690 .dialog-shard {

        padding:7%;
    }
}

@media (max-width: 576px) {

    .page-id-3690 .application-call-card {

            width: 95%;
    margin-bottom: 40px;
    margin: 0 auto;
    padding: 7%;
    }
}

@media (min-width: 1200px) {

    .person-card-image img {

        min-width: 280px;
    }


.story-block {

    min-height: 690px!important;
}



    #main-menu li a{

font-size: 11px;
}


.navbar-brand {


    margin-left:5%;
}

}







#main-menu li {

    white-space: nowrap;
}




#nf-form-title-1 {

    display: none;
}

#main-menu {

    width: unset;
}

#nf-field-4 {

    background-color: #ed1c24;
    color: white;
    font-family: primary-extrabold;
    border:none;
}

.nf-form-fields-required {

    display: none;
}

.menu-item-2256 {

    background-color: #ed1c24!important;
}

.menu-item-2256: hover {

    background-color: white;
}


.menu-item-2256 a {

    color:white;
    background-color: #ed1c24!important;
}

#menu-item-2256 a:hover {

    color:white!important;
}


.page-id-1467 .nf-form-content {

    width: 85%;
    margin: 0 auto;
}

.page-id-341 .dialog-shard {

    padding: 6% 5% 5% 8%!important;
    width: 500px;
    margin-left: -250px;
}

.page-id-1456 .tab-content {

    padding-top: 0;
}

.max-85 {

    max-width: 85%;
    margin:0 auto;
}


.ur-submit-button, .user-registration-Button  {

    background-color: #ed1c24;
    color:white;
    font-family: primary-bold;
    border-radius: 0;
    border:none;
}

.post-highlight {

 width:  unset;
 max-width: 40%;
}

.single-post .wp-block-image {

    max-width: 60%;
    display: inline-block;
    text-align: center;
}

.pad-2-5 {

    padding: 2% 5%;
}

#backshape {

    display: none;
}

.menu-item.active {

    background: #ed1c24;

}

.menu-item.active a {

    color:white!important;
    background: transparent;
}
.panel-heading{

    position: relative;
    z-index: 560;
}

.card-header button {
    white-space: unset;
}

.page-id-36 .dialog-shard {

    padding:3%;
}

.page-id-430 .pad-5.no-bt {

    position: relative;
    z-index: 500;
    width: 85%;
    margin: 0 auto;
}

.page-template-page-onedl-php .dialog-shard {
    padding: 3%;
}

.page-template-page-onedl-php #about_row_2 {

    height: unset;
}

.funder-logo {


    padding-bottom: 0;
}

.wider-btn {

    width: 72%!important;
    padding:3%;
}

.page-id-129 .headerimage {

    background-position: center;
}

.page-id-240 .headerimage {

    background-position: 0 -389px;
}


.page-id-240 .headerimage {

    background-position: 0 730px;
}

.page-id-2103 .headerimage {

background-position-y:center;
}

.page-id-155 .dialog-shard .btn-prime {

    padding: 6%;
    width: 50%;
    font-size: 18px;
    margin-bottom: 10px;}

    .page-id-155 .dialog-shard 


    {

        padding: 8%;
    }

    .page-id-413 .dialog-shard .btn-prime {

    padding: 6%;
    width: 50%;
    font-size: 18px;
    margin-bottom: 10px;}

    .page-id-413 .dialog-shard 


    {

        padding: 8%;
    }

.page-id-201 .dialog-shard .btn-prime {

    padding: 2%;
    width: 50%;
    font-size: 18px;
    margin-bottom: 10px;}

    .page-id-201 .dialog-shard 


    {

        padding: 11%;
    }

.page-id-413 .dialog-shard .btn-prime {

padding:3%;
}




label {

    font-family: primary-bold;
}

.page-id-221 .headerimage {

    background-position-y: center;
}


#wrapper-navbar {

    background: transparent;
    
    position: relative;
    z-index: 99999999999;
}

.single-person .overlay-image {
top: -20%;
    z-index: 0;
    right: -20%;
    left:unset;
    display: none;

}

.page-id-274 .headerimage {

    background-position-y: center;
}

#people-gallery .tab-content>.active {

display: flex!important;

}

.page-id-289 .tab-content>.active {

display: flex!important;

}

#people-gallery {

    position: relative;
    z-index: 60;
}

.page-id-274 .tab-pane {

    display: none;
}
#wp-preloader-animation {

    width: 300px;
    height: 300px;
}
.main-title {

    margin-top: -5%;
    position: relative;
    z-index: 60;
}

.single-scientific_african .entry-header {

display: none;
}



.single-scientific_african .wp-post-image {

display: none;
}

.single-scientific_african .btn-prime {

        margin-top: 180px;
    display: table-cell;
    padding: 9%;
}

#wrapper-main {

    padding-top: 0;
}
.nolist {
    
    list-style:none;
}
.form-one-third {
    
    width:32%;
    float:left;
    margin-right: 1%;

}

.form-one-third input {

    height: 50px;
}

.form-one-quarter input {

    height: 50px;
}

.single-aol_ad input {

    height: 50px!important;
}

.form-one-half {


    width:49%;
    float:left;
    margin-right: 1%;
}


.form-one-quarter {


    width:24%;
    float:left;
    margin-right: 1%;
}

legend {
    margin-top: 75px;
    display: block;
    float: left;
    font-family: display;
    border-bottom: 1px solid #d5d5d5;
}



.panel-heading h2 {

    font-family: display;
}

.aol-heading {

    display: none;
}

.page-id-93 .tab-content {

    padding-top: 0;
}

.single-aol_ad .entry-title {

    margin-left: 5%;
    margin-top:5%;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

ul.dropdown-menu li > ul.dropdown-menu{
left: 100%;
top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block
}


ul.dropdown-menu li:active > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block
}

ul.dropdown-menu li:hover > ul.dropdown-menu {

    background: black;
}

.dialog-shard {

    padding: 4%;
}



.extra-pad {

    padding: 6%!important;
}

.page-id-93 .nav-tabs {


    width: 60%;
    margin: -5% auto 0% auto;

    
}

.page-id-413 .overlay-image{ 

width: 60%; }


.person-card p {

    font-size: 15px;
    text-align: center;
    color:black;
    width: 85%;
    margin: 0 auto;

}

.card-highlighted.person-card p {

    color:white;
}

.dialog-shard .btn-prime {

    padding:4%;
    font-family: display;
    font-size: 18px;
    display: inline;
}

.posted-on, .byline {

    display: none;
}
.form-full {

    float:left;
    width: 100%;
}

.form-spacer {

    width: 100%;
float:left;}

.video-modal {

    padding: 2%;
}

.italic {

    font-style: italic;
}

.navbar {
max-height: 56.7px;
}

.logo-over {
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    z-index: 5;
    display: none;
}

#menu-footer-quick-links {

    padding: 0;
    list-style: none;
    line-height: 18px;
}

#menu-footer-quick-links li a {

color:white;
font-size: 14px;

}

#menu-footer-quick-links li a:hover {

color: #ED1C24;
text-decoration: none;

}

.logged-in .logo-over {
    top: 32px;
}

.logo-under {

    max-width: 100%;
}



#navbar-top {

    height: 35px;
}

@media (min-width: 1158px) {

    #navbar-top {

        padding-right: 5%;
    }

#wrapper-navbar {

    padding-right: 5%;
}

}



#upper-nav-list {

    list-style: none;
    float:right;
    margin-bottom: 0;
    height: 100%;
}

#upper-nav-list li {
    float:left;
    height: 100%;
}

#upper-nav-list li {

    display: table;
}




#upper-nav-list li a {

    display: table-cell;
    vertical-align: middle;
    font-family: display;
    font-size: 16px;
    width: 132px;

    text-align: center;
    
}

.modal-position-right2 {


    right: 10%;
    width: 49%;
    float:right;
}



.modal-position-right2 h2 {

    text-align: right;
    color:black;
}

.modal-position-right2 .display-modal {

    background-color: rgba(255,255,255,0.95);
    color:black;
}

.modal-position-right2 .display-text {

    color: black;
}

.modal-position-right2 .modal-button {

    float:right;

}

#lang-select a{

    padding: 0 5px;
}

#upper-donate a {

    background: #ed1c24;
    color:white;
    padding: 0 25px;
}


@media (max-width: 1100px) {

    #main-menu li a {

    font-size: 10px;
}

}


@media (max-width: 1221px)

{
.logo-over {
    display: none;
}

.navbar-dark .nav-link {

    color:black;
}




}


.main-play {

}

.invis2 {

    display: none!important;
}

.bg-primary .modal-button {

    background-color: white!important;
    color:#ed1c24;
}
.bg-primary .modal-button:hover {


color:white!important;
}

.bg-primary {

    background-color: #ed1c24;
}

.page-id-2103 .modal-position-right {

    position: relative;
    float:right;

}


.page-id-2103 .modal-position-right h2 {

color: white;

}

.page-id-2103 .modal-position-right .display-modal {


    background-color: transparent;
    padding-right:0!important;
}



#colophon {

    padding-bottom: 0;
}

#colophon .fa {

    color:white;
}


.tag {

    margin-bottom: 10px;
}


.video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; }
.video img { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; }
.video:after { content: ""; position: absolute; display: block; 
    background: url(play-button.png) no-repeat 0 0; 
    top: 45%; left: 45%; width: 46px; height: 36px; z-index: 30; cursor: pointer; } 
.video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* image poster clicked, player class added using js */
.video.player img { display: none; }
.video.player:after { display: none; }



/* MEDIA QUERIES. 

*/


#page-wrapper {

    padding-top: 0;
    padding-bottom: 0;
}

.single-post .entry-header {

    display: block;
}
.diagog-shard p {

    width: 80%; 
    margin:0 auto;
}

@media (max-width:768px) {


.blog-social-menu {

    position: relative;
}

.blog-social-list li {

    float:left;
}

.post-highlight {

    display: none;
}

.news-featured-excerpt {

    display: none;
}

.smaller-text{

    font-size: 11px;
    font-size: 11px;
    width: 70%;
    margin: 0 auto;
}


.partner-popup {

    display: none!important
}

#front-page-newsletter-popup {

        display: none;
    }
    #main-menu li a {

        font-size: 0.82vw;
    }

    .person-name {

        min-height: 56px;
    }


.person-card p {

    width: 100%;
    font-size: 12px;
}
    .page-id-93 .nav-tabs {
    width: 92%;
    margin: -5% auto 5% auto;
}

.person-card-image img {
    max-width: 65%;
    min-width: 150px;
}

    .gi-icon h5 {

        font-size: 12px;
    }

#about_row_4 h1 {

    margin-top: 5%;
}

 .modal-position-right {

        width: 75%;
        right: 5%;
    }


    .modal-position {



        width: 75%;
    }


    
#social .col-md-6 {

    display: contents;
}

#colophon {

    padding-bottom: 5%;
    padding-top: 5%;
}

.front-page-blog-post {

    width: 65%;
}

    .display-text {

        width: 70%;
    }
}


.mobile-placeholder {

    height: 100%;
}

@media (min-width:576px) {

    .mobile-placeholder {

        display: none;
    }
}


@media (max-width:576px) {

    #person_profile_dept {

        font-size: 24px;


        
    }

.single-post main h1 {
    max-width: unset;
    font-size: 22px;
}

.blog-date {

    font-size:18px;
}
.blog-social-menu, .blog-post-meta {

    display: none;
}

.overlay-image {
    position: absolute;
    z-index: 3;
    width: 50%;
    left: 86%;
    margin-left: -225px;
}


.page-id-289 h2 {
    position: relative;
    z-index: 50;
    font-size: 18px;
}

.page-id-289 .nav-tabs .nav-link {

    padding: 9px;
}


.page-id-289 main h1 {
    max-width: unset;
    font-size: 20px;
}



    .video-container {

        height: 100%;
    }

    .page-id-321 .dialog-shard {
    width: 100%;
margin-left: 0;
left:0%;
    padding: 11%;
    text-align: center;

}





.page-id-136 .modal-position-right {

    margin-top: 45%;
}

.page-id-93 .nav-tabs {
    width: 83%;
    margin: -20% auto 5% auto;
}

.about-text {

    width: 90%;
    margin:0 auto;

}

.page-id-93 .nav-tabs .nav-link {

font-size: 9px;
padding: 1.5%;
}

.modal-position-right2 {

    width: 100%;
}

.gi-icon {

    max-width: 140px;
    margin: 0 auto;
}



.about-text-up {
    width: 85%;
    margin: -0 auto 5% auto

}

.headerimage {

    height:380px;
}
.page-subhead {
    font-family: display;
    font-size: 18px;
    width: 80%;
    z-index: 5;
    position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    margin: 0 auto; }

h1.white-text.page-title.vertical-align {
    top: 40%;
    left:10%;
}

.page-subhead {

    display: none;
}




#colophon {


    padding-bottom: 5%;
}

.footer-address {

    margin-bottom: 10%;
}

    .video-modal h1 {

        font-size: 22px;
    }

    .display-text {

        width: 85%;

        font-size: 16px;
    }


    .display-button {

        font-size: 14px;
    }


    .modal-position, .modal-position-right {

        width: 100%;
        position: relative;
        right: 0;
    }

    .modal-position h2, .modal-position-right h2 {

        font-size: 22px;
    }


    .modal-button {

        font-size: 14px;
    }

    .story-block {

        height: 72  vh;
    }
 

 #social h1 {

    font-size: 28px;
    margin-bottom: 0!important;
 }

 .ctf-quoted-tweet-text {

    font-size: 12px;
 }

    .front-page-blog-post {

            position: relative;
    z-index: 5;
    width: 95%;
    top: 35px;
    left: 0;
    }

    .indicators-vert {

        top:0;
        -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    .indicators-vert2 {

        right: 0;

    }


.numeric-indicator.active {
    border-bottom: 3px solid white;
}

    .numeric-indicator {

        font-size: 12px;
        width:17px;
    }



    .display-secondary {
    font-family: display-secondary;
    font-size: 12px;
    width: 65%;

}

.page-id-289 .display-secondary {

    width: 95%;
}

.page-id-7 .excerpt-text {

    width: 90%;
}

.front-page-blog-post h3 {

        font-size: 1.3rem;
    width: 90%;
}


.carousel-item.active {
    display: block;
    min-height: 400px;

}
}



.page-id-283 .tab-pane {


    display: none;
}


.page-id-283 .tab-pane .col-md-6 {

    padding: 0 20px 0 20px;
    margin-bottom: 20px;
}

.col-inner.row.publication-card.shadowed {
    height: 100%;
}


@media (min-width: 1600px) {

    .about-text-up {

        margin-top: 0;
    }
}


.video-modal {

    display: none;
}

.navbar-dark {

    padding: 0;
}

.bg-white {

    background: white;
}

.primary-text {

    color:#ed1c24;
}
.single-post .entry-content {

    padding-left:15%;
    padding-right: 15%;
}

.single-post .entry-content p {
    
    text-align: justify;
}


@media (min-width: 768px) {


    

    .page-id-201 .overlay-image {

        margin-left: -115px;
        width: 60%;
    }
}

@media (min-width: 1600px) {


#main-menu li a {

    font-size: 16px;
}

}

#main-menu-gg {

    background: #ed1c24;
    height: 56.7px;
    display: table;

}

#main-menu-gg a {

    display: table-cell!important;
    color:white;
    padding-left: 1%;
    padding-right: 1%;
    font-family: light;
    display: block;
    vertical-align: middle;
    white-space: nowrap;

}

.navbar-brand {

    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 992px ) {

#main-menu li {

    display: block;
}

.dropdown-menu.show {

    top:0;
}

#main-menu li a {

    display: block;
    width: 100%;
    margin:0;
}

#main-menu-gg {

    display:none;
}

}

.publication-card-left {
    min-height: 200px;
}

.center-row {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.center-row .table {

    width: unset;
}


.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


