/* CSS FOR PROGRAMS */

#department-content-columns .department-content-col1, #department-content-columns .department-content-col3 {display:none!important;}
#department-content-columns .department-content-col2 {width: 100%;max-width: 1280px;}

.undergraduate, .graduate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.program-list, .program-info {
  width: 50%;
  min-width:320px;
  box-sizing: border-box;
  padding: 1em;
}

.u-programs {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    align-items: baseline;
    flex-basis: auto;
}

.u-programs h2 {display: block;width:100%;}

@media (max-width: 667px) {
  .program-list, .program-info {
    width: 100%;
  }
}

.program-list a:not(.anchor) {
   text-align: center;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 1em 2em;
    margin: 3px 1px;
    border: 2px solid #003b73;
    background-color: #003b73;
    border-radius: 2px;
    font-weight: bold;
    flex-grow: 1;
    min-width: 110px;
}
.program-list a:hover {
  background-color: #fff;
  color: #00a3e0;
}
#undergraduate, #online, #graduate {
    position: relative;
    bottom: 80px;
}

/* CSS for Visit, Apply, Admission */

.visit_apply {
  background: url('/media/drakeuniversity/GriffOldMain.jpg' ) bottom center;
  background-size: cover;
  padding: 22em 1em 1em 1em;
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 4em;
}
.bucket_container {
  width: 100%;
  max-width: 1240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
/*   padding: 20px 0 50px 0; */
}
.bucket_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
}
.bucket {
  background: #fff;
  width: 31%;
  min-width: 320px;
  box-sizing: border-box;
  padding: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1em 0;
  overflow:hidden;
}
.bucket h4 {
  font-size: 1.5em;
  margin: 0;
  text-transform: uppercase;
}
.bucket h4:before {
  content: " ";
  display: inline-block;
  height: .76em;
  width: 1em;
  background-color: #00a3e0;
  margin: .2em .5em 0 -1em;
}
.bucket {font-family: 'proxima nova', proxima, sans-serif;}
.bucket a {color: black;text-decoration:none;}
.bucket p {
  font-size: .8em;
  line-height: 120%;
  padding: 0 1em;
}
.bucket p span {background:#ffcd00;}

/* programs header */

.prog-header {position: relative;}

.prog-header h1 {
  color: rgb(0,59,115);
  font-size: 4.4375em;
  font-weight: 500;
  font-family: 'harfang-pro', serif;
  padding: .5em 200px .5em 0;
}
.prog-header h1:before {
        content: " ";
    background-color: #0099ff;
    height: 0.9em;
    width: 0.9em;
    display: inline-block;
    margin-right: .25em;
    position: relative;
    top: .1em;
}

@media (max-width: 1300px) {
  .prog-header h1 {
    font-size: 4em;
  }
}
@media (max-width: 1180px) {
  .prog-header h1 {
    font-size: 3.6em;
  }
}
@media (max-width: 1100px) {
  .prog-header h1 {
    font-size: 3.3em;
  }
}

@media (max-width: 1024px) {
  .prog-header h1 {
    font-size: 4em;
  }
.prog-header span {
    display: none;
    visibility: hidden;
  }

  .prog-header h1:after {
    content: "Programs";
  }
}

@media (max-width: 479px) {
    .prog-header h1 {
        padding-right: 0;
    }
}

.prog-header .prog-buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}

@media (max-width: 479px) {
    .prog-header .prog-buttons {
        position: initial;
        width: 100%;
    }
}

.prog-header a.button {
    display: inline-block;
    color: white;
    background-color: rgb(203,51,59);
    padding: .25em 1.1em;
    margin-top: 1em;
    text-align: center;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: 200;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    float: right;
    clear: both;
    width: 125px;
}
.prog-header a.button:hover {
    padding-left: 3em;
}

@media (max-width: 479px) {
    .prog-header a.button {
        width: 100%;
        padding: .25em;
        margin-top: 0;
        margin-bottom: .25em;
    }
}
#optionalLinks {display: none!important; visibility: hidden!important;}
