* {box-sizing: border-box;}


/*
html{
    scroll-behavior: smooth;
} */

:root{
    /*--animate-delay: .5s !important; */
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-thin-webfont.eot');
    src: url('../fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-thin-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-thin-webfont.woff') format('woff'),
         url('../fonts/proximanova-thin-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-thin-webfont.svg#museo_sans_rounded100') format('svg');
    font-weight:100;
    font-style:normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#museo_sans_rounded100') format('svg');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#museo_sans_rounded100') format('svg');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-thinit-webfont.eot');
    src: url('../fonts/proximanova-thinit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-thinit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-thinit-webfont.woff') format('woff'),
         url('../fonts/proximanova-thinit-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-thinit-webfont.svg#museo_sans_rounded100_italic') format('svg');
    font-weight:100;
    font-style:italic;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-lightit-webfont.eot');
    src: url('../fonts/proximanova-lightit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-lightit-webfont.woff') format('woff'),
         url('../fonts/proximanova-lightit-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-lightit-webfont.svg#museo_sans_rounded100_italic') format('svg');
    font-weight:300;
    font-style:italic;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/proximanova-boldit-webfont.eot');
    src: url('../fonts/proximanova-boldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-boldit-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-boldit-webfont.woff') format('woff'),
         url('../fonts/proximanova-boldit-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-boldit-webfont.svg#museo_sans_rounded100_italic') format('svg');
    font-weight:700;
    font-style:italic;
}





.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
    font-size: 14px;
}





.container-lg{
    max-width: 1440px !important;
}







.green{
    color: #50b848; 
}

.yellow{
    color: #ffc425; 
}

.red{
    color: #ed1849; 
}

.blue{
    color: #005cab; 
}

.cyan{
    color: #00a4e4; 
}

.gray{
    color: #6a737b; 
}

.black{
    color: #000 !important; ; 
}

.white{
    color: #fff !important; 
}

.yellowImportant{
    color: #ffc425 !important;
}





.greenPage a:hover{
    color: #50b848; 
}

.yellowPage a:hover{
    color: #ffc425; 
}

.redPage a:hover{
    color: #ed1849; 
}

.bluePage a:hover{
    color: #005cab; 
}

.cyanPage a:hover{
    color: #00a4e4; 
}

.grayPage a:hover{
    color: #6a737b; 
}







p.introPara{
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: .35px;
}

h1.introParaWelcome{
    font-size: 20px !important;
    line-height: 1.35 !important;
    letter-spacing: .35px !important;
    color: #50b848;
}

p.highlightNames{
    line-height: 1.35 !important;
    margin-bottom: 0.5rem;
    font-weight: 500;
    
    font-size: 1.25rem;
}



.greenPage p.introPara{
    /*color: #50b848; */
    color: #000; 
}

.bodyContent.greenPage h3{
    /*color: #50b848; */
    color: #000; 
}

.bodyContent.greenPage h4{
    color: #50b848; 
}

.bodyContent.greenPage h5{
    color: #50b848; 
}

.greenPage p.highlightNames{
    color: #50b848; 
}



.yellowPage p.introPara{
    color: #ffc425;
    color: #000000;
}

.bodyContent.yellowPage h3{
    color: #ffc425;
    color: #000000;
}

.bodyContent.yellowPage h4{
    color: #ffc425;
    color: #000000;
}

.bodyContent.yellowPage h5{
    color: #ffc425;
    color: #000000;
}

.yellowPage p.highlightNames{
    color: #ffc425;
    color: #000000;
}



.redPage p.introPara{
    /*color: #ed1849; */
    color: #000;  
}

.bodyContent.redPage h3{
    color: #ed1849; 
    color: #000; 
}

.bodyContent.redPage h4{
    color: #ed1849; 
}

.bodyContent.redPage h5{
    color: #ed1849; 
}

.redPage p.highlightNames{
    color: #ed1849; 
}



.bluePage p.introPara{
    /*color: #005cab;*/
    color: #000; 
}

.bodyContent.bluePage h3{
    color: #005cab; 
    color: #000; 
}

.bodyContent.bluePage h4{
    color: #005cab; 
}

.bodyContent.bluePage h5{
    color: #005cab; 
}

.bluePage p.highlightNames{
    color: #005cab;
}



.cyanPage p.introPara{
    /*color: #00a4e4;  */
    color: #000;  
}

.bodyContent.cyanPage h3{
    /*color: #00a4e4; */
    color: #000;
}

.bodyContent.cyanPage h4{
    color: #00a4e4; 
}

.bodyContent.cyanPage h5{
    color: #00a4e4; 
}

.cyanPage p.highlightNames{
    color: #00a4e4; 
}




.grayPage p.introPara{
    /*color: #6a737b;*/
    color: #000; 
}

.bodyContent.grayPage h3{
    color: #6a737b; 
    color: #000; 
}

/* 
.bodyContent.grayPage h4{
    color: #6a737b; 
} */

.bodyContent.grayPage h5{
    color: #6a737b; 
}

.grayPage p.highlightNames{
    color: #6a737b; 
}




.greenPage .calloutNumber{
    color: #50b848; 
}

.yellowPage .calloutNumber{
    color: #ffc425; 
}

.redPage .calloutNumber{
    color: #ed1849; 
}

.bluePage .calloutNumber{
    color: #005cab; 
}

.cyanPage .calloutNumber{
    color: #00a4e4; 
    color: #000; 
}

.grayPage .calloutNumber{
    color: #6a737b; 
}




.greenPage hr.bodyRule{
    color: #50b848; 
}

.yellowPage hr.bodyRule{
    color: #ffc425; 
}

.redPage hr.bodyRule{
    color: #ed1849; 
}

.bluePage hr.bodyRule{
    color: #005cab; 
}

.cyanPage hr.bodyRule{
    color: #6a737b; 
}

.grayPage hr.bodyRule{
    color: #bbb; 
}










