/******************************************************************************
 * Core CSS
 *****************************************************************************/
html {
    position: relative;
    min-height: 100%;
    font-family: arial,sans-serif;
}

body {
    color: #141823;
    background-color: #fff;
    word-wrap: break-word;
    font-family: "open sans",arial,sans-serif;
    font-size: 13px;
    /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
}
@media (min-width: 1200px) {
    .container { width: 1100px; }
}

.uni {
    position: absolute;
}
.uni h1 {
    margin: 35px 0 0 120px;
    font-size: 27px;
    color: #004EA8;
    font-weight: 700;
}
.uni h4 {
font-size: 14px;
float: right;
margin-top: -56px;
letter-spacing: 2px;
word-spacing: 2px;
text-transform: lowercase;
}

#brand {
    width: 270px;
    height: 100px;
    padding: 2px 0;
    margin: 0;
    text-transform: uppercase;
    padding-right: 0;
}

#brand img { width: 96px; height: 96px; float: left; }
#brand h1 {
    position: absolute;
    color: #004EA8;
    font-family: "segoe UI";
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    margin: 5px 0 0 110px;
}

#brand h4 {
    position: absolute;
    font-size: 0.68em;
    text-align: center;
    font-family: 'Signika', sans-serif;
    text-transform: lowercase;
    color: #000;
    margin: 77px 5px 5px 110px;
}

.aiub {
    position: absolute;
    right: -12px;
    top: 18px;
    font-weight: 900;
    color: #004EA8;
    font-family: 'Signika', sans-serif;
    font-size: 40px;
    letter-spacing: 10px;
}

blockquote { color: #004EA8; border-left: 5px solid #004EA8; border-radius: 5px 0 0 5px; font-size: 14px; font-family: cursive; font-weight: 700; }
.blockquote-reverse { color: #004EA8; border-right: 5px solid #004EA8; border-radius: 0 5px 5px 0; }
.mark, mark {background-color: yellow;}
.header-col1{height: 100px;}
.header-col2{height: 100px;padding: 0;}
.top-search{width: 200px;padding-top: 10px;}
.top-search .form-control { height: 25px; font-size: 11px; }
.top-search .btn { padding: 3px 6px; font-size: 12px; }
.top-sp-links{color:#cbcbcb;position : absolute;bottom: 0;right: 0;}
.top-sp-links a { color:#004EA2; font-size: 12px; }
/*.main-menu-right a { color:#063F96 !important; }
.main-menu-right a:hover { color:#fff !important; }*/

@media (max-width:785px) {
    #menu-secondary-navigation {
        margin-right: -15px;
    }
}
.top-header{padding-right: 25px;}
@media (max-width : 350px) {
    .header-col1 {padding: 0 0 0 5px;}
    #brand { width: auto; }
    #brand h1, #brand h4 { margin-left: 100px; }
    #slider img {height: 120px!important;}
}

#frame {  }
#banner { background-color: #f9f9f9; padding-top: 15px; padding-bottom: 5px;
background-image: url(/Files/Templates/Blue/assets/img/banerBG.jpg);
}
#home-content { background-color: rgba(0, 78, 168, 0.03); /*background-image: url(/Files/Templates/Blue/assets/img/home-bg.png); background-size:129%;*/ }

@media (min-width: 768px) {
    #home-content .col-md-4 { float: right; }
}
@media (max-width: 991px) {
    #home-content { background-size: 200%;}
}

#single {margin: 0;}

#single .img-thumbnail {
    margin-bottom: 15px;
}
table td {width:auto!important;}
#footer {
    background: #2F333C url(/Files/Templates/Blue/assets/img/bg-footer.png);
    color: #fff;
    z-index: 2;
    position: relative;
}

