.tabrow {
    text-align: right;
    list-style: none;
    width: auto;
    padding: 0;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    right: 0px;
    bottom: 0;
    margin-bottom: 0;
    margin-top: -35px;
}

#news {
    position: relative;
    top: 10px;
    overflow: hidden;
}


.tab-content li:before  {
    color: blue;
}
#main-content h2 {
    /*margin-top: 16px;*/
    font-weight: 1px;
}
#main-content p, #main-content li {
    margin-top: 1px;
    /*  font-size: 0.9em;*/
    font-size: 12px;
}
@font-face {
    font-family: 'Helvitica'; /*a name to be used later*/
    src: url('http://domain.com/fonts/font.ttf'); /*URL to font*/
}
form button, form input {
    padding: 5px;
}

form input, form textarea, form select, form button {
    padding: 8px;
    background-color: #F0F0F0;
    border: 1px solid white;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

form select {
    margin-right: 4px;
}

*:focus {
    outline: 0;
}
.tab-content ul > li {
    margin-left: 20px;
}

.tab-content {
    padding-top: 20px;
}
.tab-content h2 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.tab-content p {
    margin-top: 6px;
    margin-bottom: 6px;
}
.tab-content {
    /*position: relative;
    bottom: 35px;*/
    overflow: auto;
    padding: 20px 60px;
    overflow: auto;
    background-color: white;
    position: relative;
    bottom: 0;
    /*border-radius: 0px 0px 13px 12px;
    -moz-border-radius: 0px 0px 13px 12px;
    -webkit-border-radius: 0px 0px 13px 12px;*/
    border: 0px solid #000000;	min-height: 250px;
      padding-bottom: 100px;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #F0F0F0;
    /*background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);*/
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 19px;
}
.tabrow a {
    color: #555;
    text-decoration: none;
}

.tabrow li {
    cursor: pointer;
}

.jump2 li.active, .jump2 li:hover{
    background: #e37409 !important;
}

#pre-menu p {
}

#pre-menu h1 {
    font-family: 'Times New Roman';
    font-size: 3.4em;
    text-transform: uppercase;
    font-weight: 1300;
    margin-bottom: -2px;
}


#main-content {
    font-size: 0.9em;
    position: relative;
}
.tab-content h2 {
    color: #1f9ad5;
    font-size: 1.2em;
    text-transform: uppercase;
}


.jump h1, .jump h2, .jump li.selected {
    color: #e37409 !important;
}
.tabrow li.selected {
    background: #FFF;
    color: #004a92;
    z-index: 2;
    border-bottom-color: #FFF;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    /*border-bottom: 1px solid #AAA;*/
    z-index: 1;
}
.tabrow li:before,
/*.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
}*/
/*.tabrow li:before {
  left: -6px;
  border-bottom-right-radius: 6px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #D1D1D1;
}*/
/*.tabrow li:after {
  right: -6px;
  border-bottom-left-radius: 6px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #D1D1D1;
}*/
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
/*.tabrow li.selected:after {
  box-shadow: -2px 2px 0 #FFF;
}*/

#main-content .tab-content h3 {
    font-size:18px;
    font-family:arial,helvetica,sans-serif;
    margin-bottom: 10px;
}
/**** ADDS BY LAMIA ****/

@media only screen and (max-width: 991px) and (min-width: 768px){
    #main-content li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px)  {
    .tab-content {
        padding: 18px 30px;
    }
    #main-content li {
        font-size: 14px;
        padding: 0 14px;
    }
}
@media only screen and (max-width: 515px){
    #main-content li {
        font-size: 12px;
        padding: 0 12px;
    }
}
@media only screen and (max-width: 470px)  {
    .tabrow li {
        padding: 0 8px;
    }
}
@media only screen and (max-width: 442px){
    #main-content li {
        font-size: 10px;
        padding: 0 8px;
    }
}
@media only screen and (max-width: 390px)  {
    .tabrow li {
        padding: 0 9px;
    }
    #main-content p, #main-content li {
        margin-top: 1px;
        font-size: 10px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 360px)  {
    .tabrow li {
        padding: 0 9px;
    }
    #main-content p, #main-content li {
        /*font-size: 9px;
        font-weight: bold;*/
        font-size: 8px;
        font-weight: bold;
        padding: 0 6px;
    }
    .tabrow {
        min-width: 265px;
    }
}
@media only screen and (max-width: 767px)  {
    .tabrow {
        margin-top: 0;
          width: auto;
    }
}
@media only screen and (max-width: 560px)  {
    .tabrow {
        min-width: 0;
    }
}
