/*------------------------------------------------------------------
[Master Stylesheet]

Primary use:    Common.css file used for styling header, footer and
                common components
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Layout]

* body
    + Header / #navbar-header
    + Landing-Page-Wrapper / .landing-page-image-wrapper
        -Landing-Page-Image / .landing-page-image
    + Content / .content-wrapper
        - Buffer Space/ .buffer 
        - Side Navigation bar / #navigation-bar
        - Main Content/ .main-content
    + Footer / #footer
        - Address/ address
        - Footer Navigation/ .footer-navigation
        - CopyRight Content/ #copyright-content
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.buffer {
    height: 100px;
    width: 100%;
}

.content-tool-bar{
    position: relative;
}

#social-media-button{
    display: inline-block;
    color: white;
    background-color: #46166C;
    padding: 9px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'News Cycle', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-left: 32px;
    border-radius: 1%;
}

#custom-button{
    display: inline-block;
    text-align: center;
    margin-left: 243px;
    height: 54px;
    color: white;
    background-color: #46166C;
    padding: 9px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'News Cycle', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    border-radius: 1%;


}

#custom-button > a{
    color: inherit;
    text-decoration: none;
}


#social-media-button > a{
    color: inherit;
    text-decoration: none;
}

#social-media-button > a img{
    height: 30px;
}

#message-button1{
    display: inline-block;
    color: #46166C;
    background-color:#eeb211;;
    padding: 4px 5px 7px 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'News Cycle', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 1%;
    position: absolute;
    top: 0px;
}

#message-button2{
    display: inline-block;
    color: white;
    background-color:#46166C;
    padding: 4px 5px 7px 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'News Cycle', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 1%;
    position: absolute;
    top: 0px;
    left: 475px
}

#message-button3{
    display: inline-block;
    color: #46166C;
    background-color:#eeb211;;
    padding: 4px 5px 7px 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'News Cycle', Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-left: 15px;
    border-radius: 1%;
    position: absolute;
    top: 0px;
    left: 700px
}

.button-link{
    color: inherit;
    text-decoration: none;
    display: block;
    line-height: 22px;
    width: 200px;
    position: relative;
}

#message-button2 > a{
    color: inherit;
    text-decoration: none;
}

.button-link > .link-text{
    left: 5px;
    position: relative;
    width: 170px;
    text-align: left;
}

.button-link > .link-img{
   display: inline;
}

.link-img > img{
    width:35px;
    float: right;
    position: absolute; 
    top: 8px; 
    right:5px;
}

.grey-content-header {
    color: #777;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.black-content-header-less-margin {
    color: #555;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.black-content-header-no-margin {
    color: #555;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
}

.covid-logo{
    width: 100%;
}

.grey-content-header-less-margin {
    color: #777;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.grey-content-header-no-margin {
    color: #777;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.content-header {
    color: #46166C;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-header-no-margin {
    color: #46166C;
    font-family: 'TradeGothicLTStd-BdCn20', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.content-wrapper {
    background: url('../assets/images/bkg-gray-pattern-tile.png');
    min-height: 450px;
    padding-bottom: 20px;
}

.display-flex {
    display: flex !important;
    flex-wrap: wrap;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.dark-red-font{
    color: rgb(210,0,0);
}
.landing-page-image-wrapper {
    background-size: cover;
    height: 70%;
    width: 100%;
}

.learn-more-text {
    text-decoration: underline;
    color: #46166b;
}

.email-link{
    color: #46166C;
}

.more-text{
    display: none;
}

.read-more{
    cursor: pointer;
    color: cornflowerblue;
    text-decoration: underline;
}

.no-link-decoration {
    color: #46166b;
    text-decoration: none;
}

.no-link-decoration:hover{
    color: inherit;
}

.main-content {
    color: #333333;
    font-size: 20px;
    font-family: 'PublicSans', sans-serif!important;
    line-height: 26px;
    padding-bottom: 30px;
}

#navbar-header {
    background-color: #46166C;
    height: 90px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
}

.sub-list {
    padding-left: 20px;
}

.div-list{
    padding-left: 40px;
}

#landing-page-text-wrapper
{
    background-color: rgb(0, 0, 0, 0.5);
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: 3px 1px 2px black;
    left: 5%;
    padding: 10px 20px;
    position: relative;
}

#landing-page-text-wrapper>h1
{
    color:  #eeb211;
    text-transform: uppercase;
    font-weight: bold;
}

#landing-page-text-wrapper>p
{
    color: white;
    margin-bottom: 0px;
    line-height: 1.15;
}

.list-lower-alpha {
    list-style-type: lower-alpha;
}

.list-more-indentation > li {
    padding-left: 5px;
}

.list-lower-roman {
    list-style-type: lower-roman;
}

.purple-font{
    color: #46166C;
}

.list-preceding-paragraph, 
.zero-bottom-margin-paragraph{
    margin-bottom: 0px;
}

.main-content> #search-box{
    background-color: #F9F9F9;
    height: 40px;
    border: 1px solid #B9B9B9;
    border-radius: 1%;
    font-size: 20px;
    padding: 5px 0px 10px 2px;
}

.main-content>#search-box-results{
    display: block;
}

#search-button{
    height: 40px;
    width: 40px;
    background-color: #46166b;
    color: white;
    position: relative;
    top: 3px;
    left: -1px;
}

.ualbany-logo-wrapper {
    height: 90px;
    width: 100%;
}

.ualbany-logo {
    margin-left: 20px;
    vertical-align: middle;
}

a {
    color: #46166C;
}

a:hover {
    color: #46166C;
}


@media only screen and (max-width: 340px)
{
    .ualbany-logo{
        margin-left: 5%;
        width: 90%;
    }
    .div-list{
        padding-left: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .landing-page-image-wrapper {
        background-image: url('../assets/logos/covid-19-logo-xs.png');
        height: 82.5vw;
    }
    #landing-page-text-wrapper
    {   
        top: 15%;
        width: 45%;
    }
    #landing-page-text-wrapper>h1
    {
        font-size: 6vw;
    }
    #landing-page-text-wrapper>p
    {
        font-size: 3.5vw;
    }
    .main-content {
        padding-top: 20px;
    }
    .main-content>ul, .main-content>ol {
        margin-left: 20px;
    }
    .main-content> #search-box{       
        margin-bottom: 5px;
        width: 80%;
    }   
    .main-content>#search-box-results{
        margin-bottom: 30px;
    }
    .div-list{
        padding-left: 20px;
    }
}

@media only screen and (min-width: 600px) {
    .landing-page-image-wrapper {
        background-image: url('../assets/logos/covid-10-logo-sm.png');
        height: 64.7vw;
    }
    #landing-page-text-wrapper
    {   
        top: 20%;
        width: 40%;
    }
    #landing-page-text-wrapper>h1
    {
        font-size: 4.5vw;
    }
    #landing-page-text-wrapper>p
    {
        font-size: 3vw;
    }
    .main-content>ul, .main-content>ol {
        margin-left: 20px;
    }
    .main-content> #search-box{       
        margin-bottom: 5px;
        width: 60%;
    }
    
    .main-content>#search-box-results{
        margin-bottom: 30px;
    }

    .div-list{
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .landing-page-image-wrapper {
        background-image: url('../assets/logos/covid-19-logo-md.png');
        height: 49.8vw;
    }
    #landing-page-text-wrapper
    {
        top: 22%;
        width: 40%;
    }
    #landing-page-text-wrapper>h1
    {
        font-size: 4.6vw;
    }
    #landing-page-text-wrapper>p
    {
        font-size: 2.8vw;
    }
    .main-content>h1, .main-content>h2, .main-content>h3, .main-content>h4, .main-content>h5, .main-content>h6, .main-content>p, .main-content>div,
    .main-content > .nav-tabs, .main-content > .nav-pills {
        margin-left: 50px;
    }
    .main-content>ul, .main-content>ol {
        margin-left: 90px;
    }
    .main-content> #search-box{       
        margin: 0px 0px 5px 50px;
        width: 255px;
    }
    .main-content>#search-box-results{
        margin: 0px 0px 20px 50px;
    }
    .div-list{
        padding-left: 40px;
    }
}

@media only screen and (min-width: 992px) {

    .main-content> #search-box{       
        width: 485px;
    }
    
    .landing-page-image-wrapper {
        background-image: url('../assets/logos/covid-19-logo-lg.png');
        height: 42.5vw;
    }
    #landing-page-text-wrapper
    {
        top: 50%;
        width: 40%;
    }
    #landing-page-text-wrapper>h1
    {
        font-size: 4.2vw;
    }
    #landing-page-text-wrapper>p
    {
        display: block;
        font-size: 3vw;
    }
}

@media only screen and (min-width: 1192px) {
    .landing-page-image-wrapper {
        background-image: url('../assets/logos/covid-19-logo-xl.png');
        height: 40.6vw;
    }
    #landing-page-text-wrapper
    {
        top: 38%;
        width: 40%;
    }
    #landing-page-text-wrapper>h1
    {
        font-size: 4.3vw;
    }
    #landing-page-text-wrapper>p
    {
        font-size: 3vw;
    }
}

@media only screen and (min-width: 1300px) {
    #landing-page-text-wrapper
    {
        top: 43%;
        width: 40%;
    }
    #landing-page-text-wrapper>h1
    {
        font-size: 4.3vw;
    }
    #landing-page-text-wrapper>p
    {
        font-size: 3vw;
    }
}

.main-content{
    padding: 0px 10px;
}

.col-lg-6, .col-xl-6, .col-sm-12, .col-md-6, .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
}