#footer .widget-title { color: #fff; text-transform: uppercase; text-shadow: 1px 1px 5px #000; }
#footer .widget-title label { font-weight: 400; }
#footer .textwidget { color: #ccc; }
#footer p { text-align: center; }
.seal { background: rgba(58, 63, 73, 0.6); alignment-adjust: central; word-wrap: break-word; padding: 5px 0; }
#footer .seal p strong { color: #fff; font-weight: 400; }
.seal p { color: #999; text-align: center; margin-bottom: 5px; }
.seal > p { padding-bottom: 5px; }
.seal hr { border: 1px solid transparent; border-top-color: #666; margin: 5px auto; width: 60px; }
#footer .seal .branding {
    display: block;
    background: url(/Files/Templates/Blue/assets/img/aiub.png) no-repeat;
    background-size: 96px 96px;
    height: 110px;
    width: 104px;
    margin: 0 auto;
    padding-top: 5px;
    text-indent: -99999px;
}
#footer input[type=submit] { display: inline-block; display: -moz-inline-box; display: -ms-inline-grid; }
footer { background: #000 url(/Files/Templates/Blue/assets/img/banner-carousel-dots-opaque.png); z-index: 20; color: #fff; padding: 20px 0;  }
footer p { font-size: 12px; letter-spacing: 0.3px; margin: 0; }
footer a, #footer a { color: rgb(1, 184, 226); }
footer a:hover, #footer a:hover { color: #ddd; text-decoration: none; }

img { max-width: 100%; height: auto; }
img.pull-left { padding-right: 10px; }
img.pull-right { padding-left: 10px; }
.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(2); 
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
p { text-align: justify; margin: 0 0 15px; }
.p { text-align: justify; word-spacing: -2px; }
a {
    color: #3b5998;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.success{ color: #5cb85c; }
.mar0 { margin: 0; }
.marL0 { margin-left: 0; }
.marR0 { margin-right: 0; }
.marT0 { margin-top: 0; }
.marT1 { margin-top: 10px; }
.marT2 { margin-top: 20px; }
.marT3 { margin-top: 30px; }
.marB0 { margin-bottom: 0; }
.marB1 { margin-bottom: 10px; }
.marB2 { margin-bottom: 20px; }
.marB3 { margin-bottom: 30px; }
.pad0 {padding: 0;}
.padL0 {padding-left: 0;}
.padR0 {padding-right: 0;}
.padT0 {padding-top: 0;}
.padB0 {padding-bottom: 0;}
#quick-link .btn:not(.btn-block) { width: 100%; margin-bottom: 10px; }
.row_header { margin-bottom: 15px; color: #004EA8; }
.row_header h1, .row_header .h1, .row_header h2, .row_header .h2, .row_header h3, .row_header .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #CECECE;
}

.row_header h2 span {
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    padding: 0 10px 5px;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #004EA8;
    margin-bottom: -2px;
}
.row_header a { font-size: 13px; float: right; line-height: 50px; }
.row_header a:hover, .archive a:hover { text-decoration: none; }
.archive { font-size: 13px; float: right;}

.fass-color { color: #C5281C !important; }
.fass-bg { background: #C5281C !important; }
.bba-color { color: #008C44 !important; }
.bba-bg { background: #008C44 !important; }
.eee-color { color: #F7941E !important; }
.eee-bg { background: #F7941E !important; }
.cs-color { color: #0072BC !important; }
.cs-bg { background: #0072BC !important; }
.btn-theme {
    color: #fff;
    background-color: #004EA8;
    border-color: #004EA8;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .open > .dropdown-toggle.btn-theme {
color: rgb(255, 255, 255) !important;
background-color: #004EA8;
border-color: #004EA8;
}

.btn-dept {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.33;
    border: 3px solid transparent;
    border-radius: 1px;
    padding: 10px 16px;
    margin-top: 10px;
    white-space: normal;
    border-radius: 2px;
}

.btn-dept:hover {
    color: #fff;
    box-shadow: 0 0 5px rgb(51, 51, 51);
    -webkit-box-shadow: 0 0 5px rgb(51, 51, 51);
    -moz-box-shadow: 0 0 5px rgb(51, 51, 51);
    -ms-box-shadow: 0 0 5px rgb(51, 51, 51);
}

.btn-fass {
    background-color: #C5281C;
    color: #fff;
    border-color: #C5281C;
}

.btn-bba {
    background-color: #008C44;
    color: #fff;
    border-color: #008C44;
}

.btn-eee {
    background-color: #F7941E;
    color: #fff;
    border-color: #F7941E;
}

.btn-cs {
    background-color: #0072BC;
    color: #fff;
    border-color: #0072BC;
}

/******************************************************************************
 * Page Header Template CSS
 *****************************************************************************/
#page-header { text-shadow: 0 1px 0 rgba(0,0,0,.1); padding: 30px 0; text-transform: uppercase; }
.header-title { color:#004EA8;font-size: 22px; font-weight: 700; margin: 0; text-align: center; }
/******************************************************************************
 * Breadcrumbs Template CSS
 *****************************************************************************/
#breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
}
#breadcrumbs li { float: left; margin-right: 5px; }
#breadcrumbs .separator { font-weight: 700; font-size: 16px; color: #999; }
/******************************************************************************
 * Social Share Style CSS
 *****************************************************************************/
.mobile-social-share { margin: 0; }
.mobile-social-share h3 {
    color: #777;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0;
}
.share-group { float: right; }
.btn-group {
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    font-size: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.mobile-social-share ul {
    float: right;
    list-style: none outside none;
    margin: 0;
    min-width: 61px;
    padding: 0;
}
.share { min-width: 17px; }
.mobile-social-share li {
    display: block;
    font-size: 18px;
    list-style: none outside none;
    margin-bottom: 3px;
    margin-left: 4px;
    margin-top: 3px;
}

.btn-share {
    background-color: #BEBEBE;
    border-color: #CCCCCC;
    color: #333333;
}

.btn-twitter {
    background-color: #3399CC !important;
    width: 51px;
    color: #fff !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #fff !important;
}

.btn-facebook {
    background-color: #3D5B96 !important;
    width: 51px;
    color: #fff !important;
}

.btn-google {
    background-color: #DD3F34 !important;
    width: 51px;
    color: #fff !important;
}

.btn-linkedin {
    background-color: #1884BB !important;
    width: 51px;
    color: #fff !important;
}

.btn-pinterest {
    background-color: #CC1E2D !important;
    width: 51px;
    color: #fff !important;
}

.btn-mail {
    background-color: #FFC90E !important;
    width: 51px;
    color: #fff !important;
}

.caret {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

#socialShare { max-width: 62px; }
#socialShare > a { padding: 6px 10px 6px 10px; }
#socialShare .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 700;
    font-family: cursive;
}

@media (max-width : 320px) {
    #socialHolder { padding-left: 5px; padding-right: 5px; }
    .mobile-social-share h3 { margin-left: 0; margin-right: 0; }
    #socialShare {
        margin-left: 5px; margin-right: 5px; }
    .mobile-social-share h3 { font-size: 15px; }
}

@media (max-width : 238px) {
    .mobile-social-share h3 { font-size: 12px; }
}

/******************************************************************************
 * Scroll Style CSS
 *****************************************************************************/
::-webkit-scrollbar {
    width: 8px;
    
}

::-webkit-scrollbar-button {
    display: none;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -mz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    -mz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: slategrey;
}

::-webkit-scrollbar-thumb:hover {
        background-color: #004493;
    }

::-webkit-scrollbar-corner {
    display: none;
    background-color: #fff;
}

::-webkit-resizer {
    display: none;
    background-color: #ddd;
}
/******************************************************************************
 * Slider Template CSS
 *****************************************************************************/
#slider-frame { max-height: 381px !important; }
#slider { margin-bottom: 25px; border: 4px solid #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
#slider img { height: 360px; width: 100%; }
.carousel-inner>.item>img, .carousel-inner>.item>a>img {width: 100%;}
.carousel {
    max-height: 431px;
    overflow: hidden;
}

.carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.carousel .active.left, .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}
/*Indicators*/
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 { margin: 5px 0; font-size: 13px; font-weight: 700; }
.carousel-indicators li {
    border: none;
    background: #fff;/*#d7d5cf*/
    -webkit-box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,.4);
    box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,.4);
}
.carousel-indicators .active { background: #588dff; }
.carousel-indicators { left: 10%; top: 2%; margin: 0; padding: 0; width: auto; height: 20px; }
/*Left Right Control*/
.carousel-control { width: 5%; }
.carousel-control:hover {
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -ms-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    background-color: rgba(0,0,0,.35);
}
.carousel-control.left, .carousel-control.right { background-image: none; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-right { right: 50%; }
/*Caption*/
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
  -o-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
  -ms-box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
  color: #f4f4f4;
  font-size: 12px;
  line-height: 15px;
  left: auto;
  right: 0;
  bottom: 0;
  padding: 5px;
  width: auto;
}
@media (max-width: 1199px) and (min-width: 991px) {
    #slider img { height: 314px; }
}
@media (max-width: 991px) {
    #live {
        margin: 0 15px;
    }
}
@media (max-width: 768px) and (min-width: 501px) {
    #slider img { height: 260px; }
}
@media (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { font-size: 20px; }
}
@media (max-width: 500px) {
    #slider img { height: 180px; }
    .carousel-caption {
        position: relative;
        padding: 2px;
        font-size: 0.85em;
        line-height: 1em;
        width: 100%;
        height: 36px;
        overflow: hidden;
    }
    #slider h1, #slider h2, #slider h3, #sliderh4, #slider h5, #slider h6 { margin: 0; font-size: 1em; }
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 35%; }
}
/***Fade Animation****/
.carousel.uni-fade .item {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.carousel.uni-fade .active.left, .carousel.uni-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.uni-fade .next, .carousel.uni-fade .prev { left: 0; z-index: 1; }
.carousel.uni-fade .carousel-control { z-index: 30; }
.texture-over {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url('/Files/Templates/Blue/assets/img/dot.png');
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 10;
}

/******************************************************************************
 * Message Template CSS
 *****************************************************************************/
#top-news { background-color: #fff; border: 4px solid #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); margin-bottom: 30px; }

#top-news h6 { color: #363636; font-size: 12px; font-weight:700;  white-space: nowrap; margin: 10px 0 7px 5px; }
#top-news p {
    height: 30px;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
    text-transform: lowercase;
    padding-left: 5px;
    color: #777;
}

#top-news li > a > img {
    width: 64px;
    height: 64px;
    border-radius: 5px;
    border-color: whitesmoke;
    margin: 2px 0;
}
#top-news .media:first-child { margin-top: 0; }
#top-news .pull-left { margin: 0 5px; }
#top-news .media, .media-body { padding-right: 4px; }
@media (min-width: 786px) {
    .media, .media .media { margin-top: 5px; }
}
/******************************************************************************
 * Search Main Template CSS
 *****************************************************************************/
#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 5;
}

#search.open {
    -webkit-transform: translate(0px, 0) scale(1, 1);
    -moz-transform: translate(0px, 0) scale(1, 1);
    -o-transform: translate(0px, 0) scale(1, 1);
    -ms-transform: translate(0px, 0) scale(1, 1);
    transform: translate(0px, 0) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn { position: absolute; top: 50%; left: 50%; margin-top: 61px; margin-left: -45px; }
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #CA4242;
    border-color: #BD3535;
    opacity: 1;
    padding: 7px 17px 15px 17px;
    font-size: 27px;
}

/******************************************************************************
 * News and Events Template CSS
 *****************************************************************************/
#news-event { padding: 0; margin-bottom: 15px; }
.news-event {
    overflow: hidden;
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.15);
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.news-event a:hover, .news-event a:focus { text-decoration: none; color: #004EA8; }
.news-event .news-event-title {
    position: relative;
    color: #353535;
    background-color: #fff;
    padding: 5px 5px 2px 5px;
    font-size: 11px;
    font-weight: 700;
    height: 35px;
    overflow: hidden;
    text-align: center;
    z-index: 3;
}

.news-event .news-event-title b {
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    margin-bottom: 5px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 5px;
}

.news-event .news-event-image {border: solid 4px #fff;overflow: hidden;}
.news-event .news-event-image .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-event .news-event-image .img:hover {
    border-color: transparent;
    -webkit-animation: animatedBackground 1s ease-out 1;
	-moz-animation: animatedBackground 1s ease-out 1;
	animation: animatedBackground 1s ease-out 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;   
}
	@-webkit-keyframes animatedBackground {
		0% {
			-webkit-transform: scale(1, 1);
			-moz-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
			transform: scale(1, 1)
		}
		100% {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1)
		}

	}
	
	
	@-moz-keyframes animatedBackground {
		0% {
			-webkit-transform: scale(1, 1);
			-moz-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
			transform: scale(1, 1)
		}
		100% {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			-ms-transform: scale(1.1, 1.1);
			-o-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1)
		}

	}
	@keyframes animatedBackground {
		0% {
			-webkit-transform: scale(1, 1);
			-moz-transform: scale(1, 1);
			-ms-transform: scale(1, 1);
			-o-transform: scale(1, 1);
			transform: scale(1, 1)
		}
		100% {
			-webkit-transform: scale(1.1, 1.1);
			-moz-transform: scale(1.1, 1.1);
			-ms-transform: scale(1.1, 1.1);
			-o-transform: scale(1.1, 1.1);
			transform: scale(1.1, 1.1)
		}

	}

.news-event .news-event-img-content img {
    width: 100%;
    height: auto;
    display: block;
}

.news-event img {
    /*filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);*/
}

.news-event .content { 
    position: relative;
    padding: 5px 10px;
    height: 46px;
    -webkit-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px -2px rgba(0,0,0,0.1);
    z-index: 2;
    overflow: hidden;
}
.news-event .content p { 
    font-size: 12px;
    line-height: 14px;
    color: #898989;
    margin: 0;
    text-transform: lowercase;
}

.date_badge {
    background-color: #000;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 95px;
    padding: 5px 0;
    text-align: center;
    width: 102px;
    opacity: 0.75;
}

.date_badge span {
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.date_badge.pull-right{margin: 0 0 10px 15px}
.date_badge.pull-left{margin: 0 10px 15px 0}
.date_badge .day { font-size: 24px; font-weight: 700; line-height: 24px; }
.date_badge .month { font-size: 11px; line-height: 22px;}
.date_badge .year { font-size: 20px; letter-spacing: 6px; line-height: 15px; }

.news-footer { 
    padding: 5px 10px; 
    border-top: 1px solid #f0f0f0; 
    background-color: #fff;
    text-align: center; 
    z-index: 1;
}

.news-footer time {
    color: #777;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    font-style: italic;
    font-family: serif;
}
/*.news-footer time {
    font-size: 1.3em;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
}

.news-footer .date_badge { top: 10px; }
.news-footer .date {
    font-size: 11px;
    color: #737373;
    background: #fff;
    padding: 0 10px 5px;
}
*/

@media (min-width:786px) {
    .news-event .news-event-image .img { height: 120px; }/*190px*/
}

@media (max-width:787px) {
    .news-event .news-event-image .img { height: 130px; }/*200px*/
}

@media (max-width:600px) {
    .news-event .news-event-image .img { height: 150px; }/*150px*/
}

/*Event list template css*/
.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

.event-list > li > .social { background: #fff; }
.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px rgb(51, 51, 51);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
    padding: 0;
    margin: 0 0 15px;
}

.event-list > li > time {
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(44, 93, 197);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

/*.event-list > li:nth-child(1n) > time { background-color: #004EA8; }
.event-list > li:nth-child(2n) > time { background-color: rgb(0, 166, 81); }
.event-list > li:nth-child(3n) > time { background-color: #F7941E; }
.event-list > li:nth-child(4n) > time { background-color: rgb(157, 10, 14); }
.event-list > li:nth-child(5n) > time { background-color: rgb(44, 93, 197); }*/
.event-list > li > time > span { display: block; }
.event-list > li > time > .day {
    display: block;
    font-size: 20pt;
    font-weight: 100;
    line-height: 1.3;
}

.event-list > li time > .month {
    display: block;
    font-size: 12pt;
    font-weight: 600;
    line-height: 1.5;
}

.event-list > li time > .year {
    font-size: 14pt;
    font-weight: 700;
    line-height: 1;
}

.event-list > li > img, .event-list > li > a > img {
    width: 100%;
    height: auto;
}

.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}

.event-list > li > .info > .title {
    color: #004EA8;
    font-size: 11pt;
    font-weight: 700;
    margin: 0;
}

.event-list > li > .info > .desc {
    font-size: 10pt;
    font-weight: 300;
    margin: 0;
    padding: 5px;
}

.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background: #f5f5f5;
}

.event-list > li > .social > ul { margin: 0; }
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 10pt;
    font-weight: 300;
    padding: 3px 0;
    font-size: 14px;
    font-weight: 700;
}

.event-list > li > .social > ul > li > a { padding: 2px 0; }
.event-list > li > .social > ul > li > a:hover { text-decoration: none; }
.event-list > li > .social > ul > li:hover {
    color: rgb(45, 113, 199);
    background-color: #fff;
}

.facebook a, .twitter a, .google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
}

.twitter a { color: rgb(79, 213, 248) !important; }
.google-plus a { color: rgb(221, 75, 57) !important; }
.facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
}

.twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
}

