@import url('https://fonts.googleapis.com/css?family=Cabin:700|Raleway:400,600');
/*BE font*/
body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  color: #363c41;
  font-size: 16px;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  color: #172e81;
  line-height: 1.5;
}
.navbar-inverse {
      background-color: #172E81;
    }
    .navbar-brand {
      height: 70px;
    }
    div.navbar-header {
      display: flex;
        justify-content: center;
    }
    
    ul.nav {
      display: flex;
        justify-content: center;
    }
    .center-div {
      width: 75%;
      margin: 0 auto;
    }

    .center {
      margin: 0 auto;
    }
    h1 {
      color: #172E81;
      text-align: center;
    }
    body {
      /*font-family: 'Roboto', sans-serif;*/
      font-size: 16px;
    }
    #inner{
      display: table;
        margin: 0 auto;
    }
    .bold {
      font-weight: 600;
    }
    .center-text {
      text-align: center;
    }
    .video-container {
      position:relative;
      padding-bottom:56.25%;
      padding-top:30px;
      height:0;
      overflow:hidden;
    }
    .video-container iframe, .video-container object, .video-container embed {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
    }
    #instagram-feed iframe {
    margin-top: 80px !important;
    }
    

    .row:after, .row:before{display:inline;}
    
        
      /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
    div#instagram-feed {
    margin: 0 ;}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    div#instagram-feed {
    margin: 0 !important;}
    
    .center-div h1 {
      margin-top: 25px;}
    
    }
    
        /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
    div#twitter-feed {
      width: 30rem !important;}
    }
       


/*cta styles*/
.hp-cta-bar {
    background: #6c757d;
    height: auto;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}   
  
  .hp-cta-bar-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

  .hp-cta-bar-sect a {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    width: 100%;
    padding: 15px;
    color: white;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.hp-cta-bar-sect a:hover {
    background: #ebbf14;
    color: #172e81;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hp-cta-bar-sect a i {
    color: white;
    display: inline-block;
    padding-right: 10px;
    font-size: 1.1em;
    text-decoration: none;
}

/*topbar styles*/
#topBar {
    background-color: #ebbf14;
    color: #172e81;
    width: 100%;
    min-height: 25px;
    padding-top: 0px;
}
.des {
    display: block!important;
}
.topBarWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.infoNav {
    width: 90%;
}
.infoNav {
    overflow: hidden;
    background-color: #fff;
    width: 90%;
    text-align: center;
}

.dropdownInfo {
    float: left;
    overflow: hidden;
    width: 100%;
}

.dropdownInfo .dropbtn {
    font-size: 0.75em;
    border: none;
    outline: none;
    color: #6c757d;
    padding: 7px 0;
    background-color: inherit;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}

.caretDownDD {
    margin-left: 5px;
}