.greenPage p a{
    color: #50b848; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.yellowPage p a{
    color: #ffc425; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.redPage p a{
    color: #ed1849; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.bluePage p a{
    color: #005cab; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.cyanPage p a{
    color: #00a4e4; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.grayPage p a{
    color: #6a737b; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}




.greenPage p a:hover{   
    text-decoration: underline;
}

.yellowPage p a:hover{
    text-decoration: underline;
}

.redPage p a:hover{
    text-decoration: underline;
}

.bluePage p a:hover{
    text-decoration: underline;
}

.cyanPage p a:hover{
    text-decoration: underline;
}

.grayPage p a:hover{
    text-decoration: underline;
}






















.listGreen a{
    color: #50b848;
    color: #000; 
    text-decoration: none;
    font-weight: 700;
        
}

.listYellow a{
    color: #ffc425;
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.listRed a{
    color: #ed1849;
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.listBlue a{
    color: #005cab; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.listCyan a{
    color: #00a4e4; 
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}

.listGray a{
    color: #50b848;
    color: #000; 
    text-decoration: none;
    font-weight: 700;
}



.listGreen a:hover{
    text-decoration: underline;
}

.listYellow a:hover{
    text-decoration: underline;
}

.listRed a:hover{
    text-decoration: underline;
}

.listBlue a:hover{
    text-decoration: underline;
}

.listCyan a:hover{
    text-decoration: underline;
}

.listGray a:hover{
    text-decoration: underline;
}





.greenButtonBackground{
    background-color: #50b848; 
}

.yellowButtonBackground{
    background-color: #ffc425; 
}

.redButtonBackground{
    /*background-color: #ed1849;*/
    background-color: #ee2856; 
}

.blueButtonBackground{
    background-color: #005cab; 
}

.cyanButtonBackground{
    /*background-color: #00a4e4;*/
    background-color: #19ade7; 
}

.grayButtonBackground{
    background-color: #6a737b; 
}


p.redButtonBackground{
    color: #000;
}

p.blueButtonBackground{
    color: #fff; 
}


.cyanButtonBackground{
    color: #000; 
}


p.grayButtonBackground{
    color: #fff;
}




.greenBackground{
    background-image: url(../images/univ_images/white_diag_lines_03.svg), linear-gradient(to top right, #078E3B, #50B848); 
    background-size: cover;
    background-attachment: fixed;
}

.yellowBackground{
    background-image: url(../images/univ_images/white_diag_lines_03.svg), linear-gradient(to top right, #FFC426, #FFE368);
    background-size: cover;
    background-attachment: fixed;
}

.redBackground{
    background-image: url(../images/univ_images/white_diag_lines_03.svg), linear-gradient(to top right, #EC1D4A, #FF4A4A);
    background-size: cover;
    background-attachment: fixed;
}

.blueBackground{
    background-image: url(../images/univ_images/white_diag_lines_03.svg), linear-gradient(to top right, #005CAB, #0095D5);
    background-size: cover;
    background-attachment: fixed;
}

.cyanBackground{
    background-image: url(../images/univ_images/white_diag_lines_03.svg), linear-gradient(to top right, #00A4E2, #00A4E4);
    background-size: cover;
    background-attachment: fixed;
}

.grayBackground{
    background-image: url(../images/univ_images/white_diag_lines_03.svg), linear-gradient(to top right, #6a737b, #A4B3C0);
    background-size: cover;
    background-attachment: fixed;
}












.bodyContent ul{
    list-style: none;
}

.bodyContent ul li{
    margin-bottom: .5rem;
}

ul.foundationList{
    list-style: none;
    text-indent: -1rem;
    margin-left: 1rem;
    
}

ul.foundationList li{
    margin-bottom: .25rem;
}









.bodyContent ul.listGreen li::before {
  content: "\2022";
  color: #50b848;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}

.bodyContent ul.listYellow li::before {
  content: "\2022";
  color: #ffc425;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}

.bodyContent ul.listRed li::before {
  content: "\2022";
  color: #ed1849;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}

.bodyContent ul.listBlue li::before {
  content: "\2022";
  color: #005cab;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}

.bodyContent ul.listCyan li::before {
  content: "\2022";
  color: #00a4e4;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}


.bodyContent ul.listGray li::before {
  content: "\2022";
  color: #6a737b;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}

.bodyContent ul.listBlack li::before {
  content: "\2022";
  color: #fff;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}

.bodyContent ul.listWhite li::before {
  content: "\2022";
  color: #fff;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 28px;
    line-height: 20px;
    position: absolute;
}


.boldBulletTitles{
    font-weight: 900;
}









.bodyContent ul.listGreen.secondLevelList li::before {
  content: "\26AC";
  color: #50b848;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
}

.bodyContent ul.listYellow.secondLevelList li::before {
  content: "\26AC";
  color: #ffc425;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
}

.bodyContent ul.listRed.secondLevelList li::before {
  content: "\26AC";
  color: #ed1849;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
}

.bodyContent ul.listBlue.secondLevelList li::before {
  content: "\26AC";
  color: #005cab;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
   font-size: 24px;
    line-height: 19px;
    position: absolute;
}

.bodyContent ul.listCyan.secondLevelList li::before {
  content: "\26AC";
  color: #00a4e4;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
}


.bodyContent ul.listGray.secondLevelList li::before {
  content: "\26AC";
  color: #6a737b;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
    font-family: 'proxima-nova', sans-serif !important;
}

.bodyContent ul.listBlack.secondLevelList li::before {
  content: "\26AC";
  color: #fff;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
}

.bodyContent ul.listWhite.secondLevelList li::before {
  content: "\26AC";
  color: #fff;
    font-size: 28px;
    width: 0.65em;
    margin-left: -0.65em;
    display: inline-block;
    font-size: 24px;
    line-height: 19px;
    position: absolute;
}











img.eduImages{
    width: 100%;
    max-height: 100%;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 33%);
}
































body {
    font-family: 'proxima-nova', sans-serif !important;
    padding: 0;
    margin: 0;
    overflow-x:hidden;
}


.centerInDiv{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.bodyContent{
    overflow: hidden;
}






/*====NAVIGATION===*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    font-weight: 300;
    
    
}


.navigation{
    box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 10%);
    background-color: white;
}

.navigation ul{ /*
    max-width: 1440px;
    margin: 0 auto; */ 
    margin-bottom: 0;
    margin-top: 0;
}

.navigation li{
    text-decoration: none;
    list-style: none;
    display: inline-block;
}

.navMainMenu{
    padding: 15px 0 15px 0;
    height: 74px;
    box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 10%);
    position: relative;
    
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
    
    
}


#menu-icon{
    width: 34px;
    position: absolute;
    
}

.aacrLogoNavContainer{
    position: relative;
    height: 44px;
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
}

.reportTitleNav{
    display: inline-block;
    position: absolute;
    padding-left: .5em;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.reportTitleNav a{
    text-decoration: none;
    display: block;
}

.reportTitleNav a:hover{
    opacity: 65%;
    color: #6a737b; 
}

#aacrLogoNav{
    background-image: url(../images/univ_images/aacr_logo.png);
    height: 87.5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    
}



#navSubMenu{
    background-color: #6a737b;
    padding-top: 2em;
    padding-bottom: 2em;
    display: none;
}

#navSubMenu ul{
    border-left: 2px solid #4FB848;
    padding-left: 10px;
    
    
}

#navSubMenu li{
    display: block;
    margin-bottom: 4px;
}

#navSubMenu li:hover{
    cursor: pointer;
    
}

#navSubMenu li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 6px;
    display: block;
    padding-top: 3px;
}

#navSubMenu li a:hover{
    opacity: 65%;
    cursor: pointer;
}

.showSubNav{
    display: block;
}



/*SCROLLED NAV*/
.navMainMenuScrolled{
    height: 60px;
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
}


.aacrLogoNavContainerScrolled{
    height: 30px;
    
}


.hamburgerFixOne{
    top: 9px !important;   
}

.hamburgerFixTwo{
    top: 15px !important;   
}

.hamburgerFixThree{
    top: 21px !important;   
}



/*===FOOTER===*/



footer{
    width: 100%;
    z-index: 490;
    font-weight: 300;
    
}

.aacrFooter{
    background-color: #d0d2d3;
}

.footerMenu{
    
}

.footerMenu ul{
    list-style: none;
    margin-bottom: 0px;
}

.footerMenu ul li a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 1.4;
    padding-bottom: 10px;
    display: block;
}

.footerMenu ul li a:hover{
    opacity: 65%;
    
}

.copyrightText{
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    
}


.footerSocial a{
    text-decoration: none;
    display: inline-block;
    float: right;
    
}

.footerSocial a img{
    margin-left: 8px;
    margin-bottom: 8px;
}

.footerSocial a img:hover{
    opacity: 80%;
}








/*===HAMBURGER STYLING===*/

  .nav-toggle {
    background-color: transparent;
    width: 34px;
    height: 38px;
    position: relative;
    display: inline-block;/*
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;*/
    cursor: pointer; 


}


  .nav-toggle span{
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 65%;
    background: #50b848;
    opacity: 1;
    right: 35%;
      /*
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); */
    -webkit-transition: .375s;
    -moz-transition: .375s;
    -o-transition: .375s;
    transition: .375s;
}

/*
.page-home  .nav-toggle span {
	background: #50b848;
} */ 

.page-home .scrolled .nav-toggle span,
.page-home .active .nav-toggle span{
	background: black;
}



  .nav-toggle span:nth-child(1) {
    top: 15px; }

  .nav-toggle span:nth-child(2), .nav-toggle span:nth-child(3) {
    top: 21px; }

  .nav-toggle span:nth-child(4) {
    top: 27px; }

  .nav-toggle.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
    background: transparent;

}

/*

.nav-toggle span:nth-child(1) {
    -webkit-transition: .0s ease-in-out;
    -moz-transition: .0s ease-in-out;
    -o-transition: .0s ease-in-out;
    transition: .0s ease-in-out;
}

.nav-toggle span:nth-child(4) {
    -webkit-transition: .0s ease-in-out;
    -moz-transition: .0s ease-in-out;
    -o-transition: .0s ease-in-out;
    transition: .0s ease-in-out;
}
*/



  .nav-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #50b848;
}
  .nav-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
      background: #50b848;
}

  .nav-toggle.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
    background: transparent; }



/*===VIDEO CONTAINER===*/


.whiteSizing{
    width: 100vw;
    height: calc(100vh - 80px);
    position: relative;
    margin: 0;
    padding: 0;
    background-color: black;
    z-index: 70;
    
}



.aacrHomepageVideo{
    width: 100vw;
    height: auto;
    margin-top: 74px;
    display: block;
}


.aacrHomepageVideoScrolled{
    margin-top: 60px;
}








/*===GENERAL STYLING===*/

h1{
    

}


h2{
    display: inline-block;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300 !important;
}







/*===HOMEPAGE===*/

.homeGrid{
    height: auto;
    min-height: 100%;
    background-color: #E6E7E8;
    
    background-image: linear-gradient(to bottom,#eceded, #d1d3d4);
    
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}


a.homepageGridLink{
    text-decoration: none;
    color: #000 !important;
}



img.homeGridPhoto{
    width: 100%;
}


.homepageGridTitleContainer{
    height: 148px;
}

h3.homepageGridTitle{
    font-size: 1.325rem;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-align: center;
}

p.homeGridButton {
    font-size: 14px;
    padding: 16px 24px;
    text-align: center;
    margin: 0 auto;
    max-width: 148px;
    line-height: 1.3;
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 900;
    
}




.homeGrid:hover{
    background-color: #dcddde;
    
    
    transform: scale(.98);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.homeGrid:hover h3{
    color: #000;
    
}

.homeGrid:hover p.homeGridButton{
    text-decoration: none;
    color: black;
    
    
    /*
    font-size: 16px;
    padding: 17px 24.5px;
    max-width: 160px;
    text-decoration: none;
    color: black;
    margin-bottom: 29px; */
    
    background-color: white;
}







/*===GENERAL SIDEPAGE===*/

.sidebannerBg{
    background-color: darkblue;
    
    
    padding-top: 74px;
    height: 784px; /*814px;*/
    position: relative;
    
}

.sidebannerContainer{
    

    
}


.sectionsMenuContainer{
    width: 300px;
    background-color: #E6E7E8;
    position: fixed;
    z-index: 499;
    
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 33%);
}


.sectionsMenuTopHidden{
    height: 76px;
    background-color: #E6E7E8;
    
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
    
}

.sectionsMenuTopHiddenScrolled{
    height: 60px;
    
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
    
}

.sectionsMenu{
    height: 50px;
    background-color: #E6E7E8;
    z-index: 100;
    width: 100%;
    
}

.sectionsMenu:hover{
    cursor: pointer;
}



p.sectionsMenuTitle{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding-right: .5em;
}



.sectionsMenuArrow{
    display: inline-block;
    height: 12px;
    margin-top: 18px;
    transform: rotate(90deg);
    
    position: absolute;
    right: 0;
    
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.sectionsMenu:hover p.sectionsMenuTitle{
    font-weight: 700;   
}



.sectionsMenuList{
    height: auto;
    width: 100%;
    background-color: #E6E7E8;
    z-index: 99;
    float: right;
    
    display: none;

}

.clickedBlock{
    display: block;
}


.clickedRotate{
    transform: rotate(270deg);
    margin-top: 21px;
    
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    
}



.sectionsMenuList ul{
    list-style: none;
}

.sectionsMenuList a{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1em;
    line-height: 1.35;
    padding: 4px 0;
}


.sectionsMenuList a:hover{
    cursor: pointer;
    font-weight: 700;
    color: #000;
    
}



.sidebannerContainerRow{
    height: 710px; /*650px*/ /* 590px */
    position: relative;
}


.sidepage h1{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    display: inline-block;
    line-height: 1.18;
    
}

.sidepageBannerImgContainer{
    height: 710px; /* 650px */ /* 590px */
    position: relative;


    
}


img.sidepageBannerImg{
    width: 100%;
}

.arrowHeaderContainer{
    height: 120px;
    position: absolute;
    bottom: 0;
    display: block;
}


.arrowHeader{
    height: 36px;
    
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.arrowHeader:hover{
    opacity: 80%;
    
    transform: scale(1.125);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}


.tooltip{
    position: relative !important;
    opacity: 100% !important;
    width: 100% !important;
    z-index: 99 !important;
}



img.tooltipIcon{
    width: 25px;
    height: 25px;
    float: right;
    right: 0;
    position: relative;
    
}


.tooltipContainer {
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}







/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 500px;
    background-color: #6a737b;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: 40px;
    left: auto !important;
    margin-left: -507px;
    /*  Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}


.tooltip .tooltiptext.leadershipTooltip{
    width: 200px;
    margin-left: -207px;
}

.tooltip.index-tip .tooltiptext {
    width: 800px;
    margin-left: -830px;
}
.tooltip.index-tip .tooltiptext p{
	font-size:12px;
	line-height:18px;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 500px;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.tooltip .tooltiptext.leadershipTooltip::after {
    left: 200px;
}


/* Tooltip arrow */
.tooltip.index-tip .tooltiptext::after {
    left: 820px;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip > img.tooltipIcon:hover + .tooltiptext {
    visibility: visible;
    opacity: 1;
}























.sectionHeaderBox{
    background-color: #6A737B;
    height: 245px;
    position: relative;
}


.sectionHeaderBox h2{
    letter-spacing: 1.3px;
    display: block;
    line-height: 1.25;
}


.bodyContent h3{
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: 1px;
    display: inline-block;
}


.bodyContent h4{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.35;
    letter-spacing: 1px;
    display: inline-block;
    
}


h3.publishingHeaders{
    font-size: 18px;
    
    text-transform: none;
    line-height: 1.35;
    
    letter-spacing: 0px;
    display: inline-block;
    font-weight: 900;
    color: #6a737b !important;
}



h4.dotHThree {
    font-size: 18px;
    
    text-transform: none;
    line-height: 1.35;
    
    letter-spacing: 0px;
    display: inline-block;
    color: #6a737b !important;
    font-weight: 900;
}



.sidebarImageContainer{
    position: relative;
}

.fullWidthImageContainer{
    position: relative;
    overflow-y: hidden;
}


.sidebarImage{
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    display: block;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 33%);
}

.noShadow{
        box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%);
}

.sidebarImage.portraitImage{
    height: auto;
    width: 50%;
}

.sidebarImage.coverImage{
    height: auto;
    width: 66%;
}

.sidebarImageCaption{
    width: 100%;
    background-color: #ebebec;
}

.sidebarImageCaption p{
    line-height: 1.35;
}


.arrowBoxContainer{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 100;
    overflow: hidden;
}


.playArrowContainer{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    transition: transform .5s;
    left: 0%;
}

.playArrowContainer:hover{
    cursor: pointer;
    transform: scale(1.25);
    transition: transform .35s;
    
}



.videoArrowImage{
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoArrowImageFullWidth{
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebarVideoShadow{
    width: auto;
    height: auto;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 33%);
}


.sidebarVideo{
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    display: block;
}




.lightboxBackground {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(27, 27, 27, 0.9);
    z-index: 5000;
    display: none;
}

.lightboxBackground:hover {
    cursor: pointer;
}

img.lightboxX {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50px;
    right: 50px;
    z-index: 4990;
}

.videoContainerPopup{
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    float: left;
}






















/*=====START OF AAJ CODE-----*/



.bodyContainer{
    max-width: 1440px;
    margin: 0 auto;
}






#homepageVideoContainer{
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    z-index: 80;
    top: 0;
    /*
 background-color: black;*/
     
    /* display: block; FIX */



}

video.homepageVideo{
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    z-index: 81;

}


.homepageContentContainer{

}



#videoSizing{
    width: 100%;
    position: relative;
    z-index: 60;
    
    
}























.calloutNumber{
    font-size: 4.5rem;
    line-height: 1.08;
    font-weight: 100;
}

hr.bodyRule{
    margin-bottom: 20px;
    height: 1px !important;
    opacity: 100;
    margin-left: 3px;
    
}

.endDot{
    position: absolute;
    right: 5px;
    margin-top: -25px;
    width: 10px;
    height: 10px;
}


img.publishingCover{
    max-width: 200px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 33%);
}

img.squareHeadshot{
    max-width: 150px;
    max-height: 150px;
    
}




.headshotGridText{
    line-height: 1.45;
}



p.headshotBoldSubhead{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.35;
    color: #6a737b;
    letter-spacing: .5px;
    
    width: 87.5%;
}


p.headshotBoldSubheadLong{
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.35;
    color: #6a737b;
    letter-spacing: .5px;
}



    .centeredBoldHeadings{
        text-transform: uppercase !important;
        font-weight: 900 !important;
        letter-spacing: .5px !important;
        line-height: 1.35 !important;
        text-align: center !important;
        font-size: 1rem !important;
        
        
    }

img.membershipCharts{
    width: 100%;
    height: auto;
}


.letterBackgroundColor{
    width: 100%;
    height: auto;
    background-image: linear-gradient(to bottom right,#6A737B, #A3ABB2);
}

.letterBg{
    background-color: #fff;
}



img.welcomeTopImage{
    width: 100%;
}




.caption{
    color: #6a737b;
    font-size: 13px;
    line-height: 1.4;
}


.homepageCaption{
    position: absolute;
    bottom: 0;
}

img.letterSignatures{
    max-width: 90%;
}


a.homepageWelcomeLink{
 text-decoration: none;
    
}

a.homepageWelcomeLink:hover{
    color: #50b848 !important;
    cursor: pointer;
}

h1.homepageWelcomeText{
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 1.5px;
}







a.footerPageLinkContainer{
   /* height: 150px; */
    text-decoration: none;
    position: relative;
}


a.footerPageLinkContainer:hover{
    font-weight: 700;
}


.footerArrowsContainerLeft{
   /* display: inline-block;*/
    position: absolute;
    height: 100%;

}

.footerArrowsContainerRight{
   /* display: inline-block;*/
    position: absolute;
    height: 100%;
    float: right;
    right: 0;
    

}



img.footerArrows{
    height: 32px;
    width: auto;
    display: inline-block;
    
}


p.footerArrowsTextLeft{
    line-height: 1.35;
    display: inline-block;
    margin-left: 44px;
    height: auto;
    text-transform: uppercase;
    
    width: calc(100% - 62px);
}


p.footerArrowsTextRight{
    text-align: right;
    line-height: 1.35;
    display: inline-block; /
    /* margin-right: 44px; */
    height: auto;
    float: right;
    text-transform: uppercase;
    
    width: calc(100% - 44px); /* 62px */
}





.letterContainer{
    max-width: 1310px !important;
}




.calloutBox{
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 33%);
    
}


.callout-feature img {
    width: 100%;
    height: auto;
    display: block;
}


.calloutBlackBox {
    background-color: #000;
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    position: relative;
    /* border-radius: 0px 0px 10px 10px; */
    
    cursor: pointer;
}

.calloutTitlesContainer{
}

span.calloutTitle {
    color: #fff;
    font-size: 1rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding-top: 0px;
    width: 100%;
    position: relative;
    margin-block-start: 0em;
    margin-block-end: 0em;
    
    float: left;
}

span.calloutSubtitle {
    color: #fff;
    font-size: .875rem;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .75px;
    padding-top: 0px;
    width: 100%;
    position: relative;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.callout-button {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: right;
    position: absolute;
    bottom: auto;
    right: 15px;
    transform: rotate(-90deg);
    float: right;
    
    margin-top: .25rem;
    
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}


.arrowCallout {
    background: url(../images/univ_images/arrows/white_arrow_left.svg) no-repeat;
    background-size: 30px 30px;
    background-position: bottom right;
}





.rotateCalloutArrow{
    transform: rotate(90deg);
    margin-top: .4rem;
    
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    
    
}



.callout-textarea {
    background-color: #E6E7E8;
    /* border-radius: 0px 0px 10px 10px; */
}


.callout-textarea p{
    margin-bottom: .5rem;
    
}


.genieGraphicBox{
    height: 260px;
    
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    
}


.genieGraphicBox:hover{    
    transform: scale(.965);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;

}

.genieGraphicNumber{
    font-size: 3.75rem;
    font-weight: 100;
    line-height: 1.15;
}

.genieGraphicText{
    font-size: 2rem;
    line-height: 1.2;
}



.genieGraphicSubText{
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    
}


p.educationTitles{
    line-height: 1.35;
    
}

p.educationSubtitles{
    line-height: 1.35;
    
}





.quoteStart {
    font-size: 90px;
    font-weight: 700;
    line-height: 0px;
    font-family: arial, Geneva, sans-serif;
    color: #50b848;
}



.quoteEnd {
    font-size: 90px;
    line-height: 0px;
    font-weight: 700;
    position: relative;
    font-family: arial, Geneva, sans-serif;
    bottom: -0.5em;
    color: #50b848;
    margin-left: 7px;
}

.quoteText {
    color: #FFFFFF;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 100;
}


.quoteBox{
    background-image: url(../images/univ_images/quote_background_01.svg), linear-gradient( 25deg , #000000, #6a737b);
}

















/*===TABLE SETTINGS===*/

/* financial ================================================== */

#fin-divider1 h2{
    color: #000000;
}

.rg-container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	color: #1a1a1a;
}
.rg-header {
	margin-bottom: 1em;
}
.rg-hed {
	font-family: "Benton Sans Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.35em;
	margin-bottom: 0.25em;
}
.rg-subhed {
	font-size: 1em;
	line-height: 1.4em;
}
.rg-source-and-credit {
	font-family: Georgia,"Times New Roman", Times,serif;
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}
.rg-source {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.5em;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}
/*styles for graphic*/
table.rg-table {
	margin: 0 0 1em 0;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 1px solid rgba(195,195,197,.3);
}
table.rg-table th {
	font-weight: bold;
	padding: 0.5em;
	font-size: 0.85em;
	line-height: 1.4;
}
table.rg-table td {
/*	padding: 0.5em;      */
    padding: 0.5em 0.5em 0.5em 0em;
	font-size: 0.9em;
	line-height: 1.4;
}
table.rg-table td.bold {
	font-weight:bold;
}
table.rg-table td.red {
	color:#000;
}
table.rg-table td.yellow {
	color:#6a737b;
}
table.rg-table td.text-right {
	text-align:right
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table tr {
	border-bottom: 1px solid rgba(195,195,197,.3);
	color: #222;
}
table.rg-table td.bottom-rule-heavy {
	border-bottom: #666 2px solid;
}
table.rg-table td.bottom-rule {
	border-bottom: #666 1px solid;
}
table.rg-table .number {
	text-align: right;
}
table.rg-table.zebra tr:nth-child(even) {
	background: rgba(195, 195, 197, 0.1);
}
table.rg-table tr.highlight {
	background: #edece4;
}


/* TABLE media queries */


@media screen and (max-width: 480px) {
.rg-container {
	max-width: 457px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
table.rg-table tr.clear-under-480{
	display:none;
}
    
    
} 


td.widthSixty{
    width: 60%;
}

td.widthTwo{
    width: 2%;
}

td.widthTwelve{
    widows: 12%;
}

td.widthTen{
    width: 10%;
}




































/*==NEW MEDIA BELOW==*/

@media screen and (min-width: 1400px) {
    .tooltipContainer{
        height: 98px;
    }
    
    
    .tooltip .tooltiptext {
    right: 30px;
    bottom: 30px;
    
    }
        
        

}


@media screen and (min-width: 1650px) and (max-height: 899px) {

    #homepageVideoContainer{
        width: 100vw;
        height: 100vh;
    }


    video.homepageVideo{
        width: 100vw;
        height: auto;
        left: auto;
        transform: none;
        top: 50%;
        transform: translateY(-50%);
    }


   ul.list-menu li a{
        font-size: 5.5rem;
        line-height: 7rem;
    }


}


@media screen and (min-width: 2400px) and (min-height: 900px) {
    #homepageVideoContainer{
        height: 100vh;
        width: 100vw;

    }


    video.homepageVideo{
        width: 100vw;
        height: auto;
        left: auto;
        transform: translateX(0);
        top: 50%;
        transform: translateY(-50%);

    }


   ul.list-menu li{
        font-size: 5.5rem;
        line-height: 7rem;
    }


}




@media screen and (max-width: 1419px) and (min-height: 1100px) {


    #homepageVideoContainer{
        width: 100%;
        height: auto;
    }


    video.homepageVideo{
        width: 100%;
        height: auto;
        left: auto;
        transform: none;
    }



}



@media screen and (max-width: 1199px) {
    /*X-LARGE*/

    .hiddenBreakFooter{
        display: block! important;
        line-height: 2px;
    }



}


@media screen and (max-width: 991px) {
    /*LARGE*/


    #homepageVideoContainer{
        width: 100%;
        height: auto;
    }


    video.homepageVideo{
        width: 100%;
        height: auto;
        left: auto;
        transform: none;
    }


    img.containerImg{
        width: 100%;
        height: auto;
        max-height: 600px;
        max-width: 600px;
        position: relative;
    }

    .externalLinkContainerHomepage{
        height: auto;
    }
    
    
    
    
    
    
        .homepageCaption{
        position: relative;
    }
    
    
    .arrowHeader{
    height: 32px;
    margin-bottom: 2rem;
}
    
    

}


