/* GLOBAL */

/* BankGothic is used for our logo */
@font-face {
    font-family: BankGothic;
    src: url('../fonts/ScienceGothic-Regular.ttf');
}

@font-face {
    font-family: FontAwesome;
    src: url('../vendor/font-awesome/webfonts/fa-regular-400.ttf');
}

/* These classes are utility classes to apply colors - thus the use of !important
   !important should not be used outside of utility classes
 */
.primary-blue-background-color {
    background-color: #005295 !important;
}

.font-size-24 {
    font-size: 1.5rem;
}

.text-required{
    font-size: 0.9em;
    color: #ff5252;
}
select option{
  color: #000;
}
.email-comm{
	line-height:1.2;
}

/* STICKY BUTTON */
#stickyButton{
    border:unset;
}
/* END STICKY BUTTON */

/* NAVBAR */
#aa-brand {
    font-family: BankGothic;
}

.navbar-brand > img {
    width: 17em;
    height: auto;
}

.clickable-logo{
    width: 288px;
    display:block;
}

a.u-header__nav-link{
    cursor: default;
}
/* END NAVBAR */

#lead-container-parent {
    padding-top: 20vh;
    padding-bottom: 20vh;
    background-color: ghostwhite;
    background-image: url("/web/assets/img/markus-spiske-3Tf1J8q9bBA-unsplash.jpg");
}

#lead-container {
    background-color: inherit;
    background-color: rgba(248, 248, 255, .7);
    border-radius: 10px;
}

#lead-header {
    text-decoration: #ff8642 underline;
    font-size: 72px;
}

#lead-subtitle {
    font-style: italic;
    padding-top: 10px;
    font-size: 32px;
}

#lead-text {
    font-size: 20px;
}

#lead-button-container {
    padding-top: 10px;
    text-align: center;
}

#lead-button-watch {
    background-color: #ff8642;
    color: ghostwhite;
}

#lead-button-watch:hover {
    background-color: #d76c3d;
}

#lead-button-request {
    border-color: #ff8642;
    color:  #ff8642;
}

#lead-button-request:hover {
    border-color: #d76c3d;
    color:  #d76c3d;
}

#lead-arrow-down-p {
    text-align: center;
}

#lead-arrow-down-button {
    border: none;
    background: transparent;
}

#lead-arrow-down {
    font-size: 72px;
    color: #ff8642;
    margin-top: 50px;
}

#lead-arrow-down:hover {
    color:  #d76c3d;
}

/* SECONDARY INFO
Information that appears underneath the lead
 */
#secondary-info-parent {
    padding-top: 100px;
    padding-bottom: 100px;
}

#secondary-info-img {
    width: 100%;
}

.secondary-info-list-item {
    border-bottom: 3px solid white;
}

.secondary-info-list-item:hover {
    border-bottom: 3px solid #ff8642;
}

/*
FEATURETTE
 */

.featurette-parent-container {
}

.featurette-parent-container:nth-of-type(odd) {
    background-color: #f4f8fe;
}

.featurette-container {
    background-color: inherit;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.featurette-list {
    margin-top: 1em;
}

.featurette-item {
    font-size: 1.1em;
}

/* BUTTONS */

.solid-button-orange {
    background-color: #ff8642;
    color: ghostwhite;
    border-color: #ff8642;
}

.solid-button-orange:hover {
    background-color: #d76c3d;
    color: ghostwhite;
    border-color: #d76c3d;
}

.outline-button-orange {
    border-color: #ff8642;
    color:  #ff8642;
}

.outline-button-orange:hover {
    border-color: #d76c3d;
    color:  #d76c3d;
}
.solid-button-blue {
    background-color: #005295;
    color: ghostwhite;
    border-color: #00487c;
}

.solid-button-blue:hover {
    background-color: #00487c;
    color: ghostwhite;
    border-color: #00487c;
}

.outline-button-blue {
    border-color: #005295;
    color:  #005295;
}

.outline-button-blue:hover {
    border-color: #005295;
    color:  ghostwhite;
    background-color: #005295;
}

.button-link {
    color: inherit;
    text-decoration: inherit;
}

.button-link:hover {
    color: inherit;
    text-decoration: inherit;
}

.u-go-to{
    transition: unset;
    background-color: #005295;
}

#footer .navbar-brand{
    color:white;
}