.dropdownInfo-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdownInfoScroll {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.ddTitle {
    color: #172e81;
    font-weight: bolder;
    font-size: 0.8em;
    text-align: left;
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
}

.dropdownInfo-content a {
    float: none;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 0.75em;
}

.topBarTxt {
    font-size: 0.8em;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 5px 0;
}

.topBarTxt a {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #172e81;
    line-height: 1;
}

.topBarGooTrans {
    text-align: center;
}

.topBarTxt a:hover {
    text-decoration: underline;
    color: #6c757d;
}

.mainBannerImg{
  margin-top: 70px;
}

@media (max-width: 992px){ 
 .mainBannerImg{
  margin-top: 0;
}
.navbar-fixed-top{
  position: relative;
}
}

.navbar{
  margin-bottom: 0;
  border:0;
}


/*ddmenu*/
.infoNav {
  overflow: hidden;
  background-color: #fff;
  width: 90%;
  text-align: center;
}
.infoNav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.active {
  background-color: #e9ecef;
  color: white;
}
.infoNav .icon {
  display: none;
}
.dropdownInfo {
  float: left;
  overflow: hidden;
  width: 100%;
}
.caretDownDD{
  margin-left: 5px;
}
.ddTitle{
  color: #172e81;
  font-weight: bolder;
  font-size: 0.8em;
  text-align: left;
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
}
.dropdownInfo .dropbtn {
  font-size: 0.75em;
  border: none;
  outline: none;
  color: #6c757d;
  padding: 7px 0;
  background-color: inherit;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}
.dropdownInfo-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdownInfo-content a {
  float: none;
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 0.75em;
}
.infoNav a:hover, .dropdownInfo:hover .dropbtn {
  background-color: #fff;
  color: #6c757d;;
}
.dropdownInfo-content a:hover {
  background-color: #ddd;
  color: black;
}
.dropdownInfo:hover .dropdownInfo-content {
  display: block;
  width: 80%;
}
@media (max-width: 768px){ 
.dropdownInfo:hover .dropdownInfo-content {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
}
.dropdownInfoScroll {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.infoNav {
  width: 90%;
}
@media (max-width: 992px){ 
  .infoNav {
    width: 100%;
    height: 46px;
  }
}
@media (max-width: 768px){ 
  .infoNav {
    width: 100%;
    height: initial;
  }
}
@media (max-width: 576px){  
  .dropdownInfo:hover .dropdownInfo-content {
    width: 87%;
  }
}

p.vcTitle{
  font-family: 'Gentium Basic', serif;
  font-size: 2.5em;
  color: white;
  margin-top: 7px;
}

@media (max-width: 576px){  
p.vcTitle{
 text-align: center;
}
}

span.vcYear{
  color: #ebbf14;
}

/* footer section */
#footer{
  background-color: #172e81;
  padding: 2% 0;
  color: #fff;
}
.footerLogo{
  margin-top: 1%;
  margin: 0 auto;
}
.footerLogo img{
  width: 70%;
}
.footerLogoInt{
  margin-top: 1%;
  margin: 0 auto;
}
.footerLogoInt img{
  width: 100%;
}
@media(max-width:576px) {
  .footerLogo{
    margin-top: 10%;
  }
  #footer{
    padding: 10% 0;
  }
}
@media(max-width:992px) {
  .footerLogo img{
    width: 100%;
  }
}
.mainLogoTxt{
}
.socialIconsCont{
  margin-top: 10px;
}
.socialIconsCont a i{
  font-size: 1.5em;
  padding: 0 5px;
}
@media(max-width:576px) {
  .socialIconsCont{
    text-align: center;
  }
}
.socialIconsCont a{
  padding: 0 5px;
}
.footerInfoTxt{
  margin-top: 2%;
  margin: 0 auto;
}
@media(max-width:576px) {
  .footerInfoTxt{
    padding-right: 0;
  }
}
.footerTxt{
  font-size: 0.75em;
  line-height: 1.5;
  margin: 0 auto;
}
.footerTxt a {
  color: #ebbf14;
}
.footerTxt2{
  font-size: 0.75em;
  line-height: 1.5;
  margin: 0 auto;
  text-align: right;
}
.footerTxt2 a {
  color: #ebbf14;
}
.footerTit{
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #ebbf14;
}
.footerTit2{
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}
@media(max-width:576px) {
  .footerTit, .footerTit2, .footerTxt, .footerTxt2{
    text-align: center;
  }
  .footerTxt2{
    text-align: center;
  }
}
.footerLinks ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footerLinks ul li{
  margin: 0;
  padding: 0;
  line-height: 1
}
@media(max-width:576px) {
  .footerLinks ul li{
    text-align: center;
  }
}
.footerLinks li a{
  color: #ebbf14;
  font-size: 0.75em;
}
.bx-wrapper {
  margin-bottom: 0;
}

ul.socialIcons {
  padding: 0;
  margin-left: -5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.socialIcons li {
  list-style: none;
  display: inline-block;
  margin: 5px;
  border-radius: 2em;
  overflow:hidden;
  font-size: 12px;
}
@media (max-width: 576px){
  .socialIcons li {
    margin: 5px;
  }
  ul.socialIcons {
    text-align: center;
    margin: 20px auto 0 auto;
  }
}
.socialIcons li a {
  display: block;
  padding: .5em;
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  white-space: nowrap;
  line-height: 1.5em;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
  text-decoration: none;
  font-family: arial;
  color: #fff;
}
.socialIcons li i {
  padding-right: 30px;
  padding-left: 0px;
  margin-top: 0px;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  top: 2px;
  left: 0px;
  position: relative;
  width: 17px;
  height: 17px;;
}
.socialIcons li:hover a {
  max-width:200px;
  padding-right:1em;
}
.socialIcons .facebook {
  background: #3b5998;
  -webkit-box-shadow: 0 0 16px #3b5998;
  box-shadow: 0 0 16px #3b5998;
}
.socialIcons .facebook a i{
  left: 3px
}

.socialIcons .youtube {
  background: red;
  -webkit-box-shadow: 0 0 16px #3b5998;
  box-shadow: 0 0 16px red;
}
.socialIcons .youtube a i{
  left: -2px
}

.socialIcons .twitter {
  background: #00aced;
  -webkit-box-shadow: 0 0 16px #00aced;
  box-shadow: 0 0 16px #00aced;
}
.socialIcons .instagram {
  background: #E1306C;
  -webkit-box-shadow: 0 0 16px #cd486b;
  box-shadow: 0 0 16px #cd486b;
}
.socialIcons .pinterest {
  background: #c92228;
  -webkit-box-shadow: 0 0 16px #c92228;
  box-shadow: 0 0 16px #c92228;
}
.socialIcons .pinterest a i{
  left: 3px;
}
.socialIcons .snapchat {
  background: #FFFC00;
  -webkit-box-shadow: 0 0 16px #666666;
  box-shadow: 0 0 16px #666666;
  color: blue;
}
.socialIcons .snapchat a i{
  color: #172e81;
  left: 2px;
}
.socialIcons .snapchat a{
  color: #172e81;
}
.socialIcons .wordpress {
  background: #666666;
  -webkit-box-shadow: 0 0 16px #666666;
  box-shadow: 0 0 16px #666666;
}
.socialIcons .wordpress a i {
  left: 1.5px;
}
.socialIcons .linkedin {
  background: #0077B5;
  -webkit-box-shadow: 0 0 16px #666666;
  box-shadow: 0 0 16px #666666;
}

.socialIcons .instagram a i {
  left: 2px;
}

.socialIcons .linkedin a i {
  left: 2px;
}

.socialIcons .youtube a i {
  left: 2px;
}

.center{
  text-align: center;
}

@media (max-width: 576px){
 .footerLinks{
  margin-top: 7%;
 }
}

.vcTitleCont{
  margin: 2% 0 5% 0;
}

/*graduate profiles*/

.quarterTabs{
width: 100%;
margin: 0 auto;
text-align: center;

}
.quarterTabsCont {
    width: 30%;
    display: inline-block;
    margin-right: 2px;
    background: #5190C7;
    color: #FFFFFF;
    font-weight: normal;
    font-style: italic;
    padding: 10px;
}

.quarterTabsCont:hover{
    background: #172E81;
    color: white;
    text-decoration: none;
}

.quarterStart {
    border-radius: 30px 0px 0px 30px;

}

.quarterMid {
    border-radius: 0px;

}

.quarterEnd {
    border-radius: 0px 30px 30px 0;

}


.quarterTabsCont a {
    padding: 7px 20px;
    color: #cddae5;
    font-weight: bold;
}

.vcList ul{
  margin: 1% auto 5% auto;
    text-align: center;
}
.vcList ul li {
    display: inline-block;
    margin: 25px 15px 0 15px;
    color: #818181;
}

.vcIframe iframe{
  width: 100%;
  height: 500px;
  margin-bottom: 5%;
}

.vcWrap{
  margin-top: 160px;
}

@media (max-width: 978px){
.vcWrap{
  margin-top: 0px;
}
}

#swal2-content{
      font-size: 1.3em;
    padding: 0 10%;
}

.swal2-title {
    color: #172e81;
    font-size: 1.8em;
}

.swal2-styled.swal2-confirm {
    background-color: #ebbf14;
    color: #0e1c4d;
    font-size: 1em;
    font-weight: bold;
}

.swak2popup{
  width: 33em;
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: none;
}