/*
@font-face {
  font-family: Century Gothic, Regular;
  scr: url('public/fonts/centurygothic/CenturyGothic.ttf');
}
*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');

/*

	Header styling
*/

.branding-text {
	display: inline-block;
	position: absolute;
	/*bottom: 30px;*/
	/*font: 22px 'futura-pt', Arial, Helvetica, sans-serif;*/
	font: 22px 'Roboto Condensed', sans-serif;
  margin-top: 2vh;
  margin-left: 12px;
  /*margin-bottom: 2em;*/
	font-weight: normal;
	line-height: normal;
	text-align: left;
	line-height: 1.1;
	font-weight: 800;
	color: #282e6a;
	width: 200px;
}
.header-contact-number {
	/*font: 22px 'futura-pt', Arial, Helvetica, sans-serif;*/
	font: 22px 'Roboto Condensed', sans-serif;
	font-weight: normal;
	line-height: normal;
	text-align: left;
	line-height: 1.1;
	font-weight: 800;
	color: #282e6a;
  margin-top: 2em;
  margin-bottom: 2em;
}

@media (min-width: 768px) { 
.w-100 {
  width: 100% !important;
  height: 80vh;
}
 }

 @media (min-width: 992px) { 
  .w-100 {
  width: 100% !important;
  height: 90vh;
}
}
  

.navbar a{
  font: 15px 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 100;
  /*line-height: 1;*/
}