#footer .navbar-brand:hover{
    color:slategray;
}
/* ACCESS */

#blue-triangles-hero{
    background-image: url("/web/assets/img/image-blue-triangles.jpg");
}

.down-arrow-circle{
    font-size: 2em;
}

.pricing-card{
    border-width:0;
}

.bg-aa-blue{
    background-color: #005295;
}

.aa-blue-link{
    color:#00487c;
}

.aa-blue-link:hover {
    color: #3f679a;
}

a.anchor{
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.access-hero-bg{
    background-color: #3f679a !important;
}

.link-underline{
    text-decoration: underline;
}

.link-underline:hover{
    text-decoration: underline;
}
.list-group-item:first-child {
    border-top: 1px solid #e3e6f0 !important;
}
/* CAREERS */

.careers-hero {
    background-image: url('/web/assets/img/Product-Page-Hero-Image.jpg');
}

/* COMPANY */

.no-access-highlight {
    background-color: #ff8642;
}

.no-access-highlight a{
    color:white;
}
.right-align-ul{
    list-style:none;
    text-align: right;
    border-right: 1px solid #646f79;
}
.list-type-none{
    list-style-type: none;
}
.right-align-li{
    background-position: 100%;
}
.width-500{
    width:500px;
}
/* PRICING */

.no-access-banner{
    background-color: #ff8642;
    color:white;
    padding:1.5em;
    text-align: center;
}
/* INDUSTRIES */
.hero-padding-top{
    padding-top:8rem !important;
}

.industry-hero {
    background-image: url('/web/assets/img/image-blue-triangles.jpg');
}
#industry-hero{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    /*background-attachment: fixed;*/
    background-color:#005295;
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
    bottom:0;
    right:0;
}
#industry-hero-overlay{
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
    bottom:0;
    right:0;
}

#industry-overlay {
    position: relative;
    top: 0;
    z-index: 10;
    width: 600vw;
    height: 100%;
    background: #005295;
    transform: skew(140.25deg);
    right: 35vw;
}

#industry-overlay-text {
    position: relative;
    top: 0;
    z-index: 10;
    height:55vh;
    width: 100%;
    padding-top:35%;
    background: rgb(0, 82, 149,0.7);
}
#industry-hero-topic {
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 11;
    font-size: 2.1em;
    background-color:lightgrey;
    color: #005295;
    padding-right:4vw;
}
#industry-hero-topic-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 2.1em;
    background-color:lightgrey;
    color: #005295;
    padding:0 14vw 0 14vw;
}

#industry-hero-h1 {
    position: absolute;
    top: 234px;
    margin-left:auto;
    margin-right: auto;
    width:40%;
    max-width:580px;
    z-index: 12;
    font-size: 2.1em;
    padding:0 0 0 0;
    color:white;
}

.industry-img{
    border:solid 1px #BBBBBB;
    width:100%;
}

.AuditorMarketShare{
    margin-left: 20%;
}

.AuditorMarketShare > img {
    width:75% !important;
}

.mobile-industry-topic{
    position:absolute;
    bottom:0;
    width:100%;
    font-size: 1.7em;
    background-color:lightgrey;
    color: #005295;
    text-align: center;
    margin:unset;
}
.mobile-text{
    visibility: hidden;
}
.normal-text{
    visibility: visible;
}
.bg-img-hero{
    background-color:#005295;
}

.investment-list-center{
    padding-left: 7rem !important;
}

.coverage-list-center{
    padding-left: 5rem !important;
}

p{
    color:black;
}

.ea-badge{
    width:16rem;
}

.cfa-badge{
    width:20rem;
}

#product-bg-img-hero{
    background-image: url('/web/assets/img/Product-Page-Hero-Image.jpg');
    height:100%;
}

.AAA-badge{
    width:12rem;
}

.CAAA-badge{
    width:16rem;
}

.EAA-badge{
    width:10rem;
}

.AICPA-badge{
    width:11rem;
}