@media screen and (max-width: 767px) {
    /*MEDIUM*/
    
    
    .navMainMenu{
        height: 94px;
        padding-top: 15px;
    }
    
    
    

    
    #menu-icon{
        position: relative;
    
    }

    .menuImageContainer{
        display: none;
    }
    
    
    #navSubMenu ul {
        border-left: none;
        
    }

    
    #aacrLogoNav {
        background-position: left;
        max-width: 280px;
        
    }
    
    .reportTitleNavContainer{
        display: inline-block;
        line-height: 1.15;
    }
    
    
    .reportTitleNav {
        top: auto;
        transform: none;
        position: relative;

        display: inline-block;
        line-height: .5;
        
    }
    
    .reportTitleNav a {
        font-size: 15px;
        
    }
    
    
    
    .aacrLogoNavContainer {
        height: 42px;
    }
    
    
    .aacrHomepageVideo{
        margin-top: 94px;
}

    .sidebannerBg{
        padding-top: 146px;
    }
    
    .sidebannerContainerRow{
        height: auto;
    }
    
    
.sidepageBannerImgContainer{
    height: auto;
}
    
    .sidebannerBg{
        height: auto;
    }
    
    
    
    
    .videoArrowImageFullWidth {
    height: 60px;
    width: 60px;
}


    
    