.google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
}

.info-link, a.info-link:hover { text-decoration: none; }
.info-link div:hover { background: #2a6496; color: #fff; }
@media (min-width: 678px) {

    .info-link div {
        display: block;
        position: absolute;
        background: transparent;
        color: transparent;
        font-size: 20px;
        font-weight: 700;
        width: 100%;
        height: 100%;
        margin-top: -76px;
        padding: 6% 45%;
    }

    .info-link div:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #004EA8;
        text-shadow: 2px 1px 5px #FFF;
    }

    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        padding: 0;
    }

    .event-list > li > time, .event-list > li > img, .event-list > li > a > img {
        display: inline-block;
        display: -moz-inline-box;
        display: -ms-inline-grid;
        width: 180px;
        height: 120px;
        padding: 0;
        margin: 0;
        float: left;
    }

    .event-list > li > time { width: 120px; }
    .event-list > li > img, .event-list > li > a > img { width: 180px; }

    .event-list > li > time { padding-top: 15px; }
    .event-list > li > .info { overflow: hidden; }
    .event-list > li > .info {
        position: relative;
        height: 120px;
        text-align: left;
        padding-right: 30px;
    }

    .event-list > li > .info > .title, .event-list > li > .info > .desc {
        padding: 0 10px;
    }

    .event-list > li > .info > .desc {
        height: 35px;
        text-overflow: ellipsis;
    }

    .event-list > li > .info > .desc {
        height: 35px;
        text-overflow: ellipsis;
    }


    .event-list > li > .info > .title {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .event-list > li > .social {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 30px;
    }

    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }

    .event-list > li > .social > ul > li {
        display: block;
        padding: 0;
    }

    .event-list > li > .social > ul > li > a {
        display: block;
        width: 30px;
        padding: 10px 0 10px;
    }
}
/******************************************************************************
 * Notices Template CSS
 *****************************************************************************/
