/**************Common CSS Start*******************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
html, body {overflow-x: hidden;}
html, body, h1, h2, h3, h4, h5, h6, p {font-family: 'Open Sans', sans-serif;}
/*body { font-family: 'Open Sans', 'sans-serif';}*/
.btn:hover, .btn:focus {color:inherit}
 
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}
.container {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: #003A70; text-transform:uppercase;}
.sectionHeading>strong {color: #003A70;}
.btn-warning {background-color: #ecaa00;}
.btn-warning:hover {background-color: #FFC124; border: 1px solid #FFC124; color: #003A70;}
.border-left-white {border-left: 1px solid #6c91b3;}
.relative {position: relative;}
.btn-primary:focus {background-color: #003A70; color: #ffffff;}
.btn-warning:focus {background-color: #ecaa00; border: 1px solid #ecaa00; color: #ffffff;}
.btn-blue {background-color: #003A70;border: 1px solid #003A70;}
.no-overflow {overflow: hidden !important;}
.line-height-27 {line-height: 27px !important;}
/**************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****************************/

/**************Skip to Main Content Styles******/

.skipnav {position: absolute; display: none; text-align: left; margin: 0; padding: 0} /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
:root .skipnav {display: block} /*Switch on for Moz, FF and Safari*/
.skipnav p {margin: 5px 0 0 0; padding: 0; position: absolute; font-size: 2em}
.skipnav a {width: 26em; display:block; color: #fff; background: #333; text-decoration: none; padding: 5px; position: absolute; left: -1000em; top: 0; font-weight: bold; z-index:100;}
.skipnav a:visited {color: #fff}
.skipnav a:focus, .skipnav a:active {z-index: 100; left: 0; border: solid #777 2px; color: #fff; background: #333 !important} /*Note IE bug that requires use of :active to mimic effect of :focus*/

.skipnav a:hover {cursor: default}  

/**************END Skip to Main Content Styles******/

/****************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: -190px;top: 40px !important;}
.closesearcFieldDropDown {background-color: #003A70;cursor: pointer;color: #ffffff;font-size: 16px;position: absolute;right: 0px;top: -32px;padding: 10px;z-index: 9;}
.dropdown-menu>li>a {white-space:normal; color: #003A70; padding: 6px 20px; font-size: 16px;}
.dropdown-menu>li>a.image{color:#FFFFFF;font-size:1.4em;font-weight: 500;text-transform:uppercase;display: table;background-repeat: no-repeat;background-position: center;width: 100%;height: 100px;}
.dropdown-menu>li>a.image .overlaytext{color:#FFFFFF;font-size: .9em;font-weight: 600;line-height: 1.2;text-transform:uppercase;padding: 5px 5px 1px 5px;vertical-align: bottom;display: table-cell;}
.dropdown-menu>li>a:hover {background-color: transparent;color:#003A70;text-decoration:underline;}
.dropdown-menu>li>a.nontext:hover, .dropdown-menu>li>a.image:hover {background-color: transparent;color:#003A70;text-decoration:none;}

.dropdown-menu>li>a:focus {color: #003A70;}
.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: #003A70;}
.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; *//* margin: 20px; */}
.topNav>li {border-right: 2px solid #ffffff;}
.topNav>li:last-child {border-right: none;}
.topNav>li>span>a {color: #ffffff !important;display:block;font-weight:bold;padding: 0px 15px;text-transform:uppercase;padding-top:0;padding-bottom:0;position:relative;text-align:left;}
.topNav>li>span {display:block; float:left;height:100%;width:100%;}
.topNav>li>span>a:hover {color: #FFFFFF !important}
.topNav>li>span>a:focus {background-color: #ffffff !important; color: #003A70 !important;}
.topNav>li.active>span>a {background-color:transparent !important; color: #ecaa00 !important;}
.navbar-default .navbar-toggle {float: left;/* margin-left: 10px; */top: -25px;}
.navbar-default {background-color: transparent;border: none;}
.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: -20px;right: 0px;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: #003A70; font-weight:bold; 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: #FFC124; border:0; color: #003A70; position:fixed; right: 0; font-weight:bold; z-index:1; width: 120px; text-transform:uppercase; text-align: left; transition: width 0.2s;}
.rightFloatingIconYellowBg:hover {color: #FFF;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;}
.topRightNav {font-size:12px;}
.sideButton1.alertBump {top: 350px;}
.sideButton2.alertBump {top: 390px;}
.sideButton3.alertBump {top: 430px;}
.sideButton4.alertBump {top: 470px;}
.sideButton5.alertBump {top: 510px;}

/* .white-color a:hover{color:#193d6f!important;} */
.gotoMajorSection, .gotoMajorSectionRes {color: #ffffff;}
.gotoMajorSection {padding:0 5px 0 5px;}
a.gotoMajorSection {color: #FFFFFF;}
.gotoMajorSection:hover, .gotoMajorSectionRes:hover{color:#ffffff!important;text-decoration:none;}
a.gotoMajorSection:focus h2,a.gotoMajorSection:focus i, a.gotoMajorSection:focus span, a.gotoMajorSection:hover h2,a.gotoMajorSection:hover i, a.gotoMajorSection:hover span {color: #FFFFFF;}
.gotoMajorSection, .gotoMajorSectionRes {display:inline-block;}


.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, .dropdownNav .dropMenu2.dropdown-menu{
    margin-left:-100px;
}
.dropdownNav.open .dropMenu3.dropdown-menu, .dropdownNav .dropMenu3.dropdown-menu{
    margin-left:-200px;
}
.dropdownNav.open .dropMenu4.dropdown-menu, .dropdownNav .dropMenu4.dropdown-menu{
    margin-left:-300px;
}
.dropdownNav.open .dropMenu5.dropdown-menu, .dropdownNav .dropMenu5.dropdown-menu{
    margin-left:-400px;
}

#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul.dropdown-menu.dropdownMenu3 > li:nth-child(1) > a {}
.closeMainMenu {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;}
.dropdown-menu li.social.first {margin-left: 20px}
@media(max-width:767px){
.dropdown-menu li.social img{max-width:none !important;}
.dropdown-menu li.social.first {margin-left: auto;}
}

#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul.dropdown-menu.dropdownMenu2.admissionDropDown2 > li:nth-child(4) > a {margin-left: 0px !important}
 
#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul.dropdown-menu.dropdownMenu2.studentLife2 > li:nth-child(4) > a {margin-left: 0px !important}

#bs-example-navbar-collapse-1 > ul > li.dropdown.open > ul.dropdown-menu.dropdownMenu2.athletics2 > li:nth-child(4) > a {margin-left: 0px !important}
.open>.dropdown-menu {/* top: 20px; */}
.bodyMargin {margin-top: 90px}

/************** Header CSS End **********************/

/************** google search **********************/

.gsc-search-button-v2 { display:none;}

/************** end google search **********************/

/**************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;text-shadow: 2px 1px 3px rgba(0,0,0,0.5);}
.carousel-caption {bottom: 100px;text-transform:uppercase;z-index: 1;}
.carousel-indicators {z-index:2; bottom: 40px;}
.carousel-indicators li {background-color: #959590; width: 12px; height: 12px; border:none;margin:0px;}
.slideInfo {cursor:pointer;position:absolute;color: #fff;font-size: 15px;z-index: 10;right: 20%;bottom: 18%;background: rgba(0, 58, 112, .5);border: solid 1px rgba(255,255,255, .5);border-radius: 50%;padding: 5px 14px;margin: 0 0 0 41px;background-image: url(../images/template/playpause-icon.png);background-position: -44px center;background-repeat: no-repeat;}
.slideInfo.pause{background-position:-4px center;}
.slideDesc {/* border: solid 1px rgba(255,255,255, .2); */position:absolute;color: #FFF;font-size: 15px;z-index: 10;/* right: 0; *//* bottom: 18%; */background: rgba(8, 8, 8, 0.5);padding: 10px 14px 10px 10px;width: 418px;letter-spacing: 1.5px;margin: 0 0 0 0;/* visibility:hidden; */transition-duration: .2s;left: 5%;/*top: 57%;*//* float: left; *//* height: auto; *//* max-width: 416px; */}
.slideDesc span {/* width:100%; *//* display:block; *//* float:left; */}
.slideDesc a {color: #FFF; text-decoration: underline;}
.slideInfo.one {display:none;}

@media (min-width:1700px)and (max-width:4000px){.slideDesc{top:54%;}}
@media (min-width:1500px)and (max-width:1699px){.slideDesc{top:56%;}}
@media (min-width:1100px)and (max-width:1499px){.slideDesc{top:57%;}}
@media (min-width:1000px)and (max-width:1099px){.slideDesc{top:59%;}}
@media (min-width:900px)and (max-width:1099px){.slideDesc{top:51%;font-size:.9em;}.sliderDesc{top:35%;}}
@media (min-width:800px)and (max-width:899px){.slideDesc{top:51%;font-size:.9em;}.sliderDesc{top:35%;}}
@media (min-width:770px)and (max-width:799px){.slideDesc{top:49%;font-size:.9em;}.sliderDesc{top:30%;}}
@media (min-width:600px)and (max-width:768px){.slideDesc{left: 7%;right: 5%;margin-left:auto;margin-right:auto;float:none;top:46%;font-size:.9em;/* width: 440px; */}.sliderDesc{top:25%;}}
@media (min-width:100px)and (max-width:600px){.slideDesc{left: 5%;right: 5%;margin-left:auto;margin-right:auto;float:none;top:49%;font-size:.9em; width: 80%; }.sliderDesc{top:25%;}}
@media (max-width:768px){    
    .sliderDesc {left: 0; right: 0; text-align: center;}
    .sliderDesc.extra {position:absolute;left: 5%;top: 27%;color:#ffffff;}
}

@media (min-width: 768px) and (max-width: 1063px){.slideDesc.image {margin-left: 30px; } }
@media (min-width: 767px){
.slideDesc.image {background: rgba(25, 61, 111, 0.8);height: 100px;background-size: auto 100%;display: flex;align-items: center;max-width: 230px;right: auto;/* left: .5%; */margin: 0 0 0 80px;border: solid 1px #A3C8E3;top: 130px;position:  absolute;right: 79%;z-index: 0;}

}
@media (max-width: 767px){
.slideDesc.image {background: rgba(25, 61, 111, 0.8);background-image: none!important;display:block;height: auto;background-size: auto 100%;max-width:100%;margin: auto;text-align:center;right: 10px;}
 
}
.slideDesc.image a{text-decoration: none;text-transform:uppercase;}
.slideDesc.image a:hover{text-decoration: underline;}

.slideTap {
    /*background-image: url(../images/template/playpause-icon.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    display:none;
    height: 42px;
    left: 5%;
    margin: 115px 0 0 385px;
    padding: 10px 14px;
    position: absolute;
    opacity: .75;
    top: 40%;
    width: 42px;
    z-index: 110;*/
}
.slideTap.pause{ /*background-position: -39px center;*/}

.carousel .transDiv{width:100%;height: 100%;display:block;position:absolute;background: rgba(0, 0, 0, 0.3);}

@media ( max-width: 1200px){
    .slideInfo {right: auto; left: 0%; }
    .slideDesc.image {right: 76%;left:auto;top: 100px;}
}
@media ( max-width: 1245px){
    .slideInfo {bottom: 9%;}
}
@media ( max-width: 1020px){
    /*.slideTap {margin: 100px 0 0 0px;}*/
    .slideDesc.image{right:73%;}
}
@media ( max-width: 920px){
    .slideDesc.image{right:65%;}
}
@media ( max-width: 768px){
    .slideInfo {bottom: 13%;}
    .slideDesc.image{left: auto;right:72%; max-width: 200px; top: auto;}
    
}
@media ( max-width: 580px){
    .slideInfo {bottom: 30%;}
    .slideDesc.image{left: 0;right: 0;top: auto; max-width: 100%;}
    .carousel-inner img {transform: translateX(-15%);}
}
/**************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/homepage/feature/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: 0s;}
@keyframes stretch {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.baloonBtn {border: 6px solid #FFC124;transition: all 0.5s;width: 200px;height: 200px;border-radius: 100%;background-color: #FFC124;color: #ffffff;transition: background-color 0.5s, transform 0.5s, border 0.5s;}
.baloonBtn.baloonAnimation:hover { transition: all 0.5s; background-color: #6E4F02; 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 .textn, .baloonBtn .textb { word-wrap: break-word; white-space: pre-wrap; margin: 0 !important;line-height: 1.2;}
.baloonBtn .textn {font-size:17px; margin-top:5px;}
.baloonBtn .textb {font-size:30px; margin-top:5px; font-weight:bold;}
.baloonBtn.baloonAnimation .white-color.textn, .baloonBtn.baloonAnimation .white-color.textb {color: #003A70!important;}
.baloonBtn.baloonAnimation:hover .white-color.textn, .baloonBtn.baloonAnimation:hover .white-color.textb {color: #FFFFFF!important;}
.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(../images/template/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: #003A70; margin-left: -15px;}
/************* washburn by numbers End ************************/

/************* campusbackground Start ************************/
.iconHoverEffect {border-radius: 50%;border: 5px solid #ecaa00; width: 280px; height: 280px; position: absolute; top: -40px; left: 0; right: 0; margin: auto; transform: scale(1); transition: transform 0.5s, border 0.5s;z-index: 9;}
.blueStrip:hover .iconHoverEffect {transform: scale(1.2); border: 2px solid #ecaa00}
.IchabodCont .resBlueStrip .btn-warning:hover ~ .iconHoverEffect {/*transform: scale(1.2)*/ width: 350px;}
.campusbackground {  transition: all 1s;}
/*.campusbackground.img1 {background-image: url(../images/homepage/feature/campusBg2.jpg); background-size: cover; height: 800px; position:relative; padding-top: 50px; margin-top: 40px; background-position: bottom;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
    /*transition: all 1s ease;*/

/*}*/
/*.campusbackground.img2 {background-image: url(../images/homepage/feature/campusBg.jpg); background-size: cover; height: 800px; position:relative; padding-top: 50px; margin-top: 40px; background-position: bottom;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
    /*transition: all 1s ease;*/

/*}*/
/*.campusbackground.img3 {background-image: url(../images/homepage/feature/campusBg3.jpg); background-size: cover; height: 800px; position:relative; padding-top: 50px; margin-top: 40px; background-position: bottom;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
    /*transition: all 1s ease;*/
/*}*/
.blueStrip {width: 100%;/* height: 200px; */background-color: rgba(29, 80, 149, 0.68);color: #ffffff;margin-top: 160px;position:relative;left: 0px;}
.imgAvatar {margin: auto; width: 300px; margin-top: -50px;}
.navigationWrapper {position: absolute;right: 40px;bottom: -720px;}
.navigationContainer a {margin-right: 10px; color: #FFFFFF;}
.navigationContainer a:focus{outline:none;}
.navigationContainer>a>img {width: 110px;}
.navigationContainer>a>img {transform: scale(1);border-radius: 100%;transition: all 0.3s;vertical-align: unset;}
.navigationContainer>a>img:hover {/* transform: scale(1); */}
.activeNavigation>img {width: 120px !important;}
.activeNavigation>img {background-color: #003A70;}
.studentStoriesIcon>img,.mrichabodIcon>img,.vibrantCampusIcon>img{border-radius: 100%;}
.navigationContainer a:hover img { background-color: #003A70;}
/* .activeNavigation>img:focus {width: 190px !important;} */
/* .studentStoriesIcon>img:hover, .vibrantCampusIcon>img:hover, .mrichabodIcon>img:hover { background-color: #003A70;  width: 190px; transition:all 0.5s;} */
.navTitle {display: none;}
.navTitle.active {margin-top: -35px; color:#ffffff; margin-left: 33.5%;display: block;text-shadow: 3px 2px 2px #000;}
.navTitle>span {font-weight:bold; color: #ecaa00;}
/*.vibrantCampus, .studentStories {display:none;}*/
/*.vibrantCampus, .studentStories, .Ichabod {position: absolute;top:0;}*/
/************* campusbackground End ************************/

/************* connectWithWashburn Start ************************/
.eventItem {margin-bottom: 20px;}
.calendar.events .date{text-transform: uppercase;font-size: 14px; font-weight:bold;}
.connectWithWashburn .row, .connectWithWashburn img {height:338px;}
.connectWithWashburn a{color:#FFFFFF; display:block; width:100%; height:100%;}  
.newsLiveFeed, .currentNews {height:338px;background-color: #FFC124;color: #ffffff;padding-top: 20px;}
.newsLiveFeed p, .currentNews p {color: #FFFFFF;}
.currentNews h4, .currentNews a.yellow-color{color: #FFC124;/*color important for accessibility - do not change*/}
.newsLiveFeed.news .date{color: #003A70;font-weight:bold;}
.newsLiveContainer .eventItem, .newsLiveContainer .newstItem {padding: 0 0 20px 0; font-size: 17px;}
.currentNews {background-color: #003A70;}
.newsLiveContainer, .newsLiveContainer.scroll-height {height:242px;overflow-y: auto;width: 86%;margin:auto;}
.newsLiveContainer .media-body p {margin:0;}
.newsLiveContainer .media-body p.title{font-weight: bold;text-decoration: underline;}
.calendar.events .media-body p.title a, .calendar.events .media-body p.title {color: #B1D1E7;/*color important for accessibility - do not change*/}
.calendar.events .media-body p.title a:hover{color: #ECAA00;}
.calendar.news .media-body p.title a, .calendar.news .media-body p.title  {color: #003A70;}
.calendar.news .media-body p.title a:hover {color: #FFF;}
.calendar.news .date{font-size: 12px;}
.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;}
.socialIconOverlay {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 ************************/

/************* Footer Start ************************/
 footer {color: white;}
 footer a, footer a:focus {color: white;}
 footer .disclaimer a {color: #ECAA00;  text-decoration:underline;}
 footer a:hover,  footer a:focus {color:white; text-decoration: underline;}
.footerBg {background-image: url(../images/template/footerBg.jpg); background-size: cover; 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: 310px}
.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;}
.schoolOfAppliedStudiesBg {background-color: #618eb5;}
.schoolOfBusinessBg {background-color: #eca900;}
.schoolOfLawBg {background-color: #b6ada6;}
.schoolOfNursingBg {background-color: #799a05;}
.washburnTechBg {background-color: #f28b00;}
.collegeOfArtAndSciencesBg, .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;}
.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;}
/* li.certificate:before {content:''; width: 100px; height: 100px; border-left: 50px solid transparent; border-right: 50px solid transparent;} */


/************************Admission Page css************************************/


.admission .hover-efect .caption {
    position: absolute;
    top: 0%;
    right: 1px;
    background: rgba(236, 169, 0, 0);
    width: 99%;
    height: 99%;
    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;
    border-radius: 50%;
}
.admission .hover-efect .thumbnail:hover .caption {
    background: rgba(236, 169, 0, 1);
}
/************************Admission 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;
}











.subjectMateerDropDownWraper {background-color: #193d6f; color: #ffffff; padding: 4px 4px 4px 10px; font-size: 16px; width: 270px; height: 30px; margin-top: 20px;}
.subjectMateerDropDownWraper label {width: 100%; margin-bottom: 0; padding-bottom: 5px; display: block; height: 30px;}
.subjectMateerDropDown {display: none; border: 1px solid #000000; border-top: none; background: #ffffff; font-size: 16px;}
.subjectMateerDropDown label.bg-blue {color: #ffffff;}
.subjectMateerDropDown label.bg-blue:hover {background-color: #193d6f}
.subjectMateerDropDown label {padding-top: 3px; padding-bottom: 5px; cursor: pointer; width: 100%; margin-bottom: 0px;}
.subjectMateerDropDown label:hover {background-color: #e4e4e4;}
.subjectMateerDropDown ul {list-style-type: none; width: 100%; padding: 0; margin-bottom: 0;}
.subjectMateerDropDown input[type="checkbox"] {width: auto !important;}
.selectSubjectMatterIcon {color: #ecaa00; float: right; margin-top: 3px;}
#program-grid {overflow: hidden !important;}
/********************Area of Studies End************************/


/********************President and Leadership Start************************/
.asideNav li {margin-top: 10px;}
.presidentSignature {width: 180px;}
.wahburnleadershipbg {background-image: url(../images/interior/wahburnleadershipbg.jpg); background-size: cover; background-repeat: no-repeat}
.teammember p {font-size: 14px;}
/********************President and Leadership End************************/
.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;}
@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;width: 100%;}
}

@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, .newsLiveContainer.scroll-height {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, .newsLiveContainer.scroll-height {height: 354px;}
}

@media (min-width: 1900px) and (max-width: 1920px) {
    .connectWithWashburn .row, .connectWithWashburn img {height: 489px;}
    .newsLiveFeed, .currentNews {height: 491px;}
    .newsLiveContainer, .newsLiveContainer.scroll-height {height: 380px;}
    .topNavShadow>div>img {width: 310px;}
}

@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: -300px;}
}
@media (max-width: 1300px) {
    .baloonContainer {width: 1260px; margin-left: -30px;}
        .carousel-caption {
    bottom: 40px;
    }
}

@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, .newsLiveContainer.scroll-height {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: 100px;}
    .activeNavigation>img {width: 110px !important;}
   /* .topNav {font-size: 12px;}*/
    .navbar-nav {/* margin-left: -20px; */}
    .navbar-nav>li>.dropdown-menu {width: 223px;}
    .dropdownMenu2 {left: 223px;}
    .dropdownMenu3 {left: 446px;}
    .academic {left: -160px;}
    .academic2 {left: 62px;}
    .academic3 {left: 285px;}
    .admissionDropDown {left: -180px;}
    .admissionDropDown2 {left: 42px;}
    .admissionDropDown3 {left: 264px;}
    .studentLife {left: -290px;}
    .studentLife2 {left: -68px;}
    .studentLife3 {left: 155px;}
    .athletics {left: -410px;}
    .athletics2 {left: -188px;}
    .athletics3 {left: 30px;}
    .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: 240px;}
    .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;text-align: center;}
}
@media ( max-width: 1024px) and ( min-width: 769px){
    .baloonBtn .textn {font-size:15px;}
    .baloonBtn .textb {font-size:20px; }
}
@media (min-width: 1201px) and (max-width: 3000px){
    .topNav {font-size: .95em;margin: -20px;float: left;width: 600px;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin-top: -20px;transition: all 0.5s;}
     
    .topNavShadow.navBgBlue .extraTopNav, .topRightNav { margin : 15px 10px 0 0 ;}
    .topNavShadow.navBgBlue .topNav {/* margin: auto; */float: none;}
    .mainMenuContainer {margin: 60px 0 0 0 ;}
}
@media (min-width: 991px) and ( max-width: 1024px){
    .mainMenuContainer {margin: 50px 0 0 0;}
}
@media (max-width: 1199px) and (min-width: 1025px){
    .topNav {font-size: .95em;margin: 50px 0 0 0;float: left;width: 600px;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;/* margin-top: -20px; */transition: all 0.5s;}
    .topNavShadow.navBgBlue .extraTopNav { margin :20px 10px 0 0 ;}
    .topNavShadow.navBgBlue .topNav {margin: 0;float: left;}
}
@media (min-width: 975px) and (max-width: 1024px){
     
    .topNav {font-size: .95em;margin: auto;float: none;width: 600px;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin-top: -20px;transition: all 0.5s;}
    .topNavShadow.navBgBlue .extraTopNav { margin :20px 10px 0 0 ;}
    .topNavShadow.navBgBlue .topNav {font-size: .75em;/* margin: auto; */float: left;width: 470px;}
    }

@media (min-width: 835px) and (max-width:990px){ 
    .topRightNav{ margin: -20px 10px 0 0}
    .mainMenuContainer { margin: 0px 10px 0 0;}
    .topNav {font-size: .75em;float: none;/* width: 470px; */}
    .topNavShadow.navBgBlue .topRightNav{ margin: -10px 10px 0 0}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin-top: 0px;transition: all 0.5s;}
    .topNavShadow.navBgBlue .extraTopNav, extraTopNav { margin-top:10px }
    .topNavShadow.navBgBlue .extraTopNav li,.extraTopNav li {margin-left:0; margin-right: 40px}
    .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 {font-size: .75em;float: none;width: 470px;}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin-top: -10px;transition: all 0.5s;}
    .topNavShadow.navBgBlue .extraTopNav { margin :20px 10px 0 0 ;}
    }
    
@media (min-width: 768px) and (max-width:834px){
    .mainMenuCont {margin: -20px 0 0 0;}
    .topRightNav{ margin:  0px 10px 0 0}
    .mainMenuContainer {margin: 0px 10px 0 0;}
    .topNavShadow.navBgBlue .topRightNav{ margin: 5px 10px 0 0}
    .topNavShadow.navBgBlue .mainMenuContainer {height: 25px;margin-top: 0px;transition: all 0.5s;}
    .topNavShadow.navBgBlue .extraTopNav li,.extraTopNav li {margin-left:0; margin-right: 40px}
    .topNavShadow.navBgBlue .extraTopNav li.searchIconCont,.extraTopNav li.searchIconCont {margin:-10px 0 0 0;}
    .topNavShadow.navBgBlue .extraTopNav li,.extraTopNav li {display:block;}
}

@media (max-width: 999px) {
    .shutterDiv {width: 60%;}
}

@media (max-width: 768px) {
    .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, .newsLiveContainer.scroll-height {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;}
    .carousel-indicators {display: none;}
    .navbar-default .navbar-nav>li>span>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;}
    .navBgBlue {height: 94px;}
    .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;}


    /*****************************************************/
    .navbar-nav {margin-left: 10px;margin-top: 0px;}
    .navBgBlue {height: 74px;}
    /*****************************************************/
}
@media (min-width: 768px) and (max-width: 1024px){
    .navbar-default .navbar-nav>li>span>a {font-size: 10px;}
}

@media ( max-width: 1200px){
   .blueStrip{
      bottom: 30%;
   }
}
@media (max-width: 767px) {
    .topNavShadow.navBgBlue .mainMenuContainer {margin: -5px 0 0 0 ;}
    .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>span>a, .topNav>li>span>a:focus {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;}
    .dropdown-menu>li>a.image .overlaytext{padding: 5px 5px 1px 35px;}
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 5px 55px 5px 55px;}
    .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;}
    .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: 40px; */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;}
    .newsLiveFeed.news{border-left:0}
    .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, .mrichabodIcon>img:hover {width: 120px;}
    .searcFieldDropDown {left: 150px; margin-left: 0;}
    .topRightResNav {padding-right: 0px;}
    .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;right: 0; text-align: center; top: -85px;}


    .studentStories {text-align: center;}
    .IchabodCont {/* margin-top: 60px; */}
    .vibrantCampusCont {/*margin-top: 24px;*/}
    .studentStoriesCont {/* margin-top: 24px; */}
    .studentStoriesCont {display: none;}
    .navigationContainer {display: none;}
    .studentStories.active .studentStoriesCont{display: block;}
    .studentStories.active .navigationContainer {display: block;}
    /* .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}
    .headerLogo { z-index: 100;}
    .responsiveMenuWraperBg {height: 1000px; background-color: rgba(0, 0, 0, 0.6); z-index: 200;}
    .navbar-nav>li>.dropdown-menu {height: auto !important;}
    .dropdownMenu2, .dropdownMenu3, .admissionDropDown2, .admissionDropDown3, .studentLife2, studentLife3, .athletics2, .athletics3 {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>span>a:hover, .nav>li>span>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>span>a {width: auto; float:left;}

    .Ichabod .iconHoverEffect {top: -40px;}
    .vibrantCampus .iconHoverEffect {top: -10px;}
    .studentStories .iconHoverEffect {top: 0px;}


    /*********************************************/
    .topRightResNav {width: 80% !important;}
    .navbar-nav {margin-top:0; width: 99%;}
    .topNav>li {border-bottom: 1px solid #8592a3;float: left;    clear: both;    width: 100%;}
    .right_side ul li {width: 49% !important; display: inline-block;}
    
    /*********************************************/

    .closeMainMenu {margin: 20px 0 0 10px;}
    .mainMenuContainer{	margin: 30px 0 0 0px;}
}

@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%;}

    .responsiveMenuWraperBg .closeMainMenu {
	background-image: url(../images/template/closeMenuBtn.png);
	 background-repeat: no-repeat;
	 background-position: center center;
	 height: 20px;
	 width: 20px;
	 display:block;
	 margin: 20px 0 0 10px;
}
    .responsiveMenuWraperBg .closeMainMenu img{
	display: none;
}
 .responsiveMenuWraperBg .mainMenuContainer{
	margin: 30px 0 0 0;
}

   .responsiveSearchBar .magGlass {top: 15px;right: 10px;transition: all ease .5s;}
   .navBgBlue .responsiveSearchBar .magGlass{top: -5px;transition: all ease .5s;}
   .responsiveMenuWraperBg .responsiveSearchBar .magGlass {top: -20px;right: 25px; transition: all ease .5s;}

   .responsiveMenuWraperBg .dropdownNav.open .dropMenu2.dropdown-menu, .dropdownNav .dropMenu2.dropdown-menu{
    margin-left:0px;
}
   .responsiveMenuWraperBg .dropdownNav.open .dropMenu3.dropdown-menu, .dropdownNav .dropMenu3.dropdown-menu{
    margin-left:0px;
}
   .responsiveMenuWraperBg .dropdownNav.open .dropMenu4.dropdown-menu, .dropdownNav .dropMenu4.dropdown-menu{
    margin-left:0px;
}
   .responsiveMenuWraperBg .dropdownNav.open .dropMenu5.dropdown-menu, .dropdownNav .dropMenu5.dropdown-menu{
    margin-left:0px;
}
    .responsiveMenuWraperBg .container-fluid>.navbar-collapse {margin:0;}
    
    .dropdownMenu3,.dropdownMenu4{width:100% !important;}
}

@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;}
    .subjectMateerDropDownWraper {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%;}


    /**********************************************************/
    .topRightResNav {margin-right: 5%;}
    .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%;}

.dropdown-menu li.social {
    width: 20%;
    display: inline-block;
}

    /*.right_side ul li a:after {display: none !important;}*/
    /**********************************************************/

    .navbar-default ul {margin-top: 20px;}

}

@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, .mrichabodIcon>img:hover {width: 100px;}
    .footerBg {background-size: 660% 100%;}
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {margin-left: -50px;}
    .topNavShadow.navBgBlue .responsiveSearchBar {top: -10px;}
}

@media (max-width: 384px) {
    .mainMenu {/* width: 368px; */}
    .responsiveSearchBar {margin-top: 30px;}
    .searcFieldDropDown {margin-left: -60%;}
}
@media (max-width: 375px) {
    .mainMenu {/* width: 375px; *//* top: -82px; */}
    .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;}
    .responsiveSearchBar .magGlass {top: 25px;right: 15px;transition: all ease .5s;}
    .navBgBlue .responsiveSearchBar .magGlass{top: -5px; transition: all ease .5s;}
    .responsiveMenuWraperBg .responsiveSearchBar .magGlass {top: -10px;right: 35px; transition: all ease .5s;}
    
}


@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;}
    .topNavShadow.navBgBlue .responsiveSearchBar {top: -10px}
    .navbar-default .navbar-toggle {/* top: -17px; */}
    .navigationContainer>a>img {width: 60px;}
    .studentStoriesIcon>img:hover, .vibrantCampusIcon>img:hover, .mrichabodIcon>img:hover {width: 80px !important;}
    .activeNavigation>img {width: 80px !important;}
    .calendarNewsIcon {width: 70px !important}
    .navbar-default .navbar-toggle {/* left: 10px; */}
    
    .newsLiveFeed, .currentNews {min-height: 250px;}
}



/* #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;}
.interior-bg img {margin: 0 auto;width: 100%;}
.interior_heading h2{font-size: 40px;color: #efefef}
.breadcrumb>li+li:before {padding: 0 5px;color: #003a70;content: ">\00a0";}
.breads {background: #f5f8f9;height: 50px;transition: all ease 0.8s;}
.breads.active{background: #f5f8f9;height: 50px;transition: all ease 0.5s;}
.shadows.active {
    height: 1px;
    position: relative;
    /*top: 50px;*/
    width: 100%;
    /*box-shadow: 0px 5px 15px #000;*/
    transition: all ease 0.2s;
    /*border-bottom: 0px solid #000;*/
    /*border-bottom: 6px solid #a3c8e3;*/
}
.nav_links ul{
    margin-top: 2%;
}
.shadows.active {
    background-image: url(../images/template/shadow.png);
    min-height: 255px;
    background-color: #f5f8f9;
    background-repeat: no-repeat;
    border-bottom: 6px solid #a3c8e3;
}
.breadcrumb {padding: 15px 0px;margin-bottom: 20px;list-style: none;    background-color: transparent;    border-radius: 4px;}
.breadcrumb>.active {color: #003a70;}
li.breadcrumb-item a{color: #003a70; text-decoration: none;}
li.breadcrumb-item a:hover{color: #e2b94a;}
li.breadcrumb-item {font-size: 18px;font-weight: inherit;}
@media only screen and (min-width: 1201px) {
    .in_section {
        position: absolute;
        right: 0;
        top: -76px;
    }
}
.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);
}

.arrow-s:after {
    left: 18px;
    transform: rotate(-45deg);
}

.arrow-s.active:before {
    transform: rotate(-45deg);
    background: #a3c8e3;
}

.arrow-s.active:after {
    transform: rotate(45deg);
    background: #a3c8e3;
}

.nav_links li {
    list-style: none;
    line-height: 1.9;
}
.nav_links li a{font-size: 18px;text-decoration: none;color: #608eb5;}
.nav_links ul {
    display: inline-block;
    width: 49%;
    padding-left: 0;
    vertical-align: text-top;
}
.nav_links .row {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
}
.all_peragraph {
    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:-100%;
    right:0;
    background:rgba(236, 169, 0, 0.6);
    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%;}
.hover-efect .thumbnail:hover .caption p a{ opacity: 1; transition: all 4s;}
.hover-efect .thumbnail {
    border-radius: 0;
    border: none;
    padding: 0;
    margin-top: 35px;
}
.thumbnail img {
    margin: 0 auto;
    width: 100%;
}
.heading h3 {
    font-size: 30px;
}
.heading {
    position: absolute;
    z-index: 2;
    text-align: center;
    display: inline-block;
    width: 100%;
    top: 35%;
    color: #fff;
    text-transform: uppercase;
}
/*css for thubnail hover effect*/
.under_graduate li {
    list-style: none;
    color: #555555;
    font-size: 16px;
}
.under_graduate p {
    color: #555555;
    font-size: 16px;
}
.under_graduate .left_side h3{color: #ecaa00;font-size: 40px;}
.under_graduate .left_side ul li:before {
    content: "";
    line-height: 1em;
    width: 6px;
    height: 6px;
    background-color: #ecaa00;
    float: left;
    margin: 7px 8px 0;
    border-radius: 50%;
}
.under_graduate {
    background: #f5f8f9;
    clear: both;
}
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;}

.right_side ul li {
    text-align: center;
    background: #a3c8e3;
    width: 50%;
    margin: 5px auto;
    padding: 12px 0 12px 0;
    border-left: 2px solid #a3c8e3;
}
.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 30px 5px 30px;
}

.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);
    height: 0px;
    width: 0px;
}
.right_side ul li:hover a:after {
    opacity: 1;
    left: 8px;
    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;}

.right_side {
    border-left: 2px solid #79a0c0;
}
.under_graduate .container {
    padding: 40px;
}
.success_image{margin-bottom: 8px;    margin-top: 45px;}
.success_image img {
    margin: 0 auto;
    width: 100%;
}
.our_mission {
    background: #003a70;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 45px;
}
.our_mission .text_sec{text-align: center;}
.our_mission .text_sec h3{color: #ecaa00;font-size: 30px;}
.our_mission .text_sec p{padding: 2% 13% 0 13%;}
.our_mission .circles img {    margin: 0 auto;    border: 2px solid #608eb5;border-radius: 50%;}
.our_mission .circles .circle_main:hover img {border: 2px solid #fff; transition: all ease-in-out 0.5s; }
.our_mission .circles h3 {color: #fff;text-transform: uppercase;}
.our_mission .circles p {color: #a3c8e5; font-size: 17px;}
.our_mission .circles {    text-align: center;    margin-top: 80px;}
.our_mission .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;}
/*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:8px;
}

.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%;
}
.newsLiveContainer .title{
    font-weight: bold;
    font-size: 17px
}
.newsLiveContainer.scroll-height{
    
/* height: 280px; */
    
/* overflow: hidden; */
    
/* overflow-y: scroll; */
}
.scroll-height {
    /* height: 380px; */
    overflow: hidden;
    overflow-y: scroll;
}
.left_calender {
    background: #193d6f;
    padding: 25px;
    margin-top: 10%;
    width: 97%;
}
.calender_heading h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #a3c8e3;
    padding: 0px 0 20px 0;
    font-size: 26px;
    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;}

.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;
    height: 490px;
    overflow: hidden;
    margin-top: 10%;
}
.news_heading h3 {
    text-align: center;
    color: #003a70;
    text-transform: uppercase;
    border-bottom: 2px solid #003a70;
    padding: 0px 0 20px 0;
    font-size: 26px;
    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;
}
.newsLiveFeed.news {
    border-left: 0;
}
.newsLiveFeed div.news{
    border-left: 0px solid #608eb5;
    padding: 0px;
    /* margin-bottom: 0px; */
    /* padding-right: 0px; */
    /* height: 420px; */
}
.container.get_in_touch {
    padding: 5%;
}
.get_in_heading {
    text-align: center;
    color: #003a70;
    margin-bottom: 40px;
}
.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;
    }
}


/*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: 65%;margin-top: 0;}
}
/************************************************************************/


@media only screen and (max-width: 767px) {

    .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;
    }
    .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;    }
    .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);
        background: #193d6f;
    }

    .arrow-s.active:after {
        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;
    }
    .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: #003A70;font-weight: bold;padding: 10%;}
    .res_calendar h3{color: #003A70;font-weight: bold;}
    .res_news{background: #003A70;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);
        height: 0px;
        width: 0px;
    }
    .res_news h3:after {
        content: url(../images/color-arrow-yellow.png);
        display: inline-block;
        left: 8px;
        opacity: 1;
        position: relative;
        top: -10px;
        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%;}
    .shadows.active {min-height: 350px;    }
    .nav_links{margin-top: 5%;}
    span.lin_bg {width: 75%;}
    .interior_heading h2 {font-size: 26px;}
    .description_txt h2 {font-size: 30px;}
    .under_graduate .left_side h3 {color: #ecaa00;font-size: 30px;    }
    .our_mission .text_sec p {padding: 0;}
    .interior-bg {margin-top: 89px;}
    .under_graduate .container {padding: 0px;}

}

.click_btn {
    float: none;
    position: relative;
    display: inline-block;
    /*width: 20%;*/

}
.under_graduate {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: none;
}
/*.click_btn{width: 20%;left: 10%;}*/
@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; }
    .admission .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%;}
}


.imgAvatar {
    transform: scale(0);
    border-radius: 50%;
    transition: all 0.5s;
}
.imgAvatar.active {
    transform: scale(1);
    transition: all 1s;
}
a.btn.btn-warning.no-border-radius.blue-color.text-uppercase.bold.margin-top-x.SlideNavBtn{position: relative;z-index:1;}
@media (min-width: 767px) {
    #ichabod{right:-100%;}
    #vibrant{right:-100%;}
}
@media (max-width: 767px) {
    /*.vibrantCampus, .studentStories {display:none;}*/
    .Ichabod{display: none;}
    .vibrantCampus{display: none;}
    /*.studentStories{display: none;}*/

    .Ichabod.active{display: block;}
    .vibrantCampus.active{display: block;}
    .studentStories.active{display: block;}
    .Ichabod a.downUpArrow {display: none; }
    .studentStories .navTitle.active ~ a.downUpArrow { display: block; }
    .vibrantCampus a.downUpArrow {display: none; }
    .studentStories a.downUpArrow {display: none; }

    .Ichabod.active a.downUpArrow {display: block; }
    .vibrantCampus.active a.downUpArrow {display: block; }
    .studentStories.active a.downUpArrow {display: block; }
    .campusbackground.img1 {height: auto;background-position: top;}
    .campusbackground.img2 {height: auto;background-position: top;}
    .campusbackground.img3 {height: auto;background-position: top;}
}
.baloonsbtnContainer a, a:active, a:focus {
    outline: none !important;

}



img.img-ie {
    width: 100%;
    display: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    /*opacity: 0;*/

}
img.img-ie.active#icha{display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
img.img-ie.active#vib{display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
img.img-ie.active#st_story{display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
.blueStrip {
    width: 100%;
    /* height: 200px; */
    background-color: rgba(29, 80, 149, 0.68);
    color: #ffffff;
    margin-top: 160px;
    position: absolute;
    left: 3002px;
    top: -680px;
}
.navigationWrapper {
    position: absolute;
    /* right: 40px; */
}
section.campusbackground.padding-top-xxxxx.padding-bottom-xxxxx{position: relative;padding-bottom: 0;height: auto;}
.blueStrip {
    width: 100%;
    /* height: 200px; */
    background-color: transparent;
    color: #ffffff;
    /* margin-top: 20%; */
    /* position: absolute; */
    left: 0px;
    top: 30%;
}
.blueStrip div.open{
    background-color: rgba(29, 80, 149, 0.68);
    z-index: 100;
}
@media (min-width: 768px) {
 .blueStrip div.active{
    background-color: rgba(29, 80, 149, 0.68);
}
}
@media (min-width:1400px){
    .navigationWrapper {
    bottom: 2%;
    /* top: 100px; */
    float: left;
    position: absolute;
}
}
@media (max-width:1400px){
    .navigationWrapper {
    bottom: 2%;
}
}
@media (max-width:1390px){
 
    .blueStrip {
        top: 25%;
    }
}
@media (max-width:1300px){
 
    .blueStrip {
        top: 15%;
    }
}
@media (max-width:1200px){
 
    .blueStrip {
        top: 10%;
    }
}
@media (max-width: 768px) {
    .navigationWrapper{
        position: absolute;
        right: 40px;
         
    }
    .blueStrip{top: -10%;}
    .campusbackground {
        height: auto;
    }
}
@media (min-width:320px) and (max-width: 767px) {
    img.img-ie.active#icha{width:100%;display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
    img.img-ie.active.zoom#icha{transform: translateX(-35%);width:auto;display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
    img.img-ie.active.zoom#vib{transform: translateX(-35%);width:auto;display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
    img.img-ie.active.zoom#st_story{transform: translateX(-35%);width:auto;display:block;transition: 1s; -webkit-transition: 1s; -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s;}
    .blueStrip{background-color: transparent;}

    .blueStrip{background: transparent;}
    .blueStrip {top: 0%;}
    .navigationWrapper{/*top:-140px;*/}
    .navigationWrapper{right:0;}
}
@media (max-width: 400px) {.campusbackground p{font-size: 13px;}}

@media (min-width:992px) and (max-width: 1024px) {
    .navBgBlue .navbar-nav {/* margin-top: 0px; */}
}

/*final changes css*/
@media (max-width: 767px) {
    .resBlueStrip{/* margin-top: 0; *//* margin-bottom: 0; */}
}
@media (max-width: 767px) and (min-width: 501px) {
    img.img-ie.active.zoom#icha { width: 1600px;}
    img.img-ie.active.zoom#st_story{ width: 1600px;}
    img.img-ie.active.zoom#vib{ width: 1600px;}
}
@media (max-width: 500px) and (min-width: 320px) {
    img.img-ie.active.zoom#icha { width: 1024px;}
    img.img-ie.active.zoom#st_story{ width: 1024px;}
    img.img-ie.active.zoom#vib{ width: 1024px;}
}
/*----------------FOCUS Styles for Accessibility 8-26-19-CEB --------------*/

a:focus, a:focus>.img-responsive {outline-style:dotted!important; outline-width: thin!important; }
header a:focus, header a:focus>.img-responsive {outline-color: #FFFFFF;}
.topnav li a:focus {color: #003A70 !important;}

/*----------------FOCUS Styles for Accessibility 8-26-19-CEB --------------*/
