@media screen {
  /*mobile & base css*/
  /*general __ mobile*/
  html,
  body {
    background: linear-gradient(to bottom right, #f3f3f3 0%, #fff 100%);
    background-attachment: fixed;
  }
  
  #body-container {
      padding:1em;
  }
  
form li {
list-style-type:none;
}

form ul {
    padding: 0;
    margin: 0.5em;
}


  p,
  ul,
  ol {
    letter-spacing: -0.25px;
    font-size: 1.2em;
  }
  
  a {
    font-weight:normal;
  }

a:focus { outline:none }

  a.button {
    background-color:#f7931e;
    border-radius:6px;
    padding:10px 20px;
    color:white;
transition:0.2s background-color;
  }

  a.button:hover {
    background-color:#ef6e2b;
}
      
  
  .row {
    overflow: auto;
    padding: 0;
  }
  
  .large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
    width: 100%;
  }
  
  h1,
  h2 {
    font-weight: 400;
    color: #e94f35;
  }
  /*orange menu __ mobile*/
  .megamenu {
    top: 0;
  }
  .megamenu.show {
    height: 100%;
  }
  .megamenu,
  .megamenu__level-1-item:hover .megamenu__level-2,
  .megamenu__level-1-item:active .megamenu__level-2,
  .megamenu__level-1-item:focus .megamenu__level-2,
  .megamenu__level-1-item.open .megamenu__level-2,
  .megamenu__menu {
    background: linear-gradient(to left, #f7931e 0%, #e94f35 100%);
  }
  .megamenu__level-1-item:last-child .megamenu__level-1-link,
  .megamenu__inner-footer-item:last-child .megamenu__level-1-link {
    border-bottom: 1px solid white;
  }
  .megamenu__mobileicons--close {
    width: auto;
    margin-right: 1em;
  }
  /*megamenu dropdown __ mobile*/
  .special-list {
    left: 0;
    width: 100%;
    background-color: #3d3d3d;
  }
  .special-list ul {
    list-style-type: none;
    padding: 0.5em 0;
  }
  .special-list ul li a {
    color: white;
    background: none;
    border-bottom: 1px solid #555;
    font-size: 1.25em;
    font-weight: 100;
  }
  .special-list ul li:last-child a {
    border-bottom: none;
  }
  .special-list ul li a {
    width:100%;
    display:block;
    padding: 0.5em 5%;
  }
  /*container __ mobile */
  #container {
    margin: 0;
    margin-top:5.2em;
  }
  /*main content below carousel __ mobile*/
  .content-main {
    width: 100%;
    margin-top: 0;
    padding: 0.5em 2em;
    font-size: 0.95em;
  }
  .content-main > h1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5em;
  }
  /*carousel __ mobile*/
  #carousel {
    margin-top: 0;
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    z-index: 0;
  }
  /*homepage boxes __ mobile*/
  #boxes {
    position: relative;
  }
  #boxes .homepagebox > h4 {
    background-color: #2d2d2d;
    color: white;
    font-weight: normal;
    margin: 0;
    padding: 0 2%;
    line-height: 3em;
  }
  #boxes .homepagebox p, #boxes .homepagebox ul {
    padding: 0 2%;
  }
  #boxes .homepagebox ul {
    list-style-type: none;
    margin: 0;
  }
  #boxes .homepagebox ul li {
    padding: 2% 0;
    border-bottom: 1px solid grey;
  }
  #boxes .homepagebox ul li:last-child {
    border-bottom: none;
  }
  #boxes .homepagebox ul li strong {
    text-transform: uppercase;
    font-size: 0.8em;
  }
  #boxes .homepagebox#fb {
    display: none;
    overflow-x:hidden;
  }

  #boxes .medium-6:nth-child(2n){
    margin-right:0;
  }
  /*dropdown menu __ mobile*/
  #query {
    background: #2d2d2d;
    padding-left: 0.5em;
  }
  #query form, #query span, #query select {
    float: left;
  }
  #query span, #query select {
    font-size: 1.25em;
    padding: 0.25em;
    margin: 0;
    width:100%;
  }
  #query select {
    margin-bottom: 1em;
    background: white;
    color: #222;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
  }
  #query select option {
    color: #2d2d2d;
    font-size: 0.9em;
  }
  #query span {
    margin-top: 1em;
    color: white;
    display: inline-block;
  }
  #query:after {
    content: '';
    clear: both;
    display: table;
  }
  
  #menu-tabs li {
    float:left;
    list-style-type:none;
    font-size:0.75em;
  }
    
  #menu-tabs li.current a {
    font-weight:bold;
  }
    
  #menu-tabs ul {
    padding:0;
    margin:0;
  }
    
  #menu-tabs li:after {
    content:'|';
    letter-spacing:-1px;
    color:#ccc;
    margin:0 0.25em;
  }
    
  #menu-tabs li:last-child:after {
    content:none;
  }
    
  #menu-tabs li a {
    color:#fff;
  }
    
  #menu-tabs {
    padding:15px 20px;
    background-color:#222;
    color:white;
    margin:0;
  }
    
  #menu-tabs:after {
    clear:both;
    content:'';
    display:inline-block;
  }
  
  
  .megamenu__level-1-item:last-child .megamenu__level-1-link,
  .megamenu__inner-footer-item:last-child .megamenu__level-1-link {
    border-bottom: 1px solid white;
  }
  
  .megamenu__level-1-item .megamenu__level-1-link {
    cursor:default;
  }
  
  

  
  /*inside page __ mobile*/


    .columns.color h2, .column.color h2 {
      color:white;
font-weight:300;
      padding:2em 0.5em 0.5em;
      font-size:0.9em;
      text-transform:uppercase;
      letter-spacing:1px;
      margin-top:0em;
    }

  
  .pagehead {
    height:15rem;
    font-size:1.2em;
    background-image:url('../img/grads2014slim.jpg');
    background-size:cover;
    background-position:center;
    position:relative;
  }
  
  .pagehead h1 {
    color:white;
    margin:0.25em;
    font-weight:normal;
    background-color:rgba(0,0,0,0.65);
    display:inline-block;
    padding:0.2em;
    position:absolute;
    bottom:0;
  }
  
  
  .columns.color:last-child h2 {
    border-bottom-right-radius: 12px;
  }

  .accordion dd {
    padding:0.75em;
    border-bottom:1px solid #d9d9d9;
    margin:0
  }

  .accordion dd a {
    font-weight:400
  }

  .accordion .content {
    font-size:0.9em;
    color:#333;
    margin-top:1em
    }
    
    /*tables*/
    
    th {
      font-weight:normal;
      padding:0.5em;
      color:white;
    }
    
    td {
      border-bottom:1px solid #ddd;
      padding:0.5em;
    }
    
    /*forms*/

    input[type="submit"] {
      border:none;
      color:white;
      font-size:1.2em;
      width:100%;
      transition:background-color 0.2s;
      border-radius:6px;
      padding:0.5em;
    }
    
    .sq-form-error {
      font-size:0.8em;
      color:red;
      font-weight:bold;
      margin:0.5em 0;
    }

    .sq-form-question-title {
      font-weight:normal;
    }
    
    input, select {
      border:1px solid #ccc;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
      padding:0.5em;
    }

  .footer__smalltext p {
    font-size:0.7em;
    text-align:left;
    margin:0;
  }
  
  .footer__smalltext, .footer__social {
    border-top:1px dotted grey;
    padding:1em 0;
  }
  
  .footer__social i {
    color:#444;
    font-size:1.3em;
    margin:0 0.25em;
  }
  
}

