/*///////////////////////
<     GLOBAL STYLES     >
///////////////////////*/

/*    << PAGE STRUCTURE STYLES >>    */

#header {
    width: 100%;
    min-height: 175px;
    padding-top: 25px;
    box-sizing: border-box;
    background-color: white;
}
#wrapper {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 25px 80px; 
    text-align: left;
}
body {
    min-width: 1550px;
    max-width: 2000px;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'IBM Plex Sans', sans-serif;   
}
.colSingle {
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.colLeft {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 40px 0 0;
}
.abtColLeft {
    width: 70%;
    display: inline-block;
}
.colRight {
    box-sizing: border-box;
    float: left;
    width: 50%;
    border-radius: 5px;
    overflow: hidden;
    padding: 0 0 0 40px;
}
#toTopButton {
    position: fixed;
    bottom: 25px;
    right: 80px;
    width: 120px;
    height: 50px;
    box-sizing: content-box;
    align-items: center;
    justify-content: center;
    background-color: #78373F;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    border: none;
}
#toTopButton:hover {
    background-color: #522A2F;
    cursor: pointer;
}

    
/*    << TEXT STYLES >>    */

h1 {
    color: #78373F;
    font-size: 40px;
    margin: 0 100px 60px 0;
}
h2 {
    color: #78373F;
    font-size: 36px;
    margin: 60px 0px 30px;
}
h3 {
    color: #78373F;
    font-weight: 600;
    font-size: 24px;
    margin: 60px 120px 30px 0;
}
h4 {
    color: #626262;
    font-weight: 600;
    font-size: 20px;
    margin: 30px 120px 10px 0;
}
h5 {
    color: #78373F;
    font-weight: 600;
    font-size: 21px;
    margin: 40px 0 10px 0;
}
p {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    margin: 0 120px 18px 0;
}
ul {
    color: #626262;
    font-size: 18px;
    font-weight: 400;
    margin: -10px 0 10px;
}
a {
    color: #626262;
}

    
/*    <<  HEADER NAV STYLES >>    */

.navCenter {
    margin: auto;
    padding-top: 5px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1700px) {
    .navCenter {
        content: url(../img/MSDLogoMark_Red.png);
        width: auto;
        height: 125px; 
    }
}

/*    LEFT NAV    */
.navBarLeft {
    width: 32%;
    height: 65px;
    float: left;
    margin-top: 20px;
    padding-left: 45px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #78373F;
    border-radius: 0px 4px 4px 0px;
    overflow: hidden;
}
a.navLeft-active {
    width: 25%;
    height: 65px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #522A2F;
    font-weight: 500;
    color: white;
    text-decoration: none;
}
a.navLeft-inactive {
    width: 25%;
    height: 65px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}
a.navLeft-inactive:hover {
    background-color: #522A2F;
}

/*    RIGHT NAV    */
.navBarRight {
    width: 32%;
    height: 65px;
    float: right;
    margin-top: 20px;
    padding-right: 45px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #eaeaea;
    border-radius: 4px 0px 0px 4px;
    overflow: hidden;
}
a.navRight-active {
    width: 25%;
    height: 65px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    font-weight: 500;
    color: black;
    text-decoration: none;
}
a.navRight-inactive {
    width: 25%;
    height: 65px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-decoration: none;
}
a.navRight-inactive:hover {
    background-color: #d9d9d9;
}


/*///////////////////////
<       HOME PAGE       >
///////////////////////*/

/*   <<< HOME PAGE STYLES >>>   */

.homeNav {
    width: 33%;
    height: 125px;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    background-color: #78373F;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.homeNav:hover {
    background-color: #522A2F;
}
a.homeNav {
    text-decoration: none;
}
.vDivider {
    width: .5%;
    height: 125px;
    float: left;
    background-color: #78373F;
}
.vLine {
    height: 105px;
    margin: 10px 0px;
    border: solid;
    border-width: 0px 0px 0px .25px;
    border-color: #eaeaea;
}


/*////////////////////////
<       ABOUT PAGE       >
////////////////////////*/

/*   <<< ABOUT STYLES >>>   */

.abtCollapsible {
    background-color: White;
    color: #78373F;
    cursor: pointer;
    padding: 18px 33px;
    margin-top: 26px;
    width: 100%;
    height: 92px;
    border-collapse: collapse;
    border-style: solid;
    border-color: #78373F;
    border-width: 2pt;
    border-radius: 4px;
    vertical-align: middle;
    text-align: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    transition: ease-out;
}
.abtCollapsible:hover {
    background-color: #522A2F;
    border-color: #522A2F;
    color: white;
}
.abtCollapsible:hover::after {
    content: url(/resources/img/icons/arrowDownWhite.svg);
}
.abtCollapsible::after {
    content: url(../img/icons/arrowDownRed.svg);
    width: 20px;
    color: white;
    float: right;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}
.active {
    background-color: #78373F;
    border-color: #78373F;
    color: white;
}
.active:after {
    content: url(../img/icons/arrowDownWhite.svg);
    transform: rotate(180deg);
}
.content {
    box-sizing: border-box;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.body {
    color: #626262;
    font-size: 20px;
    font-weight: 400;
    margin: 34px 30% 60px 60px;
}
.body2col {
    columns: 400px 2;
    column-gap: 20px;
    color: #626262;
    font-size: 20px;
    font-weight: 400;
    margin: 34px 60px 60px;
}


/*////////////////////////
<     VISIONING PAGE     >
////////////////////////*/

/*   <<< VISIONING DOWNLOAD STYLES >>>   */

.downloadBlock {
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0;
    padding: 30px 50px;
    background-color: #eaeaea;
    border-radius: 5px;
}
.downloadInfo {
    display: flex;
    align-items: center;
}
.downloadIcon {
    height: 75px;
    display: inline;
}
.downloadText {
    display: inline;
    padding: 0px 40px;
    color: #626262;
    font-size: 26px;
    font-weight: 600;
}
.downloadButtons {
    display: flex;
    align-items: center;
}
a.downloadButton {
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 15px;
    margin: 0 30px 0 0;
    background-color: #78373F;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
}
.downloadButton:hover {
    background-color: #522A2F;
}
.vizContent {
    max-height: 0;
    margin: auto;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.rubricContent {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 100px;
    border-radius: 5px;
}
.rubricContent h2 {
    padding-left: 50px;
}
.rubricContent h3 {
    padding-left: 50px;
}
.rubricContent h4 {
    padding-left: 100px;
}
.rubricContent p {
    padding: 0 30% 0 100px;
}
.rubricContent ul {
    margin: 0;
    padding: 0 30% 0 150px;
}
.rubricContent i {
    font-weight: 600;
}
.presIcon {
    height: 45px;
    display: inline;
}
.vizButton {
    float: left;
    margin: 20px 50px 0 0;
    width: 300px;
    height: 50px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #78373F;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    overflow: hidden;
}
.vizButton:hover {
    background-color: #522A2F;
}
a.vizButton {
    margin: 0;
}