.bs-callout { 
    padding-left: 0;
    /*border: 1px solid #fff;
    border-left-width: 3px;
    border-right-width: 3px;
    border-radius: 3px;*/
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 2px;
}
.bs-callout a { font-size: 11px; font-weight: 700; }
#notice { background-color: #fff; margin-bottom: 50px; }
#notice .bs-callout .date {
    position: absolute;
    background-repeat: no-repeat;
    background-position-x: center;
    /*color: #5f6060;*/
    font-size: 12px;
    line-height: 0;
    font-weight: 600;
    height: 40px;
    width: 32px;
    padding: 0 0 0 0;
    word-spacing: -1px;
    text-align: center;
    border: 1px solid transparent;
}
#notice .bs-callout .date span { font-size: 16px; line-height: 27px; font-weight: 700; }
#notice a {
  color: #4D4D4D;
  padding-left: 50px;
  padding-top: 4px;
  display: block;
}
#notice a:hover { color: #004EA8; text-decoration: none; }
#notice .bs-callout { min-height: 40px; }


/*#notice div:nth-child(1n), .bs-callout-danger { border-left-color: #d9534f; border-right-color: #d9534f; }
#notice div:nth-child(2n), .bs-callout-warning { border-left-color: #f0ad4e; border-right-color: #f0ad4e; }
#notice div:nth-child(3n), .bs-callout-info { border-left-color: #5bc0de; border-right-color: #5bc0de; }
#notice div:nth-child(4n), .bs-callout-success { border-left-color: #5cb85c; border-right-color: #5cb85c; }*/

