@charset "UTF-8";

/*
 * V.1 T4 Administrative Web Templates
 * Case Western Reserve University
 * (c) 2013
 *
 */


/* Reset */
html, body, address, footer, blockquote, dl, pre, span,  button, del, ins, map, object, abbr, acronym, b, bdo, big, cite, code, dfn, i, kbd, q, samp, small, sub, sup, tt, var, legend, fieldset  { font-family: 'Titillium Web', Helvetica, Arial, sans-serif; color:#444; margin:0; padding:0; line-height:1.4; font-weight : normal; font-size:17px;   }

body {background: #f5f5f5;overflow-x:hidden}

/* HTML5 Boilerplate  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

a {color:#3168a6; text-decoration:none; cursor:pointer; font-weight:600;}
a:hover {text-decoration:underline; outline:none; }
a:visited, a:focus {text-decoration:none; /*outline:none;*/  }
a img {border:0 none; } /* IE */
a.anchor { position:relative; top:-61px;display:block; visibility:hidden}

h1, .h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    color: #0a304e;}

h2, .h2 {font-size: 32px;
         font-weight: 400;
         margin: 0;
         color: #0a304e;}

h3, .h3 {font-size: 28px;
         font-weight: 400;
         margin: 0;
         color: #0a304e;}

h4, .h4 {font-size: 26px;
         margin: 0;
         font-weight: 400;
         color: #0a304e;

}

h5, .h5 {font-size: 24px;
         font-weight: 400;
         margin: 0;
         color: #0a304e;}

h6, .h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #0a304e;
}
/**
p {
font-size:20px;
line-height:1.55 em;
}
**/

blockquote {font: 17px/26px 'Titillium Web', Helvetica, Arial, sans-serif; margin: 25px 0  25px 50px; padding-left: 15px; border-left: 3px solid #ccc; color:#666666; }


/* GLOBAL HEADER 1
-------------------------- */
header {background:#0a304e; /*height:138px; border-bottom:solid 1px #ddd;
     -webkit-box-shadow: 0 1px 5px rgba(30,30,30,.4);
                -moz-box-shadow: 0 1px 5px rgba(30,30,30,.4);
                         box-shadow: 0 1px 5px rgba(30,30,30,.4);*/ }
header section {position:relative; margin:0 auto; width:88.2%; max-width:1232px; padding: 10px 0 0 0; }
/*header .header-2 {position:relative; margin:0 auto; width:88.2%; max-width:1232px;   padding:25px 0 15px 0; } */

.logo {
    margin-top:10px;
    padding-left:0;
    width:304px;
}

/* Site Title */
.site-title { position:absolute; left:0; bottom:-24px;  text-shadow:none; min-width:300px;  z-index: 1;}
.site-title a {background-color:#888;display:block; padding:7px 20px 30px 20px ; font-weight:normal;font-size:21px; color:white;
               -webkit-transition: all 0.3s ease 0s;
               -moz-transition: all 0.3s ease 0s;
               -o-transition: all 0.3s ease 0s;
               transition: all 0.3s ease 0s;  }
.site-title a:hover {text-decoration:none; padding-bottom:33px; background-color:#7d7d7d; }



/* Search */
.search {position: relative; top: -19px; height: 78px; width: 300px; float: right;}
.search input[type="text"] { background:#ddd; border: 0 none; float: right; font-size:18px; color: #333; width: 150px; height:21px; padding: 7px 45px 7px 10px;
                             -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
                             -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
                             box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;

                             -webkit-transition: all 0.2s ease 0s;
                             -moz-transition: all 0.2s ease 0s;
                             -o-transition: all 0.2s ease 0s;
                             transition: all 0.2s ease 0s; left: 25px;}
.search input[type="text"]:focus { background: #fff; font-size:18px; color: #333; width: 233px;
                                   -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
                                   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
                                   box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
                                   text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

.search-btn {position: absolute; right:0.8%; float: right; margin-top: 5px;}

.searchradios {
    position: absolute;
    top: 42px;
    right: -12px;
    display: block;
    color: #fff;
    padding: 7px;
    padding-bottom: 0;
    /* width: 246px; */
    font-family: 'Titillium Web',Tahoma,Helvetica,Arial,sans serif;
    font-size: .8em;
    float: left;
    margin-bottom:-7px;
}

.radiocontainer {
    padding-top:3px;
    padding-right:7px;
    float:right;
}
.radiocontainer fieldset {
    color:white;
    border:none;
}
.m-radiocontainer fieldset {
    color:rgb(68,68,68);
    border:none;
}
#search-option-left {
    display:inline;
}
#search-option-right {
    display:inline;
    margin-left:3px;
}
/* CWRU Global Links */
.cwru-links { position:absolute; right:0; top:55px; z-index:999; width:20%; }
.cwru-links ul {background-color:#fff; margin:0; padding:0; display:none;
                box-shadow: 0px 2px 1px rgba(0,0,0,.1), -3px 2px 2px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); }
.cwru-links li {margin:0; padding:0; list-style-type:none; }
.cwru-links li:last-child a {border-bottom:0;  }
.cwru-links li a {display:block; font-size:20px; padding:13px 20px;  color:#333; text-decoration:none; border-bottom:solid 1px #eee;
                  -webkit-transition: All 0.3s ease-in-out;
                  -moz-transition: All 0.3s ease-in-out;
                  -ms-transition: All 0.3s ease-in-out;
                  -o-transition: All 0.3s ease-in-out;
                  transition: All 0.3s ease-in-out; }
.cwru-links li a:hover {background-color:#eee; }

#global-menu-toggle {position:absolute; right:0; text-align:center; top:15px;  cursor:pointer;  font-size:22px;  text-transform:lowercase; background:url(/ech/media/template/admin-dept-1/images/cwru-links-list.png) no-repeat; background-position: -258px; padding:5px 15px 8px 50px; color:#ddd;z-index:10; }
#global-menu-toggle.active, header .header-2 #global-menu-toggle.active {background-position:20px; color:#333; background-color:rgba(255,255,255, 1); }

/* Co-branded Header */
.stacked-logo .logo {
    width: 140px;
    height: 105px;
    padding-right: 15px;
    border-right: 1px solid #e6e6e6;
}
.stacked-logo.stacked-logo {
    top: 55px;
}
.stacked-logo~#global-menu-toggle {
    top: 15px;
}
.stacked-logo~.search {
    height: 35px;
    top: -44px;
}
.stacked-logo~.search .search-btn {
    margin-top:5px;
}
.stacked-logo~.site-title {
    display: none;
}
.stacked-h2 {
    color: white;
    position: absolute;
    left: 178px;
    top: 40px;
    line-height: 90%;
    z-index: 10;
    width: 60%;
}

.stacked-h2 a {
    color: white;
}
.stacked-h2 p {
    margin: 0;
}
/* Containers */
.container {background:#fff; position:relative; margin:0 auto; width:88.2%; max-width:1232px;padding:0 15px 20px 15px }

/*-webkit-box-shadow: 0 8px 6px -9px rgba(30,30,30,.5);
   -moz-box-shadow: 0 8px 6px -9px rgba(30,30,30,.5);
            box-shadow: 0 8px 6px -9px rgba(30,30,30,.5);*/

/*.content, .content-sub {margin:1.5%; margin-top:0; }*/
.noBullets ul { margin:0 0 0 7px;padding:0 }
.noBullets ul li { padding:9px 5px;display:block;list-style-type:none;border-bottom:dotted 1px #eee; }
.tinyMCE ol { margin:0 0 0 26px;padding:0 }
.tinyMCE ol li { padding:9px 5px;border-bottom:dotted 1px #eee; }
.noLine ol li { border-bottom:none }
.tinyMCE img { max-width:100% }

/* NAVIGATION
----------------------------- */
/* Desktop */
/*.desktop-nav { background: #e5e5e5; margin:0; padding:0; height:65px;  margin-top:3px; border-top:solid 1px rgba(255,255,255,.5); width:100%; max-width:1232px; z-index:888;  }
.desktop-nav ul {margin:0; padding:0;  }
.desktop-nav li {margin:0; padding:0; list-style-type:none;  float:left; }
.desktop-nav li a {display:block; padding:20px 30px; color:#0a304e; font-weight:600; text-decoration:none; font-size:17px; border-right:solid 1px rgba(255,255,255,.3); }  .desktop-nav li a li:last-child {border-right:0; }
.desktop-nav ul.dropmenu li:hover {background-color:#fff; float:left; }
.desktop-nav ul.dropmenu li ul {position: absolute; margin: 0; padding: 0; top:57px !important; display:none; box-shadow: 0px 2px 1px rgba(90,90,90,.1), -2px 1px 1px rgba(90,90,90,.1), 2px 1px 1px rgba(90,90,90,.1); }
.desktop-nav ul.dropmenu li ul li a.sublevel { width:220px; background-color:#fff;  padding: 20px 5px 20px 20px; margin:0; font-weight:400; text-shadow:none;  font-size:17px; }
.desktop-nav ul.dropmenu li ul li a.sublevel.hover { background-color:#eee;  }
.desktop-nav ul.dropmenu li ul li a.sublevel.selected { color: #fff; }
.desktop-nav ul.dropmenu li ul li a.sublevel.hover.selected {  background-color:#ccc; }
.desktop-nav ul.dropmenu li ul ul { left: -10px; top:20px; border: none; }
.desktop-nav ul.dropmenu a.indicator { background: url(/ech/media/template/admin-dept-1/images/arrow_down.png) no-repeat center right ; background-position:95% 50%; }
.desktop-nav ul.dropmenu a.toplevel.indicator { background: url(/ech/media/template/admin-dept-1/images/arrow_down.png) no-repeat center right 13px; }
.sticky-wrapper {background: #e5e5e5;}
.shadow {-webkit-box-shadow: 0 8px 6px -8px rgba(30,30,30,.5);
                -moz-box-shadow: 0 8px 6px -8px rgba(30,30,30,.5);
                     box-shadow: 0 8px 6px -8px rgba(30,30,30,.5); }*/
.desktop-nav {background: #e5e5e5; margin:0; padding:0; height:65px; border-top:solid 1px rgba(255,255,255,.5); width:100%; max-width: 1232px; z-index:888; position: relative;}
.desktop-nav ul {margin:0; padding:0; z-index: 10;}
.desktop-nav li {margin:0; padding:0; list-style-type:none; border-right:solid 1px rgba(255,255,255,.5); float:left;}
.desktop-nav li:last-child {border-right:0; }
.desktop-nav.last-button-right>ul>li:last-child {border-right:0;float: right;background-color: #626262;border-left: 5px solid #fff; }
.desktop-nav.last-button-right>ul>li:last-child:hover { float:right;background-color: #0a304e; }
.desktop-nav.last-button-right>ul>li:last-child a { color:white; text-shadow:none }
.desktop-nav li a {display:block; padding:21px 30px; color:#0a304e; font-weight:600; text-decoration:none; font-size:16px; text-shadow: 0px 2px 1px rgba(255, 255, 255, .9); }
.desktop-nav ul.dropmenu li:hover {background-color:#fff; float:left; }
.desktop-nav ul.dropmenu li ul {position: absolute; margin: 0; padding: 0; top:50px !important; display:none; box-shadow: 0px 3px 1px rgba(0,0,0,.2), -3px 3px 3px rgba(0,0,0,.2), 3px 3px 3px rgba(0,0,0,.2); }
.desktop-nav ul.dropmenu li ul li ul {margin-top:-50px;}
.desktop-nav ul.dropmenu li ul li a.sublevel { width:240px; background-color:#fff;  padding: 10px 5px 10px 20px; margin:0; font-weight:400; text-shadow:none; font-size:16px; border-bottom:solid 1px rgba(153,153,153,.2); }
.desktop-nav ul.dropmenu li ul li a.sublevel.hover { background-color:#eee;  }
.desktop-nav ul.dropmenu li ul li a.sublevel.selected { color: #fff; }
.desktop-nav ul.dropmenu li ul li a.sublevel.hover.selected {  background-color:#ccc;  }
.desktop-nav ul.dropmenu li ul ul { left: -10px; top:20px; border: none; }
.desktop-nav ul.dropmenu a.indicator { background: url(/ech/media/template/admin-dept-1/images/arrow_down.png) no-repeat center right ; background-position:89% 50%; }
.desktop-nav ul.dropmenu a.sublevel.indicator { background: url(/ech/media/move/test-site/arrow-down-dark.png) no-repeat center right 13px #fff; }
.desktop-nav ul.dropmenu a.sublevel.indicator:hover { background: url(/ech/media/template/admin-dept-1/images/arrow_down.png) no-repeat center right 13px #eee; }
.desktop-nav ul.dropmenu a.toplevel.indicator { background: url(/ech/media/template/admin-dept-1/images/arrow_down.png) no-repeat center right 13px;}
.is-sticky .desktop-nav { width: 88.2% !important;padding:0}

/* Mobile */

.mobile-nav {  position:relative; margin:0; padding:0; z-index:800; box-shadow: 0px -2px 2px rgba(51,51,51,.3);top:12px; overflow-x:hidden }
/*.sticky-wrapper .mobile-nav { position:static; top:0px; }*/
.mobile-nav span {background: #e5e5e5; }
.mobile-nav ul {background: #ddd; margin:0; padding:0 0 20px 0; width:100%; }
.mobile-nav-toggle, .mobile-nav-toggle_smartphone {background: #e5e5e5; padding:13px 0; font-weight:600; display:block; width:100%; color: #0a304e; text-align:center; text-decoration:none; text-shadow:1px 1px 1px #FFF;position:relative; z-index:10 }
.mobile-nav .dropmenu { display:none; border-top: 1px solid #bbb; overflow-x:hidden; margin-left:auto; margin-right:auto;  }
.mobile-nav .dropmenu .m-search { background-color:#ddd }
.mobile-nav .dropmenu li {list-style-type:none; }
.mobile-nav .dropmenu li a {display: block; padding: 10px 15px; font-size:75%; font-weight:600; background:#ddd; border-top: 1px solid #fff; border-bottom: 1px solid #bbb; text-decoration: none; color: #0a304e; }
.mobile-nav ul.dropmenu a.indicator { background:#ddd url(/ech/media/template/admin-dept-1/images/acc-arrow_down.png) no-repeat center right ; background-position:95% 50%; background-size:12px 6px; }
.mobile-nav .dropmenu li a:hover, #nav li a.active { color: #0a304e; }
.mobile-nav .dropmenu li ul {display: none; }
.mobile-nav .dropmenu li ul li a {padding: 10px 25px; color: #0a304e; background: white; border-bottom: 1px dotted #bbb; }
.is-sticky .mobile-nav {width:95% !important;}
.sticky-wrapper+.sticky-wrapper {margin-top:-62px; position:relative; top:0px}
/* FEATURE
----------------------------- */
.feature {margin-bottom: 50px; position:relative;  }
.feature-small {margin-bottom: 75px; position:relative; }
.feature img {width:100%; }


/* CONTENT
----------------------------- */
/* image float */
.image-left {float:left; margin:30px 20px 20px 0;  }
.image-right {float:right; margin:30px 0 20px 20px;  }

/* image caption */
.caption-img-right {position:relative; display:inline-block; *display:inline; zoom:1; float:right; background-color:#ddd;  }
.caption-img-left {position:relative; display:inline-block; *display:inline; zoom:1; float:left; background-color:#ddd; }
.caption-right img, .caption-left img  {display:block; margin:0 !important; }
.caption-img-right figcaption, .caption-img-left figcaption {font-size:70%; margin:10px 15px 15px 15px; }
.imageCaption { font-size:70%; background-color:#DDD; padding: 10px 15px 15px 15px; margin:0; margin-top:-6px; font-size:70%;}
.overlay-wrapper { position:relative }
.overlay-wrapper .imageCaption { position:absolute;bottom:6px;left:0;right:0 }
.caption-gray { background-color:#DDD; }
.caption-translucent-blue {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50A304E,endColorstr=#E50A304E)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50A304E,endColorstr=#E50A304E);   /* IE6 & 7 */
    *zoom: 1;
    background-color: rgba(10,48,78, .9);
    color:white;
}

.sub-banner {width:100%; }

form .labelText { width:100%;display:block }
form .labelText+input { width:100%;padding-left:0;padding-right:0; }
form .labelText+textarea { width:100% }
form.lightbox { min-width:300px; }

/* LAYOUT  --HOME
------------------------------- */
.col-wrap { overflow:auto; margin:0; padding:0; }


/* 3-Column HOME
------------------- */
.col-3-home {overflow:auto; margin:40px 0 ; }
.col-3-home .left-col, .col-3-home .mid-col {float:left; width:32.3%; margin-right:2%; }
.col-3-home .right-col {float:right; width:31.3%;}
.col-3-home .left-col img, .col-3-home .mid-col img, .col-3-home .right-col img { width:100% !important; margin-bottom:15px; display:block; }

.bottom-2-col {margin:3.3% 0 0 0; overflow:auto; border-top:solid 1px #eee; padding-bottom:3.555%;  }
.bottom-2-col .left-col p, .bottom-2-col .mid-col p, .bottom-2-col .right-col p { position:relative; }
.bottom-2-col .left-col {float:left; width:49%;  border-right:solid 1px #eee; padding-top:4%; }
.bottom-2-col .right-col {float:right; width:49%; padding-top:4%;  }
.bottom-2-col .left-col img, .bottom-2-col .right-col img {float:right; margin:30px 30px 30px 17px; }


/* 2-Column HOME
------------------- */
.col-2-home {overflow:auto; margin:3% 0 0 0; }
.col-2-home .left-col {position:relative; float:left; width:67%; border-right:solid 1px #eee; padding-right:2.3%; }
.col-2-home .right-col {position:relative; float:right; width:28.3%;  padding:0 0 0 2%; }
.col-2-home .right-col .slides {max-width:330px; }
.col-2-home .left-col img { width:100%;}

/* Gray bcknd columns --w/icons */
.col-gray-bg .left-col, .col-gray-bg .mid-col, .col-gray-bg .right-col {width:28.4%; float:left; background-color:#f6f6f6; padding:3% 1.2% 5% 1.2%; display:block; text-align:center; border-top:solid 2px #eee; }
.col-gray-bg .left-col, .col-gray-bg .mid-col {margin-right:3.5%;  }
.col-gray-bg .left-col img, .col-gray-bg .mid-col img, .col-gray-bg .right-col img {max-width:130px; height:auto; }

/* Gray bcknd columns --w/images */
.col-gray-bg .left-col-img, .col-gray-bg .mid-col-img, .col-gray-bg .right-col-img {width:30.8%; float:left; background-color:#f6f6f6; padding-bottom:5%; display:block; text-align:center; border-top:solid 2px #eee;  }
.col-gray-bg .left-col-img, .col-gray-bg .mid-col-img {margin-right:3.2%;  }
.col-gray-bg .left-col-img img, .col-gray-bg .mid-col-img img, .col-gray-bg .right-col-img img {width:100%; height:auto; margin-bottom:25px; }
.col-gray-bg .left-col-img p, .col-gray-bg .mid-col-img p, .col-gray-bg .right-col-img p {margin:0 2.4%; }

/* Bottom Content */
.bottom-content {border-top:solid 1px #eee; overflow:auto; padding:6% 0; margin-top:8%; }

ul.list-NoBulletOrSpacing {list-style: none; padding-left: 0;}

/* LAYOUT --SUB
------------------------------- */
.content-sub .left-col p, .content-sub .right-col p, .content-sub .left-col ul li, .content-sub .right-col ul li, .content-sub .left-col ul li a, .content-sub .right-col ul li a,.content-sub .left-col ol li, .content-sub .right-col ol li, .content-sub .left-col ol li a, .content-sub .right-col ol li a {font-size:17px; }

/* Side Bar Images */
.content-sub .left-col .sideBarImg-text img, .content-sub .right-col .sideBarImg-text img {width:100%; }
.content-sub .left-col {float:left; padding:10% 2% 2% 0;width:100% }
.content-sub .right-col, .content-sub .right-col-nb { padding:10% 0 2% 4.5%;border-left:1px solid #eee; }
.content-sub .right-col-nb {border-left:none;}

.content-sub .mid-col {float:right; width:100%; border-left:solid 1px #eee; padding-left:2%; }
.content-sub .mid-col-right {padding-right:2%;}
/* Middle Column for 3 Column Subpage layout */
.content-sub .mid-col-2 {float:left; width:100%; border-left:solid 1px #eee; border-right:solid 1px #eee; padding:0 1.333% 0 0.8%; }
.content-sub>.row>div>.row>div, .content-sub section>div>div { margin-bottom: 10px; }

.right-aside {float:right; width:32.5%; background-color:#eee; margin:22px 0 0 3%;}
.right-aside img {margin:0 0 0 5px; }
.right-aside h5 {background-color:#0a304e; padding:9px 10px; display:block; color:white; font-weight:normal; text-transform:uppercase; }
.right-aside p {padding:10px; color:#666666; font-size:16px; }

/* Left column submenu */
.sub-menu  ul {	margin:0 0 50px 0; padding:0 0 0 10px; }
.sub-menu  ul li {margin:0; margin-left:-9px; padding:0; list-style-type:none;border:none }
.sub-menu  ul li a {display:block; padding:11px 5px; font-size:16px !important; }
.sub-menu  ul li a:hover { color:#333; text-decoration:none;  }
/* the rest of the styles have been moved to each of the page layouts stylesheet tabs */


.sub-menu .sec-title {display:block; padding:5px; }
.sub-menu .secSub-title  {display:block; padding:10px 0; font-weight:600; }

.page-name  span {border-bottom:solid 1px #eee; font-weight:400; font-size:32px !important; padding:28px 0 20px 0; display:block;  }
.content-sub article {clear:both; padding-bottom:30px;  }
.content-sub article h1 {margin-bottom:20px; line-height:1.1; }

/* Breadcrumb */
.breadcrumb {margin:2% 0 2% 0; color:#999; font-size:15px; background:none !important; }
.breadcrumb a img {box-shadow:none; }

#home .home {border-bottom:solid 1px #0a304e; }




/* FOOTER
----------------------------- */
footer { width: 88.2%;max-width: 1202px;padding-left: 15px;padding-right: 15px;margin: auto; }
footer section { background:none; position:relative; margin:50px auto 0 auto; padding-bottom:68px; color:#666666; font-size:16px;  width:88.2%; max-width:1232px; }
footer section p {display:block; text-align:center; font-size:16px; color:#666666; font-style:normal; margin-top:15px; }
footer section ul {margin:10px 0 0 0; padding:0; display:block; text-align:center; }
footer section li {margin:0; padding:0; text-decoration:none;  display:inline-block; zoom: 1; *display: inline; }
footer section li a { color:#666666; padding:5px 20px; text-decoration:none; float:left;
                      -webkit-transition: All 0.3s ease-in-out;
                      -moz-transition: All 0.3s ease-in-out;
                      -ms-transition: All 0.3s ease-in-out;
                      -o-transition: All 0.3s ease-in-out;
                      transition: All 0.3s ease-in-out; }
footer section li a:hover {background:#ddd; text-decoration:none; }
footer.columns section { padding-left:0;padding-right:0 }
footer.columns .copyLegal p { font-size:15px;margin-left:0;margin-top:0;float:left;text-align:left;/*font-style:italic; */margin-top:10px }
footer.columns .copyLegal .desktop-12, footer.columns .copyLegal .tablet-6, footer.columns .copyLegal .mobile-3 { width:auto;margin:0; }

footer.columns .tinyMCE { width:235px;text-align:center; }
footer.columns .column { float:right; width:25%; margin-left:30px;}
footer.columns .column ul { margin-top:0; }
footer.columns .column li { width:100%; }
footer.columns .column li a { display: block;padding: 12px;padding-right:0;text-decoration: none;color: #383838;font-size: 17px;border-left: solid 1px #f5f5f5;-webkit-transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-o-transition: all 0.2s ease 0s;transition: all 0.2s ease 0s;width:100%;text-align:left; }
footer.columns .column li a:hover { background-color: #fff;border-left: solid 1px #383838; }
footer.columns .logo, footer.columns .fig-img { margin:0;display:block }
footer .section-title { font-size: 16px; background-color:#E3E3E3; }
footer #google_translate_element { margin: 13px auto 0 auto; width: 180px; }
footer .logo { margin:auto;width:235px;display:none }

footer .footerfeedbacklink {font-size: 12px; font-style: normal;text-align:center;}
footer.columns .footerfeedbacklink {text-align:left;}


/* Buttons
--------------------*/
.btn-alt { font-size:20px; display:inline-block; text-transform:uppercase; padding:15px 20px; /*margin:10px 5px 10px 5px;*/ text-align:center; text-decoration:none !important; border: 0; cursor: pointer; outline:none;width:100%;-moz-box-sizing:border-box;box-sizing:border-box  }
/* Gray */
/*.btn-gray { display:block; text-transform:uppercase; padding:15px; margin-top:20px; background-color:#e3e3e3; text-align:center; text-decoration:none !important; }
.btn-gray-small { display:block; width:160px; text-transform:uppercase; padding:13px; margin-top:20px; background-color:#e3e3e3; text-align:center; text-decoration:none !important; }
.btn-gray:hover, .btn-gray-small:hover {background-color:#d3d3d3; }*/
.btn-gray { background-color:#e3e3e3; color:#333333 }
.btn-gray:hover {background-color:#d3d3d3 !important }

.bottom-border .btn-gray { border-bottom: 5px solid #999999 !important }
.bottom-border .btn-gray:active {border-bottom: 5px solid #cccccc !important }

/* Blue */
/*.btn-blue { display:block; text-transform:uppercase; padding:15px; margin-top:20px; background-color:#0a304e; text-align:center; text-decoration:none !important; color:white }
.btn-blue-small { display:block; width:160px; text-transform:uppercase; padding:13px; margin-top:20px; background-color:#e3e3e3; text-align:center; text-decoration:none !important; }
.btn-blue:hover, .btn-blue-small:hover {background-color:#0e446e; }*/
.btn-blue { background-color:#0a304e; color:white }
.btn-blue:hover {background-color:#0e446e !important }

.bottom-border .btn-blue { border-bottom: 5px solid #061e30 !important }
.bottom-border .btn-blue:active {border-bottom: 5px solid #294051  !important }

.sideBar-btn { display:block; text-transform:uppercase; padding:15px; margin-top:20px; background-color:#ddd; text-align:center; text-decoration:none !important; }
.sideBar-btn:hover {background-color:#d3d3d3; }

.btn-wrapper .center { margin:auto; float:none }

/* Sidebar Elements
------------------------------- */
/* Section Title */
.sideBar-section-title, .section-title { display:flex; background:#eee; font-size:18px; font-weight:normal; padding:10px; text-transform:uppercase; }
/* Unordered List */
.sideBar-u-list {margin:10px 0 50px 0; }
.sideBar-u-list ul {margin:0 0 0 7px; padding:0; }
.sideBar-u-list ul li {padding:9px 5px; display:block; list-style-type:none;  border-bottom:dotted 1px #eee; font-size:18px;  }

/* Ordered List */
.sideBar-o-list {margin:10px 0 50px 0; padding:0;}
.sideBar-o-list ol {margin:0 0 0 26px; padding:0; }
.sideBar-o-list ol li {padding:9px 5px; border-bottom:dotted 1px #eee;  }

/* Calendar Feed */
.sideBar-cal-list {margin:10px 0; }
.sideBar-cal-list ul {margin:0 0 0 7px; padding:0; }
.sideBar-cal-list ul li {padding:8px 5px; display:block; list-style-type:none;  border-bottom:dotted 1px #eee; font-size:17px; overflow:auto;  }
.sideBar-cal-list ul li div {float:left; text-align:center; margin-right:10px; border:solid 1px #eee; }
.sideBar-cal-list ul li div span {display:block; font-weight:300; width:50px; }
.sideBar-cal-list ul li div .month { font-size:13px; background:#0a304e; color:white; }
.sideBar-cal-list ul li div .day { font-size:25px;  }
.sideBar-cal-list .cal-link {display:block; font-size:16px; margin:15px 18px; }

/* SideBar Image + Text */
.sideBarImg-text {margin:10px 0 50px 0;}
.sideBarImg-text h4 {margin-top:10px /*0 */; }
.sideBarImg-text p {margin-top:0; }

/* Sidebar menu */
.sidebar-menu {margin:0 0 30px 0; padding:0; }
.sidebar-menu ul {margin:0; padding:0; }
.sidebar-menu li {margin:0; margin-bottom:1px; padding:0; list-style-type:none; background-color:#eee; }
.sidebar-menu .increase-spacing li { margin-bottom: 10px }
.sidebar-menu li a {display:block; padding:20px; text-decoration:none; outline:none; }
.sidebar-menu li a:hover {background-color:rgba(204,204,204,.1); border-right:solid 1px #0a304e; }
.sidebar-menu li a:visited, .sidebar-menu li a:focus { outline:none; }

.horizontal-view li { padding:0 15px;display:inline-block;background-color:transparent; }

/* Add icons to Sidebar menu */
.sidebar-menu li a.comment {background-image:url(/ech/media/template/content-types/buttons/comment-2.png);background-repeat:no-repeat;background-position:20px center;padding-left:70px}
.sidebar-menu li a.mail {background-image:url(/ech/media/template/content-types/buttons/email.png);background-repeat:no-repeat;background-position:20px center;padding-left:70px}
/* .sidebar-menu li a.locked {background-image:url(/ech/media/template/content-types/buttons/locked.png);background-repeat:no-repeat;background-position:20px center;padding-left:70px} */
.sidebar-menu li a.infoIcon {background-image:url(/ech/media/caseedu/assets/cwru-template/images/info_64.png);background-repeat:no-repeat;background-position:20px center;padding-left:70px !important}
.sidebar-menu li a.download {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/button-icon-sprite.png);background-position:5px -2.5px;background-repeat:no-repeat}
.sidebar-menu li a.submit {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/button-icon-sprite.png);background-position:5px -63px;background-repeat:no-repeat}
.sidebar-menu li a.cancel {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/button-icon-sprite.png);background-position:5px -126px;background-repeat:no-repeat}
.sidebar-menu li a.login {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/button-icon-sprite.png);background-position:5px -189px;background-repeat:no-repeat}
.sidebar-menu li a.summer {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/summer.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.pay {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/pay.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.exclamation {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/myths-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.information {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/other-sites-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.check {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/sign-up-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.map {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/location-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.parking-blue {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/parking-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.egronomics {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/ergonomics.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.nutrition {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/nutrition.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.physical {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/physical.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.stress {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/stress.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.tobacco {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/tobacco.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.babysitting {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/babysitting-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.weights {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/weights-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.recovery {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/recovery-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.training {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/personal-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.exercise {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/group.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.certify {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/Certify-Icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.degree {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/Degree-Icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.grades {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/Grades-Icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.locked {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/Locked-Icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.transcript {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/transcript.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.parking-grey {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/parking-grey.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.beverage {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/beer-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.books {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/books-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.cutlery {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/cutlery-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.mobile {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/mobile-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.id-card {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/id-card-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.location-grey {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/location-icon-grey.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.download-icon {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/download-icon.png);background-position:18px center;background-repeat:no-repeat }
.sidebar-menu li a.noteinfo {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/noteinfo-icon.png);background-position:18px center;background-repeat:no-repeat }
.sidebar-menu li a.openframe {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/openframe-icon.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.flu-shot {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/flushot.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.meditation {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/meditation.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.notepad {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/notepad.png);background-position:20px center;background-repeat:no-repeat }
.sidebar-menu li a.smoking {padding-left:70px;background-image:url(/ech/media/template/content-types/buttons/smoking.png);background-position:20px center;background-repeat:no-repeat }

/*SOCIAL*/
#social{
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    padding:10px 3px 0 3px;
}
#social img {
    padding-right: 10px;
    width:auto;
}

/* Staff
------------------------------- */
.staff {background-color:#f1f1f1; overflow:auto; margin-bottom:35px; padding:10px; /*padding-right: 0px;*/ box-sizing: border-box; }
.staff h4 {font-weight:normal; }
.staff img {float:left; margin-right:20px; }
.staff span {display:block; font-size:16px; }
.staff .title {margin-bottom:10px; }


/* Go to top */
#back-top { display:none; background:#fff; position:fixed; bottom:20px; right:10px; z-index:999; text-decoration: none; padding:8px 18px;  color:#333; font-size:24px; *display:none; /* IE 7 */ border-radius:2px;}

#back-top span {background:none;
                -webkit-transition: 2s;
                -moz-transition: 2s;
                transition: 2s; }




/* IE fixes :(  */
.lightyellowbox {background-color:#FF3; color:#000; z-index:1000; position:fixed; bottom:0; font-size:14px; line-height:1; padding:10px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";}

.ie8 .container{position:static; margin-top:156px; }

.ie9 .sideBar-section-title, .section-title {
    display:inline-block;
    width:97%;
}

.ie8 .flex-caption {background-color:#0a304e; }
.ie8 .desktop-nav ul.dropmenu li ul {border-right:solid 1px #eee; border-bottom:solid 1px #eee; border-left:solid 1px #eee; }
.ie8 .caption-img-right { margin-left:20px; }
.ie8 .caption-img-left { margin-right:20px; }

.ie7 body {background:#f6f6f6; }
.ie7 .desktop-nav {z-index:1 ; position:relative; }
.ie7 .desktop-nav ul.dropmenu li ul {z-index:2; background:#d5d5d5; border-right:solid 1px #eee; border-bottom:solid 1px #eee; border-left:solid 1px #eee; }
.ie7 .desktop-nav ul.dropmenu li ul li a {  background:#d5d5d5;  padding-bottom:20px; padding-top:20px; border-top:20px; border-top:solid 1px #ddd; }
.ie7 .desktop-nav ul.dropmenu li ul a:hover, .ie8 .desktop-nav ul.dropmenu li ul a:hover {  background:#e5e5e5; }
.ie7 .search {bottom:20px !important; }
.ie7 .cwru-links {width:39%; z-index:999 !important; right:-10px;   }
.ie7 .cwru-links li { float:left; background-color:#fff; }
.ie7 #global-menu-toggle.active, .ie8 #global-menu-toggle.active  {background-position:-258px; color:#fff; }
.ie7 .site-title {bottom:-20px;}
.ie7 .desktop-nav { margin-top:3px; z-index:888 }
.ie7 footer {padding-top:20px;   }
.ie7 .sticky-wrapper {background: #e5e5e5; padding-bottom:5px; }
.ie7 .desktop-nav ul.dropmenu li ul li a.sublevel, .ie7 .desktop-nav ul.dropmenu li ul li {background:white; border:none; }
.ie7 .col-3-home .left-col img, .col-3-home .mid-col img, .col-3-home .right-col img { width:auto;}
.ie7 .col-2-home .left-col img { width:auto;}
.ie7 .col-gray-bg .left-col-img img, .ie7 .col-gray-bg .mid-col-img img, .ie7 .col-gray-bg .right-col-img img {width:100%;}
.ie7 .caption-img-right { margin-left:20px; }
.ie7 .caption-img-left { margin-right:20px; }
.ie7 .sideBar-tabs .nav-tabs li {width:49%;}

/*VIDEO Embed---------------------------*/
.video-container {
    /*we could add properties here if giving user option to load non-full width video*/
    /*width:75%;
      height:75%;
      float:left;
      padding:1%;*/
}

/*VIDEO CSS IF NOT USING fitvid.js------*/
/*.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/



/* BOOTSTRAP
---------------------------- */
.sideBar-tabs .nav-tabs {background:#eee;  text-transform:uppercase; overflow:auto; margin:0 0 20px 0; padding:0; }
.sideBar-tabs .nav-tabs li {margin:0; padding:0; width:50%;  list-style-type:none; float:left; }
.sideBar-tabs.tab3 .nav-tabs li {width:33.3333333333333%; }
.sideBar-tabs.tab4 .nav-tabs li {width:25%; }
.sideBar-tabs.tab5 .nav-tabs li {width:20%; }
.sideBar-tabs .nav-tabs li a {color:#333; text-decoration:none; display:block; font-size:20px;   padding:10px;  }
.sideBar-tabs .nav-tabs li a:hover { background-color: #ddd; }
.nav-tabs > .active  { cursor: default; border-bottom-color: transparent; background-color: #ccc; }
.tab-content { overflow: auto; }
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.FiveCol-tabs .nav-tabs {
    background: #eee;
    text-transform: uppercase;
    overflow: auto;
    margin: 0 0 20px 0;
    padding: 0;
}

.staffTabLi {
    margin: 0;
    padding: 0;
    width: 20%;
    list-style-type: none;
    float: left;
    text-align: center;
}

.staffTabLi:hover {
    background-color: #ddd;
}

.staffTabLi a {
    color: #3168a6;
    text-decoration: none;
    display: block;
    font-size: 80%;
    padding: 15px;
}

.stacktable {
    display:none;
}



/* Responsive Structure
------------------------------------------*/

/* MIN-WIDTH */

@media screen and (min-width: 600px) {
    .is-sticky .mobile-nav {width:88.3% !important;}
}

@media screen and (min-width: 769px) {
    .mobile-nav {display:none; }
    .mobile-nav-toggle_smartphone {display:none; }
    .m-search {display:none; }
    .search-btn {margin-top: 5px;}
}


/* MAX-WIDTH */

@media screen and (max-width:400px) {
    .m-search input[type="text"] {width:82% !important; }
}

/* Smartphone */
@media screen and (max-width: 480px) {
    html { overflow-x:hidden }
    header section { width:95%; padding:0 !important; }
    header .header-2 { width:95%; padding:0 0 13px 0 !important; }
    header .header-2  img {padding-top:10px; }
    header .logo {width:100%; margin-top:25px !important; }
    .site-title { bottom:-43px; }
    .site-title a {padding:7px 5px 40px 5px; line-height:1.1 !important; }
    .container {width:95%; }
    .content-sub .right-col {width:auto; border:0 none; }
    .content-sub .mid-col-right {padding-right:0%;}
    footer p {font-size:90%; }
    .content-sub .left-col { border-top:1px solid #eee; padding-left:2%; }
}

@media screen and (min-width: 400px and max-width: 599px) {
    .is-sticky .mobile-nav {width:94.9% !important;}
}
@media screen and (max-width: 650px) {
    body p {font-size:100% !important; }
    header { margin:0; padding:0; }
    .m-search input[type="text"] {width:86% !important; }

    .col-3-home {margin:1.5% 1.5% 3% 2.9%; position:relative; }
    .col-3-home .left-col, .col-3-home .mid-col {float:none; width:auto; padding-bottom:7.3%; }
    .col-3-home .right-col {float:none; width:auto; margin-right:0; }
    .bottom-2-col {margin:1.5% 1.5% 3% 2.9%; overflow:auto; border-top:solid 1px #eee; padding-bottom:7%;  }
    .bottom-2-col .left-col {float:none; width:auto; margin-top:2%; padding-top:2%;  border-right:none; }
    .bottom-2-col .right-col {float:none; width:auto; margin-top:2%; padding-top:2%; border-top:solid 1px #eee; }

    #back-top { display:none !important; }
    .page-name  span {font-size:80% !important; }
    .breadcrumb {font-size:70%;  }
    .breadcrumb img {box-shadow:none; }

    .content-sub { }
    .content-sub .left-col, .content-sub .left-col-nb { width:95%; border-top:1px solid #eee; padding:0; float:none;}
    .content-sub .left-col-nb {border: none !important}
    .content-sub .right-col, .content-sub .right-col-nb {float:none; width:auto; border-top:solid 1px #ddd; padding:0; margin-bottom:20px; border-left:0;/* overflow:hidden */}
    .content-sub .mid-col, .content-sub .mid-col-right {float:none; width:auto; border-left:0; padding-left:0;}
    .content-sub .mid-col-2 {float:none; width:auto; border-left:0; border-right:0; padding:0; border-top:1px solid #eee; }
    .content-sub .left-col-2 {float:none; width:auto; border-right:0; padding-right:0; }
    .content-sub .right-col-2 {float:none; width:auto; border-top:solid 1px #ddd; padding-top:2%; }
    /*.content-sub iframe {height:auto; }*/

    /*VIDEO CSS IF NOT USING fitvid.js------*/
    /*.video-container iframe,
    .video-container object,
    .video-container embed {
        height: 100%;
    }*/
    .image-left {float:none; width:95%; margin:0; }
    .image-right {float:none; width:95%; margin:0; }
    .caption-img-right { float:none; width:95%; margin:0; }
    .caption-img-left {float:none; width:95%; margin:0; }
    .caption-img-right img, .caption-img-left img  {float:none; width:95%; margin:0;  }
    .m-search input[type="text"] {font-size:120%; border: 0 none; width:75%; padding: 8px 45px 8px 10px; }
    .m-searchradios {
        position:inherit;
        top:inherit;
    }
    .m-radiocontainer {
        width:100%;
    }
    .m-radiocontainer input {
        margin-right: 5px;
    }
    .fullScreen650 {
        width:97.9166666666666667% !important;
        float:none !important;
    }
}


/* Tablet */
@media screen and (max-width: 768px) {
    body p {font-size:90%; }
    header { height:auto; }
    header .logo {margin-top:25px; }
    header section { padding:0 0 12px 0; margin-top:0 !important; }
    /* Header 2 */
    .header2 section nav {position:relative; margin:30px 0 0 0; width:100%; }
    .header2 section nav li a {display:block; float:none; padding:15px; border-bottom:solid 1px rgba(255,255,255,.1);  }
    .header2 section nav li:first-child a {padding-left:15px;}
    .site-title a:hover { padding-bottom:30px }

    body a:hover {text-decoration:none; }
    .desktop-nav {display:none; }
    .cwru-links, header-2 .cwru-links { top:47px !important; width:40%; }
    .mobile-nav-toggle {font-size:120%; }
    .sticky-wrapper { display:none }
    .content, .content-sub { margin-top: 12px;}
    .content-sub .mid-col { border-left:0 }
    .content-sub .left-col { padding-top:4%;padding-right:0;border-bottom:1px solid #eee; }
    .content-sub .right-col { padding:0;padding-top:4%; border-top:1px solid #eee }

    #staffTab .fillSmall { width:100% }

    table { display:none }
    .stacktable { display:table; }
    table.noStack{display:table}

    .staffTabLi {text-align: left;width: 100%;}

    /* Search */
    header .search {display:none; }
    .desktop-nav {box-shadow:none; }
    #global-menu-toggle {background-color:rgba(255,255,255,.1);  font-size:80%; float:right; position:relative; top:0; width: 78px;  background-position: -268px; padding:8px 10px 13px 37px !important; }
    .stacked-logo~#global-menu-toggle { top:0 }
    #global-menu-toggle.active {background-position:10px;right:0 }
    .m-search input[type="text"] {font-size:120%; border: 0 none; width:90%; padding: 12px 45px 12px 10px; }
    .cwru-links { position:relative;   padding:0 !important; margin:0 !important; width:100% !important;right:0;  }
    .cwru-links ul {padding:0; margin:-46px 0 45px 0 !important; display:none; box-shadow: none; }
    .cwru-links li {margin:0; padding:0; list-style-type:none; }
    .cwru-links li a {display:block; font-size:20px; padding:13px 20px;  color:#333; text-decoration:none; border-bottom:solid 1px rgba(153,153,153,.2); }
    .mobile-nav-toggle_smartphone {font-size:135%; }
    .m-search {position:relative; text-align:center; padding:7px 0;}
    .search-btn { position:relative;top:67.3%; right:3%; }
    .site-title { margin-left:0 !important; margin-right:auto;  left:0; right:0; text-align:center; bottom:-24px;position:relative;top:34px  }
    .site-title a {font-size:90% !important; }
    #m-search-option-left { display:inline; }
    #m-search-option-right { display:inline; margin-left:3px; }

    .right-aside {float:none; width:100%; margin:10% 0 0 0;}
    .right-aside p img {max-width:64px; height:auto; float:right; }

    .col-gray-bg .left-col, .col-gray-bg .mid-col, .col-gray-bg .right-col, .col-gray-bg .left-col-img, .col-gray-bg .mid-col-img, .col-gray-bg .right-col-img {float:none; width:auto !important; margin:0; padding-right:0; border-right:0; border-left:0; }
    .col-2-home .left-col  {float:none; width:auto; border-right:0; border-left:0; padding-right:0; }
    .col-2-home .right-col {float:none; width:auto; border-right:0; border-left:0; }


    .staff img {float:none; margin:0 }
    staff div { display:block;  }


    /* Footer */
    footer.columns section { padding-left:15px;padding-right:15px }
    footer section p {display:block; text-align:center; }
    footer section ul {margin:10px 0 0 0; display:block;}
    footer section li { display:block !important; border-bottom:solid 1px #ddd;  }
    footer section li a { float:none; width:100%; display:block; padding:15px 0;  }
    footer.columns .column { width: 100%; float:none; margin-left:0; }
    footer.columns .copyLegal p { width:100%;float: none;text-align:center;margin-left:0;padding-top:15px;font-style:normal }
    footer.columns .tinyMCE { width:100%;padding-right:0;padding-left:0 }
    footer.columns .fig-img { margin:auto; }
    footer.columns .logo {width:100%;margin-top:20px }
    footer.columns .column ul li a {
       /* color:#2a588c; */
        text-decoration: underline;
    }

}

@media screen and (max-width: 1115px) {
    .stacked-h2.stacked-long { font-size:35px;top:82px; }
}
@media screen and (max-width: 1024px) {
    .cwru-links {top:52px; width:30%; }
    .site-title a {font-size:90%; top:0; }
    .stacked-h2.stacked-long { font-size:30px;top:92px; }
}
@media (max-width: 985px) and (min-width: 769px) {
    .callUs h3, .callUs h4{font-size: 100%;}
}
@media screen and (max-width: 945px) {
    .stacked-h2.stacked-long { font-size:25px;top:102px; }
}


@media screen and (max-width: 875px) {
    .stacked-h2.stacked-long { font-size:20px;top:111px; }
}

@media screen and (max-width: 795px) {
    .stacked-h2.stacked-long { font-size:18px;top:116px; }
}

@media screen and (max-width: 769px) {
    .stacked-h2.stacked-long { font-size:32px;top:73px;left:172px }
    .stacked-logo .logo { width:140px; margin-bottom: 25px; }
}

@media screen and (max-width: 712px) {
    .stacked-h2.stacked-long { font-size:27px;top:83px }
}

@media screen and (max-width: 641px) {
    .stacked-h2.stacked-long { font-size:22px;top:93px }
}

@media screen and (max-width: 610px) {
}
@media screen and (max-width: 561px) {
    .stacked-h2.stacked-long { font-size:17px;top:107px }
}

@media screen and (max-width: 446px) {
    .stacked-h2.stacked-long { font-size:12px;top:112px }
}

@media screen and (max-width: 1232px) {
    .desktop-nav li a { padding:19px 17px; font-size:75%; }
    .desktop-nav ul.dropmenu a.toplevel.indicator { background: url(/ech/media/template/admin-dept-1/images/arrow_down.png) no-repeat center 80%; } /* ../images/arrow_down.png */
    .desktop-nav {height:60px; }

}

/* TUNNING */

/* Tablet --Retina display */
@media screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .cwru-links {top:52px; width:30%; }
    .cwru-links ul {margin-top:-5px;}
    .desktop-nav {height:55px; }
}


.backgroundWhite {
    background-color:#fff;
}

.backgroundLightGray {
    background-color:#F6F6F6;
}

.TopHat p, .TopHat h4 {
    padding-left:6px;
    padding-right:6px;
}

.TopHat p {
    padding-bottom:8px;
}
.backgroundBlue {
    background-color:#0a304e;
    color:white;
}

.mid-col, .mid-col-right {
    margin-top:0;
}

div.displayNone~div .mid-col-2 {
    padding-top:5.85%;
}
.one-column div.displayNone~div .row:first-child>div:first-child {
    padding-top:2.8%;
}
div.displayNone~div .mid-col {
    margin-top:3.8%;
}
div.displayNone~div .mid-col-right .row {
    padding-top:4%;
}
.displayNone {
    display:none !important;
    margin:0 !important;
    padding:0 !important;
}

@media screen and (max-width:768px) {
    div.displayNone~div .mid-col .row, div.displayNone~div .mid-col-right .row {
        padding-top:5.8%;
    }
    .one-column div.displayNone~div .row:first-child>div:first-child {
        padding-top:3.55%;
    }
    div.displayNone~div .mid-col-2 {
        padding-top:12%;
    }
}

.one-column div.displayNone~div .row:first-child>div.removeTopPadding {
    padding-top:0;
}

/*.main-col img[align="left"],
.main-col img[style*="float: left"],
.main-col img[style*="float:left"]{
    margin: 0 10px 0 0;
}
.main-col img[align="right"],
.main-col img[style*="float: right"],
.main-col img[style*="float:right"]{
    margin: 0 0 0 10px;
}*/

.doormat~.doormat {
    margin-top:10px;
}
.doormat-p {
    margin:5px 0 0 0;
}
.doormat-image-right {
    float:right;
    margin-right:0;
    margin-left:10px;
    max-width:20%;
}
.doormat-image-left {
    float:left;
    margin-right:10px;
    margin-left:0;
    max-width:20%;
}

.desktop-12 .doormat-image-right, .desktop-12 .doormat-image-left { max-width:10%; }
.desktop-8 .doormat-image-right, .desktop-8 .doormat-image-left { max-width:15%; }
.desktop-6 .doormat-image-right, .desktop-6 .doormat-image-left { max-width:20%; }
.desktop-4 .doormat-image-right, .desktop-4 .doormat-image-left { max-width:30%; }


/* forcing a max of 5 links in standard footer */
.footer-link { display:none; }
.footer-link:first-child, .footer-link:first-child + .footer-link, .footer-link:first-child + .footer-link + .footer-link, .footer-link:first-child + .footer-link + .footer-link + .footer-link, .footer-link:first-child + .footer-link + .footer-link + .footer-link + .footer-link {
    display:inline-block;
}
/*
.footer-link:nth-of-type(1), .footer-link:nth-of-type(2), .footer-link:nth-of-type(3), .footer-link:nth-of-type(4), .footer-link:nth-of-type(5) {
  display:inline-block;
}
*/

.flexslider { margin-bottom:75px !important; }
.top-feature .flexslider { margin-bottom:50px !important }

.displayNone~div .right-col { margin-top: 12%;padding-top: 0; }

/* Image caption in general content */
.fig-img- { margin:0;display: inline-block }
.fig-img { display:inline-block;max-width:100% }
.fig-img-left, .fig-img-Left { float:left;margin:0 40px 15px 0 }
.fig-img-right, .fig-img-Right { float:right;margin:0 0 15px 40px }
.fig-img- .fig-img-caption, .fig-img-left .fig-img-caption, .fig-img-right .fig-img-caption { background-color:#ddd;padding:10px 15px 15px 15px;display:block; }
/* fix for social images */
.social .fig-img, #social .fig-img { display:inline-block; }

.panel-body p { margin:0 }

/* centering text */
.center {text-align:center;}

#center-slideshow {
    float:none;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}
/* Bootstrap tables (removed none table selectors) */

/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;

}
th {
    text-align: left;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
table table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}
table > thead > tr > .table-element-active,
table > tbody > tr > .table-element-active,
table > tfoot > tr > .table-element-active,
table > thead > .table-element-active > td,
table > tbody > .table-element-active > td,
table > tfoot > .table-element-active > td,
table > thead > .table-element-active > th,
table > tbody > .table-element-active > th,
table > tfoot > .table-element-active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > .table-element-active:hover,
.table-hover > tbody > .table-element-active:hover > td,
.table-hover > tbody > .table-element-active:hover > th {
    background-color: #e8e8e8;
}
table > thead > tr > .table-element-success,
table > tbody > tr > .table-element-success,
table > tfoot > tr > .table-element-success,
table > thead > .table-element-success > td,
table > tbody > .table-element-success > td,
table > tfoot > .table-element-success > td,
table > thead > .table-element-success > th,
table > tbody > .table-element-success > th,
table > tfoot > .table-element-success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > .table-element-success:hover,
.table-hover > tbody > .table-element-success:hover > td,
.table-hover > tbody > .table-element-success:hover > th {
    background-color: #d0e9c6;
}
table > thead > tr > .table-element-danger,
table > tbody > tr > .table-element-danger,
table > tfoot > tr > .table-element-danger,
table > thead > .table-element-danger > td,
table > tbody > .table-element-danger > td,
table > tfoot > .table-element-danger > td,
table > thead > .table-element-danger > th,
table > tbody > .table-element-danger > th,
table > tfoot > .table-element-danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > .table-element-danger:hover,
.table-hover > tbody > .table-element-danger:hover > td,
.table-hover > tbody > .table-element-danger:hover > th {
    background-color: #ebcccc;
}
table > thead > tr > .table-element-warning,
table > tbody > tr > .table-element-warning,
table > tfoot > tr > .table-element-warning,
table > thead > .table-element-warning > td,
table > tbody > .table-element-warning > td,
table > tfoot > .table-element-warning > td,
table > thead > .table-element-warning > th,
table > tbody > .table-element-warning > th,
table > tfoot > .table-element-warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > .table-element-warning:hover,
.table-hover > tbody > .table-element-warning:hover > td,
.table-hover > tbody > .table-element-warning:hover > th {
    background-color: #faf2cc;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > table {
        margin-bottom: 0;
    }
    .table-responsive > table > thead > tr > th,
    .table-responsive > table > tbody > tr > th,
    .table-responsive > table > tfoot > tr > th,
    .table-responsive > table > thead > tr > td,
    .table-responsive > table > tbody > tr > td,
    .table-responsive > table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
/* end Bootstrap tables */

/*datatabledisplay properties - added 9/2/14 - djb162 */

.datatabledisplay  .reference-anchor {background:white; color:black; font-style: italic;}

.datatabledisplay .row-header {background:#f2f2f2; color:#0a304e;}

/* Zebra striping */

.datatabledisplay tr:nth-of-type(even) { background: #ddd;  }

.datatabledisplay  tr:nth-of-type(odd) { background: #bbb; }

.datatabledisplay th {  background:#0a304e;font-weight:normal; color:#fff;font-size:1.1em; }

.datatabledisplay td  {padding: 5px; margin:0;}

.datatabledisplay td, th {text-align: center; }

/* Bootstrap Modal */

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}


.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus{color:#333;text-decoration:none}
.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}

.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}
.collapse{display:none}.collapse.in{display:block}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}

button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
.clearfix:before,.clearfix:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}
.clearfix:after,.modal-footer:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}
.pull-right{float:right !important}
.pull-left{float:left !important}
.hide{display:none !important}
.show{display:block !important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.hidden{display:none !important;visibility:hidden !important}
.affix{position:fixed}
.modal-open{overflow:hidden}
.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}
.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:none}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.428571429}
.modal-body{position:relative;padding:20px}
.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
@media (min-width:769px){.modal-dialog{width:600px;margin:30px auto} .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)} .modal-sm{width:300px} .modal-lg{width:900px}}

/* end Bootstrap Modal */

/* Bootstrap responsive */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:none}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}

@media (min-width:769px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}

@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}

@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}
/* bootstraps responsive */

.right { float:right }
.contained { padding-right:0;padding-left:0}
.row, footer, .container, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, footer.columns li a {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;*behavior:(/ech/media/template/admin-dept-1/css/boxsizing.htc)}

/* htag fix */

h1.offscreen
{
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.page-name>h2{
    border-bottom: solid 1px #eee;
    font-weight: 400;
    font-size: 32px !important;
    padding: 28px 0 20px 0;
    display: block;
}


@media screen and (max-width: 650px) {
    .page-name>h2{
        font-size: 80% !important;
    }
}


/* search form legend fix for accessibility */
  div.radiocontainer>fieldset>legend {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* search form label fix for accessibility */
label[for="Search"] {
     position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Admissions fix */
div.bluecircle>div>h3 {
    color: #fff;
}

/* Top-Level Site Title Fix */
div.site-title>a:hover {
    color: #fff;
}

/* hr fix for accessibility */
.hrfix {
    border: 1px solid #eee;
    border-bottom: none;
}

/* Skip to main content for accessibility */
a.screen-reader-shortcut{left:5%;position:absolute;top:-99px}a.screen-reader-shortcut:focus{background-color:#fff;color:#2a588c;font-weight:800;font-size:100%;top:5%;padding: 1%;text-align:center;width:12%;left:40%;z-index:9999}

@media print {  
    .sticky-wrapper{display:none;}
    header {display: none;}
    #content {display:none;}
    #comments {display:none;}
    sidebar {display:none;}
    footer {display:none;}
    img {max-width: 70% !important;
    }
    tr, img { page-break-inside: avoid; 
    }
    a img {max-width: 100% !important; 
           page-break-inside: avoid;
    }
    site-description {display:none;}
    site-title {display:none;}
    a:link, a:visited, a:link:after,a:visited:after {
        color: #00c;
        font-weight: bold;
        text-decoration: underline; }
    content a:link:after, content a:visited:after {
        content: " (" attr(href) ") ";

    }
    .mobile-nav-toggle{display:none;}
    .mobile-nav-toggle_smartphone{display:none;}

    #search{display:none;}
    #global-menu-toggle{display:none;}
    .cwru-links{display:none;}
    .logo{display:block;}
    .staff{max-width: 100% !important; 
           page-break-inside: avoid;
           display:block;}

    body {
        background: none repeat scroll 0 0 #fff;
        color: #000;
        /* font-family: Arial,Georgia,serif; */
        line-height: 1.2;
        width: 100%;
        margin: 0;
    }
    p, table, ul, ol, dl, blockquote, pre, code, form {
        margin: 0;
        width: 100%;
        font-size: .9em;
    }
    .container:before {
        /*border: 1px solid #ccc;
        content: "Site Configuration"; 
        display: block;
        font-style: italic;
         font-size: .8em;
        margin: 0;
        padding: 2px 3px;
        */   
    }
    h1 {
        font-size: 1.8em;

        font-weight: normal;
        margin: 0 0 0.5em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
        page-break-after: avoid;
    }
    h2 {
        font-size: 1.6em;
        font-weight: normal;
        margin: 0 0 0.5em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
        page-break-after: avoid;
    }
    h3 {
        font-size: 1.4em;
        font-weight: normal;
        margin: 0 0 0.5em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
        page-break-after: avoid;
    }
    h4 {
        font-size: 1.2em;
        font-weight: normal;
        margin: 0 0 0.5em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
        page-break-after: avoid;
    }
    h5 {
        font-size: 1em;
        font-weight: normal;
        margin: 0 0 0.5em;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
        page-break-after: avoid;
    }
    footerLinks, copyLegal{display:none;}

    a:link:after, a:visited:after {
        content: " (" attr(href) ") ";
        font-size: 70%;
        text-decoration: none;
        color:#0066CC;
    }
    .doormat-image-right{display:none;}   
    .doormat-image-left{display:none;}
    .mid-col-right{float:left;} .main-col{float:left;}
    .right-col{padding:0 0 0 0;, margin:0 0 0 0;}
    .left-col{float:none;, padding:0 0 0 0;, margin:0 0 0 0;}
    .flexslider{display:none;}
    .breadcrumb {display:none;}
    .sidebar-menu{display:none;}
    .mid-col{width:100%;}
    .desktop-nav{display:none;}
    .fb-page{display:none;}
    .fb_iframe_widget{display:none;}
    .featureTweet{display:none;}
    .col-xs-12, .col-sm-6, .col-md-6, .col-lg-6{width:100%;}
    iframe {display: none;}
    .fb-reset{display:none;}
    #fb-page{display:none;} 
    #fb-root{display:none;}
    hr{display:none;}
}