

/*-------------------------------------------------------------------------------------------*/
/* base style  */
/*-------------------------------------------------------------------------------------------*/
body{ background: #fff;
}

h1,h2,h3,h4,h5,h6{ font-family: 'Titillium Web', sans-serif; color: #626262; text-transform: none; font-weight:400;
}

p {font-size: 19px;
line-height:1.5;}
p a {text-decoration:underline;}

.toggle-smartphone{
    background: #e5e5e5; font-size:25px;
padding: 13px 0;
font-weight: 600;
display: block;
width: 100%;
color: #0a304e;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 1px #FFF;
}

.toggle-smartphone img{
    margin-top:-10px;
}

.navbar .nav > li > a {text-shadow:none;}
.linkblue {color:#3168a6 !important;}

.nav-collapse .nav {margin:0 !important; z-index:10000;}
.big {line-height:100%;color: #0a304e; margin-bottom:8px; font-weight:600; font-size:50px; }


.programs { line-height:100%; color: #0a304e; margin-bottom:18px; font-weight:600; font-size:40px; }

.tab { font-family: 'Titillium Web', sans-serif; color: #626262; text-transform: none; font-weight:600; }

.long { font-family: 'Titillium Web', sans-serif; font-size:27px; }

.tag { line-height:120%; }

.caption { font-size:1.5em; text-align:center;  }

.caption-sm { font-size:1.25em; text-align:center;  }


.numbers { font-size:6em; line-height:100%; text-align:center; }

a{ color: #555; text-decoration:none; font-weight:600; text-decoration:none; }

.lineless{ color: #0a304e; text-decoration:none; font-weight:600; text-decoration:none; }

a:hover{ color: #333; text-decoration: none; }

header{ padding-top: 25px; border-bottom:0px !important; }

p, span, ol, ul, table{ color: #111;  }


figure{ margin: 0; padding: 0; }
.home-section-content-box { -webkit-animation: fadein 3s;
       -moz-animation: fadein 3s;
         -o-animation: fadein 3s;
            animation: fadein 3s; }
.indented{ padding-left: 20px; }

.heading{ margin-top: 0; color: #626262; font-family: 'Titillium Web', sans-serif; font-size: 26px; text-transform: none; font-weight:400; line-height:110%;   }

.heading-tab{ margin-top: 0; color: #626262; font-family: 'Titillium Web', sans-serif; font-size: 42px; text-transform: none; font-weight:400;  }

.heading-footer{ margin-top: 0; color: #979696; font-family: 'Titillium Web', sans-serif; font-size: 30px; text-transform: none; font-weight:400;  }

.heading-sm-blue{ margin-top: 0; color: #0a304e; font-family: 'Titillium Web', sans-serif; font-size: 24px; text-transform: none; font-weight:400;  }

.top { margin-top: 0; color: #0a304e; font-family: 'Titillium Web', sans-serif; font-size: 60px; text-transform: none; font-weight:400; line-height:100%;  }


.cap-overlay .button { margin-top:10px}
.cap-overlay{width: 100%; color:#fff; background: rgba(10,48,78, 0.83);left:0;padding:42px 0 0 12px;line-height: 1em; font-size:38px;}
.cap-overlay h3 {color:#ffffff; font-size:32px;line-height: 1em;}
.cap-overlay h5 {color:#c5c5c5; font-size:30px;}
.cap-overlay h6 {color:#c5c5c5; font-size:20px; }
.cap-overlay h6 a {color:#c5c5c5; font-size:16px; background: rgba(17,79,127, 0.95); }
a[data-toggle="drop-panel"] {display: block;}


.timer, .timer2, .timer3, .timer4 {width:150px; margin:-10px auto;text-align:center;display:block;font-size:120px}
#help{width:500px; margin:20px auto;text-align:center;display:block;font-size:14px}

/* General grid styles */
.cbp-ig-grid { list-style: none;  padding: 0 0 0 0; margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before,
.cbp-ig-grid:after { content: " ";  display: table;
}

.cbp-ig-grid:after {
    clear: both;
}

/* grid item */
.cbp-ig-grid li { width: 33.3%; float: left; height: 300px; text-align: center; border-top: 1px solid #ddd;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3) {  border-top: none; }


/* anchor style */
.cbp-ig-grid li > a { display: block; height: 100%; color: #0a304e; -webkit-transition: background 0.2s;  -moz-transition: background 0.2s; transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {  padding: 30px 0 0 0; display: block; -webkit-transition: -webkit-transform 0.2s; transition: -moz-transform 0.2s; transition: transform 0.2s;
}

.cbp-ig-icon:before { font-size: 14em; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased;
}


/* title element */
.cbp-ig-grid .cbp-ig-title {
    margin: 20px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 2em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

/* title element */
.cbp-ig-grid .cbp-ig-title-lg {
    margin: 30px 0 20px 0;
    padding: 20px 0 20px 0;
    font-size: 6em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: #d2d2d2;
    width: 200px;
    height: 1px;
    top: 0px;
    left: 50%;
    margin: 10px 0 0 -100px;
    -webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category  {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #0a304e;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.cbp-ig-grid li:hover .cbp-ig-category,
.cbp-ig-grid li:hover .cbp-ig-title-lg {
  color: #fff;
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
    background: #0a304e;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
    color: #fff;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.cbp-ig-grid li > a:hover .cbp-ig-title:before {
    background: #fff;
    margin-top: 80px;
}


@media screen and (max-width: 62.75em) {
    .cbp-ig-grid li {
        width: 50%;
    }

    /* reset the grid lines */
    .cbp-ig-grid li:nth-child(-n+3){
        border-top: 1px solid #ddd;
    }

    .cbp-ig-grid li:nth-child(3n-1),
    .cbp-ig-grid li:nth-child(3n-2) {
        box-shadow: none;
    }

    .cbp-ig-grid li:nth-child(-n+2){
        border-top: none;
    }



    .cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #0a304e;
}
}

@media screen and (max-width: 41.6em) {
    .cbp-ig-grid li {
        width: 100%;
    }

    .cbp-ig-grid li:nth-child(-n+2){
        border-top: 1px solid #ddd;
    }

    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: none
    }

    .cbp-ig-grid li:first-child {
        border-top: none;
    }

    .cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    color: #0a304e;
}
}





@media screen and (max-width: 25em) {
    .cbp-ig-grid {
        font-size: 80%;
    }

    .cbp-ig-grid .cbp-ig-category {
        margin-top: 20px;
    }
}

@media only screen
and (min-device-width:768px)
and (max-device-width:1024px) {
.cbp-ig-grid, .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: .8em;
    letter-spacing: 1px;
    color: #0a304e;
}

.cbp-ig-grid .cbp-ig-title {
    margin: 30px 0 8px 0;
    padding: 10px 0 10px 0;
    font-size: 1.5em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

}






@media (max-width: 479px){
 .heading{ 	font-size: 26px; margin-top:1em; font-weight:bold; }
.long { font-size:30px;
}

.caption { font-size:1.5em;
}

.caption-sm { font-size:1.25em;
}

.home-section-content-box{ margin-bottom: 15px;
}

.video-holder{ margin-bottom: 20px; height: 100%;
}



}






.home-section-content-box{ margin-bottom: 25px;
}

.video-holder{ margin-bottom: 20px; height: 100%;
}

audio{ width: 100%; margin-bottom: 10px;
}

iframe, video, object, embed{ border: none;
}

code, pre{ color: #999;
}
}

@media (max-width: 768px){
.long { font-size: 22px;  line-height:99%;
}

.numbers { font-size:3em;
}



}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){

.cap-overlay .button { margin-top:10px}
  .cap-overlay{width: 80%; color:#fff; background: rgba(10,48,78, 0.83);left:0;padding:42px 0 0 12px;line-height: 1em; font-size:20px;}
  .cap-overlay h5 {color:#c5c5c5; font-size:18px;}
  .cap-overlay h6 {color:#c5c5c5; font-size:18px; }
  .cap-overlay h6 a {color:#c5c5c5; font-size:16px; background: rgba(10,48,78, 0.95); }
  a[data-toggle="drop-panel"] {display: block;}


}


/* main style  ***************************/

.logo a img{ width: 187px; height: 67px;
}


input.top-search{ width: 90px; height: 20px; border-radius: 5px; margin-top: 10px;
 -webkit-transition: all ease-in .4s; -moz-transition: all ease-in .4s; -o-transition: all ease-in .4s; -ms-transition: all ease-in .4s; transition: all ease-in .4s;
}

input.top-search:focus{ width: 250px;
}

.header{ margin-bottom: 15px;
}

.header-top{ margin-top: -5px; float: right;
}



/*logo section*/

@media (max-width: 767px){ .logo{ 	text-align: center; }
 .header-top{ 	margin-top: 30px; 	float: none; 	text-align: center; }



}


/*top navigation*/

.sticky-wrapper {background-color:#e5e5e5; width:100% !important; margin:0 auto;}

.navbar{ margin-bottom: 0; border-top:0px dashed #898989; border-bottom:0px dashed #898989; background-color:#e5e5e5; width:100% !important; max-width:1170px !important; z-index:9999;
}

.navbar ul{ background-color:#e5e5e5;
}

.navbar-inner{ background: transparent; border:none; min-height: 50px; padding-left: 0; padding-right: 0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus{ background: transparent; color: #252525;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{ background: transparent;
}



.navbar .nav > li > a{ font-family: 'Titillium Web', sans-serif; font-size: 1.2em; text-transform: none; padding-top: 15px; padding-bottom: 15px; color:#0a304e;
}

.navbar .nav li a{ -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.dropdown-menu{ font-family: 'TitilliumText22LRegular', sans-serif; font-size: 1.1em; background: #555; border: none; border-radius: 0; top: 97%; padding: 0; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}

.dropdown-menu li a{ padding-top: 8px; padding-bottom: 8px;
}

.dropdown-menu li > a:focus{ outline: none; background: transparent;
}

@media (min-width: 980px){
    .dropdown-menu li a{ color: #fff; 	border-top: 1px solid #333; 	border-bottom: 1px solid #777; }
 .dropdown-menu li a:hover{ background: #333; 	border-top: 1px solid #333; 	border-bottom: 1px solid #333; }





}

@media (max-width: 979px){ .dropdown-menu li a:hover{ 	background: #898989 !important; }

.btn-give {width:100%;}
.btn-give img {margin-left:30px;}


}

.dropdown-menu li:first-child a{ border-top: none;
}

.dropdown-menu li:last-child a{ border-bottom: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}

.dropdown-submenu > .dropdown-menu{ 	margin-top: 0 !important; }

.dropdown-submenu:hover a{ background: transparent;
}

.navbar .nav > li > .dropdown-menu:before { border-bottom: 6px solid #fff;
}

.navbar .nav > li > .dropdown-menu:after { border-bottom: 6px solid #555;
}



@media (min-width: 980px){ .dropdown ul{ 	display: none; }
 .dropdown:hover ul{ 	display: block !important; }
 li.dropdown-submenu > ul.dropdown-menu{ 	display: none !important; }
 li.dropdown-submenu:hover > ul.dropdown-menu{ 	display: block !important; }
}

@media (min-width: 980px){ .dropdown a.dropdown-no-toggle{ 	display: block !important; }
 .dropdown a.dropdown-toggle{ 	display: none !important; }
}

@media (max-width: 979px){ .dropdown a.dropdown-no-toggle{ 	display: none !important; }
 .dropdown a.dropdown-toggle{ 	display: block !important; }
}

@media (max-width: 767px){ .header{ 	text-align: center; }
article,
aside,
details,
figcaption,
figure,
footer,


section {
  display: block;
  padding:5px;
}
}





/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* custome flexslider style  ***************************/
.flexslider{position: relative;}
.slides{ margin-bottom: 15px; background: rgba(0,0,0,.05); box-shadow: 1px 1px 0 #fff, -1px -1px 0 rgba(0,0,0,.1);
}
.flex-control-nav{ width: 100%; text-align: center;
}

.flex-control-nav li{ display: inline; margin: 0 5px;
}

.flex-control-nav li a{ display: inline-block; width: 12px; height: 12px; background: rgba(0,0,0,.15); border: 2px solid #898989; border-radius: 500px; box-shadow: 1px 1px 0px #fff; cursor: pointer; text-indent: -9999px;
}

.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover{ background: #555;
}

.flex-direction-nav{ opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -webkit-transition: opacity ease-in .2s; -moz-transition: opacity ease-in .2s; -o-transition: opacity ease-in .2s; -ms-transition: opacity ease-in .2s; transition: opacity ease-in .2s;
}

.flexslider:hover .flex-direction-nav{ opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);
}

.flex-prev, .flex-next{ position: absolute; bottom: 37px; width: 40px; height: 40px; text-indent: -9999px;
}

.flex-prev{ background: url(../images/slider/default/slider_prev.png) -6px -5px no-repeat rgba(0,0,0,.5); left: 0;
}
.flex-next{ background: url(../images/slider/default/slider_next.png) -6px -5px no-repeat rgba(0,0,0,.5); right: 0;
}

.flexslider2 .flex-control-nav{margin-top: 15px;}
.flexslider2 h1, .flexslider2 h2, .flexslider2 h3, .flexslider2 p, .flexslider2 ul{ text-shadow: none;
}
.bg-black { background: rgba(0,0,0,0.5);
}

p.bg-black { padding: 15px; text-align: center;
}

/*end of flexslider*/



.day, .author{ text-transform: uppercase; color: #555;
}

.author{ font-weight: bold;
}



/*-------------------------------------------------------------------------------------------*/
/* FOOTER SECTION */
/*-------------------------------------------------------------------------------------------*/

footer{ margin-top: 50px; padding-top: 30px; border-top: 5px solid #f1f1f1;
}


footer p, .privacy p, footer ul, footer a, footer span{ text-shadow: none;
}


@media (max-width: 767px){ footer, .privacy{ 	margin-left: -20px; 	margin-right: -20px; 	padding-left: 20px; 	padding-right: 20px; 	padding:-20px; }
 .footer_bottom p{ 	text-align: center; }
 .logo-bottom{ 	float: none; 	margin: 0 auto; }

}

.footer-part{ background:  #ececec;
}

.footer-part-top{ background: #f2f2f2;
}


.footer-container{  margin-bottom: 20px; padding-bottom: 30px;
}

.footer_part_content{ padding: 0 0.4em;
}

h4.footer-title{ font-family: 'Titillium Web', sans-serif; font-size: 1.5em; color: #626262;  padding-bottom: 10px; border-bottom: 1px solid #666; text-shadow: none; font-weight:400;
}

.footer_part_content { font-size: 13px; color: #898989; margin-top: 10px;
}

.footer_part_content input[type="text"]{width: 100%;}
.footer_part_content input[type="text"], .footer_part_content input[type="submit"] { height: 32px; margin-top: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}

.footer_part_content textarea{ width: 100%; height: 60px; margin-top: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}

.footer_part_content input[type="text"]{ font-size: 12px;
}

.footer_part_content input:focus, .footer_part_content textarea:focus { -webkit-box-shadow: 0 0 6px rgba(255,255,255,.6); box-shadow: 0 0 6px rgba(255,255,255,.6); border: 1px solid #ccc;
}

.about-info{ list-style: none; margin-left: 0;
}

.about-info span, .about-info a{ margin-left: 10px;
}

.about-info a{ color: #666;
}

.about-info a:hover{ color: #0a304e;
}

.privacy{ position: relative; padding-bottom: 15px; border-bottom: 5px solid #111;
}

.privacy p{ color: #fafafa; line-height: 24px; font-size: 12px;
}

.go-top{ position: fixed; width: 40px; height: 40px; bottom: 2em; right: 2em; text-align:center; font-size:20px; padding-top:14px; background-color:#fafafa; text-decoration: none; opacity:0.9; color:#333; -webkit-transition: background .3s; -moz-transition: background .3s; -o-transition: background .3s; -ms-transition: background .3s; transition: background .3s;
}

.go-top:hover{ background-color:#ccc;
}

.go-top a { color:#333; text-decoration:none;
}


.logo-bottom{ width: 80px; display: block;
}
/*end of footer*/

/* page Heading */
.page-heading{ background: #fafafa; margin: 30px 0; background: url(../images/pattern/bg-2.png) #fafafa; border: 1px dashed rgba(0,0,0,.25);
 box-sizing: border-box;
}

.page-heading h1{ float: left; padding: 20px; color: #555; font-family: 'Titillium Web', sans-serif; text-shadow: none; text-transform: uppercase;
}

.breadcrumb{ float: right; margin-top: 33px; background: rgba(0,0,0,.05); border-top-right-radius: 0; border-bottom-right-radius: 0;
}

.breadcrumb a{ color: #555;
}

/* end of page Heading */

/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR SECTION */
/*-------------------------------------------------------------------------------------------*/

.sidebar{ background: transparent; padding: 10px 0 30px 15px; text-shadow: none; border-left: 0px dashed rgba(0,0,0,.3);  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}

.sidebar-left{ padding: 10px 15px 30px 0; border-right: 1px dashed rgba(0,0,0,.3); border-left: none; display: block; overflow: hidden;
}

.sidebar aside{ margin-bottom: 40px;
}


.sidebar-heading{  color: #666; border-radius: 0px; margin-bottom: 15px; font-family: 'Titillium Web', Helvetica, Arial, sans-serif; font-size: 26px; text-transform: none; line-height: 1.5em; padding: 0px; font-weight:400;
}


.sidebar aside ul li{ margin-bottom: 10px;
}

.sidebar aside ul li:hover a{ background: rgba(0,0,0,.05); color: #898989;
}

.sidebar aside ul.nav li{ margin-bottom: 0;
}

.sidebar-menu{ list-style: none; padding-top: 30px; margin-left: 0; margin-top: -15px;
}

.sidebar-menu li{ padding: 0;
}

.sidebar-menu a{ display: block; padding: 5px 15px; border-radius: 5px; -webkit-transition: all ease-in .3s; -moz-transition: all ease-in .3s; -o-transition: all ease-in .3s; -ms-transition: all ease-in .3s; transition: all ease-in .3s;
}

.sidebar-menu a:hover{ background: #555 !important; color: #fff !important; text-shadow: none !important;
}




/*add rss feed to sidebar menu*/
ul.rss{list-style-type: none; padding: 0px; margin: 0px 0px 0px 10px;}
ul.rss li{background-image: url(//case.edu/images/arrow.png); background-repeat: no-repeat; background-position: 0px 8px; padding-left: 10px; margin-bottom: 0.5em; border-bottom:0;}
ul.rss li span {font-size:0.9em; display:block; color:#888;}
ul.rss li a {color:#0a304e; text-decoration: none}

ul.rss li a:hover {color:#0a304e; text-decoration: none}



/* end of side bar */

/*-------------------------------------------------------------------------------------------*/
/* CONTACT */
/*-------------------------------------------------------------------------------------------*/



.map iframe{ width: 100%; height: 500px; border-top: 1px solid rgba(0,0,0,.1); border-left: 1px solid rgba(0,0,0,.1);
}


@media (min-width: 486px) and (max-width: 768px){ .map iframe { 	height:400px!important; }
}

@media (max-width: 485px){ .map iframe { 	height:320px!important; }
}



/* end of Contact us */

/*-------------------------------------------------------------------------------------------*/
/* ABOUT US SECTION */
/*-------------------------------------------------------------------------------------------*/



/* end of our teams */

/* our Skill */
.our-skill h3,.testimonial h3{ margin-bottom: 10px;
}




/* Testimonial */
.testimonial{ display: block;
}
.testimonial .carousel-control{ top: -42px; border: none; width: 24px; height: 24px; border-radius: 0; font-size: 36px; line-height: .58em; padding-top: 0;  font-weight: lighter;
}

.testimonial .carousel-control.left{ right: 30px; left: auto; background: url('../images/carousel_nav_prev.png') -5px -6px no-repeat#898989;
}

.testimonial .carousel-control.left:hover{ background:url('../images/carousel_nav_prev.png') -5px -41px no-repeat #555;
}

.testimonial .carousel-control.right{ right: 0; background: url('../images/carousel_nav_next.png') -3px -6px no-repeat #898989;
}

.testimonial .carousel-control.right:hover{ background: url('../images/carousel_nav_next.png') -3px -41px no-repeat #555;
}

.testimonial .carousel-control.left, .testimonial .carousel-control.right{ text-indent: -999em; -webkit-transition: all ease-in .2s; -moz-transition: all ease-in .2s; -o-transition: all ease-in .2s; -ms-transition: all ease-in .2s; transition: all ease-in .2s;
}

.testimonial .testimonial-content-box{  background: transparent; padding: 15px; text-shadow: none; display: block; background-color:#d2d2d2;
}

.testimonial .testimonial-head{ display: block; overflow: hidden;
}

.testimonial .testimonial-image-holder{ width: 100px; float: left; margin-right: 15px; border-right: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5);
}

.testimonial-name h3{ margin: 0; line-height: .8em; color: #fff; text-transform: none; font-family: 'Titillium Web', sans-serif; margin-bottom: 10px;
}

.testimonial-designation{ color: #000; text-transform: uppercase; font-family: 'TitilliumText22LThin', sans-serif; font-size: 32px; line-height: 36px; margin-bottom: 15px;
}

.testimonial-company{ background: #555; color: #fff; font-family: 'TitilliumText22LRegular', sans-serif; font-size: 16px; text-shadow: none;  -webkit-transition: all ease-in .2s; -moz-transition: all ease-in .2s; -o-transition: all ease-in .2s; -ms-transition: all ease-in .2s; transition: all ease-in .2s;
}

.testimonial-company:hover{ background: #333; color: #fff;
}

.testimonial-body p{ display: block; padding-top: 4px; line-height: 1.5em; margin-bottom: 0; color: #666; font-style: italic;
}

.testimonial-body{ position: relative;
}

.testimonial-body p:before, .testimonial-body p:after{ content: '"'; font-size: 16px;
}

/* end of Testimonial */




.tags{ margin-left: 0;
}

.tags li{ display: block; margin-right: 10px; margin-bottom: 10px;
}

.tags li a{ background: #0a304e; padding: 3px 5px; text-shadow: none; text-decoration: none; color:#ffffff;
}

.tags li a:hover, .sidebar .tags li a:hover{ background: rgba(0,0,0,.5); color: #fff; text-shadow: none;
}






/*-------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/

.content-block{ margin-top: -10px; margin-bottom: 30px;
}
.content-box{ margin-top: 20px; display: block; overflow: hidden;
}

.lists ul{ float: left; margin-right: 25px;
}

.inner-content-box{ margin-bottom: 20px;
}

/*paragraph*/
p.two-cols{ text-shadow: none; -webkit-columns: 2; -moz-columns: 2; columns: 2;
}

@media only screen and (max-width: 480px){ p.two-cols{ 	-webkit-columns: 1; 	-moz-columns: 1; 	columns: 1; }
}

/*dropcap*/
.dropcap{ margin: -3px 9px -3px 0; float: left; font-size: 40px; line-height: 42px; text-transform: uppercase; color: #555; text-shadow: none; font-weight: bold;

}

.dropcap-type1{ color: #898989;
}

.dropcap-type2{ background: rgba(0,0,0,.1); border-radius: 3px; padding: 3px 6px; margin-top: 3px;
}

.dropcap-inverse{ background: #555; color: #fff; text-shadow: none; border-radius: 3px; padding: 3px 6px; margin-top: 3px;
}

/* list styles*/
ul{text-shadow: none;}


li{ line-height:24px;
}

.bg li { list-style: none; background-color:#f2f2f2; color:#ffffff;
}

.rss-items {

    list-style: inside circle inside ;
    margin: 20px 12px;
    padding: 0;
}

.rss-items li.rss-item a{ list-style: circle; color:#0a304e; line-height: 110%;
}

.star li{ background: url('http://case.edu/images/2014/list-style/star.png') no-repeat 0 2px;
}

.play li{ background: url('http://case.edu/images/2014/list-style/play.png') no-repeat 0 2px;
}

.clover li{ background: url('http://case.edu/images/2014/list-style/clover.png') no-repeat 0 2px;
}

.round li{ background: url('http://case.edu/images/2014/list-style/round.png') no-repeat 0 2px;
}

.pin li{ background: url('http://case.edu/images/2014/list-style/pin.png') no-repeat 0 2px;
}

.star, .play, .clover, .round, .pin{ list-style: none; margin: 0; margin-bottom: 10px;
}

.star li, .play li, .clover li, .round li, .pin li{ padding-left: 25px; margin-bottom: 10px;
}

/*table*/

.table-hover tbody tr td,
.table-hover tbody tr th { -webkit-transition: background ease-in .3s; -moz-transition: background ease-in .3s; -o-transition: background ease-in .3s; -ms-transition: background ease-in .3s; transition: background ease-in .3s;
}


.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background: rgba(0,0,0,.05);
}



/*Features*/
.features { background: #f4f4f4;  color: #555; margin: 0;
}
.features li { padding: 20px 15px; border-top: 1px solid #fff;  border-bottom: 1px solid #e2e2e2;  font-size: 1.2em;  font-weight: 400; list-style-type: none;
}

.features li:nth-child(2n+2){ background: #f8f8f8;
}


/*-------------------------------------------------------------------------------------------*/
/* SHORTCODES  */
/*-------------------------------------------------------------------------------------------*/

 /*accordion and toogle widget*/

.toggle-group {
  margin-bottom: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-group, .toggle-group{ border: 1px solid rgba(0,0,0,.075); text-shadow: none;
}

.accordion-heading, .toggle-heading{ background: rgba(0,0,0,.075); -webkit-transition: background .3s; -moz-transition: background .3s; -o-transition: background .3s; -ms-transition: background .3s; transition: background .3s; color:#0a304e;
}

.accordion-heading:hover, .toggle-heading:hover{ background: rgba(0,0,0,.2);
}

.accordion-heading .toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-heading a{ color: #555;
}

.accordion-inner{ color: #898989;
}

.toggle-view { list-style: none; margin: 0; padding: 0; width: 100%;
}

.toggle-view li { position: relative; cursor:pointer;
}

.toggle-view .toggle-heading{ display: block;
  	padding: 8px 15px; margin: 0;
}
.toggle-view .panel { padding: 9px 15px; display: none;
}




/*tab widget*/
ul.nav.myTab li{ margin-bottom: -1px;
}

ul.nav.myTab li{ list-style-type: none;  background-color:#a5a5a5;
}

ul.nav.myTab li.active a { background-color:#dbdbdb; color:#000; border-bottom-color: transparent;
}

ul.nav.myTab li.active a:hover, ul.nav.myTab li a:hover{ color: #000;
}

.tabs-right ul.nav.myTab li.active a, .tabs-left ul.nav.myTab li.active a{ border-bottom: 1px solid #ddd;
}

.tabs-right p{ text-align: right;
}


/* icon box */

.our-services-box{ background-color:#0a304e; margin: 0; padding: .5em;
 -webkit-transition: all ease-in .3s; -moz-transition: all ease-in .3s; -o-transition: all ease-in .3s; -ms-transition: all ease-in .3s; transition: all ease-in .3s;
}

.our-services-box:hover{ background: rgba(0,0,0,.5); text-shadow: none;
}

.our-services-box h2, .our-services-box .desc{ text-align: center; -webkit-transition: all ease-in .3s; -moz-transition: all ease-in .3s; -o-transition: all ease-in .3s; -ms-transition: all ease-in .3s; transition: all ease-in .3s;
}

.our-services-box h2 { text-transform: uppercase;
 font-size: 22px; line-height: 24px; font-weight: normal; color: #fafafa; margin: 10px auto; display: block;
}


.our-services-box a { 	text-decoration:none !important;
}

.desc{ font-size: 14px; color: #898989; line-height: 1.5em;
}

.our-services-box:hover .desc, .our-services-box:hover h2{ color: #fff; text-shadow: none;
}
.item-color{ position: absolute; top: 0; left: 0; filter: alpha(opacity=0); opacity: 0; -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -o-transition: opacity .3s; -ms-transition: opacity .3s; transition: opacity .3s;
}

.item-box{ position: relative; width: 90px; height: 90px; margin: 0 auto;
}

.our-services-box:hover .item-color{ filter: alpha(opacity=1); opacity: 1;
}

@media (max-width: 768px){ .our-services-box{ 	margin-bottom: 10px; } .our-services-box {min-height:30px !important;} .item-box img, .item-box {display:none;}
}

@media (min-width: 768px){ .our-services-box{   min-height:180px;} }}

@media (max-width: 1200px){  .is-sticky .navbar-inner .nav-collapse .btn-give img {margin-right:80px;} .is-sticky {max-width:1170px !important;}
}


/*featured post custom widget*/
.nav-tabs{ margin-bottom: 0px; border:0px;
}


.tab-content { background-color:#dbdbdb; color:#000000; padding:1em;}

.tab-content ul li a{ color:#000; }

.tab-content p { color:#000;  margin-bottom:1em;}

.tab-content ul li a:hover { color:#000 !important; }

.school-tab-custom{ display: block; overflow: visible; }

.school-tab-custom:hover{ background: transparent; }



.school-button {
color:#fff;
background:#0a304e;
font-family: "Titillium Web";
font-weight:400;
font-size:1.2em;
text-decoration:none;
 padding:10px 10px 10px 10px;
 border-bottom:10px solid #626262;
}

.school-button:hover {
color:#f2f2f2;



}
.recent-post-tab-custom:hover{ background: transparent;
}

.recent-post-img-holder{ float: left; max-width: 70px; max-height: 70px; margin-right: 10px;
}

.recent-post-img-holder img{ width: 60px; height: 60px;
}

.school-description-intro h4{ font-size:1.2em; margin-bottom: 2em; line-height:1.4;
}

.recent-post-tab-custom-date,
.recent-post-tab-custom-comment{ margin: 0; font-size: .9em; float: left;
}
.recent-post-tab-custom-date{; padding-right: 5px; border-right: 1px solid #898989;
}

.recent-post-tab-custom-comment{ padding-left: 5px; border-left: 1px solid #fff;
}




/* Custom button */
.btn{ border-radius: 3px; color: #fff; border: 1px solid rgba(0,0,0,.2); text-shadow: none;

}

.btn-give {background-color:#626262; color:white;float:right; padding:6px 30px 5px 10px;}
.btn-give img {max-height:44px}



.btn:hover{ color: #fff;
}

/* Buttons
--------------------*/
/* Gray */
.btn-gray {font-size:20px; display:inline-block; text-transform:uppercase; padding:15px; margin:10px 5px 10px 5px; background-color:#e3e3e3; text-align:center; text-decoration:none !important; color:#333333; border: 0; border-bottom: 5px solid #999999; cursor: pointer; outline:none;}
.btn-gray:hover {background-color:#d3d3d3; }
.btn-gray:active {border-bottom: 5px solid #cccccc; }
/* Blue */
.btn-blue {font-size:20px; text-transform:uppercase; padding:15px; margin:10px 5px 10px 5px; background-color:#0a304e; text-align:center; text-decoration:none !important; color:white; border: 0; border-bottom: 5px solid #061e30; cursor: pointer; outline:none; }
.btn-blue-l {font-size:20px; text-transform:uppercase; padding:15px; margin:10px 5px 10px 5px; background-color:#0a304e; text-align:left; text-decoration:none !important; color:white; border: 0; border-bottom: 5px solid #061e30; cursor: pointer; outline:none; }
.btn-blue:hover {background-color:#0e446e; }
.btn-blue:active {border-bottom: 5px solid #294051; }
/* Sizes */
.btn-small {width:160px; font-size:0.5em;}
.btn-medium {width:210px; font-size:0.6em;}
.btn-large {width:320px; font-size:0.8em}


/* School */
.btn-school {font-size:14px; text-transform:uppercase; padding:8px; margin:5px; background-color:#0a304e; text-align:center; text-decoration:none !important; color:white; border: 0; border-bottom: 5px solid #061e30; cursor: pointer; outline:none; display:inline-block;}
.btn-school-l {font-size:14px; text-transform:uppercase; padding:15px; margin:10px 5px 10px 5px; background-color:#0a304e; text-align:left; text-decoration:none !important; color:white; border: 0; border-bottom: 5px solid #061e30; cursor: pointer; outline:none; }
.btn-school:hover {background-color:#0e446e; color:#fff; }
.btn-school:active {border-bottom: 5px solid #294051; }







/* button end */



/*selection*/

::-webkit-selection { background: #555; color: #fff; text-shadow: none;
}
::-moz-selection { background: #555; color: #fff; text-shadow: none;
}
::-o-selection { background: #555; color: #fff; text-shadow: none;
}
::-ms-selection { background: #555; color: #fff; text-shadow: none;
}
::selection { background: #555; color: #fff; text-shadow: none;
}

/*input focus*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{ background: #555; color: #fff; box-shadow: none; border: 1px solid #ccc;
}