/*SCROLLED MOBILE NAV*/
    
/*
.navMainMenuScrolled{
    height: 60px;
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
}


.aacrLogoNavContainerScrolled{
    height: 30px;
    
} */
    
    
    
.navMainMenuScrolled{
    height: 82px;
    padding-top: 5px;
    -webkit-transition: height 0.375s;
    -moz-transition: height 0.375s;
    transition: height 0.375s;
    
    -webkit-transition: padding 0.375s;
    -moz-transition: padding 0.375s;
    transition: padding 0.375s;
    }
    

.reportTitleNavScrolled{
    font-size: 13px !important;
    -webkit-transition: font-size 0.375s;
    -moz-transition: font-size 0.375s;
    transition: font-size 0.375s;

}
    
    

.hamburgerFixOne{
    top: 15px !important;
}

.hamburgerFixTwo{
    top: 21px !important;   
}

.hamburgerFixThree{
    top: 27px !important;  
}
    
    

    
    .sectionsMenuContainer{
        width: 100%;
    }

    
.sectionsMenuTopHidden{
    height: 96px;
    }
    
    
.sectionsMenuTopHiddenScrolled{
    height: 82px;

    }
    
    
    
    img.awardsHeadshot{
        max-width: 100%;
    }
    
    
    
    .hideListMobile{
        display: none;
    }
    
    
    