#notice div:nth-child(1n) .date, .bs-callout-danger { color: #d9534f; }
#notice div:nth-child(2n) .date, .bs-callout-success { color: rgb(0,142,0);  }
/*#notice div:nth-child(3n) .date, .bs-callout-info { color: #5bc0de;  }
#notice div:nth-child(4n) .date, .bs-callout-warning { color: #f0ad4e;  }*/


.pad-bt-20 { padding-bottom: 20px; }
/******************************************************************************
 * Convocation Graph Template CSS
 *****************************************************************************/
#convocation { padding-bottom: 0; margin-top: -20px; }
#convocation .panel-body { padding: 1px; }
/******************************************************************************
 * partners Template CSS
 *****************************************************************************/
.partners .panel-body { padding: 5px; }
.partners ul {
    margin: 0;
    padding: 0;
}
.partners ul > li {
    list-style: none;
    float: left;
    display: block;
    padding: 0;
}

.partners ul > li > a {
    display: block;
    margin: auto;
    width: 100%;
}

.partners ul > li > a:hover {
    box-shadow: 0 0 5px rgb(51, 51, 51);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 462px) {
    .partners ul > li { width: 50%; }
}

@media (min-width: 361px) and (max-width: 381px) {
    .partners ul > li {  }
}

@media (min-width: 382px) and (max-width: 401px) {
    .partners ul > li {  }
}

@media (min-width: 402px) and (max-width: 421px) {
    .partners ul > li {  }
}

@media (min-width: 422px) and (max-width: 467px) {
    .partners ul > li { width: 33.33%; }
}

@media (min-width: 468px) and (max-width: 579px) {
    .partners ul > li { width: 33.33%; }
}

@media (min-width: 515px) and (max-width: 545px) {
    .partners ul > li { padding: 10px; }
}

@media (min-width: 546px) and (max-width: 579px) {
    .partners ul > li { padding: 15px; }
}

@media (min-width: 580px) and (max-width: 665px) {
    .partners ul > li { width: 25%; }
}

@media (min-width: 666px) and (max-width: 733px) {
    .partners ul > li { width: 22%; }
}