.ISAR-badge{
    margin-bottom: 0;
}
.video {
    width: 100%;
    border: 1px solid black;
}
.wrapper{
    display:table;
    width:auto;
    position:relative;
    width:50%;
}
.playpause {
    background-image:url(https://cdn3.iconfinder.com/data/icons/iconic-1/32/play_alt-512.png);
    background-repeat:no-repeat;
    width:40%;
    height:40%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
}

/* PRODUCT PAGES */
.related-insights-card {
    width: 18rem;
}

.related-insights-card:hover {
    border-color:#005295 !important;
    box-shadow:0 0 20px lightgrey;
}

.related-insights-footer {
    background-color: #005295;
}

.related-insights-footer > .btn {
    border-color: #00489c;
    background-color: ghostwhite;
}

.related-insights-card:hover > .related-insights-footer > .btn {
    background-color: #ff8642;
    color: ghostwhite;
}

.related-insights-btn{
    max-height:3.5em;
    margin-top:9%;
}

.product-bg-img-hero{
    background-image: url('/web/assets/img/Product-Page-Hero-Image.jpg');
    height:100%;
}

.region-link{
    text-decoration: underline;
}

.quote-banner{
    background-color:#005295;
    padding:2em;
}

.quote-banner-text{
    color:white;
}

.industry-no-padding{
    padding:0;
}

#auditorEvaluationModal{
    width:unset !important;
}

/* PARTNERS */

#partners-bg-img-hero{
    background-image: url('/web/assets/img/Product-Page-Hero-Image.jpg');
    height:100%;
}
.partner-card{
    border-width:0;
}
.w-22{
    width:22% !important;
}
#alacra-logo{
    padding-top:4%
}
#battlefin-logo{
    width:95% !important;
    margin:auto;
}
#compliance-logo{
    padding-top:16%;
}
#bloomberg-logo{
    padding-top:11%;
}
#factset-logo{
    padding-top:12%;
}
#morningstar-logo{
    padding-top:9%;
}
#neudata-logo{
    padding-top:10%;
}
#wordflow-logo{
    padding-top:10%;
}
#sp-logo{
    padding-top:5%;
}
#visiblealpha-logo{
    padding-top:7%;
}
#eaglealpha-logo{
    padding-top:3%;
}
#datarade-logo{
    padding-top:10%;
}
#accern-logo{
    padding-top:18%;
}
#iex-cloud-logo{
    padding-top:14%;
}
/* PRODUCT CATALOG */

#product-hero {
    background-image: url('/web/assets/img/image-blue-triangles.jpg');
}

#cta-all-products {
    background-image: url('/web/assets/img/image-blue-triangles.jpg');
    padding-top: 2em;
    padding-bottom: 2em;
}

.product-filter-button {
    background-color: #3f679a;
    border-color:  #3f679a;
}

#pill-filters {
    margin-top: 1em;
    margin-bottom: 1em;
    height: 40px /* A small pill label is around 36 pixels */
}

/* Important tags are used here to overwrite any possible styling from shuffle.js */
.product-card {
    /* Width is determined by bootstrap's grid system, but we set the height so that it is consistent
       across all cards (as the text will expand the box)
     */
    height: 20em !important;

    /* product cards also have the col class, so we have these rules to negate the col padding rules */
    padding-right: 0px;
    padding-left: 0px;
    margin: 0.2em;
}

.product-card:hover {
    border-color: #3f679a;
}

.product-card > .card-header {
    background-color: #3f679a;
}

/* This class is used to "hide" the location text for products without a location defined
   By setting the color of the text to the same as the header, so that the headers line up
   even if there is no location set
 */
.hidden-location {
    color: #3f679a;
}

.product-card > .card-header:first-child {
    border-radius: unset; /* To overwrite theme styles, this prevents white corners from appearing in the background image above */
}

.card-body-link-wrapper {
    text-decoration: none !important;
    color: inherit !important;
}

.card-body-link-wrapper:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.product-card > .card-body {
    overflow: hidden;
}

/* Set a white shadow with a blur so that it looks
   like overflow text is fading in
 */
.product-card > .card-footer {
    box-shadow: 0 -25px 20px white;
}

.product-card > .card-footer > .btn-outline-primary {
    border-color:  #ff8642;
    color:  #ff8642;
}

.product-card > .card-footer > .btn-outline-primary:hover {
    color: white;
    background-color: #d76c3d;
    border-color: #d76c3d;
}

.product-filter-button {
    background-color: #3f679a;
    border-color:  #3f679a;
}

.product-filter-button:hover {
    background-color:  #00487c;
    border-color: #00487c;
}