img.letterSignatures{
    max-width: 75%;
}

    
    
    
.arrowHeaderContainer{
    height: 72px;
    position: relative;
    bottom: 0;
    display: block;
}


.arrowHeader{
    height: 32px;
    margin-bottom: 2rem;
}
    
    
    .footerArrowsHideMobile{
        display: none;
    }
    
    
    
    
    
    
    
    .tooltip .tooltiptext {
     max-width: 420px;   
        
    }
    
    .tooltip .tooltiptext::after {
    left: 420px;
}
    
    
    
    
   .sidebarImage.coverImage{
    height: auto;
    width: 100%;
} 
    
    
    
    


}







@media screen and (max-width: 575px) {
    /*SMALL*/

    .headline{
        font-size: 36px;
        padding-bottom: .5rem!important;

    }


    header .logo{
        max-width: 110px;
    }

    .projectBannerContainer{
    margin-top: 70px;
}
    
     p.headshotBoldSubhead{
     width: 75% !important;
    }
    
    
    .tooltip .tooltiptext {
     max-width: 320px;   
        
    }
    
     .tooltip .tooltiptext::after {
    left: 320px;
}

}








/*BOOTSTRAP GRID 4 SIZING */




/*==============XXXX-LARGE SIZE==============*/
@media screen and (min-width: 1920px){
     .aboutOfficeImg{
        height: 70vh;
    }

}


