@font-face{
    font-family: 'Proxima Nova'
    src:url()
}

body{
    font-family: 'Proxima Nova', sans-serif;
    color: #595F6F;
    /* font-size: 18px; */
	font-size: 14px;
}
/*header style*/
h1{
    font-size: 65px;
    line-height: 79px;
}
h3{
    font-size: 22px;
    line-height: 20px;
    letter-spacing: -0.5px;
}

h4{
    font-size: 18px;
    letter-spacing: -0.41px;
    line-height: 20px;
}

#hero-background{
    background: url(/Institutions/Gallaudet-University/images/06292018_Aerial_Campus_View_PH_002.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:400px
}

.mb-0 > a {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .mb-0 > a:after {
    content: "\f107"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top:0px;
    color: #0F4D81;
  }
  .mb-0 > a[aria-expanded="true"]:after {
    content: "\f105"; /* fa-angle */
    color: #0F4D81;
  }
  #search:after{
    content: ' ';
    background-image: url('blue_icons/SVG/Asset\ 681.svg');
    background-size: 21px 21px;
    height: 21px;
    width: 21px;
    position: absolute;
    right: 30;
    top: 7;
    bottom: 0;
  }
  .nav-icon{
      height: 15px;
      padding-right: 5.33px;
      margin-left: 20.86px;
      margin-top: -4px;
  }

  .secondary-navbar{
      background-color: #0F4D81;
      font-size: 12px;
      line-height: 15px;
      font-weight: bold;
      padding-top: 14px;
      padding-bottom: 14px;
      text-transform: uppercase;
  }

  .secondary-link, .secondary-link:hover, .secondary-link:active, .secondary-link:visited{
      color: white;
  }

  
  .nav-link, .nav-link:hover, .nav-link:active, .nav-link:visited{
    color: #0F4D81;
    font-size: 20px;
    line-height: 24px;
}

@media (min-width: 992px){
    .nav-link {
        margin-left : 1em;
    }
    .primary-navbar{
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }
}

#nav-search{
    height:21px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(15,77,129)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
.custom-toggler.navbar-toggler {
    border-color: rgb(15,77,129)
    ;
  } 

#diagonal-line{
  width: 100%;
  height: 100px;
  background: linear-gradient(to top right, #FFFFFF calc(50% - 1px), #FFFFFF00 calc(50% + 1px) );
  margin-top: -100px;
  position: relative;
}

a:hover{
    text-decoration: none;
}


#accordion a{
    color: #595F6F;
}

#accordion h3{
    font-size: 20px;
    font-weight: 500;;
}

#accordion .card{
    border: 0;
    border-radius: 0px;
}

#accordion .card-header{
    border-top: 1px solid #DDDFE7;
    border-bottom: 0px;
    background-color: #FFFFFF;
}
#accordion .first-item{
    border-top: 0px !important;
}
#accordion{
    border: 1px solid #BFC4CE;
    border-radius: 5px;
    overflow: hidden;
}

#accordion .card-body{
    border-left: 2px solid #0F4D81;
    margin-left: 20px;
    margin-bottom: 31.5;
    padding:0px;
    padding-left: 8%;
    padding-right: 8%;
}

#title{
    color:#0F4D81;
    margin-bottom:32px;
}

.subtitle{
    font-weight: 600px;
    margin-bottom: 21px;
    margin-top: 100px;
}

.courses-title{
    margin-bottom: 21px;
}

.m-gap{
    height:2rem;
}


.footer{
    margin-top: 6rem;
}
#footer-1{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0F4D81;
}
#footer-2{
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #0D3F69;
}

.footer-list a, .footer-list a:hover, .footer-list:active, .footer-list:visited{
    color: #F7F8FB;
    text-transform: uppercase;
    font-weight: bold;
}

#footer-address{
    color: #F7F8FB;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-left: 32px;
    float:right;
}

#footer-logo{
    margin-top: -20px;
    float: right;
}

.footer-social{
    margin-left:2%;
    margin-right:2%;
    height: 28px;
    width: 28px;
    background: #dddfe7;
    border-radius: 20px;
    -webkit-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer-social a{
    color: #0D3F69;
}

#copyright{
    color: #DDDFE7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.29px;
}

#print-icon-button{
    height: 20px;
    display: inline;
    margin-right: 11px;
}

.print-button{
    width: 100%;
    margin-top: 27px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #0F4D81;
    font-size: 18px;
    border: 1px solid #0F4D81;
}

#search-catalog-input::placeholder{
    color: #595F6F6C;
}
#search-catalog-input{
    border: 1px solid #BFC4CE !important;
}

@media screen and (max-width: 991px){
    #footer-address{
        margin: auto;
        float: none;
        padding-top: 30px;
    }
    #footer-logo{
        float:none;
        margin: auto;
        padding-top: 20px;
    }
    #right-side-footer{
        text-align: center;
    }
    #footer-1 ul{
        text-align: center;
    }
}