/* To overwrite the styles set by the theme */
.product-filter-button:not(:disabled):not(.disabled):active, .product-filter-button:not(:disabled):not(.disabled).active, .show > .product-filter-button.dropdown-toggle {
    color: white;
    background-color:  #00487c;
    border-color: #00487c;
}

.filter-pill {
    color: white;
    border-color:  #3f679a;
    background-color: #3f679a;
}

/* To overwrite styles set by the theme */
.filter-pill:hover {
    background-color:  #00487c;
    border-color: #00487c;
    color: white;
}

#no-products-message {
    display: none;
    width: 75%;
}

#product-container > .row {
    margin-right: 0px;
    margin-left: 0px;
}

/* This rule removes the 'X' to clear inputs button for Microsoft Edge */
/* For some reason IE11 reacts to the event 'input' when clicking on the 'X' to clear, but not Edge - so we just hide
   the X entirely. This is only applicable to the "old" Edge, not the newer Chromium-based Edge.
 */
#filters-search-input::-ms-clear {
    display: none;
}

/* ABOUT PAGES */
.partner-card {
    width: 22% !important;
}

.card-no-border{
    border:none;
}

.badge{
    font-weight:unset;
    font-size:90%;
}

.highlight::before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 0 0 -15px;
    color:#21c87a;
}

#highlights li {
    padding-bottom: 0.7em;
}

.highlight-text{
    position:relative;
    left:10px;
}

#highlights{
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

.margin-fix{
    margin-left:-15px;
    margin-right:-15px;
}

/* TEAM */

#team-bg-img-hero{
    background-image: url('/web/assets/img/Product-Page-Hero-Image.jpg');
    height:100%;
}

.team-card{
    border:none;
}

.team-card p,.team-card h5 {
    margin-bottom: 0;
}

.head-bg {
    background-color: lightgrey;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: auto;
    padding-top: 13px;
}

.team-img{
    height:140px;
    width:100px;
    border-radius: 5px;
    position:relative;
    top:-50px;
}

/* FEATURES */

.u-media-player__icon-inner {
    color: #ff8642;
}

/* EVENTS */

.events-link{
    color: black;
}

.underline{
    text-decoration: underline;
}

/* HOMEPAGE */
#homepage-hero {
    background-image: url('/web/assets/img/1920x600/banner.jpg');
}

#homepage-hero-overlay {
    background-image: url('/web/assets/img/cybersecurity-small-banner.jpg');
    width: 900px; /* This is to match the width of the navbar exactly when in full screen */
    height: 300px;
    margin-top: 9rem;
    margin-bottom: 3.5rem;
}

#homepage-hero-overlay-inner-container {
    margin-top: 5rem;
}

.homepage-hr {
    border-top: 5px solid #ff8642;
}

.card-orange-frame:hover {
    border-color: #ff8642;
}

.media > i {
    color: #ff8642;
}

.media > i:hover {
    color: #d76c3d;
}

/* Styling for the latest news section */
#pills-tab > .nav-item > .nav-link {
    color: #00487c;
}

#pills-tab > .nav-item > .nav-link:hover {
    color:  #3f679a;
}

#pills-tab > .nav-item > .active {
    background-color: #00487c !important;
    color: white;
}

#pills-tab > .nav-item > .active:hover {
    color: white;
}

.homepage-card-deck {
    column-gap: 0;
}

.homepage-card-deck > .card {
    margin: 0;
}

/* RESOURCE PAGES */

.page-link {
    color: #00487c;
}

.page-link:hover {
    color: white;
    background-color: #00487c;
    border-color: #00487c;
}

.page-item.active .page-link {
    background-color: #00487c;
    border-color: #00487c;
}

#resource-search-button {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.875rem;
}

/* EMAIL */
#email-hero{
    background-image: url('../img/image-blue-triangles.png');
}

/* CONTACT US */

/* These classes are used for the warning messages that appear when the user hasn't accepted Necessary Cookies. */
/* ReCaptcha cookies are marked as Necessary and must be accepted in order to contact us. */
.no-access-warning, .no-access-warning > b{
    color: #212529 !important;
}

/* HELPERS */
.bg-transparent-white{
    background-color: rgba(255,255,255,0.3);
}

.bg-transparent-black{
    background-color: rgba(0,0,0,0.5);
}
.text-primary-color{
    color: #005295;
}