/*====QUOTE FIX====*/
@media screen and (min-width: 1770px){
    .quoteContainer{
        max-width: 1080px;
        margin: 0 auto;
    }
}


/*==============XXX-LARGE SIZE==============*/
@media screen and (min-width: 1660px) and (max-width: 1919px){
    .aboutOfficeImg{
        height: 66vh;
    }


}




/*==============XX=LARGE SIZE==============*/
@media screen and (min-width: 1440px){



}


/*==============X-LARGE SIZE==============*/
@media screen and (min-width: 1200px){



}

/*===============LARGE SIZE==============*/
@media screen and (max-width: 1199px){
    
        .openingQuote{
        font-size: 1.75rem;
    }
    
    .testimonialQuote{
        font-size: 1.75rem;
    }
    


}


/*=== BANNER FIX */ 
@media screen and (max-width: 1024px){
        
.sidebannerBg {
    background-attachment: inherit;
}


}



/*===============LARGE SIZE MIN==============*/
@media screen and (min-width: 992px){

    .welcomeTextContainer{
        position: relative;
        max-width: 610px !important;
    }


}


/*==============MEDIUM SIZE==============*/
@media screen and (max-width: 991px){


      .projectTitleContainer{
        display: none;
    }


    .featuredProjectConainerLink:hover{
        color: #00C0F3;
    }


    .projectTitleStacked:hover{
        color: #00C0F3;
    }


    #viewMore{
    font-weight: 700;
    text-decoration: none;
    color: #000;
    text-align: left;
    width: auto;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}



    .projectBannerTitle{
        display: none;
    }



    p.headshotBoldSubhead{
        width: 50%;
        
    }

    






}