@media screen and (min-width: 43.75em) {
  /*desktop css*/
  /*general __ desktop*/
  p,
  ul,
  ol {
    font-size: 1em;
    line-height: 1.4em;
  }
  .row {
    margin: 0;
    width: 100%;
  }
  .row .columns:last-child {
    margin-right: 0;
  }
  .large-1 {
    width: 7.41667%;
  }
  .large-2 {
    width: 15.83333%;
  }
  .large-3 {
    width: 24.25%;
  }
  .large-4 {
    width: 32.66667%;
  }
  .large-5 {
    width: 41.08333%;
  }
  .large-6 {
    width: 49.5%;
  }
  .large-7 {
    width: 57.91667%;
  }
  .large-8 {
    width: 66.33333%;
  }
  .large-9 {
    width: 74.75%;
  }
  .large-10 {
    width: 83.16667%;
  }
  .large-11 {
    width: 91.58333%;
  }
  .large-12 {
    width: 100%;
  }
  .medium-6 {
    width:49.5%;
  }
  
  
  .columns, .column {
    float: left;
    margin-right: 1%;
  }
  /*orange menu __ desktop*/
  .megamenu {
    margin: 1em auto 0.5em;
    height: 5.2em;
  }
  .megamenu__level-1-item:last-child .megamenu__level-1-link,
  .megamenu__inner-footer-item:last-child .megamenu__level-1-link {
    border-bottom: none;
  }
  .megamenu__column-link,
  .megamenu__level-1-item:hover .megamenu__level-1-link,
  .megamenu__level-1-item:active .megamenu__level-1-link,
  .megamenu__level-1-item:focus .megamenu__level-1-link,
  .megamenu__level-1-item.open .megamenu__level-1-link {
    color: #ED7528;
  }
  .megamenu__mobileicons--close {
    display: none;
  }
  /*megamenu dropdown __ desktop */
  .special-list {
    display: none;
    padding: 0;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    width: 250px;
    position: relative;
    text-align: left;
    background: none;
  }
  .special-list:hover {
    display: block;
  }
  .special-list ul {
    padding: 0;
  }
  .special-list ul li a {
    border-bottom: 1px solid #e5e5e5;
    font-size: 0.85em;
    background-color: white;
    transition: background-color 1s;
    font-weight: normal;
    color: #ED7528;
  }
  
  .special-list ul li a {
    padding: 0.5em 1em;
  }
  
  .special-list ul li:hover a {
    background-color: rgba(255, 255, 255, 0.95);
    transition: background-color 0.2s;
  }
  .special-list ul li:last-child a {
    border-radius: 0 0 1em 1em;
    padding: 0.5em 1em 1em;
    border-bottom: none;
  }
  .special-list ul li:first-child a {
    padding: 1.5em 1em 0.5em;
  }
  .megamenu__level-1-item:hover .special-list {
    display: block;
  }
  .megamenu__level-1-item:last-child .special-list {
    left: -122px;
    left: calc(-250px + 100%);
  }
  /*container __ desktop*/
  #container {
    max-width: 63.425em;
    margin-top:6.7em;
  }
  /*carousel __ desktop*/
  #carousel {
    margin-top: 0;
  }
  /*homepage boxes __ desktop*/
  #boxes .homepagebox {
    width: 49.4%;
    float: left;
    position: relative;
  }
  #boxes .homepagebox:first-child {
    margin-left: 0;
  }
  /*dropdown menu __ desktop*/
  #query {
    padding-left:1.5em;
  }
  #query select {
    margin: 1em 0;
    width:auto;
  }
  #query span {
    margin-right: 0.5em;
    width:auto;
  }
  
  #menu-tabs li {
    font-size:1em;
  }
  /*inside page __ desktop*/
  
}

@media screen and (min-width: 60em) {
  /*large desktop screens*/
  #container {
    margin: 6.7em auto 0;
  }
}

@media screen and (min-width: 1050px) {
  #boxes .homepagebox {
    width: 32.66667%;
    float: left;
  }
  #boxes .homepagebox#fb {
    display: block;
  }
  #boxes .medium-6:nth-child(2n){
    margin-right:1%;
  }

#body-container {
    padding:0;
}
}
