/**************Common CSS Start*******************/
.btn:hover, .btn:focus {color:inherit}
html, body {overflow-x: hidden;}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*html, body, h1, h2, h3, h4, h5, h6, p {font-family: 'Open Sans', sans-serif;}*/
body {color: #555555; font-size: 18px;}

.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}
.featuredThumb .w600{
    float:none;
    margin:auto;
    width: 95%;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}
.container {max-width: 1270px;}
.inline-block {display: inline-block;}
.font-weight-lighter {font-weight:lighter}
.font-weight-normal {font-weight:normal}
.bold {font-weight:bold !important;}
.no-border-radius {border-radius:0;}
.border {border: 1px solid #000000}
.whitespace-normal {white-space:normal}
.text-underline {text-decoration:underline;}
.text-underline:hover {text-decoration:underline !important;}
.text-30 {font-size:30px;}
.text-24 {font-size:24px;}
.text-18 {font-size:18px;}
.text-12 {font-size:12px; }
.sectionHeading {color: #183d6e; text-transform:uppercase;}
.sectionHeading>strong {color: #ecaa00;}
.btn-warning {background-color: #ecaa00;}
.btn-warning:hover {background-color: #ecaa00; border: 1px solid #ecaa00; color: #ffffff;}
.border-left-white {border-left: 1px solid #6c91b3;}
.relative {position: relative;}
.btn-primary:focus {background-color: #183d6e; color: #ffffff;}
.btn-warning:focus {background-color: #ecaa00; border: 1px solid #ecaa00; color: #ffffff;}
.no-overflow {overflow: hidden !important;}
.line-height-27 {line-height: 27px !important;}
.bump{margin-bottom:25px;}
.bumpLarge {margin-bottom: 45px;}
#primaryContent ul li {
    list-style-type: none;
}
#primaryContent ul li:before{
    content: "\2022 "; 
    color: #ECAA00;
    font-size: 1.5em;
    line-height: 1.3;
    padding: 0;
    margin: 0 .6em 0 -.8em;

}
#primaryContent ul li li:before{
    content: "\203A ";"
}
#primaryContent ul li li li:before{
    content: "\00bb";"
}
/**************Common CSS End*******************/

/****************Text Background Color Start**************************/
.bg-blue {background-color: #193d6f !important;}
.bg-white {background-color: #ffffff; color: #222222}
.bg-white:hover {background-color: #ffffff;}
/****************Text Background Color End****************************/

/****************Text Color Start**************************/
.white-color {color: #ffffff;}
.white-color:hover, .white-color:focus {color: #ffffff !important; text-decoration:none;}
.yellow-color {color: #ecaa00;}
.yellow-color:focus, .yellow-color:hover {color: #ecaa00; text-decoration: none;}
.blue-color {color: #003A70 !important;}
.blue-color:focus, .blue-color:hover {color: #003A70;}
.blue-color:focus, .blue-color:hover, .white-color:hover, .white-color:focus {outline: none; text-decoration: none;}
.black-color {color: #000000;}
.navy-blue-color {color: #3e5f97;}
/****************Text Color End****************************/

/************** Header CSS Start **********************/
header {position:fixed; z-index:2; left: 0; right:0;}
.searchIconImg {width: 24px;}
.dropdown-menu {border-radius: 0; width: 180px; box-shadow: none}
.searcFieldDropDown {width: 214px; margin-left: -180px;}
.closesearcFieldDropDown {background-color: #183d6e; cursor: pointer; color: #ffffff; font-size: 16px; position: absolute; right: 0; top: -32px; padding: 10px; z-index: 9}
.dropdown-menu>li>a {white-space:normal;color: #183d6e;padding: 6px 20px;font-size: 16px;}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background-color: transparent;}
.dropdown-menu>li.inline-block>a {padding: 6px 2px !important;}
#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul.dropdown-menu.dropdownMenu2 > li:nth-child(4) > a {margin-left: 16px !important;}

.searcFieldDropDown {background-color: #183d6e;}
.searcFieldDropDown>li>a, .searcFieldDropDown>li>span {color: #ffffff;}
.searcFieldDropDown>li>a:hover {background-color: #1d5095; color: #ecaa00;}
.searcFieldDropDown>li>span {padding: 3px 20px}
.topNav {font-size:13px;}
.topNav>li {border-right: 2px solid #ffffff;}
.topNav>li:last-child {border-right: none;}
.topNav>li>a {color: #ffffff !important; font-weight:bold; text-transform:uppercase; padding-top:0; padding-bottom:0;}
.topNav>li>a:hover {color: #ecaa00 !important}
.topNav>li>a:focus {background-color: #ffffff !important; color: #ecaa00 !important;}
.topNav>li.active>a {background-color:transparent !important; color: #ecaa00 !important;}
.navbar-default .navbar-toggle {float: left; top:-50px;}
.navbar-default {background-color: transparent; border: none;}
.botNavShadow {
        height: 82px;
        background: black;
        background: -webkit-linear-gradient(black, rgba(255, 255, 255, 0));
        background: -o-linear-gradient(black, rgba(255, 255, 255, 0));
        background: -moz-linear-gradient(black, rgba(255, 255, 255, 0));
        background: linear-gradient(rgba(255, 255, 255, 0), black);
        margin-top: -82px;
        z-index: 0;
        position: relative;
}
.topNavShadow {
    height: 82px;
    background: black;
    background: -webkit-linear-gradient(black, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(black, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(black, rgba(255, 255, 255, 0));
    background: linear-gradient(black, rgba(255, 255, 255, 0));
}

.sideButtonCont{
    /*position:relative;*/
    /*z-index: 100;*/
}

.mainMenuContainer {height: 25px;margin-top: 50px;transition: all 0.5s;}
.topNavShadow .logo {width: 234px;transition: all 0.5s;}
.topNavShadow.navBgBlue .logo {width: 170px; margin-top: 20px; transition: all 0.5s}
.topNavShadow.navBgBlue .mainMenuContainer {height: 25px; margin-top: 30px; transition: all 0.5s;}

.magGlass {position: absolute;top: -10px;right: 5px;z-index: 100;background-image: url(../images/template/searchIcon.png);background-repeat: no-repeat;height: 30px;width: 30px;}

.navBgBlue {background: rgba(25, 61, 111, 0.8); height: 60px; z-index:9999;}
.navBgBlueAreaOfStudies {background: rgb(25, 61, 111) !important;}
.rightFloatingIconBlueBg {background-color: #183d6e; position: fixed; right: 0; ; z-index:1; width: 150px; text-transform:uppercase; border: transparent; text-align: left; transition: width 0.2s;}
.rightFloatingIconBlueBg:hover {background-color: #0d284c; color: #ffffff; width: 160px;}
.rightFloatingIconYellowBg {background-color: #ecaa00;position:fixed;right: 0;z-index:1;width: 120px;text-transform:uppercase;text-align: left;transition: width 0.2s;border: 0;}
.rightFloatingIconYellowBg:hover {width: 130px;}
.rightFloating {
    -webkit-animation-name: rightFloating;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}
.rightFloating {
    -ms-animation-name: rightFloating;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
}

@-webkit-keyframes rightFloating {
    0%   {right:0px;}
    100%  {right:-200px;}
}

@keyframes rightFloating {
    0%   {right:0px;}
    100%  {right:-200px;}
}

.rightFloatingreverse {
    -webkit-animation-name: rightFloatingreverse;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
}
.rightFloatingreverse {
    -ms-animation-name: rightFloatingreverse;
    -ms-animation-duration: 1s;
    -ms-animation-fill-mode: forwards;
}
@-webkit-keyframes rightFloatingreverse {
    0%   {right:-200px;}
    100%  {right:0px;}
}

@keyframes rightFloatingreverse {
    0%   {right:-200px;}
    100%  {right:0px;}
}

.sideButton1 {top: 200px;}
.sideButton2 {top: 240px;}
.sideButton3 {top: 280px;}
.sideButton4 {top: 320px;}
.sideButton5 {top: 360px;}
.sideButton1.alertBump {top: 350px;}
.sideButton2.alertBump {top: 390px;}
.sideButton3.alertBump {top: 430px;}
.sideButton4.alertBump {top: 470px;}
.sideButton5.alertBump {top: 510px;}

.topRightNav {font-size:12px; transition: all 0.5s;}

/* .white-color a:hover{color:#193d6f!important;} */
.gotoMahorSection, .gotoMahorSectionRes {color: #ffffff;}
.gotoMahorSection:hover, .gotoMahorSectionRes:hover{color:#ffffff!important;text-decoration:none;}
.gotoMahorSection:focus, .gotoMahorSectionRes:focus{outline:none!important;color:#ffffff;text-decoration:none!important;}
.gotoMahorSection, .gotoMahorSectionRes {display:inline-block;}
.navbar-nav>li>.dropdown-menu {background-color: #ffffff;  width: 260px; height: auto; margin-left: -2px;
 
}
.navbar-nav>li>.dropdown-menu {background-color: #ffffff;border: none;width: 260px;height: auto;margin-left: -2px;/* display:  inline-block; */}

.dropdownNav.open #dropMenu2.dropdown-menu{
    margin-left:-100px;
}
.dropdownNav.open #dropMenu3.dropdown-menu{
    margin-left:-200px;
}
.dropdownNav.open #dropMenu4.dropdown-menu{
    margin-left:-300px;
}
.dropdownNav.open #dropMenu5.dropdown-menu{
    margin-left:-400px;
}
/*.navbar-nav>li>.dropdown-menu:last-child {border: none;}*/
#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ulZ.dropdown-menu.dropdownMenu3 > li:nth-child(1) > a {}
.closeMainMenu {margin: 20px 0 0 20px; float: none; display: inline-block;}
.downArrow {top: 4px; left: 10px; font-size: 17px;}
.majorSection {margin-top: -100px}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {background-color: #ffffff; color: #ecaa00 !important; padding-bottom: 10px; margin-left: -2px}
.dropdownMenu2 {left: 260px;}
.dropdownMenu3 , .dropdownMenu4 {left: 520px; width: 244px !important;}
.dropdown-menu li.social{width: 16%;display:inline-block;}
.dropdown-menu li.social a{ margin:0; padding:0;}

.open>.dropdown-menu {top: 30px;}
.navBgBlue .open>.dropdown-menu {top: 30px;}
.bodyMargin {margin-top: 90px}
ul.dropdown-menu:nth-child(3) { border-left: none;border-right: none;}
ul.dropdown-menu:nth-child(4) { border-left: none;}
ul.dropdown-menu:nth-child(2) { border-right: none;}
/************** Header CSS End **********************/

/**************Slider Start********************************/
.border-left-yellow {border-left: 3px solid #ecaa00;}
.sliderDesc {position:absolute; left: 5%; top: 45%; color:#ffffff;}
.sliderDesc h1 {font-size: 42px; height: 70px; padding-top: 10px;}
.carousel-caption {bottom: 100px; text-transform:uppercase; z-index: 1;}
.carousel-indicators {z-index:1; bottom: 40px;}
.carousel-indicators li {background-color: #959590; width: 12px; height: 12px; border:none;margin:0px;}
/**************Slider End**********************************/
.carousel-indicators .active {background-color: #e4a505; border: 1px solid #e4a505; width: 12px; height: 12px; border:none;}

/********************rightFloatingStaticCont Start*****************/
.rightFloatingStaticCont .rightFloatingIconBlueBg, .rightFloatingStaticCont .rightFloatingIconYellowBg {background-color: #e4a505; position: static; margin-left: 15%; margin-bottom: 10px; width: 70%; color: #193d6f; font-weight: bold; border: none; text-align: center;}
/********************rightFloatingStaticCont End*******************/
/********************findYourMajorContainer Start***********************/
.findYourMajorContainer {padding-top: 60px !important; position: relative; background-color: #ffffff; margin-top: -40px;}
/********************findYourMajorContainer End***********************/
/************* washburn by numbers Start ************************/
.washburnbynumbers {background-image: url(../images/template/washburnbynumbersstart.jpg); background-size: cover; height: 800px; position:relative; padding-top: 50px;}
.baloonAnimation {animation-name: stretch; animation-duration: 1s; animation-timing-function: ease-out; animation-delay: 20;}
@keyframes stretch {
    0% {
        transform: scale();
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale();
    }
}
.baloonBtn {border: 6px solid #ecaa00; transition: all 0.5s; width: 200px; height: 200px; border-radius: 100%; background-color:#ecaa00; color: #ffffff; transition: background-color 0.5s, transform 0.5s, border 0.5s;}
.baloonBtn.baloonAnimation:hover { transition: all 0.5s; background-color: #cc9302; border: 6px solid #ecaa00; transform: scale(1.1);}
.baloonBtn img {margin-top: 20px;}
.baloonBtn h3 {font-size:17px; margin-top:5px;}
.baloonBtn h2 {font-size:30px; margin-top:5px; font-weight:bold;}
.baloonBtn:last-child {left: 0; top: -100px;}
.baloonBtn:nth-child(2n) {background-color: #ffffff; border: 6px solid #ffffff;}
.baloonBtn:nth-child(2n):hover {background: #eee; border: 6px solid #ffffff;}
.baloonBtn:first-child {position:absolute; top: 10%; left: 42%; display:none;}
.baloonBtn:nth-child(2) {position:absolute; top: 10%; left: 42%; display:none;}
.baloonBtn:nth-child(3) {position:absolute; top: 10%; left: 42%; display: none;}
.baloonBtn:nth-child(4) {position:absolute; top: 10%; left: 42%; display: none;}
.baloonBtn:last-child {position:absolute; top: 10%; left: 42%; display: none;}
.baloonBtn:hover:nth-child(2n) {}
.baloonConnectingLine {position:absolute; width:300px; height:2px; background-color: #ecaa00;}
.baloonConnectingLine:first-child {transform:rotate(-5deg); top: 20px; left: 230px; width: 0; margin-left:300px;}
.baloonConnectingLine:nth-child(2) {transform:rotate(-47deg); -webkit-transform:rotate(-47deg); top: 140px; left: 340px; width: 0; margin-left:240px; background-color:#ffffff;}
.baloonConnectingLine:nth-child(3) {transform:rotate(90deg); -webkit-transform:rotate(90deg); top: 200px; left: 530px; width: 0; margin-left:190px;}
.baloonConnectingLine:nth-child(4) {transform:rotate(47deg); -webkit-transform:rotate(47deg); top: 140px; left: 720px; width: 0; margin-left:190px; background-color:#ffffff;}
.baloonConnectingLine:last-child {transform: rotate(4deg); -webkit-transform: rotate(4deg);top: 17px;left: 808px; width: 0; margin-right:190px;}
.baloonContainer {width: 1340px; margin:auto; position:relative;}
.freezWebsite {margin-left: -42%;}
.shutterShadowDiv {display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 99999999;  cursor: url(http://html.technologyally.me/washburn/images/my-cursor.cur), url(../images/template/my-cursor.png), auto;}
.shutterDiv {right: -100%; position: fixed; top: 0px;bottom: 0;background-color: #ffffff; padding-left: 15px; padding-right: 15px; overflow-y: auto; z-index: 999999999; width: 42%;}
.closeShutter {position: absolute; top: 0; right: 0; font-size: 20px; background-color: #ecaa00; padding: 10px 10px; z-index: 999}
.loadExternalPage {padding-left: 15px; padding-right: 15px; font-size: 17px;}
.yellowBorderTop {width: 100%; height: 4px; background-color: #ecaa00; margin-left: -15px;}
.blueBorderTop {width: 100%; height: 4px; background-color: #183d6e; margin-left: -15px;}
/************* washburn by numbers End ************************/

/************* campusbackground Start ************************/
.iconHoverEffect {border-radius: 50%;border: 5px solid #ecaa0061; width: 280px; height: 280px; position: absolute; top: -40px; left: 0; right: 0; margin: auto; transform: scale(1); transition: transform 0.5s, border 0.5s}
.blueStrip:hover .iconHoverEffect {transform: scale(1.2); border: 2px solid #ecaa00}
.IchabodCont .resBlueStrip .btn-warning:hover ~ .iconHoverEffect {/*transform: scale(1.2)*/ width: 350px;}
.campusbackground {background-image: url(../images/template/campusBg.jpg); background-size: cover; height: 800px; position:relative; padding-top: 50px; margin-top: 40px; background-position: bottom;}
.blueStrip {width: 100%; height: 200px;background-color: rgba(29, 80, 149, 0.68);color: #ffffff;margin-top: 160px; position:absolute; left: 3000px;}
.imgAvatar {margin: auto; width: 300px; margin-top: -50px;}
.navigationContainer {position: absolute;right: 40px;bottom: -720px;}
.navigationContainer a {margin-right: 10px;}
.navigationContainer a:focus{outline:none;}
.navigationContainer>a>img {width: 150px;}
.navigationContainer>a>img {transform: scale(1); border-radius: 100%; transition: all 0.5s;}
.navigationContainer>a>img:hover {transform: scale(1.2);}
.activeNavigation>img {background-color: #183d6e;}
.studentStoriesIcon>img,.mrichabordIcon>img,.vibrantCampusIcon>img{border-radius: 100%;}
/* .activeNavigation>img:focus {width: 190px !important;} */
/* .studentStoriesIcon>img:hover, .vibrantCampusIcon>img:hover, .mrichabordIcon>img:hover { background-color: #183d6e;  width: 190px; transition:all 0.5s;} */
.navTitle {margin-top: -35px; color:#ffffff; margin-left: 34.5%;}
.navTitle>span {font-weight:bold; color: #ecaa00;}
.vibrantCampus, .studentStories {display:none;}
/*.vibrantCampus, .studentStories, .Ichabod {position: absolute;top:0;}*/
/************* campusbackground End ************************/

/************* connectWithWashburn Start ************************/
.connectWithWashburn .row, .connectWithWashburn img {height:338px;}
.newsLiveFeed, .currentNews {height:338px; background-color: #ecaa00; color: #ffffff; padding-top: 20px;}
.currentNews {background-color: #183d6e;}
.newsLiveContainer {height:242px; overflow-y: auto; width: 86%; margin:auto;}
.newsLiveContainer ul li {font-size: 16px;}
.newsLiveContainer ul li>strong {display:block; margin-top: 30px;}
.currentNews a.yellow-color, .newsLiveFeed a.blue-color {margin-top:10px;}
.newsLiveContainer::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: rgba(245, 245, 245, 0.35);}
.newsLiveContainer::-webkit-scrollbar {width: 12px;background-color: rgba(245, 245, 245, 0.65);}
.newsLiveContainer::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: rgba(255, 255, 255, 0.25);}
.calendarNewsIcon {display: none;}
.instagramSocialIconAndName {position: absolute; bottom: 4%; left: 10%; width: 50% !important; height: auto !important;}

/************* connectWithWashburn End ************************/

/************* becomeichaboxbg Start ************************/
.becomeichaboxbg {background-image: url(../images/template/becomeichabodbg.jpg); background-size: cover; height: 300px; position:relative; padding-top: 50px;}
.newichaboxbg {background-image: url(../images/template/becomeichabodbg.jpg); background-size: cover; height: 300px;}
.requestInfo {float:right; width: 250px; margin-right: 50px; padding:10px;}
.applyNow {float:left; width: 250px; margin-left: 50px; padding:10px;}
/************* becomeichaboxbg End ************************/

/************* events news Start ************************/
.eventItem {display:block;}
.current_update .right_news .pubdate span {font-size: 13px;}
/************* events news End ************************/

/************* Footer Start ************************/
 footer {color: white;}
 footer a {color: white;}
 footer .disclaimer a {color: #ECAA00;}
 footer a:hover {color:white; text-decoration: underline;}
.footerBg {background-image: url(../images/template/footerBg.jpg); background-size: cover; font-size:14px; position:relative; padding-top: 50px;}
.footerBg ul.list-unstyled li a{font-size:13px;}
.socialIcon {width: 40px; height: 40px; margin-right: 10px;}
.backToTop {position:fixed; right: 40px; bottom: 50px;display:none;}
.backToTop>img {width: 50px;}
.text-center-responsive img {margin: auto;}
/************* Footer Emd ************************/


/**************Custom Margin Start*************************/
.no-margin {margin:0 !important;}
.no-margin-top {margin-top:0 !important;}
.margin-top-5 {margin-top: 5px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-x {margin-top: 10px;}
.margin-top-xx {margin-top: 20px;}
.margin-top-xxx {margin-top: 30px;}
.margin-top-xxxx {margin-top: 40px;}
.margin-top-xxxxx {margin-top: 50px;}
.margin-left-x {margin-left: 10px;}
.margin-left-xx {margin-left: 20px;}
.margin-left-xxx {margin-left: 30px;}
.margin-left-xxxx {margin-left: 40px;}
.margin-left-xxxxx {margin-left: 50px;}
.margin-right-x {margin-right: 10px;}
.margin-right-xx {margin-right: 20px;}
.margin-right-xxx {margin-right: 30px;}
.margin-right-xxxx {margin-right: 40px;}
.margin-right-xxxxx {margin-right: 50px;}
.no-margin-bottom {margin-bottom: 0px;}
.margin-bottom-x {margin-bottom: 10px;}
.margin-bottom-xx {margin-bottom: 20px;}
.margin-bottom-xxx {margin-bottom: 30px;}
.margin-bottom-xxxx {margin-bottom: 40px;}
.margin-bottom-xxxxx {margin-bottom: 50px;}
/**************Custom Margin End***************************/
/**************Custom Padding Start*************************/
.no-padding {padding:0;}
.padding-x {padding: 10px;}
.padding-xx {padding: 20px;}
.padding-xxx {padding: 30px;}
.padding-xxxx {padding: 40px;}
.padding-xxxxx {padding: 50px;}
.padding-top-x {padding-top: 10px;}
.padding-top-xx {padding-top: 20px;}
.padding-top-xxx {padding-top: 30px;}
.padding-top-xxxx {padding-top: 40px;}
.padding-top-xxxxx {padding-top: 50px;}
.no-padding-left {padding-left: 0px;}
.padding-left-x {padding-left: 10px;}
.padding-left-xx {padding-left: 20px;}
.padding-left-xxx {padding-left: 30px;}
.padding-left-xxxx {padding-left: 40px;}
.padding-left-xxxxx {padding-left: 50px;}
.padding-right-x {padding-right: 10px;}
.padding-right-xx {padding-right: 20px;}
.padding-right-xxx {padding-right: 30px;}
.padding-right-xxxx {padding-right: 40px;}
.padding-right-xxxxx {padding-right: 50px;}
.padding-bottom-x {padding-bottom: 10px;}
.padding-bottom-xx {padding-bottom: 20px;}
.padding-bottom-xxx {padding-bottom: 30px;}
.padding-bottom-xxxx {padding-bottom: 40px;}
.padding-bottom-xxxxx {padding-bottom: 50px;}
/**************Custom Padding End***************************/

/********************Area of Studies Start************************/
.page-container {padding: 0;}
.form-academics-border {border-left: 5px solid #e4e4e4; height: 340px}
.areaofstudiesheading {background-color: #e4e4e4;}
.label-container {visibility: hidden;}
label.filter-text {font-size: 15px; margin-left: -52px; margin-top: 0; display: block; cursor: pointer; margin-bottom: 0; padding-left: 10px; color: #000000; padding-bottom: 4px; padding-top: 4px;}
label.filter-text:hover {background-color: #e4e4e4}
#academics_page input[type=checkbox]:not(old)+label>span, #academics_page input[type=radio]:not(old)+label>span {height: 12px;}
#academics_page input[type=checkbox]:not(old)+label, #academics_page input[type=radio]:not(old)+label {line-height: 25px;}
.iconCont {width: 32px; display: inline-block}
.collegeOfArtAndSciencesBg {background-color: #a3c8e3;}
.interdisciplinaryBg {background-color: #c7bc9b;}
.schoolOfAppliedStudiesBg {background-color: #618eb5;}
.schoolOfBusinessBg {background-color: #eca900;}
.schoolOfLawBg {background-color: #b6ada6;}
.schoolOfNursingBg {background-color: #799a05;}
.washburnTechBg {background-color: #f28b00;}
.collegeOfArtAndSciencesBg,.interdisciplinaryBg, .schoolOfAppliedStudiesBg, .schoolOfBusinessBg, .schoolOfLawBg, .schoolOfNursingBg, .washburnTechBg {width: 20px; height: 20px; border-radius: 50%; display: inline-block; margin: 5px 6px -4px 0;}
.courseDescPoint {padding-left: 35px !important;}
.courseDescPoint li {display: list-item; height: auto; list-style-type: disc;}
.courseSelected {background-color: #193d6f; color: #ffffff !important;}
.courseSelected:hover {background-color: #193d6f !important; color: #ffffff !important;}
.selectCourseIcon {position: absolute;top: 0px;right: 4px;color: #eca900;}
select.selectCourse {-webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: '';}
select.selectCourse::-ms-expand {display: none;}
.courseSearchBar {border-right: 0; box-shadow: none !important; border-color: #000000 !important; font-style: italic; height: 32px;text-transform: lowercase;}
.courseSearchIcon {height: 32px;}
.courseSearchIcon {border-color: #000000; border-left: none;}
.clearFilterText {border: 1px solid #193d6f; text-transform: none; padding: 1px 10px;  color: #193d6f; float: right; margin-right: 10px; font-weight: bold; cursor: pointer;}
.clearFilterText:hover {background-color: #193d6f; color: #ffffff;}
/* li.certificate:before {content:''; width: 100px; height: 100px; border-left: 50px solid transparent; border-right: 50px solid transparent;} */
.degreeList, .subjectList {font-size: 14px;}

/*--------------google search ----------------*/

.gsc-search-button-v2 { display:none;}

/*------------- end google search ------------*/

/************************Primary Content General Styles - CEB *****************/
#primaryContent h2.facStaff{
    text-transform: uppercase;
    border-bottom: solid 4px #eef5fb;
}
#primaryContent .description_txt h2{
    color:#003A70;
    line-height: 1.4;
}
#primaryContent .description_txt img{
    margin: 10px;
}
/************************END Primary Content General Styles - CEB *****************/

/************************Secondary Content General Styles - CEB *****************/
.secondaryCont .table-striped>tbody>tr:nth-child(odd)>td{
        background-color: #0d467b;

}
.secondaryCont .featuredLink {
    float: none;
    margin:auto;
    display: inline-block;
    margin: 0 -2px 0 -2px;
    top:0;
    vertical-align:top;
}
.secondaryCont .icon{
    border: 2px solid #608eb5;
    border-radius: 50%;
    height: 157px;
    margin: 0 auto;
    width: 157px;
    background-position:  center center;
    background-repeat:  no-repeat;
}
.secondaryCont .featuredLink .featdesc{
    color: #A3C8E3;
    min-height: 50px;
}
.secondaryCont .icon:hover {
    border: 2px solid #fff;
    transition: all ease-in-out 0.5s;
}
.secondaryCont .icon-mulvane{
    background-image: url(../images/template/icons/icon_mulvane.png);
}
.secondaryCont .icon-capitol{
    background-image: url(../images/template/icons/icon_capitol.png);
}

.secondaryCont .icon-event{
    background-image: url(../images/template/icons/icon_event.png);
}
.secondaryCont .icon-ichabod{
    background-image: url(../images/template/icons/icon_ichabod.png);
}
.secondaryCont .icon-people{
    background-image: url(../images/template/icons/icon_people.png);
}
.secondaryCont .icon-inkwell{
    background-image: url(../images/template/icons/icon_inkwell.png);
}
.secondaryCont .icon-scroll{
    background-image: url(../images/template/icons/icon_scroll.png);
}
.secondaryCont .icon-home{
    background-image: url(../images/template/icons/icon_home.png);
}
.secondaryCont .icon-tophat{
    background-image: url(../images/template/icons/icon_tophat.png);
}
.secondaryCont .icon-coins{
    background-image: url(../images/template/icons/icon_coins.png);
}
.secondaryCont .icon-marker{
    background-image: url(../images/template/icons/icon_marker.png);
}
.secondaryCont .icon-laptop{
    background-image: url(../images/template/icons/icon_laptop.png);
}
.secondaryCont .icon-diploma{
    background-image: url(../images/template/icons/icon_diploma.png);
}
.secondaryCont .icon-campus{
    background-image: url(../images/template/icons/icon_campus.png);
}
.secondaryCont .icon-lightbulb{
    background-image: url(../images/template/icons/icon_lightbulb.png);
}
.secondaryCont .icon-globe{
    background-image: url(../images/template/icons/icon_globe.png);
}
.secondaryCont .icon-pencil{
    background-image: url(../images/template/icons/icon_pencil.png);
}
.secondaryCont .icon-transform{
    background-image: url(../images/template/icons/icon_transform.png);
}
.secondaryCont .icon-scholarship{
    background-image: url(../images/template/icons/icon_scholarship.png);
}
.secondaryCont .icon-cap{
    background-image: url(../images/template/icons/icon_cap.png);
}





/************************Secondary Content General Styles - CEB *****************/


/************************Interior Page css************************************/

.featurette .lead, .featurette {font-size: 18px;}

.featuredThumb {
    /*max-width: 300px;*/
    margin: auto -2px auto -2px; /* since we are displaying inline-block we have to account for white space by subtracting some margin */
    float:  none;
    display: inline-block;
    position: relative;
    
}
 
.announcementsWrapper h2.heading{
    text-align:left;
}
 .featurette ul, announcement ul, .featurette ol, .announcement ol {
     display:table;
     padding: 0 0 0 20px;
 }
.featurette ul li, .announcement ul li, .featuette ol li{
     list-style-position: inside;
      list-style-type: none; 
      display: table-row;
      line-height: 2;
 }

 .featurette ul  { }
 .featurette ol  {counter-reset: none}
 .featurette ul ul {padding: 0 0 0 10px; }
 .featurette ol ul {counter-reset: li;padding: 0 0 0 10px;}

 .featurette ol li, .announcement ol li{
     list-style-position: inside;
     list-style-type:none;
     counter-increment: li;
     display: table-row;
 }
 .featurette ul li:before, .announcement ul li::before{
  content: "\2022   ";
  color: #ecaa00; /* or whatever color you prefer */
  display: table-cell;
  font-size: 25px;
  line-height: 1.3;
  padding: 0 .5em 0  0;
  vertical-align:top;
  
 }
 .featurette ol li::before , .announcement ol li::before{
    content: counter(li);
    color: #ecaa00;
    display: inline-block;
    font-size: 1em;
    width: 1em;
    /* margin-left: -.5em; */
    /* margin-right: 0.5em; */
    text-align: right;
    direction: rtl;
    display: table-cell;
    padding: 0 .5em 0  .5em;
    line-height: 1.9;
    }

.featurette ol ul li::before , .announcement ol ul li::before{
    content: "\2022   ";
    font-size: 25px;
    line-height: 1.3;
  

}

.featuredThumb img, .announcementThumb img{
    margin: 5%;
    width: 90%;
    height: auto;
    max-width: 350px !important;
}
.announcement.short.grid .announcementThumb img {
    max-width: 250px;
}
.featurette h2, .announcement h2 {
    color: #003A70;
}

.featuredThumb  .hover-efect .caption {
    position: absolute;
    top: 0%;
    /* right: 1px; */
    background: rgba(236, 169, 0, 0);
    width: 100%;
    height: 100%;
    padding: 70% 0 0 0;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: rgba(25, 61, 111, 0.6);
}

.featThumbOverlay.video  { background-image: url(../images/template/video-icon.png); background-repeat: no-repeat; background-position: center center; }
.featThumbOverlay.video:hover { background-image: url(../images/template/video-icon-ltblue.png); }
.featThumbOverlay {/* background-color: rgba(25, 61, 112, 0.85); */position: absolute;margin: 5%;transition: all 0.5s;height: 90%;width: 90%;}

/* MABEE Hours */

.shadows.mabee.active {border-bottom: solid 1px #a3c8e3;}

.mabeeHours {background: #f5f8f9;/* color: #FFF; */border-bottom: solid 6px #a3c8e3; padding: 10px 0 0 0;}
.mabeeHours.reusable {background: transparent; border-bottom: 0;}
.mabeeHours.reusable .allHours {float: none; margin:auto;}
.mabeeHours a{/* color: #FFF; */text-decoration: underline;}
.mabeeHours a:hover{}
@media (max-width: 760px){
.mabeeHours .hourstext, .mabeeHours .linktext { float: none !important;}
}
.mabeeHours {
    background-image: url(../images/template/shadow.png);
    background-repeat: no-repeat;

}

/* END MABEE Styles */

 .ebscohostCustomSearchBox input {width:90%;}
 .ebscohostCustomSearchBox input[type="submit"] {width:auto;}
       
/* Mini Slides */

#minislides {
    padding: 0 ;
}

#minislides img {
    max-height: 300px;
    max-height:100%;
    max-width:100%;
    }
#minislides .slideimage {
    text-align:center;
    padding-left: 0;
}
#minislides .slideimage a{
    padding-left:0;
}

#minislides .details {
    background: #f5f8f9;
}


@media (max-width: 760px){
    #minislides {
        text-align:center;
    }
    #minislides .details {
    background: transparent;
}
    #minislides .slideimage, #minislides .slideimage a {
    padding-left: 15px;
}

}


#minislides .details .desc{
    font-size: 14px
}
#minislides .carousel-indicators{
    position: relative;
    bottom: 0px;
    z-index: 15;
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    float: left;
    margin-top: -20px;
}
@media (max-width: 768px){
    #minislides .carousel-indicators{display:block;width:100%;left:auto;  margin-top: 0px;}
}
@media (max-width:1020px){
    #minislides{padding: 0 0 50px 0;}
}

/* END Mini Slides*/

/* Side Tabs */
.container-fluid.tabs-left {background: #f5f8f9;padding: 20px;}
.container-fluid.blue.tabs-left {background: transparent;padding: 20px;}

.tabs-left {
    display:table;
    width: 100%;
}
.tabs-left.blue {
    color: #CCC;
}
.tabs-left.blue input[type="text"]{
    width: 85%
}
.tabs-left.blue input[type="submit"]{
    background-color: #ECAA00;
    border:solid 2px #ECAA00;
    color: #FFFF;
}
.tabs-left .statlinks {
    border-top:  solid 1px #a3c8e3;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
}
.tabs-left.blue .statlinks {
    border-top:  solid 1px #CCC;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    color: #CCC;
}

.tabs-left.blue .statlinks a {
    color: #ccc;
}

.tabs-left.blue .nav .first{
     
    border-top-left-radius: 7px;
}
.tabs-left.blue .nav .last{
     
    border-bottom-left-radius: 7px;
}

.tabs-left .tab-content{
    background: #f5f8f9;
    padding: 10px 10px 20px 10px;
    min-height: 139px;
    display:table-cell;
    vertical-align: middle;
}

.tabs-left.blue .tab-content {
    background: #003A70;
    padding: 10px 10px 20px 20px;
    border-top-left-radius: 0;
}
.tabs-left .tab-content h2{
    margin: 10px 0 10px 0;
}
.tabs-left.blue .tab-content h2{
    color: #FFF;
}
.tabs-left .tab-content.links {
    padding: 10px 10px 10px 10px;
}
.tabs-left.blue .tab-content.links {
    padding: 10px 10px 10px 20px;
}
.tabs-left.blue .tab-content {
    border-radius: 7px;
    border-top-left-radius: 0;
}
@media (max-width: 960px){
.tabs-left.blue .tab-content, .tabs-left.blue .nav .last, .tabs-left.blue .nav .first {
    border-radius:0 !important;
}  
}

.tabs-left > .nav-tabs {
 border:0
}
.tabs-left.blue  .nav {
 padding-right:0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
    border:0;
    background: #a3c8e3;
    border-left: 4px solid #a3c8e3; 
    float: none;
    transition: all 0.5s;
}
.tabs-left.blue > .nav-tabs > li {
    
}

@media (max-width: 960px){
    .tabs-left > .nav-tabs > li { }
    .tabs-left ul { padding:0; text-align:center;}
}

.tabs-left > .nav-tabs > li:hover,.tabs-left > .nav-tabs > li.active {
    border:0;
    background: #608EB5; 
    border-left: 4px solid #ecaa00; 
}

.tabs-left > .nav-tabs > li a:hover {
    background:transparent;
    border:0;
    color: #FFF;
}

.tabs-left > .nav-tabs > li > a {
    color: #003a70;
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    border:0;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0;
  border-right: 0;
}

.tabs-left > .nav-tabs > li > a {
    border:0;
    font-weight: normal;
    text-transform: uppercase;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    background:transparent;
    color: #FFF;
    transition: all 0.5s;
    border:0;
}

/* End Side Tabs */


.announcement  {
    border-left: solid 4px #CCC;
    padding-left: 20px;
    margin: 10px 0px 10px 20px;
    float: left;
}
.announcement.full, .announcement.short {
    border-bottom: solid 1px #CCC;
    border-left: 0;
    padding: 0px 0px 40px 0px;
}
.announcement.slim {
    border-bottom: solid 1px #CCC;
    border-left: 0;
    padding: 0 0 10px 0;
    position: relative;
}
.announcement.slim h2, .announcement.slim span {
    padding-left: 50px;
}
.announcement.short.list, .announcement.full.list{
    width: 100%;
}
.announcement.grid p.lead{
    padding: 0 5px 0 5px;
}
.announcement.short.grid{
    border-bottom: 0;
    min-height: 525px;
    float: none;
    display: inline-block;
    margin: 0 -2px 0 -2px;
    vertical-align: top;
}
 .announcement.slim.grid{
     margin: 0 -2px 0 -2px;
     min-height: 160px;
 }
.announcement.short.grid .date{
    bottom: 0;
    position: absolute;
    width: 100%;
}
.announcement.short.grid h2 {
    text-align:center;
}
.announcement.grid h2, .announcement.slim h2{
    font-size:24px;
}
.announcement.short.grid .announcementThumb{
    clear:both;
    width:100%;
    text-align:center;
}
.announcement.last {
    border-bottom: 0;
}
.announcement.slim.last {
    border-bottom: solid 1px #CCC;
}
.announcement .date{
    font-size: .8em;
}
.announcement .date .hover-btn{
    font-size: 18px;
}
.announcement .slimDetails {
    display:none;
     
}
.announcement.slim p.lead {
    
}
.announcement .slimCont .btn{
    background-image: url(https://washburn.edu/_redesign2018/_files/images/template/sidebarPlusMinus.png);
    background-repeat: no-repeat;
    float:left;
    min-height: 20px;
    min-width: 20px;
    position: absolute;
    top: 20px;
}

@media (max-width: 990px){
    .announcement  {
    padding-left: 20px;
    margin: 10px 0px 10px 0px;
}
}

@media (min-width: 990px) and (max-width:1370px) {
    .featuredThumb.mw300 h3{
        font-size: 20px;
    }
    .featuredThumb h3.w600 {
        font-size: 20px;
    }
    .featuredThumb h3.w600.three {
        font-size: 30px;
    }
    
    .featuredThumb.mw300 .heading{
        top: 25%;
        }
}
@media (min-width: 990px) and (max-width:1320px) {

    .featuredThumb.mw300 h3{
        font-size: 20px;
    }

}

@media (min-width: 768px){
 .lead {
    font-size: 16px;
}
}
.admission .hover-efect .thumbnail:hover .caption {
    background: rgba(236, 169, 0, 0.6);
    top:2px;
}

.left_side {
    display: none;
    position: relative;
    text-align:left;
}
.link.left_side{
    position: relative;
    text-align: left;
}
.under_grad{/* display: block; */}

.dropText {
    display:none;
    }
.dropText.active{
    display: block;
}
}

/************ Begin Left Column Calls *******************/

.lftColCall.copy {
    min-height: 200px;
}

/************ End Left Column Calls ********************/
/************************Interior Page css************************************/


select{
    -webkit-appearance:none;
    appearance:none;
    -moz-appearance:none;
}
.sorting{
    padding:5px 10px;
    /* border:1px solid #eee; */
    clear:both;
    /* background:#FFF; */
    height:40px;
}
.sorting h4{
    padding:4px 0 0;
    margin:0;
}
.sort{
    position:relative;
    padding-left:10px;
    float:left;
}
.sort>label{
    font-weight:normal !important;
    display: block;
    width: 270px;
    max-width: 270px;
    margin-left: -20px;
}
.sort span.pointer{
    height:30px;
    width:30px;
    position:absolute;
    right:0;
    top:0;
    text-align:center;
    color:#c49633;
    font-size:20px;
    z-index:1;
}
.sort span.pointer i{
    margin-top:6px;
}
.sorting select{
    padding: 1px 40px 2px 10px !important;
    margin-left: 0px;
    border:1px solid #eee;
    background:none;
    height: 38px;
    position:relative;
    z-index:2;
    width: 270px;
    font-size: 16px;
}

/************************Interior Image Grid ********************************/
.imgGrid img { width: 100%;}

.compensate-for-scrollbar {
    margin-right: 0px !important; /* fancybox shift fix */
}
.fancybox-bg {
    background: #011325 !important;
}


/************************Interior Accordion Menus ****************************/

.panel-title {
    position: relative;
}

.panel-group {margin-top: 40px;}
.panel-heading {
    /* border: solid 1px; */
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    padding: 0;
    text-align: left;
}
.panel-heading i{
    padding:10px;
}
.panel-heading a {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 0;
    z-index: 10;
    position: relative;
}
.panel-heading a:hover {
    background: none;
}
.panel-body{
    overflow: hidden;
}
.panel-body img{
    max-width: 100%;
}
.glyphicon {
    position:relative;

}
.panel-group .glyphicon{
        position:absolute;
    z-index: 0;
    right: 10px;
}
.secondaryCont .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-color: #608EB5;
    padding: 10px 0 10px 0;
    border-top: 0;
}
.secondaryCont .panel-default>.panel-heading{
    border-color: #608EB5;
    border: solid 1px #608EB5;
}
.secondaryCont .panel-group> .panel-heading{
padding: 0 10xp 0 10px;
}

/************************END Interior Accordion Menus ****************************/

.subjectMatterDropDownWraper {background-color: #193d6f;color: #ffffff;padding: 4px 4px 4px 10px;font-size: 16px;width: 100%;height: 30px;margin-top: 20px;}
.subjectMatterDropDownWraper label {width: 100%; margin-bottom: 0; padding-bottom: 5px; display: block; height: 30px;}
.subjectMatterDropDown {display: none;border: 1px solid #000000;border-top: none;background: #ffffff;font-size: 16px;position: relative;z-index: 100;max-height: 140px;overflow-y: scroll;}
.subjectMatterDropDownLabel {width: 100%; }
.subjectMatterDropDown label.bg-blue {color: #ffffff;}
.subjectMatterDropDown label.bg-blue:hover {background-color: #193d6f}
.subjectMatterDropDown label {padding-top: 3px; padding-bottom: 5px; cursor: pointer; width: 100%; margin-bottom: 0px; font-size: 13px; line-height:1;}
.subjectMatterDropDown label:hover {background-color: #e4e4e4;}
.subjectMatterDropDown ul {list-style-type: none; width: 100%; padding: 0; margin-bottom: 0; position: relative; z-index: 9;}
.subjectMatterDropDown input[type="checkbox"] {width: auto !important; opacity: 0;}
.selectSubjectMatterIcon {color: #ecaa00; float: right; margin-top: 3px;}
#program-grid {overflow: hidden !important;}
#wrapper-clear-school {padding-left: 20px;}
/********************Area of Studies End************************/


/********************President and Leadership Start************************/
.asideNav li {margin-top: 10px;}
.presidentSignature {width: 180px;}
.wahburnleadershipbg {background-image: url(../images/template/wahburnleadershipbg.jpg); background-size: cover; background-repeat: no-repeat}
.teammember p {font-size: 14px;}
.col-lg-2.col-lg-pull-10.col-md-2.col-md-pull-10.col-sm-12.col-xs-12.margin-top-xxxx.text-center-responsive .img-responsive{width: 110px;}
/********************President and Leadership End************************/

@media (min-width: 1400px) {
    .connectWithWashburn .row, .connectWithWashburn img {width: 110%; height: 348px}
    .newsLiveFeed, .currentNews {height: 348px}
}
@media (min-width: 767px) {
    .vibrantCampus, .studentStories, .Ichabod {position: absolute; top:0;}
}

@media (min-width: 1500px) {
    .connectWithWashburn .row, .connectWithWashburn img {height: 368px;}
    .newsLiveFeed, .currentNews {height: 368px}
}


@media (min-width: 1600px) {
    .connectWithWashburn .row, .connectWithWashburn img, .newsLiveFeed, .currentNews {height: 390px;}
    .newsLiveContainer {height: 280px;}
    .topNavShadow>div>img {width: 310px;}
    /*.navBgBlue {height:100px;}*/
}

@media (min-width: 1621px) and (max-width: 1760px) {
    .connectWithWashburn .row, .connectWithWashburn img, .newsLiveFeed, .currentNews {height: 420px;}
}


@media (min-width: 1770px) and (max-width: 1900px) {
    .connectWithWashburn .row, .connectWithWashburn img, .newsLiveFeed, .currentNews {height: 470px;}
    .newsLiveContainer {height: 354px;}
}

@media (min-width: 1900px) and (max-width: 1920px) {
    .connectWithWashburn .row, .connectWithWashburn img {height: 489px;}
    .newsLiveFeed, .currentNews {height: 491px;}
    .newsLiveContainer {height: 380px;}
    .topNavShadow>div>img {width: 310px;}
    .navBgBlue {height:100px;}
}

@media (min-width: 1921px) and (max-width: 2100px) {
    .connectWithWashburn .row, .connectWithWashburn img, .newsLiveFeed, .currentNews {height: 530px;}
    .newsLiveContainer {height: 422px;}
}

@media (min-width: 2101px) {
    .connectWithWashburn .row, .connectWithWashburn img, .newsLiveFeed, .currentNews {height: 530px;}
    .newsLiveContainer {height: 418px;}
}

@media (max-width: 1440px) {
    footer {background-position-x: -250px;}
}

@media (max-width: 1440px) {
    footer {background-position-x: -300px;}
}
@media (max-width: 1300px) {
    .baloonContainer {width: 1260px; margin-left: -30px;}
}

@media (max-width: 1024px) {
    .container {width: 100%;}
    .baloonContainer {width: 100%; margin-left: 0px;}
    .washburnbynumbers {height:500px;}
    .baloonConnectingLine {display:none !important;}
    .baloonBtn {display: block !important; width: 190px; height:190px;}
    .baloonBtn:first-child {left: 3% !important; top: 40% !important;}
    .baloonBtn:nth-child(2) {left: 22.5% !important; top: 40% !important}
    .baloonBtn:nth-child(3) {left: 42% !important; top: 40% !important}
    .baloonBtn:nth-child(4) {left: 61% !important; top: 40% !important}
    .baloonBtn:last-child {left: 80% !important; top: 40% !important}
    .baloonBtn h3 {font-size:17px;}
    .connectWithWashburn .row, .connectWithWashburn img {height:258px;}
    .newsLiveContainer {height: 156px}
    footer {background-position-x: -400px;}
    .campusbackground p {font-size: 16px; padding-left: 10px; padding-right: 10px;}
    .baloonsbtnContainer {margin-top: 100px;}
    .baloonBtn {width: 170px; height: 170px;}
    .baloonBtn h2 {font-size: 26px;}
    .baloonBtn h3 {font-size: 14px}
    .navigationContainer>a>img {width: 130px;}
    .activeNavigation>img {width: 160px !important;}
    .topNav {font-size: 12px;}
    .navbar-nav {margin-left: -20px;}
    .navbar-nav>li>.dropdown-menu {width: 223px;}
    .dropdownMenu2 {left: 223px;}
    .dropdownMenu3 {left: 446px;}
    .column-center {width: 100%; margin-left: 0;}
    #form-academics>div {padding-left: 30px; padding-right: 30px;}
    .form-academics-border {border-left: none; height: auto;}
    .label-container {position: absolute;}
    label.filter-text {margin-left: 0;}
    .form-academics-border {padding-left: 0;}
    .subjectMatterDropDownLabel, .subjectMatterDropDownWraper, .subjectMatterDropDownWraper label {width: 100%; }
    .resDegreeLevelFilterWraper, .resSchoolFiltersWraper {height: 280px;}
    .resFormatFilterWraper, resSubjectMatterFiltersWraper {height: 140px;}
    .box {width: 230px;}
    .shutterDiv {width: 42.333%;}
    .asideTitle h3 {font-size: 20px;}
    .mainMenuContainer {padding: 0;}
    .mainMenuContainer>.navbar-default .container-fluid {padding: 0;}
    .mainMenuContainer>.navbar-default .container-fluid .mainMenu {padding: 0;}
}

@media (min-width: 1201px) and (max-width: 3000px){
    .topNav {font-size: .75em;margin: 0;float: left;width: 600px;}
    .topRightNav  { margin : 0px 5px 0 0 ;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin: 30px 0 0 0;transition: all 0.5s;}
     
    .topNavShadow.navBgBlue .topRightNav  { margin : -20px 10px 0 0 ;}
    .topNavShadow.navBgBlue .topNav {/* margin: auto; */float: none;}
    .topNavShadow.navBgBlue .searchIconCont{top: -5px}
    .mainMenuContainer {margin: 60px 0 0 0 ;}
}

@media (min-width: 1025px) and (max-width: 1200px){
    .topNav {font-size: .75em;margin: 10px 0 0 0;float: left;width: 600px;}
    .topRightNav  { margin : 0px 5px 0 0 ;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin: -20px 0 0 0 ;transition: all 0.5s;}
    .topNavShadow.navBgBlue .topRightNav  { margin : -20px 5px 0 0 ;}
    .topNavShadow.navBgBlue .topNav { margin: 20px 0 0 0;float: left;}
    .topNavShadow.navBgBlue .searchIconCont{top: -5px}

}

@media (min-width: 991px) and ( max-width: 1024px){
    .mainMenuContainer {margin: 60px 0 0 0 ;}
    .topNav {font-size: .65em;float: none;width: 600px;}
    .topNavShadow.navBgBlue .topRightNav { margin : 10px 5px 0 0 ;}
    .topNavShadow.navBgBlue .topNav { margin: 30px 0 0 0; float: left;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px; margin: -15px 0 0 0 ; transition: all 0.5s;}
}
@media (min-width: 975px) and (max-width: 1024px){
    .mainMenuContainer {margin: 60px 0 0 0 ;}
    .topNav {margin: -10px 10px 0 0 ; font-size: .65em; float: none; width: 600px;}
    .topRightNav { margin : 0px 5px 0 0 ;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px; margin: 0px 0 0 0; transition: all 0.5s;}
    .topNavShadow.navBgBlue .topRightNav { margin : -10px 5px 0 0 ;}
    .topNavShadow.navBgBlue .searchIconCont {top: -10px;}
    .topNavShadow.navBgBlue .topNav {font-size: .6em;float: left;width: 500px;}
    }

@media (min-width: 835px) and (max-width:990px){ 
    .topNav {margin: 20px 0 0 0;}
    .topRightNav{margin: -10px 10px 0 0;}
    .mainMenuContainer { margin: -10px 10px 0 0;}
    .topNav {font-size: .6em;float: none;width: 500px;}
     
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin-top: -30px;transition: all 0.5s;}
    .topNavShadow.navBgBlue .topRightNav { margin:-20px 0 0 0; }
    .topNavShadow.navBgBlue .extraTopNav li,.extraTopNav li {margin-left:0; margin-right: 35px}
    .topNavShadow.navBgBlue .extraTopNav li.searchIconCont,.extraTopNav li.searchIconCont {margin:-10px 0 0 0;}
    .topNavShadow.navBgBlue .extraTopNav li,.extraTopNav li {display:block;}
}
@media (min-width: 768px) and (max-width: 974px){
    .topNav { margin: 10px 0 0 0; font-size: .6em;float: none;width: 500px;}
    .topRightNav  { margin : -10px 5px 0 0 ;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin: -10px auto 0 auto ;transition: all 0.5s;}
    .topNavShadow.navBgBlue .topRightNav  { margin : -20px 5px 0 0 ;}
    .topNavShadow.navBgBlue .searchIconCont {top: -10px;}
    }
    
@media (min-width: 768px) and (max-width:834px){
    .topNav { margin: 10px 0 0 0;}
    .mainMenuCont {margin: 0px 0 0 0;}
    .topRightNav{ margin:  -20px  5px 0 0}
    .mainMenuContainer {margin: 0px 10px 0 0;}
    .topNavShadow.navBgBlue .topRightNav{ margin: -20px 0px 0 0}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin: -10px 0 0 0;transition: all 0.5s;}
    .topNavShadow.navBgBlue .extraTopNav li,.topRightNav li {margin-left:0; margin-right: 35px}
    .topNavShadow.navBgBlue .extraTopNav li.searchIconCont,.topRightNav li.searchIconCont {margin:-10px 0 0 0;}
    .topNavShadow.navBgBlue .extraTopNav li,.topRightNav li {display:block;}
}

@media (max-width: 999px) {
     
    .shutterDiv {width: 60%;}
}

@media (max-width: 768px) {
    .mainMenuContainer {margin: 30px 0 0 10px;}
    .text-center-responsive {text-align:center !important;}
    .baloonsbtnContainer {margin-top: 10px;}
    .topNav {font-size: 9.5px;}
    .carousel-caption {bottom: 50px;}
    .washburnbynumbers {height:1100px;}
    .baloonBtn {display: inline-block !important;width: 99.5%;border-radius: 0;position: static !important; margin-left:2px; margin-bottom: 5px; transition: none;}
    /* .baloonBtn:last-child {width: 100%;} */
    .connectWithWashburn .row, .connectWithWashburn img {width: 110%; height:380px;}
    .newsLiveFeed, .currentNews {height:380px;}
    .newsLiveContainer {height:276px;}
    .baloonTrigger {margin-bottom: 30px;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #e7aa01; width: 44px; height: 5px;}
    .navbar-default .navbar-toggle {border: none;}
    .sliderDesc {left: 0; right: 0; text-align: center;}
    .carousel-indicators {display: none;}
    .navbar-default .navbar-nav>li>a {/* font-size: 13px; */}
    .imgAvatar {width: 240px; margin-top: -24px;}
    .navigationContainer {bottom: -560px;}
    .campusbackground {height: 620px;}
    .navigationContainer>a>img {width: 90px;}
    .activeNavigation>img {width: 110px !important;}
    .topNav>li {border: none;}
    .breadcrumb {margin-top: 10px;}
    
    .areaOfStudyHeading {font-weight: normal !important;}
    .resDegreeLevelFilterWraper, .resSchoolFiltersWraper, .resFormatFilterWraper, .resSubjectMatterFiltersWraper {display: none;}
    .courseSearchWraper {padding-right: 0;}
    .box {width: 224px}

    .navbar-nav {margin-left: 10px; margin-top: -26px;}



    /*****************************************************/
    .navbar-nav {margin-left: 10px; margin-top: -10px;}
    .navBgBlue {height: 74px;}
    /*****************************************************/
}


@media (max-width: 767px) {
    
    .program-grid li {margin-right: 5px;}
    .left_side { display: none; position: inherit;}
    .blueStrip:hover .iconHoverEffect {transform: scale(1.1); border: 2px solid #ecaa00}
    .vibrantCampus, .studentStories, .Ichabod {position: relative; text-align: center;}
    .text-center-responsive-xs {text-align:center !important;}
    .navBgBlue {height:110px;}
    .mainMenu {width: 100%; margin-left:-15px !important; background-color:#193d6f; position: relative; top:-122px; height: 100vh;}
    .mainMenu::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px #071f40; border-radius: 10px;background-color: rgba(245, 245, 245, 0.35);}
    .mainMenu::-webkit-scrollbar {width: 12px;background-color: rgba(245, 245, 245, 0.65);}
    .mainMenu::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px #071f40; background-color: rgba(255, 255, 255, 0.25);}
    .topNav>li>a {font-size: 14px;margin-bottom: 5px; margin-top: 8px; color: #eca900 !important;}
    .connectWithWashburn .row, .connectWithWashburn img {height:100%;}
    .requestInfo, .applyNow {float:none; margin:auto; margin-bottom: 10px;}
    .blueStrip {margin-top: 30px; height:auto; background-color: transparent; position: relative;}
    .Ichabod, .vibrantCampus, .studentStories {margin-top: 0px;}
    .searchIconCont {top: -64px;}
    .navbar-collapse.in {overflow-x: hidden;}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {color: #ffffff;}
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 5px 15px 5px 35px;}
    .responsiveFloatingBtnCont .rightFloatingIconBlueBg, .responsiveFloatingBtnCont .rightFloatingIconYellowBg {position: static; width: 90%; margin-left: auto; margin-right: auto; display: block; margin-bottom:10px; font-weight: bold; color: #2f5282; text-align: center;}
    .responsiveFloatingBtnCont .rightFloatingIconBlueBg {background-color: #ffffff; color:#193d6f;}
    .areaofstudyCont, .scheduleavisitCont, .virtualtourCont, .requestInfoBtnCont, .applyNowBtnCont {display: none;}
    .sideButtonCont {display: none;}
    .sideButtonCont a {border:0;}
    .navBgBlue {height: 100px;}
    .sectionHeading {font-size: 30px;}
    .findYouMajorResCont {display: none;}
    .mainMenuCont {position: absolute; top:0; left: 0; right: 0;}
    .baloonContainer {display: none; margin-top: 60px;}
    .baloonBtn, .baloonBtn:last-child {width:90%; margin-left: auto; margin-right: auto; height: auto; white-space: normal; word-wrap: break-word;}
    .baloonBtn img {display: none;}
    .baloonBtn h3, .baloonBtn h2, .baloonBtn h1 {display: inline; font-size: 20px; margin-bottom: 5px;}
    .washburnbynumbers {height: auto; background-size: auto;}
    .baloonsbtnContainer {text-align: center;}
    .baloonsbtnContainer .baloonBtn {margin-bottom: 20px}
    .resBlueStrip {background-color: rgba(29, 80, 149, 0.68); margin-top: 20px; padding-bottom: 50px; margin-bottom: 100px;}
    .SlideNavBtn {margin: auto; display: block; min-width: 315px; max-width: 315px;}
    .campusbackground .navTitle {margin-top: -30px; text-align: center; font-size: 30px; margin-left: 0;}
    .resBlueStripParaCont {margin-top: 40px;}
    .navigationContainer>a>img {width: 100px;}
    .activeNavigation>img {width: 120px !important;}
    .campusbackground {background-size: auto; height: auto; background-position: top}
    .newsLiveFeed, .currentNews {height: auto; padding-top: 50px; padding-bottom: 30px; min-height: 257px; margin-bottom: 50px;}
    .newsLiveFeed h4, .currentNews h4 {font-size: 15px; text-decoration: none;}
    .newsLiveFeed h4:hover, .currentNews h4:hover {text-decoration: none !important;}
    .calendarNewsIcon {width: 100px !important; display: inline-block;}
    .footerSeperatorRes {height: 2px; background-color: #ffffff; width: 200px; margin-left: auto; margin-right: auto; margin-bottom: 20px;}
    .footerNav {margin-top: -10px;}
    .line-height-26 {line-height: 26px; font-size: 16px;}
    .studentStoriesIcon>img:hover, .vibrantCampusIcon>img:hover, .mrichabordIcon>img:hover {width: 120px;}
    .searcFieldDropDown {left: 150px; margin-left: 0;}
    .topRightResNav a {display: block;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {width: 768px;max-width: 768px;}
    .respnsiveBlock {display: block;}
    .connectWithWashburn .row, .connectWithWashburn img {width: auto}
    .viewResponsive {margin-top: 33px;}
    .vibrantCampusCont .imgAvatar {margin-top: 10px;}
    .studentStoriesCont .imgAvatar {margin-top: 16px;}
    .navigationContainer {bottom: 0; left:0; text-align: center; top: -85px;}

    .Ichabod {text-align: center;}
    .IchabodCont {margin-top: 40px;}
    .IchabodCont, .navigationContainer {display: none;}
    /* .IchabodCont, .vibrantCampusCont, .studentStoriesCont, .navigationContainer {display: none;} */
    .responsiveBlock {display: block;}
    .footerBg {background-size: 450% 100%; background-position: 28% 0%; background-repeat: no-repeat}
    .findYourMajorContainer {margin-top: 0; padding-top: 80px !important; padding-bottom: 60px !important}
    .responsiveMenuWraperBg {height: 1000px; background-color: rgba(0, 0, 0, 0.6);}
    .navbar-nav {width: 93%;}
    .navbar-nav>li>.dropdown-menu {height: auto !important;}
    .dropdownMenu2, .dropdownMenu3 {margin-top: -10px !important;}
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .nav>li>a:hover, .nav>li>a:focus {background-color: transparent !important;}
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {padding-bottom: 0;}
    .courseSearchWraper {padding-left: 0; margin-bottom: 30px;}
    .column-center {padding: 0;}
    #form-academics>div {padding-right: 15px;}
    .box {width: 330px;}
    .areaofstudiesheading {cursor: pointer;}
    .shutterDiv {width: 100%;}
    .responsiveSearchBar {float: right;}
    .navbar-default .navbar-nav>li>a {width: 100%;}

    .Ichabod .iconHoverEffect {top: -40px;}
    .vibrantCampus .iconHoverEffect {top: -10px;}
    .studentStories .iconHoverEffect {top: 0px;}



    /*********************************************/
    .topRightResNav {width: 80% !important; }
    .navbar-nav {margin-top: 20px;width: 99%;}
    .topNav>li {border-bottom: 1px solid #8592a3;}
    .right_side ul li {/* width: 49% !important; *//* display: inline-block; */}
    
    /*********************************************/
}

@media only screen and (max-width: 767px) {
    .arrow-down {
        width: 150px;
        height: 20px;
        /*background: red;*/
        position: relative;
    }
    .arrow-down.active {
        /*background: blue;*/
    }
    .arrow-down:before, .arrow-down:after {
        content: "";
        display: block;
        width: 10px;
        height: 5px;
        background: white;
        position: absolute;
        top: 8px;
        transition: transform .5s;
    }
    .arrow-down:before {
        right: 15px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        transform: rotate(45deg);
    }
    .arrow-down:after {
        right: 10px;
        transform: rotate(-45deg);
    }
    .active .arrow-down:before {
        transform: rotate(-45deg);
    }
    .active .arrow-down:after {
        transform: rotate(45deg);
    }
    .click_btn.col-xs-6{width: 49%;}
    
    .headerLogo {    z-index: 100;}
}

@media (max-width: 667px) {
    .mainMenu {width:116%; margin-left: -45px !important;}
    .carousel-caption {z-index:1;}
    .navBgBlue {height:90px;}
    .searcFieldDropDown {left: 100px;}
    .topNavShadow {height: 90px;}
    .sliderDesc {top: 30%;}
    .box {width: 100%;}
    .program-grid {max-width: 100%; margin-left: 0;}
}

@media only screen and (max-width: 667px) {
    .mainMenu {width: 100%; margin-left: -15px !important;}
    .searcFieldDropDown {left: 28%;}
}

@media only screen and (max-width: 600px) {
    .searcFieldDropDown {left: 55px;}
}

@media (max-width: 568px) {
    .topRightNav {text-align: left;}
    .list-inline>li {padding-left: 0;}
    .carousel-caption {bottom:-10px;}
    .sliderDesc {top: 35%;}
    .searcFieldDropDown {margin-left: -50px;}
    .footerBg {background-size: 630% 100%;}
    .box {height: 60px;}
    .program-grid li {width: 48%; height: 60px; margin-top: 5px;}
    .program-grid li:nth-child(2n) {margin-left: 5px;}
    .subjectMatterDropDownWraper {height: 40px; padding-top: 10px;}
    .courseDescPoint li {height: auto;}
    .searcFieldDropDown {left: 37%;}


}

@media (max-width: 480px) {
    .click_btn.col-xs-6{width: 100%;padding: 0 15% 0 15%;}
    .topRightNav {margin-top:-20px;}
    .list-inline>li {padding-right:0; margin-right:5px;}
    .sliderDesc h1 {font-size: 32px;}
    .navigationContainer>a>img {width:80px;}
    .activeNavigation>img {width:90px !important;}
    .searcFieldDropDown {margin-left: -80px;}
    .mainMenu {width: 480px; top: -112px; height: 450px;}
    .newsLiveFeed, .currentNews {min-height: 230px;}
    .sliderDesc {left: 0; right: 0; text-align: center;}
    .footerBg {background-size: 650% 100%;}

    .dropdownNav.open #dropMenu2.dropdown-menu{
    margin-left:0px;
}
    .dropdownNav.open #dropMenu3.dropdown-menu{
    margin-left:0px;
}
    .dropdownNav.open #dropMenu4.dropdown-menu{
    margin-left:0px;
}
    .dropdownNav.open #dropMenu5.dropdown-menu{
    margin-left:0px;
}
    .dropdown-menu li.social {
    width: 20%;
    display: inline-block;
}

    .navbar-default .navbar-toggle {float: left;top: -40px;    -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;}
    .topNavShadow.navBgBlue .navbar-default .navbar-toggle {float: left;top: -45px;    -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;}
    .magGlass {top: -10px !important;right: 10px !important;}
    .courseOverlay .magGlass {top: 10px !important; right: 0px !important;}
    .magGlass.video {top: 0px !important; right: 0 !important;}

    /**********************************************************/
    .topRightResNav {margin-right: 5%; padding: 0;}
    .right_side ul li {padding: 12px 0px 20px 0 !important;}
    .right_side ul li a {padding: 0 !important;font-size: 12px;}
    .navbar-nav {width: 90%;}
    /*.right_side ul li a:after {display: none !important;}*/
    /**********************************************************/
}

@media (max-width: 414px) {
    .mainMenu {width: 414px; margin-left : -130px; top: -112px;}
    .topRightNav {margin-left:-20px; margin-right:-20px;}
    .navigationContainer>a>img {width: 80px;}
    .searcFieldDropDown {margin-left: -50%;}
    .studentStoriesIcon>img:hover, .vibrantCampusIcon>img:hover, .mrichabordIcon>img:hover {width: 100px;}
    .footerBg {background-size: 660% 100%;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {margin-left: -50px;}

}

@media (max-width: 384px) {
    .mainMenu {width: 368px;}
    .responsiveSearchBar {margin-top: 20px;}
    .searcFieldDropDown {margin-left: -60%;}
}
@media (max-width: 375px) {
    .mainMenu {width: 375px; top: -102px}
    .topRightNav {margin-left:-30px; margin-right:-30px;}
    .navigationContainer>a>img {width: 80px;}
    .sliderDesc h1 {font-size:22px;}
    .baloonBtn {margin-left:0;}
    .navbar-default .navbar-toggle .icon-bar {width: 36px;}
    .responsiveSearchBar {top: -10px; left: 10px;}
    .searcFieldDropDown {margin-left: -110px;}
    .sliderDesc h1 {padding-top: 22px;}
    .topNavShadow {height: 86px;}
    .carousel-inner {height: 434px;}
    .carousel-caption {bottom: -13px;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {width: 800px;max-width: 768px;}
    .text-18 {font-size: 16px;}
    .footerBg {background-size: 770% 100%;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {margin-left: -90px;}
    .closeMainMenu {margin: 0px 0 0 20px;}
    .magGlass {top: 10px !important; right: 20px !important;}
    .magGlass.video {top: 0px; right: 0 !important;}
}

@media (max-width: 360px){
    .magGlass {top: 20px;}
    .magGlass.video {top: 0px; right: 0 !important;}
}

@media (max-width: 320px) {
    .topNavShadow>div {padding-left: 0px;}
    .mainMenu {width: 320px; margin-left: 0px !important;}
    .navbar-default .navbar-toggle .icon-bar {width: 28px;}
    .searcFieldDropDown {margin-left: -120px;}
    .sliderDesc h1 {height: 50px; padding-top: 12px;}
    .responsiveSearchBar {top: 0;}
    .navbar-default .navbar-toggle {top: -37px;}
    .navigationContainer>a>img {width: 60px;}
    .studentStoriesIcon>img:hover, .vibrantCampusIcon>img:hover, .mrichabordIcon>img:hover {width: 80px !important;}
    .activeNavigation>img {width: 80px !important;}
    .calendarNewsIcon {width: 70px !important}
    .navbar-default .navbar-toggle {left: 10px;}
    .closeMainMenu {margin: 20px 0 0 20px;}
}


/* 
#navbar-collapse > ul > li:nth-child(1) > a:before {left: 90px;}
#navbar-collapse > ul > li:nth-child(1) > a:after {left: 94px;}
#navbar-collapse > ul > li:nth-child(2) > a:before {left: 100px;}
#navbar-collapse > ul > li:nth-child(2) > a:after {left: 104px;}
#navbar-collapse > ul > li:nth-child(3) > a:before {left: 100px;}
#navbar-collapse > ul > li:nth-child(3) > a:after {left: 104px;}
#navbar-collapse > ul > li:nth-child(4) > a:before {left: 115px;}
#navbar-collapse > ul > li:nth-child(4) > a:after {left: 119px;}
#navbar-collapse > ul > li:nth-child(5) > a:before {left: 96px;}
#navbar-collapse > ul > li:nth-child(5) > a:after {left: 100px;} */



.external.foundin {    display: none;}
.external.finaid {    display: none;}
.external.over2000 {    display: none;}
.external.oncamp {    display: none;}
.external.over7500 {    display: none;}

.external.foundin.active {    display: block;}
.external.finaid.active {    display: block;}
.external.over2000.active {    display: block;}
.external.oncamp.active {    display: block;}
.external.over7500.active {    display: block;}

/*interior pages css*/

.interior_heading {position: absolute;bottom: 0;z-index: 10;}
.interior-bg img {margin: 0 auto;width: 100%;}
.interior_heading h1{font-size: 40px;color: #efefef; text-transform: uppercase;}
.breadcrumb>span:before {padding: 0 5px;color: #003a70;content: none;}
.breads {background: #f5f8f9;height: 50px;transition: all ease 0.8s; margin-bottom: 0px;}
.breads.active{background: #f5f8f9;height: 50px;transition: all ease 0.5s;}

.nav_links ul{
    margin-top: 0%;
}

.faculty.results .shadows,.faculty.results .shadows.active{
    border-bottom: solid 1px #a3c8e3;
}
.faculty.results .facSearch form {
    padding: 20px 0 20px 0;
    border-bottom: 6px solid #a3c8e3;
}
.facSearch {
    background-image: url(../images/template/shadow.png);
    min-height: 0px;
    background-color: #f5f8f9;
    background-repeat: no-repeat;
    border-bottom: 0px solid #a3c8e3;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 100%;
}
.shadows {
    background-image: url(../images/template/shadow.png);
    min-height: 0px;
    background-color: #f5f8f9;
    background-repeat: no-repeat;
    border-bottom: 0px solid #a3c8e3;
    transition: all .5s;
    /* -webkit-transition: all 0.5s; */
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 100%;
    position: relative;
    float: left;
    display: block;
    /* height: 0; */
}
.shadows.active {
    background-image: url(../images/template/shadow.png);
    /* min-height: 255px; */
    background-color: #f5f8f9;
    background-repeat: no-repeat;
    border-bottom: 6px solid #a3c8e3;
    /* height: auto; */
    position: relative;
    transition: all .5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    position: relative;
    float: left;
    display: block;
    transition: all ease .5s;
    width: 100%;
}

.inThisSectionPageMenu {float:left; width:100%;}

.facSearch.short{
     padding-top:20px;
     border-bottom: 6px solid #a3c8e3;
}

.breadcrumb {padding: 11px 15px;margin-bottom: 0 ;list-style: none;background-color: transparent;border-radius: 4px;line-height: 1; width: 79%;direction: rtl;text-align:left; text-overflow: ellipsis;white-space: nowrap;overflow:  hidden;}
.breadcrumb>.active {color: #003a70;}
.breadcrumb-item a{color: #003a70; text-decoration: none;}
.breadcrumb-item a:hover{color: #e2b94a;}
.breadcrumb-item {font-size: 15px;font-weight: inherit;padding: 0 5px;direction: ltr;line-height: 1.7;}
@media only screen and (min-width: 1201px) {
    .in_section {
    position: relative;
    right: 0;
    top: -50px;
    float: right;
    height: 0;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .in_section {top: -51px;}
}
@-moz-document url-prefix() {
    .in_section {top: -51px;}
}
.in_section a {border:none;border-left:6px solid #e2b94a !important; color: #a3c8e3 !important;border-radius: 0;    font-weight: bold;    font-size: 18px;    padding: 13px 0px 0px 20px;}
.in_section a:hover{border-left:3px solid #e2b94a; color: #e2b94a;border-radius: 0;}

.arrow-s {
    width: 224px;
    height: 50px;
    /*background: red;*/
    position: relative;
}

.arrow-s.active {
    color: #a3c8e3 ;
}

.arrow-s:before, .arrow-s:after {
    content: "";
    display: block;
    width: 15px;
    height: 5px;
    background: #a3c8e3;
    position: absolute;
    top: 23px;
    transition: transform .5s;
}

.arrow-s:before {
    left: 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.arrow-s:after {
    left: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);

}

.arrow-s.active:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    background: #a3c8e3;
}

.arrow-s.active:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: #a3c8e3;
}

.nav_links li {
    list-style: none;
    line-height: 1;
    display: inline-block;
    width: 24%;
    vertical-align: text-top;
}
.nav_links li a{font-size: 18px;text-decoration: none;color: #608eb5;/* width: 100%; */}
.nav_links li a:hover {color: #193d6f; text-decoration: underline;}
.nav_links ul {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    vertical-align: text-top;
}
.nav_links {
    display:block;
    width:100%;
    margin:0;
    padding: 20px 0 0 0;
}
.nav_links .row {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.all_paragraph {
    color: #555555;
    font-size: 16px;
    /*letter-spacing: 1px;*/
    line-height: 1.6;
}
/*css for thubnail hover effect*/
.hover-efect .thumbnail {
    position:relative;
    overflow:hidden;
}

.hover-efect .caption {
    position:absolute;
    top:0%;
    right:0;
    background:rgba(236, 169, 0, 0);
    width:100%;
    height:100%;
    padding:52% 0 0 0;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -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;
}

.hover-efect .caption a{color: #fff;text-decoration: none}
.hover-efect .caption h3{text-transform: uppercase;}
.hover-efect .caption p a{opacity: 0; transition: all 0.1s;    font-size: 22px;}
.hover-efect .thumbnail:hover .caption { top:0%; background:rgba(236, 169, 0, 0.6);}
.hover-efect .thumbnail:hover .caption p a{ opacity: 1; transition: all 2s;}
.hover-efect .thumbnail {
    border-radius: 0;
    border: none;
    padding: 0;
    margin-top: 35px;
    max-width: 300px;
    /* text-align: center; */
    margin: auto;
    float: none;
}
.thumbnail img {
    margin: 0 auto;
    width: 100%;
}
.heading h3 {
    font-size: 30px;
}
.featuredThumb .heading {
    position: absolute;
    z-index: 2;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.featuredThumb.threeline .heading {
    top : 32%;
}
.featuredThumb.twoline .heading {
    top : 37%;
}
.featuredThumb.oneline .heading {
    top: 42%;
}
.featuredThumb.threeline.four .heading {
    top : 32%;
}
.featuredThumb.twoline.four .heading {
    top : 37%;
}
.featuredThumb.oneline.four .heading {
    top: 42%;
}
/*css for thubnail hover effect*/
.heading a {
    color: #FFF;
}
.heading a:hover{
    color: #A3C8E3;
    text-decoration: none;
}
.featdrop li {
     
    color: #555555;
    font-size: 16px;
}
 
.featdrop p {
    color: #555555;
    font-size: 16px;
}
.featdrop .left_side h3{color: #ecaa00;font-size: 35px;}

.featdrop .left_side ul li, .featdrop .left_side ul li li, .featdrop .left_side ul li li li {
    list-style-type: none;
}

.featdrop .left_side ul li:before {
    content: "\2022";
    color: #ECAA00;
    font-size: 1.5em;
    line-height: 1.3;
    padding: 0;
    margin: 0 .6em 0 -.8em;
}

.featdrop .left_side ul li li:before , .featurette ul li li:before{
    content: "\203A ";"
}
.featdrop .left_side ul li li li:before , .featurette ul li li li:before{
    content: "\00bb";"
}
.featdrop {
    background: #f5f8f9;
    clear: both;
}

/*-- New styles for dynamic dropdowns - CEB 2/27 --*/

.featdrop.active {display: block !important;}

.featdrop .dropCont {padding-bottom: 10px;}

.featdrop {
    position: relative;
    top:35px;
    display: none;
    -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;

}

@media screen and (max-width: 1020px){
    .featdrop.active {
        margin-bottom: 50px; /*adjustment for overlap when stacking */
    }
}

/*-- End new styles for dynamic dropdowns -- */


/*--- eliminated to be replaced with styles for dynamically generated content - CEB 2/27

div#graduate {
    position: relative;
    top:35px;
    display: none;
    -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;

}

div#fine_aid {
    position: relative;
    top:35px;
    display: none;
    -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;

}
div#registrar {
    position: relative;
    top:35px;
    display: none;
    -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;

}
div#scholarship {
    position: relative;
    top:35px;
    display: none;
    -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;

}


div#graduate.active {display: block !important;}
div#fine_aid.active {display: block !important;}
div#registrar.active {display: block !important;}
div#scholarship.active {display: block !important;}

*/
.link .right_side ul li{
    /*width: 40%;*/
    float:right;
}
.right_side ul li {
    text-align: center;
    background: #a3c8e3;
    /* width: 85%; */
    margin: 5px auto;
    padding: 12px 0px 12px 0;
    border-left: 2px solid #a3c8e3;
}
.right_side ul li.active {border-left: 4px solid #ecaa00;transition: all ease-in 0.5s;}
.right_side ul li:hover {background: #608eb5;border-left: 4px solid #ecaa00;transition: all ease-in 0.5s;}
.right_side ul li:hover a {
    background: #7ba1c1;
    color: #fff;
    padding: 5px 50px 5px 10px;
    transition: all ease-in 0.5s;
}


.right_side ul li a:after {
    content: url(../images/template/arrow-right.png);
    display: inline-block;
    left: -10px;
    opacity: 0;
    position: relative;
    top: 13px;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    height: 0px;
    width: 0px;
}
.right_side ul li.plus{
    min-height: 60px;
    display:table;
    transition:none;
    background: #cfd8de;
    border-left: solid 4px #cfd8de;
    width: 100%;
}
.right_side ul li.plus:hover {
    background-color: #abb6bd;
    border-left: solid 4px #ecaa00;
}
.right_side ul li.plus.active{
    border-left: solid 4px #ecaa00;
}
.right_side ul li.plus a:hover {
     background: transparent;
}
.right_side ul li.plus a:after {
    content: "";
}
.right_side ul li.plus a {
    display:table-cell;
    vertical-align: middle;
    cursor:default;
}
.right_side ul li.plus:hover a {
    padding: 5px 0px 5px 0px;
    transition: all ease-in 0.5s;
    background: transparent;
    transition: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari only override */
    ::i-block-chrome, .right_side ul li a:after { top: -13px; }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .right_side ul li a:after { top: 13px; } /* your css rules for ipad portrait */
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    .right_side ul li a:after { top: -13px; } /* your css rules for ipad landscape */
}
.right_side ul li:hover a:after{
    opacity: 1;
    left: 16px;
    transition: all 0.5s;
}
.right_side ul li a{color: #003a70;text-decoration: none;font-size: 18px;padding: 5px 30px 5px 30px;text-transform: uppercase;}
.link .right_side {
    border: 0;
}
.right_side {
    border-left: 4px solid #79a0c0;
}
.featdrop .container {
    padding: 40px;
}

/*----------------Embeded Video Styles ---------------*/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*----------------END Embeded Video Styles -----------*/

.success_image{margin-bottom: 8px;    margin-top: 45px;}
.success_image img {
    margin: 0 auto;
    width: 100%;
}
.secondaryCont .container-fluid.rtcallouts{
    margin-top: 40px;
}

.our_mission, .secondaryCont {
    background: #003a70;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 45px;
    /* text-align: center; */
    float: left;
    width:100%;
}
.our_mission .text_sec, .secondaryCont .text_sec{text-align: center;}
.our_mission .text_sec h3, .secondaryCont .text_sec h3{color: #ecaa00;font-size: 30px;}
.our_mission .text_sec, .secondaryCont .text_sec{padding: 2% 13% 0 13%;}
.our_mission .circles img, .secondaryCont .circles img {    margin: 0 auto;    border: 2px solid #608eb5;border-radius: 50%;}
.our_mission .circles .circle_main:hover img, .secondaryCont .circles .circle_main:hover img {border: 2px solid #fff; transition: all ease-in-out 0.5s; }
.our_mission .circles h3, .secondaryCont .circles h3 {color: #fff;text-transform: uppercase;font-size: 22px;}
.our_mission .circles p, .secondaryCont .circles p {color: #a3c8e5; font-size: 17px;}
.our_mission .circles, .secondaryCont .circles {    text-align: center;    margin-top: 80px;}
.our_mission .circles a, .secondaryCont .circles a {
    background: #505a63;
    color: #a9b4be;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    margin: auto;
    width: 80%;
}
.our_mission .circles .circle_main:hover a{background: #b3d1e9;color: #003a70;}
.our_mission .circles .circle_main:hover span.lin_bg{background: #a3c8e5;border-left: 5px solid #ecaa00;}
span.lin_bg {background: #a3c8e5;}
span.lin_bg {background: #505a63;display: inline-block;width: 60%;margin: 0 auto;padding: 5px 0px 5px 0;min-width: 160px;}
/*on hover arrow css*/
.arrow_button {
    /*border-radius: 4px;*/
    background-color: #5ca1e1;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    padding: 16px;
    width: 220px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 36px;
    /*box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);*/
}
.arrow_button{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.arrow_button:after {
    content: '\203A';
    position: absolute;
    opacity: 0;
    top: 0px;
    right: 35px;
    transition: 0.5s;
}

.circle_main:hover .arrow_button{
    padding-right: 24px;
    padding-left:0px;
}

.circle_main:hover .arrow_button:after {
    opacity: 1;
    right: 15px;
}
/*on hover arrow css*/
.line {    border: 1px solid #85aece;    margin-bottom: 10px;}

.current_update {
    background-image: url(../images/interior/current_update_bg.png);
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
.scroll-width {
    background: #193d6f;
    width: 100%;
}
.scroll-height {
    height: 380px;
    overflow: hidden;
    overflow-y: scroll;
}
.left_calender {
    background: #193d6f;
    padding: 25px;
    margin-top: 5%;
}
.calender_heading h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #a3c8e3;
    padding: 0px 0 20px 0;
    font-size: 24px;
    margin-top: 0;
}
.current_update .media-left {
    display: inline-block;
    /* width: 20%; */
    position: relative;
    top: -15px;
    text-align: center;
    background: #a3c8e3;
    border-radius: 50%;
    padding: 14px;
}
.current_update .col-xs-6.col-sm-6.col-md-6.news_scroll { padding-left: 2px;}
.current_update .col-xs-6.col-sm-6.col-md-6.calendar_scroll { padding-right: 2px;}
.current_update .media-left p strong{font-size: 40px;font-weight: bold;color: #193d6f;display: block;line-height: 1;}
.current_update .media-left p span{color: #5a5d5e;}
.current_update .media-left p{margin-bottom: 0;text-transform: uppercase;font-weight: bold; height: 60px; width: 60px;}
.current_update .media-body {
    width: 70%;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 20px;
}
.current_update .media-body p{color: #a3c8e3;font-size: 18px;}
.current_update .media-body p span{color: #b5ada6;font-size: 18px;}


.right_news {
    background: #a3c8e3;
    padding: 25px;
    margin-top: 5%;
}
.news_heading h3 {
    text-align: center;
    color: #003a70;
    text-transform: uppercase;
    border-bottom: 2px solid #003a70;
    padding: 0px 0 20px 0;
    font-size: 24px;
    margin-top: 0;
}
.current_update .right_news p{color: #003a70;font-size: 18px;}
.current_update .right_news p span{color: #555555;font-size: 18px;}

/*///////////////////////////////////////////////////////////////////*/
/*/////////////////////!*custom scroll css*!/////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/
/* width */
.calendar_scroll ::-webkit-scrollbar { width: 10px;}
/* Track */
.calendar_scroll ::-webkit-scrollbar-track { background: #193d6f;}
/* Handle */
.calendar_scroll ::-webkit-scrollbar-thumb { background: #a3c8e3;}
/* Handle on hover */
.calendar_scroll ::-webkit-scrollbar-thumb:hover { background: #a3c8e3;}
/* width */
.news_scroll ::-webkit-scrollbar { width: 10px;}
/* Track */
.news_scroll ::-webkit-scrollbar-track { background: #a3c8e3;}
/* Handle */
.news_scroll ::-webkit-scrollbar-thumb { background: #193d6f;}
/* Handle on hover */
.news_scroll ::-webkit-scrollbar-thumb:hover { background: #193d6f;}





/*///////////////////////////////////////////////////////////////////*/
/*/////////////////////!*custom scroll css*!/////////////////////////*/
/*///////////////////////////////////////////////////////////////////*/

.view h4 a{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    float: right;
    text-decoration: none;
    margin-right: 40px;
}
.view_news h4 a{
    font-size: 20px;
    color: #003a70;
    text-transform: uppercase;
    float: right;
    text-decoration: none;
    margin-right: 40px;
}
.news {
    border-left: 6px solid #608eb5;
    padding-left: 12px;
    margin-bottom: 30px;
    padding-right: 5px;

}

.container.get_in_touch {
    padding: 5%;
}

.get_in_touch a.image:hover {text-decoration: none;}

.get_in_touch .contactImage {
    max-width: 100px;
    margin:auto;
    display: inline-block;
}
.get_in_heading {
    text-align: center;
    color: #003a70;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.get_in_heading h3{
    font-size: 30px;
}
.get_in_heading span{
    color: #ecaa00;
    font-weight: bold;
}
.get_in_option{text-align: center;}
.admision p {
    text-align: center;
    float: right;
    color: #193d6f;
    font-size: 18px;
}
.admision {
    float: left;
    text-align: right;
    padding-right: 100px;
}
.contact {
    float: left;
    text-align: left;
    padding-left: 100px;
}
.contact p {
    text-align: center;
    float: left;
    color: #193d6f;
    font-size: 18px;
}
.left_side ul {
    padding-left: 10px;
}
/*extra custom offset css*/
.col-xs-offset-right-12 {
    margin-right: 100%;
}
.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
    margin-right: 75%;
}
.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
    margin-right: 50%;
}
.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
    margin-right: 25%;
}
.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }
    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-sm-offset-right-9 {
        margin-right: 75%;
    }
    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-sm-offset-right-6 {
        margin-right: 50%;
    }
    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-sm-offset-right-3 {
        margin-right: 25%;
    }
    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }
    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-md-offset-right-9 {
        margin-right: 75%;
    }
    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-md-offset-right-6 {
        margin-right: 50%;
    }
    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-md-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
        margin-right: 0;
    }

    /* January 10 2018 */
    .topRightNav {font-size: 12px;}
}


/*inner pages media queries*/
@media only screen and (max-width: 1200px) {
    .in_section {
        position: absolute;
        right: 0;
        top: -51px;
    }
    span.lin_bg {background: #505a63;display: inline-block;    width: 80%;    margin: 0 auto;    padding: 5px 0px 5px 0;}

    /**********************************************/
    /*.in_section {top: -76px;}*/
    /**********************************************/
}

/***********************************************************************/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .mainMenuContainer {width: 86%; margin-top: 0;}
}
/************************************************************************/

@media only screen and (max-width: 1024px) {
    /*.in_section {top: -61px;}*/
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .in_section {
        top: -50px;
    }
    .nav_links li a {
        font-size: 15px;
        
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb{width:auto}
    .circle_main{margin-bottom: 100px;}
    .current_update .media-left {
        display: block;
        width: 35%;
        position: relative;
        top: 0px;
        text-align: center;
        background: #a3c8e3;
        border-radius: 50%;
        padding: 10px;
        margin: 0 auto;
    }
    .current_update .media-body {
        width: 100%;
    }

    .in_section {
        position: relative;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .breads {
        background: transparent;
        height: auto;
        transition: all ease 0.8s;
    }
    .arrow-s {
        width: 100%;
    }
    .breads.active{background: transparent;height: auto;transition: all ease 0.5s;}
    .shadows.active .col-lg-10.col-lg-offset-1.col-lg-offset-right-1 {padding: 0;}
    .shadows .col-lg-10.col-lg-offset-1.col-lg-offset-right-1 {padding: 0;}
    .nav_links {padding: 0 20px 0 20px;    }
    .nav_links li a {font-size: 14px;/* width: 100%; */}
    .arrow-s {
        background-color: #e7f2f9 !important;
        box-shadow: none !important;
        color: #193d6f !important;
    }

    .in_section a {
        color: #193d6f !important;
        font-size: 24px;
        padding: 10px 0px 0px 0px;
    }
    .arrow-s:before {right: 25px; left: auto;}
    .arrow-s:after {right: 18px; left: auto;}
    .arrow-s.active:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        background: #193d6f;
    }

    .arrow-s.active:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        background: #193d6f;
    }
    .arrow-s:before, .arrow-s:after {
        content: "";
        display: block;
        width: 15px;
        height: 5px;
        background: #193d6f;
        position: absolute;
        top: 23px;
        transition: transform .5s;
        -webkit-transition: transform .5s;
        -moz-transition: transform .5s;
        -o-transition: transform .5s;
    }
    .right_side ul li {/* width: 100%; */}
    .right_side {border-left: none;    }
    .right_side ul {padding-left: 0;}
    .res_calendar img {
        margin: 0 auto;
    }
    .res_news img {
        margin: 0 auto;
    }
    .responsive_update{text-align: center;text-transform: uppercase;}
    .res_calendar{background: #ecaa00;color: #183d6e;font-weight: bold;padding: 10%;}
    .res_calendar h3{color: #183d6e;font-weight: bold;}
    .res_news{background: #183d6e;color: #ecaa00;font-weight: bold;padding: 10%;}
    .res_news h3{color: #ecaa00;font-weight: bold;}
    .responsive_update .col-xs-6 {padding: 0;}
    .res_calendar h3:after {
        content: url(../images/template/color-arrow-blue.png);
        display: inline-block;
        left: 8px;
        opacity: 1;
        position: relative;
        top: -10px;
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        height: 0px;
        width: 0px;
    }
    .res_news h3:after {
        content: url(../images/template/color-arrow-yellow.png);
        display: inline-block;
        left: 8px;
        opacity: 1;
        position: relative;
        top: -10px;
        transform: scale(1.6);
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        height: 0px;
        width: 0px;
    }
    .get_in_heading span {
        display: block;
    }
    .admision {    padding-right: 0;    margin-bottom: 30px;}
    .admision p {float: none;}
    .contact {float: none;text-align: center;padding-left: 0;padding-right: 0;}
    .contact p {text-align: center;float: none;}
    span.lin_bg {
        background: #505a63;
        display: inline-block;
        width: 35%;
        margin: 0 auto;
        padding: 14px 0px 14px 0;
    }
    .interior-bg {margin-top: 89px;}
    header.topNavShadow {
        background: rgba(25, 61, 111, 1);
        height: 90px;
        z-index: 9999;
        transition: all 0.5s
    }
    .topNavShadow.navBgBlue {height: 60px;}
    .carousel.slide {margin-top: 60px;}


}




@media only screen and (max-width: 500px) {
    .nav_links ul {width: 100%;float: left; margin-left:10px;}
    .nav_links li {
        width: 49%;
    }
    .shadows.active {clear:both; float: left;   }
    .nav_links{margin-top: 5%;}
    span.lin_bg {width: 75%;}
    .interior_heading h1 {font-size: 26px;}
    .description_txt h2 {font-size: 30px;}
    .featdrop .left_side h3 {color: #ecaa00;font-size: 30px;    }
    .our_mission .text_sec p {padding: 0;}
    .interior-bg {margin-top: 89px;}
    .featdrop .container {padding: 0px;}

}

.click_btn {
    float: none;
    position: relative;
    display: inline-block;
    /*width: 20%;*/
}
.featdrop {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: none;
}
/*.click_btn{width: 20%;left: 10%;}*/
@media (max-width: 992px) and (min-width: 768px) {
    .breadcrumb{width: 72%;}
    .current_update .media-left{padding: 6px;}
    .current_update .media-left p strong{font-size: 24px;}
    .featdrop li {font-size: 14px;}
    .featdrop p {font-size: 14px; }
    .featdrop .left_side h3 {font-size: 24px;}

}
@media (max-width: 1024px) {
    /*.right_side ul li {width: 100%;}*/
}
@media (min-width: 768px) {
    .click_btn {
        width: 49%;
        left: 0%;
    }
}
@media (min-width: 992px) {
    .click_btn {
        width: 24.2%;
        left: 1%;
    }
}
@media (min-width: 1200px) {
    .click_btn{width: 21.1%;left: 8%;}
}






span#el1.active:after {
    top: 96%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
span#el1.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f5f8f9;
    border-width: 30px;
    margin-left: -30px;
}
span#el2.active:after {
    top: 96%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
span#el2.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f5f8f9;
    border-width: 30px;
    margin-left: -30px;
}
span#el3.active:after {
    top: 96%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
span#el3.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f5f8f9;
    border-width: 30px;
    margin-left: -30px;
}
span#el4.active:after {
    top: 96%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
span#el4.active:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f5f8f9;
    border-width: 30px;
    margin-left: -30px;
}
@media (min-width: 481px) and (max-width: 767px) {
    .heading h3 {/* font-size: 24px; */}
    .featuredThumb  .hover-efect .caption { padding: 55% 0 0 0;}
    .hover-efect .caption p a {font-size: 20px; }
}
@media (min-width: 400px) and (max-width: 767px) {
    span#el1.active:after { top: 98%;}
    span#el2.active:after { top: 98%;}
    span#el3.active:after { top: 98%;}
    span#el4.active:after { top: 98%;}
}
.baloonsbtnContainer a, a:active, a:focus {
    outline: none !important;

}

.left_side ul li{list-style-type: none !important;}
.right_side ul li{list-style-type: none !important;}

.collapse {
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.collapse.in {
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
@media (max-width: 480px) {

    .right_side ul li.plus {
    margin: 0 1%;
    padding: 10px 0 10px 0 !important;
    line-height: 1.2;
    min-height: 50px;
    display: table;
    }

    .col-xs-offset-right-gap{
    margin-right:1%;
    }
    .col-xs-offset-gap{
    margin-left: 1% !important;
    margin-top: 1% !important;
    margin-bottom: 1% !important;
    }
    .col-xs-6gap a{
        padding:5px;
    }
    .col-xs-6gap{
    width: 48% !important;
    /* float: left; */
    /* display: inline-block; */
    /* padding: 5px; */
    }
    
    .link .right_side ul li {
    width: 100% !important;
    float: right;
    }
    .left_side {
        /*position: absolute;*/
    }
    .right_side ul li a {
        font-size: 12px;
        padding: 0 5px 0 5px !important;
        line-height: .5;
    }
    .right_side ul li.plus a {
        font-size: 12px;
        padding: 0 5px 0 5px !important;
        line-height: 1.2;
        display: table-cell;
        vertical-align: middle;
    }
    .right_side ul li a:after {
        left: -7px;
        top: 17px;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        height: 0px;
        width: 0px;
    }
    .right_side ul li:hover a:after {
        opacity: 1;
        left: 5px;
        transition: all 0.5s;
    }
        .featuredThumb {
        display: inline-block;
        margin: 10px auto 10px auto;
        float: none !important;
        padding: 0 !important;
    }
    .featurette .lead.text-right, .featurette h2.text-right{
        text-align: left;
    }
    .closeMainMenu {margin: 40px 0 0 20px;}
}
@media (max-width: 400px) {.campusbackground p{font-size: 13px;}}