@media screen and (min-width: 767px){


.centerInDivDesktop{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


}
    
    
/*==============SMALL SIZE==============*/
@media screen and (max-width: 767px){



    h3{
        font-size: 1.75rem;
    }


    h1{
        font-size: 2.5rem;
    }


    .projectBannerCaption{
        bottom: 1rem;
    }



    ul.boldLinkList li{
         margin-bottom: 1rem;
    }


    .boldLink{
        font-size: 2rem;
        line-height: 1.35;

    }
    
    .quoteDashDesktop{
        display: none;
    }
    
    .quoteDashMobile{
        display: inline-block;
    }
    
    .quoteTitle{
        margin-left: 20px;
    }
    
    
    
 
    
    
    
    
    
    
    

    .workReturnText{
    margin-left: 25px;
}



.leftCarrot{
    display: inline-block;
    height: 20px;
    width: 12px;
    margin-right: 5px;
    margin-bottom: 1px;
    position: absolute;
    background-image: url(../img/general_assets/left_carrot.png);
    background-size: contain;
    
    top: 55%;
    transform: translateY(-50%);
}

    
    
    
    



a.workReturn:hover .leftCarrot{
    background-image: url(../img/general_assets/left_carrot_blue.png);
    
}
    
    

}


/*==============X-SMALL SIZE==============*/
@media screen and (max-width: 575px){
    hr.ourWorkRule{
    width: 40vw;
}

    hr.ruleOpen{
        width: 100%;
    }



    header .navbar{
        height: 70px;
        padding: 1rem;
    }
    
    .mobileNavLogoAdjust{
        margin-top: .425rem;
    }
    


    ul.list-menu.centerInDiv li a {
        font-size: 2rem;
        line-height: 2.25;

    }
    
    
    /*
    video.homepageVideo{
        margin-top: 70px;
        
    }*/
    
    
    #videoSizing{
        margin-top: 70px;
    }
    
   #scrolledMobile{
        background: #fff !important;
        box-shadow: 0px 4px 8px rgb(0 0 0 / 10%) !important;
    }
    
    
    
    p.headshotBoldSubhead{
        width: 90%;
        
    }
    
}





 @media screen and (max-width: 479px){
     
     .openingQuote{
         font-size: 1.5rem;
     }
     
     .testimonialQuote{
         font-size: 1.5rem;
     }
     


}



