/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09-Sep-2019, 13:00:51
    Author     : User
*/
@media screen and (max-width: 850px) {
  .content-with-img .content {
    width: calc(100%);
    padding-right: 0px; }
  .content-with-img .img {
    display: none; } }
@media screen and (max-width: 800px) {
  #tab-1 .tabs .tab {
    width: calc(100% / 4); }
    #tab-1 .tabs .tab:nth-child(1) span {
      background: url(/assets/img/student-services/tab-1.png) no-repeat 5px center; }
    #tab-1 .tabs .tab:nth-child(1).active span {
      background: url(/assets/img/student-services/tab-1-hover.png) no-repeat 5px center; }
    #tab-1 .tabs .tab:nth-child(2) span {
      background: url(/assets/img/student-services/tab-2.png) no-repeat 5px center; }
    #tab-1 .tabs .tab:nth-child(2).active span {
      background: url(/assets/img/student-services/tab-2-hover.png) no-repeat 5px center; }
    #tab-1 .tabs .tab:nth-child(3) span {
      background: url(/assets/img/student-services/tab-3.png) no-repeat 5px center; }
    #tab-1 .tabs .tab:nth-child(3).active span {
      background: url(/assets/img/student-services/tab-3-hover.png) no-repeat 5px center; }
    #tab-1 .tabs .tab:nth-child(4) span {
      background: url(/assets/img/student-services/tab-4.png) no-repeat 5px center;
      padding-left: 40px; }
    #tab-1 .tabs .tab:nth-child(4).active span {
      background: url(/assets/img/student-services/tab-4-hover.png) no-repeat 5px center; } }
@media screen and (max-width: 625px) {
  .clubs .club {
    width: calc(100% / 2); }

  #tab-1 .tabs .tab {
    width: calc(100% / 4); }
    #tab-1 .tabs .tab:nth-child(1) {
      background: url(/assets/img/student-services/tab-1.png) no-repeat center center; }
      #tab-1 .tabs .tab:nth-child(1).active {
        background: #001b48 url(/assets/img/student-services/tab-1-hover.png) no-repeat center center; }
    #tab-1 .tabs .tab:nth-child(2) {
      background: url(/assets/img/student-services/tab-2.png) no-repeat center center; }
      #tab-1 .tabs .tab:nth-child(2).active {
        background: #001b48 url(/assets/img/student-services/tab-2-hover.png) no-repeat center center; }
    #tab-1 .tabs .tab:nth-child(3) {
      background: url(/assets/img/student-services/tab-3.png) no-repeat center center; }
      #tab-1 .tabs .tab:nth-child(3).active {
        background: #001b48 url(/assets/img/student-services/tab-3-hover.png) no-repeat center center; }
    #tab-1 .tabs .tab:nth-child(4) {
      background: url(/assets/img/student-services/tab-4.png) no-repeat center center; }
      #tab-1 .tabs .tab:nth-child(4).active {
        background: #001b48 url(/assets/img/student-services/tab-4-hover.png) no-repeat center center; } }
@media screen and (max-width: 430px) {
  .clubs .club {
    width: calc(100%); } }

/*# sourceMappingURL=student-services-responsive.css.map */