.nav-item a{
	/*font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}
ul.navbar-nav li a {
 font-weight: 300;
  line-height: 0.8;
  font: 13px 'futura-pt', Arial, Helvetica, sans-serif;
}
.border-md-right {
  border-right: 1px solid silver;
}

.navbar-default{background:#005986;}
.navbar{border:0;border-radius:0;}
ul.navbar-nav {border-right:1px solid #84B6D0; }
ul.navbar-nav li a{
  font: 13px 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 100;
  }

ul.navbar-nav li .nav-link{
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 0.1;
  font-weight: 400;

}



/*pagination*/




/*pagination*/


/*partners*/
.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.brands_slider_container {
    height: 200px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff;
}

.brands_slider {
    height: 100%;
    margin-top: 50px;
}

.brands_item {
    height: 100%;
}

.brands_item img {
    max-width: 100%;
}

.brands_nav {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.brands_nav:hover i {
    color: #676767;
}

.brands_prev {
    left: 40px;
}

.brands_next {
    right: 40px;
}
/*partners*/
/*
Jumotron below carouse --- welcome text*/
.welcome-note {
	/*font: 15px 'futura-pt', Arial, Helvetica, sans-serif !important;*/
	/*font-family: 'Nanum Myeongjo', serif;*/
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	/*line-height: 1.4 !important;*/
	/*color: #556464;*/
}

.welcome-note-head {
	color: #282e6a !important;
	font-weight: 700;
	font-size: 26px;
	/*font-family: 'Dela Gothic One', cursive;*/
  /*font: 22px 'Roboto Condensed', sans-serif;*/
  /*font-family: 'Didact Gothic', sans-serif;*/
  font-family: 'Roboto', sans-serif;
}

.trnding-tps {
  font-family: 'Roboto', sans-serif;
}
.card-text {
	/*font: 15px 'futura-pt', Arial, Helvetica, sans-serif !important;*/
	/*font-family: 'Nanum Myeongjo', serif !important; */
	/*font: 15px 'Kiwi Maru', serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
	
}
#card-button{
	/*font: 15px 'Kiwi Maru', serif;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.2rem;
}
.card-title {
	font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.card-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.card {
	width: 21rem;
}
.card-img-top{
	height: 18vh;

}

.carousel-text{
  font-family: 'Roboto', sans-serif;
  line-height: 5.5;
  font-size: 4.3rem;
  font-weight: 700;
}

/*bottom Gallery style */
  #gridGallery {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  
  h2,
  .ms-WPBody h2 {
    color: #282e6a;
  }
  
  .box h3 {
    color: #fff;
    font-family: 'Source Sans Pro';
    font-weight:700;
  }
  
  section {
    margin: 25px 0;
  }
  
  #gridGallery .row {
    background-color: black;
  }
  
  .box {
    background-position: center center;
    background-size: cover;
    border: 1px solid #fff;
    transition: opacity .25s;
    overflow: hidden;
  }
  
  .hiddenText {
    display: none !important;
  }
  
  .box:hover {
    cursor: pointer;
    z-index: 1;
  }
  
  #boxOne,
  #boxTwo,
  #boxSeven,
  #boxEight {
    height: 300px;
  }
  
  #boxThree,
  #boxFour,
  #boxFive,
  #boxSix {
    height: 150px;
  }
  
  #boxOne {
    background-image: url('../img/1.jpg');
  }
  
  #boxEight {
    background-image: url('../img/1.jpg');
  }
  
  #boxTwo {
    background-image: url('../img/1.jpg');
  }
  
  #boxSeven {
    background-image: url('../img/1.jpg');
  }
  
  #boxThree {
    background-image: url('../img/1.jpg');
  }
  
  #boxSix {
    background-image: url('../img/1.jpg');
  }
  
  #boxFour {
    background-image: url('../img/2.jpg');
  }
  
  #boxFive {
    background-image: url('../img/1.jpg');
  }
  
  .full {
    float: none;
    height: 600px !important;
    width: 1170px;
    position: absolute;
    z-index: 2;
  }
  
  #gridH {
    background-color: #eee;
    min-height: 600px;
    margin-bottom: 50px;
  }
  
  #gridH .row {
    margin-top: 150px;
  }
  
  #gridH .row .full {
    margin-top: -150px;
  }
  
  .full:hover {
    transform: scale(1);
    box-shadow: none;
  }
  
  .opacity {
    opacity: .8;
  }
  
  .captionBox {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 50px;
    color: white;
    left: 50px;
    padding: 25px;
    position: absolute;
    opacity: 0;
  }
  
  .captionBox p {
    font-size: 16px;
    font-weight:300;
  }
  
  .captionBox h3 {
    margin-top: 0;
    text-transform: uppercase;
  }
  
  .transition {
    transition: 1s;
  }
  
  .bottomRight {
    left: auto;
    right: 80px;
  }
  
  .topRight {
    left: auto;
    right: 50px;
    bottom: auto;
    top: 50px;
  }
  
  .topLeft {
    bottom: auto;
    top: 50px;
  }
  
  .toggleIcon {
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    border-radius: 3px;
    bottom: 15px;
    height: 36px;
    left: -100px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 36px;
  }
  
  .box.full .toggleIcon {
    background-color: rgba(0, 0, 0, 0.57);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
    top: 26px;
    height: 36px;
    left: 50px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    width: 36px;
  }
  
  .box:hover .toggleIcon {
    opacity: 1;
    left: 15px;
    transition: all 0.25s ease 0s;
    background-image: url('http://www.ucdenver.edu/SiteCollectionImages/GridGallery/openIcon.png');
  }
  
  .box.full .toggleIcon {
    opacity: 1;
    left: 50px;
    top: 26px;
    border-radius: 0;
    background-image: url('http://www.ucdenver.edu/SiteCollectionImages/GridGallery/closeIcon.png');
    background-size: 55%;
  }
  
  .box.full .toggleIcon:hover {
    background-color: black;
    transition: all 0s ease 0;
  }
  
  #gridGallery > .row {
    margin: 0;
  }
  
  @media (max-width: 1200px) {
    .full {
      width: 970px;
    }
  }
  
  @media (max-width: 992px) {
    .full {
      width: 750px;
    }
  }
  
  @media (max-width: 768px) {
    #boxThree,
    #boxFour,
    #boxFive,
    #boxSix {
      height: 300px;
    }
    .toggleIcon {
      display: none;
    }
    .full .captionBox {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      padding: 10px;
    }
    .full .captionBox p {
      display: none;
    }
    .full .captionBox h3 {
      margin-bottom: 0;
    }
    .box.full {
      height: inherit;
      width: 100%;
    }
    .box {
      max-height: 150px !important;
    }
    #gridGallery .row {
      background-color: transparent;
    }
    #gridH .row {
      margin-top: 0px;
    }
    .box.full .toggleIcon {
      height: 50px !important;
      left: 0 !important;
      top: 0 !important;
      width: 50px !important;
      display: block;
    }
    .mobileFunction {
      float: left;
      height: 150px;
      width: 100%;
    }
    /* SHAREPOINT ONLY */
  }


  /*footer */
.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}




footer {
  background: #222;
  color: #aaa;
  padding-top: 10px;

  /*font:12px 'Kiwi Maru', serif ;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

footer a {
  color: #aaa;
}

footer a:hover {
  color: #fff;
}

footer h5 {
 color: #0894d1;
  letter-spacing: 1px;
  margin: 30px 0 20px;
}

footer .three-column {
 overflow: hidden;
}

footer .three-column li{
 width: 33.3333%;
  float: left;
  padding: 5px 0;
}

footer .socila-list {
  overflow: hidden;
  margin: 20px 0 10px;
}

footer .socila-list li {
  float: left;
  margin-right: 3px;
  opacity: 0.7;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
footer .socila-list li {
	font-size: 1.8rem;
}
.fa-twitter:hover {
	color: blue;
}
.fa-facebook:hover{ 
	color: cyan;
 }
 .fa-youtube:hover{
 	color: red;
 }
footer .socila-list li:hover {
  opacity: 1;
}

footer .img-thumbnail {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #444;
  margin-bottom: 5px;
}

footer .copyright {
  padding: 15px 0;
  background: #333;
  margin-top: 20px;
  font-size: 15px;
}

footer .copyright span {
  color: #0894d1;
}