/*==============XX-SMALL SIZE==============*/
@media screen and (max-width: 421px){

    .cookieBar p{
    font-size: .875rem;
    line-height: 1.4;
    }
    
    
    .genieGraphicBox{
    height: 225px;
        
    }
    
    
        .tooltip .tooltiptext {
     max-width: 250px;   
        
    }
    
    .tooltip .tooltiptext::after {
    left: 250px;
}


}



@media screen and (max-width: 399px){
  

    #viewMore{
        font-size: 32px;
    }
    
    
    

}




@media screen and (max-width: 319px){
  


    .reportTitleNav a {
    font-size: 12px;
}
    
    
}







































/*===OLD MEDIA BELOW==*/


@media only screen and (max-width: 765px) and (min-width: 689px){

   .desktop-img{
    display: none;
}
    .mobile-img{
    display: block;
}
       .mobile{
    display: block;
}
        .desktop{
    display: none;
}
        #menu {
    overflow: scroll;
    height: 100vh;
}
}

@media only screen and (max-width: 689px) and (min-width: 450px){
       .desktop-img{
    display: none;
}
    .mobile-img{
    display: block;
}
       .mobile{
    display: block;
}
        .desktop{
    display: none;
}

    .col-md-10{
    padding-right: 30px;
    padding-left: 30px;
    }

    #menu {
    overflow: scroll;
    height: 100vh;
}
    #menu::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.15);

        
    
}
    
    

}

@media only screen and (max-width: 480px) and (min-width: 240px){
    .mobile-img{
    display: block;
}
    .desktop-img{
    display: none;
}
    .desktop{
    display: none;
}
    .chart-box{
        width:100%;
    }

         .mobile{
    display: block;
}

.pt-5 {
    padding-top: 2rem!important;
}

    .col-md-10{
            padding-right: 30px;
    padding-left: 30px;
    }


    #menu {

    overflow: scroll;
    height: 100vh;
}


    h1 {
    font-size: 2rem;
}

    h2 {
    font-size: 1.125rem;
}

    .speech-bubble-wrap .speech-bubble {
        width: 190px;}

    .py-5 {
        padding-top: 1rem!important;}

    p3 {
        font-size: 1.2rem;}

     h3 {
    font-size: 1.2rem;}

    
    h4 {
    font-size: 1.5rem;
}

}




@media (min-width: 768px){
.maxw100 {
    max-width: 100%;
}}

@media (min-width: 992px){
.maxw100{
    max-width: 100%;
    }}






























.addNone{
    display: none;

}




/* Safari 11+ 
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
.twoRowWide{
    display: inline-table !important;;
}
}} */





.hideVideo{
    display: none;
}

.showVideo{
    display: block !important;
}

.homepageVideo{
        cursor: default!important;
    left: 0;
    position: absolute;
}








@media (min-width: 1200px){
.container-xxxl{
    max-width: 1920px !important;
}
    
}


@media (max-width: 767px) and (max-height: 710px){
    
    
    /*IMPORTANT MAYBE REMOVE */
    #navSubMenu {
        max-height: calc(100vh - 60px);
        overflow: scroll;
        
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
    
    
}











@media (max-width: 650px) and (max-height: 340px){
    
    
    .navMainMenu {
        max-height: 15vh !important;
        padding-top: 0px;
        
    }
    
    .aacrLogoNavContainer {
        padding-top: 1.5vh;
    height: 8.5vh;
}
    
    
    #aacrLogoNav{
        max-width: 25vw;
        top: auto;
        transform: none;
    }
    
.reportTitleNav a {
    font-size: 2.5vh;
    line-height: 2.5vh
}
    
    
    .nav-toggle {
        max-height: 13vh;
        
    }
    
    .reportTitleNavContainer {
     line-height: 1;   
        position: absolute;
        top: auto;
    bottom: 2.5vh;
    }
    
    
    .reportTitleNavScrolled{
        font-size: 2.5vh !important;
    }
    
    .aacrHomepageVideo {
        margin-top: 13vh;
        
    }
    
    .nav-toggle span {
        height: 0.875vh;
        
    }
    
    .nav-toggle span:nth-child(1) {
    top: 4vh;
}
    
    .nav-toggle span:nth-child(2) {
    top: 6vh;
}
    
    .nav-toggle span:nth-child(3) {
    top: 6vh;
}
    
    .nav-toggle span:nth-child(4) {
    top: 8vh;
}
    
    .hamburgerFixOne {
    top: 4vh !important;
}
        .hamburgerFixTwo {
    top: 6vh !important;
}
    
        .hamburgerFixThree {
    top: 8vh !important;
}

    

    
}


@media (min-width: 992px){
    .welcomeCaptionSpace{
        height: 50px;
        
    }
    
    
}


@media (max-width: 991px){
    
        .welcomeCaptionSpace{
        height: 24px;
        
    }
    
}







/*===Hide Desktop and Mobile====*/


@media (min-width: 768px){

.hideDesktop{
    display: none !important;
}


}



@media (max-width: 768px){

.hideMobile{
    display: none !important;
}
    

    
}



@media (max-width: 370px) and (min-height: 341px){

.reportTitleNav a{
    font-size: 13px;
    line-height: 14px;
}


}