@media (min-width: 734px) and (max-width: 991px) {
    .partners ul > li { width: 20%; }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .partners ul > li { width: 25%; }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .partners ul > li { width: 20%; }
}

.partners .partner {
    background-image: url(/Files/Templates/Blue/assets/img/partners.jpg);
    background-repeat: no-repeat;
    background-position-x: 0;
    transform: scale(0.9);
    height: 64px;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.partners .partner:hover{
    transform: scale(1);
}
.partners .cisco { background-position: 0 5px; }
.partners .sun { background-position: 0 -110px; }
.partners .oracle { background-position: 0 -52px; }
.partners .msdnaa { background-position: 0 -165px; }
.partners .msitp { background-position: 0 -220px; }
.partners .ctp { background-position: 0 -387px; }
.partners .doe { background-position: 0 -445px; }
.partners .ciw { background-position: 0 -332px; }
.partners .ieee { background-position: 0 -556px; }
.partners .juniper { background-position: 0 -504px; }
.partners .ecouncil { background-position: 0 -612px; }
.partners .dreamspark { background-position: 0 -275px; }
.partners .webwheel { background-position: 0 -668px; }
.partners .paascu { background-position: 0 -720px; }
.partners .bcb { background-position: 0 -780px; }
.partners .bsf { background-position: 0 -843px; }
.partners .ciqg { background-position: 0 -900px; }
.partners .educationusa { background-position: 0 -964px; }
.partners .iso { background-position: 0 -1028px; }

/******************************************************************************
 * Widget Template CSS
 *****************************************************************************/
.widget { display: block; font-size: 12px; text-align: center; }
.widget-title { color: #004EA8; font-size: 20px; text-shadow: 1px 1px 2px rgb(206, 206, 206); }
.widget ul, .widget ol { list-style: none; padding: 0; }
.widget ul li { border-bottom: 1px solid rgba(85, 85, 85, 0.29); padding: 5px; }
.widget ul li:last-child { border-bottom: none; }
.widget ul li > a { color: #004EA8; }
.widget ul li > a:hover { text-decoration: none; color: #999; }
.textwidget { color: #999; }
.widget_rss_links p { text-align: center; }
#sidebar .widget_rss_links p { margin: 15px 0 0; }
/*.widget_rss_links img { width: 16px; }*/
#subscribe-email, #subscribe-submit { display: inline-block; display: -moz-inline-box; display: -ms-inline-grid;margin: 0; }
#subscribe-email label, #subscribe-email input, #subscribe-email textarea, #subscribe-email select {width: auto!important;}
.tagcloud {   max-height: 180px; line-height: 21px; overflow: hidden; margin-bottom: 15px; }
.wp_cumulus_widget embed { width: 100%; max-height: 220px; }
/******************************************************************************
 * EROR 404 Template CSS
 *****************************************************************************/
.error-template {
    padding: 40px 15px;
    text-align: center;
    background-image: url(/Files/Templates/Blue/assets/img/error.png);
}
.error-details { color: #ff006e; }
.error-actions { margin-top: 15px; margin-bottom: 15px; }
.error-actions .btn { margin-right: 10px; }
/******************************************************************************
 * Go To Top CSS
 *****************************************************************************/
.back-to-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
    padding: 7px 10px;
    background: #fff;
    color: #313447;
    opacity: 0.5;
    box-shadow: 0 0 5px rgb(51, 51, 51);
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.7);
}

/******************************************************************************
 * Canvas Chart CSS
 *****************************************************************************/
.canvasjs-chart-credit { display: none !important; }
/******************************************************************************
 * Theme CSS
 *****************************************************************************/
.panel-default {border-color: rgba(0, 78, 168, 0.2);}
.panel-none {border: none; box-shadow: none;}
.panel-primary { border-color: #004EA8; }
.panel-primary>.panel-heading { background-color: #004EA8; border-color: #004EA8; }
.text-danger { color: #d9534f; }
.panel-primary .panel-heading a {color: #fff;}
.panel-heading a:hover {text-decoration: none;}

#menu-primary-navigation {  }
/*#menu-primary-navigation > li:first-child > a { font-size: 14px; padding: 8px; }*/
.navbar { min-height: 35px; border: none; }
/*navbar theme*/
.navbar-theme {
    background-color: #fff;
    border-color: #e7e7e7;
    margin-bottom: 0;
    border-radius: 0;
    /*box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.26);
    -ms-box-shadow: 0 2px 5px rgba(0,0,0,.26);*/
    border-top: none;
}
.navbar-theme.main-menu {
    background: #004EA8;
}

.navbar-theme .dropdown:hover .dropdown-menu { display: block; }
.navbar-theme .navbar-toggle { margin-top: 40px; margin-right: 5px; padding: 5px 7px; }
.dropdown-header {
  font-size: 13px;
  color: #ccc;
}
@media (min-width: 768px) {
    .navbar-theme .navbar-toggle { display: none; }
}

.navbar-theme .navbar-brand { color: #000; }
.navbar-theme .navbar-brand:hover, .navbar-theme .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-theme .navbar-text { color: #000; }
.navbar-theme .navbar-nav > li > a { color: #fff; text-align: center; font-size: 14px; padding: 7px 10px; text-shadow: 1px 1px 5px #000; }
.navbar-theme .navbar-nav > li > a:hover, .navbar-theme .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #367fa9;
}

.navbar-theme .navbar-nav > .active > a, .navbar-theme .navbar-nav > .active > a:hover, .navbar-theme .navbar-nav > .active > a:focus {
    /*color: #363636;
    background-color: #f3f3f3;*/
    font-weight: 700;
}

.navbar-theme .navbar-nav > .disabled > a, .navbar-theme .navbar-nav > .disabled > a:hover, .navbar-theme .navbar-nav > .disabled > a:focus {
    color: #004EA8;
    background-color: transparent;
}

.navbar-theme .navbar-nav > li > a i, .navbar-theme .navbar-nav > li > a span {
    /*display: block;
    padding-bottom: 5px;*/
}
.navbar-theme .navbar-toggle { border-color: transparent; }
.navbar-theme .navbar-toggle:hover, .navbar-theme .navbar-toggle:focus {
    background-color: #004EA8;
}
.navbar-theme .navbar-toggle .icon-bar { background-color: #004EA8; }
.navbar-theme .navbar-toggle:hover .icon-bar, .navbar-theme .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}
.navbar-theme .navbar-collapse, .navbar-theme .navbar-form { border-color: #004EA8; padding: 0 15px; }
.navbar-theme .navbar-nav > .open > a, .navbar-theme .navbar-nav > .open > a:hover, .navbar-theme .navbar-nav > .open > a:focus { color: #fff; background-color: #367fa9; }

@media (min-width: 786px) {
    /*.navbar-theme .navbar-nav > li > a { padding: 7px 5px; }*/
    .navbar-theme .navbar-collapse, .navbar-theme .navbar-form {
        margin-left: -15px;
        margin-right: -15px; }
    .main-menu .container { padding-right: 0; }
}
@media (min-width: 786px) and (max-width: 991px) {
    .navbar-theme .navbar-collapse, .navbar-theme .navbar-form { padding: 0 30px; }
    .header-col2 { padding-right: 15px; }
    .aiub {right: 2px;}
    .top-sp-links {right: 15px;}
}
@media (max-width: 991px) {
    /*.navbar-theme .navbar-nav > li > a { padding: 14px 7px; }*/
    #menu-primary-navigation { margin-left: -15px; }
    /*#menu-primary-navigation > li:first-child > a { padding: 10px 15px; }*/
}

@media (max-width: 767px) {
    /*.navbar-theme .navbar-nav > li > a { padding: 1em 0.4em 1em 0.4em; }*/
    .navbar-theme .navbar-nav .open .dropdown-menu > li > a { color: #fff; }
    .navbar-theme .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-theme .navbar-nav .open .dropdown-menu > li > a:focus { color: #004EA8; background-color: #fff; }
    .navbar-theme .navbar-nav .open .dropdown-menu > .active > a, .navbar-theme .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-theme .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: transparent; }
    .navbar-theme .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-theme .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-theme .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; }
    .navbar-theme .nav > li { position: relative; display: block; border-bottom: 1px solid #DBD2FF; }
    .navbar-theme .dropdown-menu { text-align: center; }
}

.navbar-theme .navbar-link { color: #777; }
.navbar-theme .navbar-link:hover { color: #333; }
.navbar-theme .btn-link { color: #777; }
.navbar-theme .btn-link:hover, .navbar-theme .btn-link:focus { color: #333; }
.navbar-theme .btn-link[disabled]:hover, fieldset[disabled] .navbar-theme .btn-link:hover, .navbar-theme .btn-link[disabled]:focus, fieldset[disabled] .navbar-theme .btn-link:focus { color: #ccc; }
.navbar-theme .dropdown-menu { background: #3c8dbc !important; font-size: 12px; }
.navbar-theme .dropdown-menu > li > a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    padding: 3px 10px;
}

.navbar-theme .dropdown-menu > li:last-child > a { border-bottom: none; }
.navbar-theme .dropdown-menu > li > a:hover, .navbar-theme .dropdown-menu > li > a:focus {
    background: #fff;
    color: #004EA8;
    padding: 3px 15px 3px 5px;
}

/*dropcap*/
.dropcap { font-size: 3.1em; }
.dropcap, .dropcap-square, .dropcap-circle {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

.dropcap-square {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 2.3em;
}

.dropcap-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.78em;
}

/*Social Share*/
.panel-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    margin-top: 20px;
}

.panel-box p { text-align: center; }
.panel-box .panel-item {
    display: table-cell;
    padding: 20px 5px;
    width: 1%;
    vertical-align: top;
    border-radius: 0;
}

.panel-box .panel-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.panel-box .panel-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.size-h1 { font-size: 33px; }
.bg-facebook {
    background-color: #335397;
    color: #fff;
}

.bg-twitter {
    background-color: #00c7f7;
    color: #fff;
}

.bg-google-plus {
    background-color: #df4a32;
    color: #fff;
}

.colorBar {
    position: relative;
    height: 4px;
    background: #004EA8;
    background: -webkit-linear-gradient(left top, #0072BC 0%, #0072BC 25%, #008C44 25%, #008C44 60%, #F7941E 60%, #F7941E 85%, #C5281C 85%, #C5281C 100%) repeat scroll 50% 0 transparent;
    background: -o-linear-gradient(left top, #0072BC 0%, #0072BC 25%, #008C44 25%, #008C44 60%, #F7941E 60%, #F7941E 85%, #C5281C 85%, #C5281C 100%) repeat scroll 50% 0 transparent;
    background: -moz-linear-gradient(left top, #0072BC 0%, #0072BC 25%, #008C44 25%, #008C44 60%, #F7941E 60%, #F7941E 85%, #C5281C 85%, #C5281C 100%) repeat scroll 50% 0 transparent;
    background: -ms-linear-gradient(left top, #0072BC 0%, #0072BC 25%, #008C44 25%, #008C44 60%, #F7941E 60%, #F7941E 85%, #C5281C 85%, #C5281C 100%) repeat scroll 50% 0 transparent;
    background: linear-gradient(left top, #0072BC 0%, #0072BC 25%, #008C44 25%, #008C44 60%, #F7941E 60%, #F7941E 85%, #C5281C 85%, #C5281C 100%) repeat scroll 50% 0 transparent;
}

input, textarea, select {
    display: block;
    width: 100%!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 15px;
}
textarea { height: auto !important; }
button, html input[type=button], input[type=reset] {
    width: auto !important;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
input[type=submit] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    width: auto !important;
}

/****Feedback***/
#feedback {
    color: rgb(255, 255, 255);
    margin-top: 43px;
    top: 70%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    border: 2px solid #fff;
    position: fixed;
    z-index: 9997;
    text-decoration: none;
    opacity: 0.96;
    left: -6px;
    background-color: rgb(1, 184, 226);
    padding: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

/******************************************************************************
 * Page Navigation Template CSS
 *****************************************************************************/
.page-navigation {
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.page-navigation span, .page-navigation a {
    font-size: 14px;
    background: #fff;
    color: #004EA8;
    padding: 3px 10px;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-grid;
    margin: 3px;
    border: 1px solid rgba(0, 78, 168, 0.3);
}

.page-navigation a:hover {
    background: #004EA8;
    color: #fff;
    text-decoration: none;
}

.page-navigation span.current {
    background-color: #004EA8;
    color: #fff;
}

/******* Tiles Progress *******/
.tile-progress { background-color: #303641; color: #fff; }
.tile-progress {
    background: #004EA8;
    color: #fff;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tile-progress .tile-header {
    padding: 15px 20px;
    padding-bottom: 40px;
}

.tile-progress .tile-progressbar {
    height: 2px;
    background: rgba(0,0,0,0.18);
    margin: 0;
}

.tile-progress .tile-progressbar span {
    background: #fff;
}

.tile-progress .tile-progressbar span {
    display: block;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    -moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    -o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
    transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
}

.tile-progress .tile-footer {
    padding: 20px;
    text-align: right;
    background: rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.tile-progress.tile-red {
    background-color: #f56954;
    color: #fff;
}

.tile-progress.tile-blue {
    background-color: #0073b7;
    color: #fff;
}

.tile-progress.tile-aqua {
    background-color: #00c0ef;
    color: #fff;
}

.tile-progress.tile-green {
    background-color: #00a65a;
    color: #fff;
}

.tile-progress.tile-cyan {
    background-color: #00b29e;
    color: #fff;
}

.tile-progress.tile-purple {
    background-color: #ba79cb;
    color: #fff;
}

.tile-progress.tile-pink {
    background-color: #ec3b83;
    color: #fff;
}

/***********font***************
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
@import url("..//themes/university/assets/fonts/fonts.googleapis.com/font.css");*/
/*****************************CSS Effect********************************/
/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 { position: relative; }
.effect2:before, .effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
      position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.effect6-1
{
      position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
}
.effect6-1:before, .effect6-1:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
      position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect7:after
{
    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

.effect7-1
{
      position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
}
.effect7-1:before, .effect7-1:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.5);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
    box-shadow:0 0 15px rgba(0,0,0,0.5);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect7-1:after
{
    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
      position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
.effect8:after
{
    right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Dynamic Tile
 * ===============================================*/
#live { border: 2px solid #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.dynamicTile .col-sm-2.col-xs-4, .dynamicTile .col-sm-4 {
    padding: 2px; background-color: #fff;
}

.dynamicTile .col-sm-4.col-xs-8, .dynamicTile .col-sm-8 {
    padding: 2px;  background-color: #fff;
}
#live img { width: 100%; height: 100%; }
#tile1{
    background: rgb(0,172,238); color: #004EA8;
}

#tile2{
    background: rgb(243,243,243);
}

#tile3{
    background: rgb(71,193,228);
}

#tile4{
    background: rgb(33,125,185);
}

#tile5{
    background: rgb(175,26,63);
}

#tile6{
    background: rgb(62,157,215);
}

#tile7{
    background: whitesmoke;
}

#tile8{
    background: rgb(209,70,37);
}

#tile9{
    background: rgb(0,142,0);
}

#tile10{
    background: rgb(0,93,233);
}

#tile11{
    background: #00AAAA;
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:#fff;
    font-family: Segoe UI;
    font-weight: lighter;
    padding: 5px;
}
@media (max-width: 400px) {
    .tilecaption{ font-size: 13px; }
}
@media  (min-width: 992px) and (max-width: 1202px) {
    .tilecaption{ font-size: 15px; }
}
a.item , a.item .tilecaption, .tilecaption a { color: #f5f5f5; text-decoration: none;}
a.item:hover, a.item:focus, a.item .tilecaption:hover, a.item .tilecaption:focus, .tilecaption:hover, .tilecaption:focus { color: #f5f5f5; text-decoration: none!important; }
/*==================================================
 * Multi level dropdown menu
 * ===============================================*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}