@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i');
@import url("custom/css/jquery.jscrollpane.css");

/*****RESET*****/
@import url("custom/css/reset.css");
.home *, header *, footer * { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust:none; }
html, body { width: 100%; font-size: 16px; color: #363636; font-family: 'Cabin', sans-serif;; background: #ffffff; }
p { line-height: 23px; color: #363636; font-size: 16px; }
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
.wrapper { max-width: 1360px; position: relative; margin: auto; }

*::-webkit-input-placeholder{opacity:1;color: #888; } 
*::-moz-placeholder{opacity:1;color: #888; } 
*:-ms-input-placeholder{opacity:1;color: #888; }

/*****GENERAL*****/
a{color:#002b54; text-decoration:none; font-weight:bold; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; }
a:hover{text-decoration:underline;}
/* ul { list-style: none; margin: 0px; } */
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: Arial; transition: all 0.3s; -webkit-transition: all 0.3s; }
input:focus, textarea:focus { outline: none; }
p{ padding-bottom:20px; font-size:14px; line-height:24px; color:#000000;}
p a{color:#6a727a;}
h1{font-size:66px; line-height:70px; color:#474c51;}
h2{font-size:21px; line-height:28px; color:#474c51; font-weight: 700; }
h3{font-size:19px; line-height:24px; color:#002b54; font-weight: 700; }
h4{font-size:15px; line-height:20px; color:#363636; text-transform: uppercase; font-weight: 700; }
h5{ margin-bottom: 23px; font-size:15px; line-height:20px; color:#00162b; text-transform: uppercase; font-weight: 700; }
h6{font-size:14px; line-height:18px;color:#002b54; padding-bottom:7px;}
.alignright{ float:right; margin:0 0 10px 10px; }
.alignleft{ float:left; margin: 5px 20px 10px 0; }

[href^="tel"] { cursor: default; }
[href^="tel"]:hover { text-decoration: none !important; }

#back-to-top { position: fixed; bottom: 40px; display: none; right: 15px; z-index: -1; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #002b54 url(custom/images/top_btn.png) center center no-repeat; }
#back-to-top.show { opacity: 0.8; z-index: 9999; }
#back-to-top.show:hover { opacity: 1; }

blockquote { padding: 0 38px; position: relative; margin-top: 10px; margin-bottom: 35px; overflow: hidden; }
blockquote p, blockquote h1, blockquote h2, blockquote h3,blockquote h4,blockquote h5,blockquote h6 { padding: 36px 15px 35px;  color: #474c51; font-weight: 700; font-size: 23px; line-height: 31px; letter-spacing: 2px; border-bottom: 1px solid #d4d4d4; border-top: 1px solid #d4d4d4; text-transform: uppercase;}


/****main_sec****/
#main_sec { width: 100%; min-height: 100%; position: relative; margin: 0 auto; overflow: hidden; }

#left-part { width: 315px; float: left; }
#right-part { margin-left: 315px; overflow: hidden; }
.fixed { width: 315px; position: fixed; z-index: 999; top: 0; height: 100%; background: #ffffff; }

.fixed:hover > header{ display: block !important; opacity: 1.0 !important;}

/**** HEADER ****/
header { width: 100%; float: left; position: relative; opacity:1!important;}

	#logo { padding: 57px 0 10px 40px; width: 85%; text-align: center; }
	#logo img { display: inline-block; }

header .bottom { padding-left: 40px; margin-bottom: 40px; width: 100%; overflow: hidden; }	
header .social { margin-bottom: 22px; width: 100%; overflow: hidden; }
header .social li { margin: 0 3px; display: inline-block;}
header .social li a { display: block; transition: none; color: #002b54; font-size: 25px;}
header .social li a:hover { text-decoration: none; color:#00162b; }

header .social li a svg{ width: 30px; height: 25px; fill: #002b54; background: #ffffff;  border-radius: 50%; margin-bottom: -2px;}
header .social li a:hover svg{ fill: #00162b;}

header .search {  }
header .search .fa-search{display: none;}
header .search a:hover { text-decoration: none; color: #ffffff; background: #002b54; }
header .search input[type=text]{ padding: 2px 30px; color: #002b54; font-size: 14px; line-height: 23px; border: 2px solid #002b54; letter-spacing: 0.7px; border-radius: 18px; display: inline-block; font-weight: 600; max-width: 70%;}
header .search input[type=text]::placeholder{ color: #002b54;}
header .search fieldset {border:none;}
#menu li.has_children_1 .expander{
	transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg); /* IE 9 */
  -webkit-transform: rotateX(-180deg); /* Safari and Chrome */
}
#menu li.has_children_1 .expander.expanded{
	transform: rotateX(0deg);
  -ms-transform: rotateX(0deg); /* IE 9 */
  -webkit-transform: rotateX(0deg); /* Safari and Chrome */
}

/**** FOOTER ****/
footer { width: 100%; float: left; position: relative; z-index: 9999; background: #f6f6f6; }
footer .wrapper { max-width: 1285px; }

/**** footer-bar ****/
.footer-bar { padding: 63px 0 50px; width: 100%; float: left; position: relative; }
.footer-bar .left { width: 740px; float: left; }
.footer-bar #footer-logo { margin-bottom: 55px; width: 100%; float: left; }
.footer-bar #footer-logo img { width: 250px; }
.footer-bar address { margin-left: 50px; margin-right: 55px; width: 200px; font-size: 17px; line-height: 25px; letter-spacing: 0.5px; font-style: normal; color: #999999; font-weight: 500; float: left; }
.footer-bar .left span { float: left; font-size: 17px; line-height: 25px; color: #999999; font-weight: 500; letter-spacing: 0.6px; }
.footer-bar [href^="tel"] { color: #999999;  }
.footer-bar [href^="mailto"] { color: #999999;  }
/**** copyright-bar ****/
.copyright-bar { width: 100%; float: left; }
.copyright-bar span { float: left; font-size: 15px; line-height: 28px; color: #999999; display: inline-block; font-style: italic; }
.copyright-bar span.right { float: right; }
.copyright-bar span.middle {margin-left: 30%;}
.copyright-bar .wrapper { padding: 35px 0 25px; overflow: hidden; border-top: 3px solid #f3f3f3; }

/****INSIDE PAGE****/
#main_container { padding-bottom: 60px; width: 100%; float: left; background: #ffffff url(custom/images/inner_bg.jpg) right bottom no-repeat; }
#main_container p a { font-weight: bold; }
#main_container p a:hover { text-decoration: underline; }
#main_container .pull-right { margin: 0 0 20px 40px; }
hr { margin: 3px 0 38px; border: none; border-bottom: 1px solid #c3b9b5; }
.middle_column { display: block; width: 100%; }
#main_container.two_column.w_left .middle_column { width: 70.4%; display: inline-block; }
#main_container.two_column.w_left .right_column { width: 24.7%; float: right; margin-top: -54px; margin-right: 22px; }
#main_container.two_column.w_right .middle_column { width: 70.4%; display: inline-block; }
#main_container.two_column.w_right .right_column { width: 24.7%; float: right; margin-top: -54px; margin-right: 22px; }
h3.toolhead { padding: 14px 20px 14px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.9px; background: #6a727a; }
.right_per_detail { padding-bottom: 40px; width: 100%; overflow: hidden; background: #f0f0f0; margin-bottom: 40px; border-bottom: 9px solid #002b54; }
.right_content { padding: 20px 20px 0; }
#main_container { width: 99%; min-height: 350px;}

.middle_column ul{ list-style: disc; padding: 20px; margin-left: 25px; font-size:14px; line-height: 150%; display: inline-block;}
.middle_column ol{ list-style: decimal; padding: 20px; margin-left: 25px; font-size:14px; line-height: 150%; display: inline-block;}
.middle_column .calendar_options .category{ display: none; list-style: none;}

.middle_column h3.toolhead{margin-bottom: 30px;}

.right_content h3 { color: #00162b; }
.right_content blockquote { padding: 0; margin-bottom: 30px; }
.right_content blockquote h4 { border: 0; padding: 0; }

.right_content ul{ list-style: disc; padding: 20px; margin-left: 25px; font-size:14px; line-height: 150%; display: inline-block;}
.right_content ol{ list-style: decimal; padding: 20px; margin-left: 25px; font-size:14px; line-height: 150%; display: inline-block;}

.nav-drop { display: none; }

/****BANNER****/
#banner { width: 100%; position: relative; background-position: center top; background-repeat: no-repeat; background-size: cover; float: left;}
.banner-img{ z-index: 1; width: 100%; height: 100%; position: relative; float: left;}
.banner-img img{ width: 100%; height: auto;}
#banner .mission-overlay{ position: absolute; width: 100%; height: 100%; background-color: rgba(4,61,69,0.4); z-index:2; top:0px; }

#page_heading { display: none; width: 100%; position: absolute; text-align: center; z-index:3;}
#page_heading h1 { color: #ffffff; letter-spacing: 0.9px; font-weight: 700; display: table-cell; vertical-align: middle;}
.no_banner #page_heading h1 { color: #ffffff; }
#banner.no_banner { min-height: 270px; background: #002b54; }
#banner.no_banner #page_heading { padding: 100px 20px 28px;}
#banner.no_banner { overflow: hidden; position: relative; }
#banner.no_banner:before { content: ""; position: absolute; right: 95px; top: 10px; width: 488px; height: 506px; background: url(custom/images/banner-strip.png) no-repeat; background-size: 40%; }

/****breadcrumbs****/
#breadcrumbs { padding: 10px 0 0px; margin-top: 3px; margin-bottom: 24px; overflow: hidden; width: 100%; float: left; letter-spacing: 1px; position: relative; }
#breadcrumbs a { display: inline-block; color: #8d97a1; font-size: 15px; line-height: 40px; font-weight: 500;  }
#breadcrumbs span.breadcrumb_divide { padding: 0 2px; display: inline-block; color: #a3a3a3; font-size: 15px; line-height: 40px; }
#breadcrumbs span.last { font-size: 16px; font-weight: 500; color: #002b54; }
#breadcrumbs a:hover, #breadcrumbs a:last-child { color: #002b54; text-decoration: none; }

/*****HOME PAGE*****/

/**** HOME PAGE FIXES FOR LISTS ***/
.callout-bar ul, .news-bar ul, .event-bar .pager1 ul, .image-bar ul, footer ul { list-style: none; margin: 0px; list-style: none; padding: 0px; }
.news-bar ul li, .pager1 ul li, .image-bar ul li, footer ul li,.event-bar .pager1 li{ padding: 0px; margin: 0px; list-style: none;}

.news-bar .text{ width: auto;}
.news-bar a.btn{ width: auto;}

/*****SLIDER-BAR*****/
.slider-bar { width: 100%; float: left; position: relative; z-index: 9; text-align: center;}
.slider-bar .slide { width: 100%; float: left; position: relative; }
.slider-bar .slide img{ width: 100%; position: relative; float: left; z-index: 1;}
.slider-bar .caption { display: none; z-index: 3; position: absolute; width: 100%; text-align: center;}
.slider-bar .pager { width: 100%; left: 0; bottom: 30px; position: absolute; z-index: 9999; text-align: center; vertical-align: top; }
.slider-bar .pager span { display: inline-block; margin: 0 5px; width: 8px; height: 8px; border-radius: 50%; cursor: pointer; text-indent: -9999px; background: rgba(255,255,255,0.55); }
.slider-bar .pager span.cycle-pager-active { position: relative; background: #ffffff; }
.slider-bar .btn { padding: 9px 58px; text-align: center; color: #ffffff; font-size: 14px; line-height: 25px; border-radius: 30px; border-bottom: 1px solid #767676; display: inline-block; background: #002b54; }
.slider-bar .btn:hover { text-decoration: none; color: #6a727a; }
.slider-bar h2 { margin-bottom: 12px; color: #ffffff; font-size: 66px; line-height: 70px; }
.slider-bar .caption span {  margin:0 auto; margin-bottom: 25px; line-height: 23px; color: #ffffff; display: block; max-width: 500px;}
.slider-bar .text { width: 585px; margin: auto; display: table-cell; vertical-align: middle;}
.slider-bar .slide-overlay{ position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); z-index: 2;}

#single_video_header{ width: 100%; height: auto;}

/****callout bar****/
.callout-bar { width: 100%; float: left; border-top: 6px solid #ffffff; }
.callout-bar ul { margin: 0 -3px; }
.callout-bar li { padding: 0 3px; width: 25%; float: left; text-align: center; }
.callout-bar li a { width: 100%; height: 167px; display: table; color: #ffffff; font-size: 24px; line-height: 30px; font-weight: 700; text-transform: uppercase; border-bottom: 10px solid #002b54; background: #002b54; }
.callout-bar li span { vertical-align: middle; display: table-cell; padding: 0px 20px;}
.callout-bar li:nth-child(2) a { background: #6a727a; border-bottom: 10px solid #6a727a; }
.callout-bar li:nth-child(3) a { background: #00162b; border-bottom: 10px solid #00162b; }
.callout-bar li:nth-child(4) a { background: #474c51; border-bottom: 10px solid #474c51; }
.callout-bar li a:hover { text-decoration: none; }
.callout-bar li:first-child a:hover { border-bottom: 10px solid #00162b; }
.callout-bar li:nth-child(2) a:hover { border-bottom: 10px solid #474c51; }
.callout-bar li:nth-child(3) a:hover { border-bottom: 10px solid #002b54; }
.callout-bar li:nth-child(4) a:hover { border-bottom: 10px solid #6a727a; }

/****Section 1 - News/Blog bar****/
.news-bar { padding: 85px 0 80px; width: 100%; float: left; position: relative; }
.news-bar .grid { position: absolute; right: 25px; top: 100px; }
.news-bar .grid a { width: 25px; height: 24px; display: block; transition: none; background: url(custom/images/grid-img.png) no-repeat top center; }
.news-bar .grid a:hover { background-position: bottom center; }
.news-bar h2 { padding-left: 20px; margin-bottom: 60px; font-size: 56px; line-height: 59px; color: #474c51; }
.news-bar .row { padding-right: 22px; margin: 0 -18px; text-align: center; }
.news-bar .full { width: 100%; overflow: hidden; float: left; min-height: 380px; float: left; position: relative; cursor: pointer; background: #f0f0f0;  }
.news-bar .box { padding: 0 18px; width: 25%; float: left; }
.news-bar .full:hover { box-shadow: 4px 8px 6px rgba(0,0,0,0.1); -webkit-box-shadow: 4px 8px 6px rgba(0,0,0,0.1); }
.news-bar .image { width: 100%; }
.news-bar .image img{width: 100%; max-width: 100%; height: auto;}
.news-bar .image img.announce_img{width: auto; max-width: 100%; height: auto; margin: 0 auto; padding-top: 25px;}
.news-bar .announce_noimage_spacer{ width: 100%; display: block; height: 25px;}
.news-bar a.btn { padding: 9px 58px; width: 187px; text-align: center; color: #ffffff; font-size: 14px; line-height: 25px; border-radius: 30px; border-bottom: 1px solid #767676; display: inline-block; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); bottom: 25px; background: #002b54; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; }
.news-bar .box:hover a.btn { color: #ffffff; background: #003c46;}
.news-bar a.btn:hover { text-decoration: none; }
.news-bar .box span { margin-bottom: 15px; color: #878787; font-size: 12px; line-height: 25px; text-transform: uppercase; font-weight: 700; display: block; }
.news-bar h3 { margin-bottom: 8px; font-size: 26px; line-height: 27px; color: #002b54; font-weight: 700; letter-spacing: 2px; }
.news-bar p { font-size: 15px; line-height: 21px; color: #514d4f; }
.news-bar .text { padding: 7px 18px; width: 100%; overflow: hidden; }

ul.news-list li, ul.news-list-right li{ border-bottom: 2px solid #d4d4d4; padding-bottom: 10px; margin-bottom: 25px;}

/** Blog Option ***/

.box.blog{ width: 50%;}
.blog-image{width: 50%; padding: 0px; margin:0 auto; float: left;}
.blog-content{ padding: 7px 18px; width: 50%; float: left; display: table; text-align: left;}
.blog-content.no-photo{ width: 100%; margin: 0 auto;}
.blog-text{ display: table-cell; vertical-align: middle;}

.news-bar .box.blog a.btn{position: relative; margin: 0 auto; margin-top: 25px; transform: initial !important; left: auto; bottom: auto; display: block; text-align: center;}

/****Section 2 - Event/Video bar****/
.event-bar { padding: 42px 2px 65px; margin-bottom: 60px; width: 100%; float: left; position: relative; background: #f6f6f6; }
.event-bar h2 { padding-left: 20px; margin-bottom: 10px; font-size: 56px; line-height: 59px; color: #474c51; }
.event-bar .grid { position: absolute; right: 25px; top: 70px; }
.event-bar .grid a { width: 25px; height: 24px; display: block; transition: none; background: url(custom/images/grid-img.png) no-repeat top center; }
.event-bar .grid a:hover { background-position: bottom center; }
.event-bar .column { margin: 0 30px 32px; width: 43%; float: left; height: 150px;}
.event-bar .text { width: 270px; float: left; }
.event-bar .date { margin-right: 16px; width: 115px; float: left; border-radius: 50%; background: #002b54;}
.event-bar .date span { width: 100%; height: 115px; display: block; font-size: 56px; padding-top: 22px; font-weight: 700; color: #ffffff; text-align: center; }
.event-bar .date span small{ display: block; font-size: 16px; line-height: 100%;}
.event-bar p { font-weight: 500; font-size: 17px; line-height: 23px; color: #828282; }
.event-bar h3 { padding: 7px 0; font-size: 22px; line-height: 30px; white-space: pre-wrap; }
.event-bar h3 a { color: #003c46; }
.event-bar .time { padding-left: 22px; color: #878787; font-size: 15px; line-height: 27px; font-weight: 500; background:url(custom/images/watch.png) no-repeat left center; }
.event-bar .row { padding: 0 35px; max-width: 1529px; overflow: hidden; }

.event-bar .pagination { position: absolute; right: 100px; top: 75px; }
.event-bar .pagination .left a { float: left; background: url(custom/images/left-arrow.png) no-repeat left center; }
.event-bar .pagination .right a { float: right; background: url(custom/images/right-arrow.png) no-repeat left center; }
.event-bar .pagination .left a, .event-bar .pagination .right a { width: 12px; height: 16px; display: inline-block; }
.event-bar .pagination .center { padding: 0 44px; color: #00162b; font-size: 17px; font-weight: 700; }

.event-bar .pager1 { width: auto; right: 0; bottom: 0; position: absolute; z-index: 9998; text-align: center; vertical-align: top; }
.event-bar .pager1 li { float: left; }
.event-bar .pager1 li a { display: inline-block; margin: 0 2px; width: 25px; height: 25px; text-align: center; border-radius: 50%; cursor: pointer; color: #5a7e90; line-height: 25px; }
.event-bar .pager1 li.cycle-pager-active a { color: #ffffff; position: relative; background: #474c51; }
.event-bar .pager1 li a:hover { color: #ffffff; background: #474c51; }
.event-bar .pager1 li a:hover { text-decoration: none; }
.event-bar a.arrow { margin-top: 25px; display: inline-block; }
.event-bar .news-slideshow { width: 1000000px;  }
.event-bar .full {  width: 765px; overflow: hidden; }
.event-bar .event-slideshow { padding-bottom: 55px; float: left;}
.event-bar .event-slide { /*width: 985px;*/ }

/*** Video Option ****/
.video_box {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video_box iframe,
.video_box object,
.video_box embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.home-video{ float: left; width: 75%; }
.video-text-content{float: left; width: 25%; display: table; }
.video-text{display: table-cell; vertical-align: middle; padding: 0px 20px; text-align: left;}
.video-text h3{ color: #474c51;}

/****image bar****/
.image-bar { margin-bottom: 70px; width: 100%; float: left; }
.image-bar ul { margin: 0 -12px; }
.image-bar li { padding: 0 8px!important; width: 25%; float: left; }
.image-bar li:last-child { margin-right: 0; }
.image-bar h2 { padding-left: 20px; margin-bottom: 45px; font-size: 56px; line-height: 59px; color: #474c51; }
.image-bar li img { transition: all 1s; -webkit-transition: all 1s; width: 100%; }
.image-bar li span { width: 100%; display: block; height: 100%; box-shadow: 2px 4px 8px rgba(0,0,0,0.2); }

/****mission bar****/
.mission-bar { /*padding: 72px 160px;*/ width: 100%; float: left; text-align: center; position: relative; display: table; overflow: hidden;}
.mission_image{ width: 100%; position: absolute; z-index: 1; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); height: 100%;}
/*.mission_image img{ width: 100%; height: auto; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ /*filter: grayscale(100%);}*/
.mission-overlay{ position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); z-index:2; }
.mission-content{ padding: 8% 160px; display: table-cell; vertical-align: middle; z-index: 3; position: relative;}
.mission-bar h3 { margin-bottom: 53px; font-size: 26px; font-weight: 700; text-transform: uppercase; color: #00162b; letter-spacing: 2px; display: inline-block; position: relative; }
.mission-bar h3 a { color: #eceeee; line-height: 53px; position: relative; display: block; }
.mission-bar h3 a:hover { color: #eceeee; text-decoration: none; }
.mission-bar h3 a:after { content: ""; position: absolute; bottom: -8px; width: 45px; height: 5px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; background: #ffffff; }
.mission-bar h3 a:hover:after { background: #002b54; }
.mission-bar h4 { margin-bottom: 45px; font-size: 41px; line-height: 53px; font-weight: 700; color: #ffffff; text-transform: none; }
.mission-bar a.btn { padding: 9px 43px; text-align: center; color: #ffffff; font-size: 14px; line-height: 25px; border-radius: 30px; border-bottom: 1px solid #002b54; display: inline-block; background: #002b54; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; }
.mission-bar a.btn:hover { color: #ffffff; text-decoration: none; background: #474c51; }


/**** TOOL FIXES *****/

.calendar_grid_day{
	  font-size: 10px !important;
	  font-size:0.625rem !important;
 }
 .detail_minical .calendar_grid .calendar_grid_headings th{
	  font-size: 0.875rem !important;
 }
 .calendar_grid td{
	  padding: 0rem !important;
 }
 
 .with_both .detail_facultylist .staff_sec tr td.dir-link {float:right; }
 
 .detail_profiles .staff_header .profile ul li a {color: #ffffff;}
 
.middle_column a#content-start {line-height: 200px;}
.backlink {}
.overlay {display:table;}
.detail_minical .calendar_center {position:relative; left: 50%;}
.mejs-container .mejs-inner .mejs-controls {display:none!important;}
/****ENHANCEMENT****/
.accred {float:left; width: 100%; margin-top: 5%;}
.accred img{padding-right: 20px; display: inline-block;}

/* SM 3.0 CSS */
.tool_content {font-family: 'Cabin', sans-serif;}
.sm3_header_right .account_info a{ font-weight: 500;}


/********** MEDIA QUERIES **********/


@media only screen and (max-width: 1950px) {
	.news-bar .full{ min-height: 450px;}
}

@media only screen and (max-width: 1800px) {
	.event-bar .row {  }
}



@media only screen and (max-width: 1399px) {

	h1 { font-size: 55px; line-height: 60px; }

	.slider-bar .slide {}

	.callout-bar li a { height: 140px; }

	.news-bar h2 { margin-bottom: 50px; font-size: 42px; line-height: 48px; }
	.news-bar h3 { font-size: 23px; line-height: 25px; }
	.news-bar a.btn { padding: 9px 30px; }
	.news-bar { padding: 65px 0 68px; }

	.event-bar h2 { margin-bottom: 50px; font-size: 42px; line-height: 48px; }
	.event-bar .date span { height: 100px; font-size: 48px; line-height: 100% !important; }
	.event-bar .date { width: 100px; }
	.event-bar h3 { font-size: 18px; line-height: 26px; }
	.event-bar .pagination .center { padding: 0 30px; }
	.event-bar p { font-size: 14px; line-height: 18px; }

	.slider-bar h2 { font-size: 55px; line-height: 60px; }

	#left-part { width: 300px; }
	.fixed { width: 300px; }
	#right-part { margin-left: 315px; }

	.image-bar h2 { font-size: 42px; line-height: 48px; }

	.mission-bar { /*padding: 70px 95px; min-height: 510px;*/ }
	.mission-bar h4 { font-size: 35px; line-height: 45px; }
	.mission-bar h4 { margin-bottom: 30px; }

	.footer-bar { padding: 50px 0 60px; }
	.footer-bar .left { width: 55%; }
	.footer-bar .f-navigation li { margin-bottom: 20px; }

	.copyright-bar .wrapper { padding: 25px 15px 20px; }

	#page_heading { }
	#banner {  }


}

@media only screen and (max-width: 1365px) {

	#left-part { width: 290px; }
	.fixed { width: 290px; }
	#right-part { margin-left: 290px; }

	.wrapper { padding: 0 15px; }

	.news-bar .box { padding: 0 10px; }
	.news-bar .row { margin: 0 -10px; }
	.news-bar a.btn { width: 170px; }
	.news-bar h3 { font-size: 20px; line-height: 23px; }
	.news-bar h2 { margin-bottom: 40px; font-size: 38px; line-height: 40px; }
	.news-bar .grid { top: 75px; }

	.callout-bar li a { font-size: 22px; line-height: 26px; }

	.event-bar h2 { margin-bottom: 46px; font-size: 38px; line-height: 40px; }
	.event-bar .grid { top: 60px; }
	.event-bar .pagination { top: 60px; }
	.event-bar .date { width: 85px; }
	.event-bar .date span { height: 85px; font-size: 40px; padding-top: 17px; }
	.event-bar .column { margin: 0 15px 28px; width: 45%; }
	.event-bar { margin-bottom: 45px; }
	.event-bar .row { }

	.image-bar h2 { font-size: 38px; line-height: 40px; } 

	.mission-bar h4 { font-size: 30px; line-height: 38px; }
	.mission-bar { /*padding: 60px 85px; min-height: 480px; */}


	.copyright-bar span { font-size: 14px; line-height: 25px; }
	.copyright-bar .wrapper { padding: 21px 15px 18px; }
	.copyright-bar span.right { margin-top: 7px; }

	blockquote h4 { font-size: 20px; line-height: 28px; }
	.right_content { padding: 18px 15px 0; }


}

@media only screen and (max-width: 1279px) {

	h1 { font-size: 46px; line-height: 56px; }

	header .bottom { padding-left: 26px; }


	#left-part { width: 245px; }
	.fixed { width: 245px; }
	#right-part { margin-left: 245px; }

	#logo { padding: 30px 0 25px; }
	#logo img { width: 160px; }

	.slider-bar .slide { }
	.slider-bar h2 { font-size: 50px; line-height: 55px; }
	.slider-bar .btn { padding: 8px 50px; }

	.callout-bar li a { font-size: 20px; line-height: 25px; }
	.callout-bar li a { height: 118px; }

	.news-bar .text { padding: 7px 14px; }
	.news-bar h3 { font-size: 19px; line-height: 23px; }
	.news-bar a.btn { padding: 6px 24px; width: 139px; }
	.news-bar { padding: 62px 0 50px; }

	.image-bar li { padding: 0 8px; }
	.image-bar ul { margin: 0 -8px; }
	.image-bar { margin-bottom: 48px; }

	.event-bar .event-slide { /*width: 695px;*/ }
	.event-bar .row { padding: 0 23px; }
	.event-bar .text { width: 66%; }
	.event-bar .row {  }

	.mission-bar { /*padding: 60px 33px; min-height: 420px; */}
	.mission-bar h3 { margin-bottom: 38px; font-size: 24px; line-height: 51px; }

	#banner { }
	#page_heading { }
	#main_container.two_column.w_left .right_column { margin-right: 15px; width: 28%; }
	#main_container.two_column.w_left .middle_column { width: 67%; }
	#main_container.two_column.w_right .right_column { margin-right: 15px; width: 28%; }
	#main_container.two_column.w_right .middle_column { width: 67%; }
	#banner.no_banner { min-height: 248px; }
	#banner.no_banner #page_heading { padding: 96px 20px 28px; }
	.copyright-bar span.middle {margin-left: 25%;}

}

@media only screen and (max-width: 1050px) {
	.mission-content{ padding: 0px 10%;}
	.mission-bar h4{font-size: 26px;}
}


@media only screen and (max-width: 1023px) {

	h1 { font-size: 42px; line-height: 50px; }

	#left-part { width: 199px; }
	.fixed { width: 199px; }
	#right-part { margin-left: 199px; }

	header .bottom { padding-left: 6px; }
	#logo img { width: 200px; }
	#logo { padding: 22px 0; }

	.slider-bar .slide {  }
	.slider-bar h2 { font-size: 44px; line-height: 50px; }
	.slider-bar .btn { padding: 7px 43px; }

	.callout-bar li a { height: 98px; font-size: 17px; line-height: 20px; }

	.news-bar h2 { margin-bottom: 36px; font-size: 32px; line-height: 33px; padding-left: 0; }
	.news-bar { padding: 40px 0; }
	.news-bar .grid { top: 48px; }
	.news-bar .box { padding: 0 5px; }
	.news-bar .image {  }
	.news-bar .row { margin: 0 -5px; }
	.news-bar a.btn { padding: 5px 20px; width: 91%; font-size: 14px; line-height: 23px; }
	.news-bar h3 { font-size: 18px; line-height: 21px; }
	
	.blog-image{width: 100%; height: auto !important; min-height: 220px;}
	
	.blog-content{ padding: 5% 18px; width: 100%; height: auto !important;}

	.event-bar .event-slide { /*width: 550px; */}
	.event-bar .row {  padding: 0 14px; }
	.event-bar .column { width: 44%; }
	.event-bar h2 { margin-bottom: 40px; font-size: 32px; line-height: 35px; }
	.event-bar .pagination { top: 55px; }
	.event-bar .grid { top: 50px; }

	.event-bar .date { width: 60px; margin-right: 14px; }
	.event-bar .date span { height: 60px; font-size: 30px; padding-top: 8px; }
	.event-bar .event-slideshow { padding-bottom: 30px; }
	.event-bar { padding: 40px 2px 50px; }
	
	.home-video{ float: left; width: 100%; }
	.video-text-content{float: left; width: 100%; display: block; height: auto !important; }
	.video-text{ display: block;}

	.image-bar h2 { margin-bottom: 30px; font-size: 32px; line-height: 35px; padding-left: 0px; }

	.mission-bar h4 { font-size: 26px; line-height: 30px; }
	.mission-bar { /*padding: 46px 20px; min-height: 385px; */}
	.mission-bar a.btn { padding: 6px 30px; font-size: 14px; }

	.footer-bar #footer-logo img { width: 200px; }
	.footer-bar address { margin-left: 28px; margin-right: 20px; width: 190px; font-size: 15px; line-height: 23px; }
	.footer-bar #footer-logo { margin-bottom: 38px; }
	.footer-bar .left span { font-size: 15px; }
	.footer-bar .left { width: 52%; }

	#breadcrumbs a { font-size: 14px; line-height: 36px; }
	#breadcrumbs span.last { font-size: 14px; }

	#main_container.two_column.w_left .right_column { margin-top: 0; }
	h3.toolhead { padding: 14px 15px 14px; }
	blockquote h4 { padding: 28px 0px 30px; font-size: 18px; line-height: 26px; }
	blockquote { padding: 0 10px; }
	#main_container.two_column.w_left .middle_column { width: 61%; }
	#main_container.two_column.w_left .right_column { width: 34%; }
	#main_container.two_column.w_right .middle_column { width: 61%; }
	#main_container.two_column.w_right .right_column { width: 34%; }

	#banner { }
	#page_heading { }
	#banner.no_banner { min-height: 200px; }
	#banner.no_banner #page_heading { padding: 71px 20px 28px; }
	#banner.no_banner::before { right: 55px; top: 20px; width: 320px; height: 323px; }
	.copyright-bar span.middle {margin-left: 20%;}

}

@media only screen and (max-width: 880px) {
	.mission-content{ padding: 5% 2%;}
	.mission-bar h4{font-size: 24px; margin-bottom: 5px;}
}


@media only screen and (max-height: 587px) {

	.fixed {  height: 530px; overflow: scroll; overflow-x: hidden; -webkit-overflow-scrolling: touch; }

}


@media only screen and (max-width: 767px) {

	h1 { font-size: 38px; line-height: 45px; }

	.wrapper { max-width: 320px; }


	#back-to-top { display: block; }

	#left-part { width: 100%; }
	#right-part { margin-left: 0; width: 100%; }
	.fixed {  width: 100%; position: static !important; }
	
	header{display: block !important;}

	header .search{ position: absolute; top: 55px; left: 10px;}
	header .search form { display: none; }
	header .search form.active{display: inline-block;}
	header .search .fa-search{ display: inline-block; font-family: 'fontawesome'; font-size: 20px; color: #002b54;}
	header .search input[type=text]{ padding: 2px 10px;}
	header .social li a svg {fill: #ffffff; background: #002b54;}
	header .social li a svg:hover {fill: #a3a6a8;}
	.fixed { height: auto !important; overflow: inherit; }

	header .bottom { padding-left: 0; position: absolute; top: 0; margin-bottom: 0px; overflow: inherit; }

	#logo { padding: 18px 0; margin-top: 45px; width: 100%; }

	header .social { margin-bottom: 0; position: absolute; left: auto; top: 9px; width: auto; }
	header .social li a { color: #ffffff;}
	header .social li a:hover{color: #a3a6a8;}
	header .social li { margin: 0 3px; }

	.callout-bar { width: 300px; margin: auto; float: none; overflow: hidden; }
	.callout-bar li { padding: 5px 0px; width: 100%; }

	.news-bar { padding: 38px 0 22px; width: 300px; margin: auto; float: none; overflow: hidden; }
	.news-bar h2 { font-size: 24px; line-height: 28px; }
	.news-bar .box { padding: 0 0px 22px; width: 100%; }
	.news-bar a.btn { width: 147px; position: static; transform: none; }
	.news-bar .full { min-height: inherit; }
	.news-bar .text {padding: 14px 14px; }
	.news-bar .grid { top: 42px; right: 8px; }
	
	.box.blog{ width: 100%;}
	.blog-image{width: 100%; height: auto !important; min-height: 220px;}
	.blog-content{ padding: 5% 18px; width: 100%; height: auto !important;}
	.news-bar .box.blog a.btn{ position: relative;}

	.event-bar  { padding: 34px 2px 40px; width: 300px; margin: auto; float: none; overflow: hidden; }
	.event-bar h2 { font-size: 25px; line-height: 28px; }
	.event-bar .pagination { display: none; }
	.event-bar .column { margin: 0 0px 28px; width: 100%; height: auto;}
	.event-bar .event-slide { /*width: 300px; */}
	.event-bar .row { width: 100%; }
	.event-bar .grid { top: 38px; right: 12px; }

	.image-bar  { padding: 34px 2px 40px; width: 300px; margin: auto; float: none; overflow: hidden; }
	.image-bar li { padding: 0 0px 10px; width: 100%; }
	.image-bar h2 { font-size: 25px; line-height: 28px; }

	.news-bar .row { padding-right: 0; }

	footer .wrapper { max-width: 300px; text-align: center; }
	.footer-bar .left { width: 100%; margin-bottom: 35px;}
	.footer-bar #footer-logo img { display: inline-block; }
	.footer-bar address { margin-left: 0; margin-right: 0; width: 100%; }
	.footer-bar .left span { display: block; width: 100%; }
	.footer-bar #footer-logo { margin-bottom: 30px; }
	.footer-bar { padding: 30px 0 28px; }
	.copyright-bar span.middle {margin-left: 0%;}
	.copyright-bar .wrapper { padding: 15px 15px 14px; } 

	.slider-bar .text { width: 96%; }
	.slider-bar h2 { font-size: 35px; line-height: 36px }
	.slider-bar .caption span { padding: 0; line-height: 16px; }
	.slider-bar .slide { }

	.mission-bar { /*padding: 39px 14px;*/ }
	.mission-bar h4 { font-size: 20px; line-height: 25px; }
	.mission-bar h3 { margin-bottom: 32px; font-size: 21px; line-height: 41px; }

	#main_container { padding-bottom: 25px; width: 300px; margin: auto; float: none; overflow: hidden; }
	#main_container.two_column.w_left .middle_column { width: 100%; }
	#main_container.two_column.w_left .right_column { margin-right: 0; width: 100%; }
	#main_container.two_column.w_right .middle_column { width: 100%; }
	#main_container.two_column.w_right .right_column { margin-right: 0; width: 100%; margin-top: 0px; }
	#main_container { width: 92%; max-width: 640px; }

	#breadcrumbs { width: 300px; margin: 0 auto 30px; float: none; overflow: hidden; }

	#banner {  }
	#page_heading {  }

	#banner.no_banner { min-height: 175px; }
	#banner.no_banner #page_heading { padding: 66px 15px 28px; }
	#banner.no_banner::before { right: 0px;top: 20px; width: 260px; height: 258px; }

	.alignleft { margin: 5px 0px 10px 0; width: 100%; }


}
@media only screen and (max-width: 480px) {
	.slider-bar h2{font-size: 24px; line-height: 125%;}
	.slider-bar span{ margin-bottom: 10px; font-size: 14px; line-height: 125%;}
	.slider-bar .pager{bottom: 0px;}
	
	header .social{ top: 12px;}
	header .social li { margin: 0 1px; }
	header .social li a { font-size: 20px; }
	header .social li a svg{ width: 20px; height: 20px;}
	
	#page_heading h1{font-size: 24px; line-height: 125%;}
	
	.calendar_grid td a span{
          font-size: 0.875rem!important;
     }
     .calendar_grid .calendar_grid_headings th{
          font-size: 0.8rem!important;
     }
}

