@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* DEFAULT FONT FAMILIES:

font-family: Poppins, sans-serif;
font-family: Playfair Display, serif;
font-family: Lora, serif;

*/

/*****RESET*****/
@import url("custom/css/reset.css");
.home * { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-text-size-adjust:none; }
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: #000000; font-family: 'Poppins', sans-serif; background: #fff; }
p { line-height: 23px; color: #000000; 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, dd, ol, ul, li,
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: 1562px; position: relative; margin: auto; }
.standalone_page #main_container .wrapper{ max-width: 95%;}

*::-webkit-input-placeholder{opacity:1;color: #fff; font-style: italic; } 
*::-moz-placeholder{opacity:1;color: #fff; font-style: italic; } 
*:-ms-input-placeholder{opacity:1;color: #fff; font-style: italic; }

/*****GENERAL*****/
a { color:#17386d; text-decoration:none; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; }
a:hover{text-decoration:underline;}
[href^="tel"] { cursor: default; }
[href^="tel"]:hover { text-decoration: none !important; }
.home ul { list-style: none; margin: 0px; }
ul, li, ol, li{ font-size: 1rem; line-height: 150%;}
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
header input, footer input,footer textarea, header textarea  { -webkit-appearance: none; border-radius: 0; font-family: 'Poppins', sans-serif; transition: all 0.3s; -webkit-transition: all 0.3s; }
input:focus, textarea:focus { outline: none; }
p{ padding-bottom: 35px; font-size: 16px; line-height: 23px; color: #000000; }
p a{color:#17386d;}
h1{font-size:55px; line-height:55px; color:#000000; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
h2{font-size:44px; line-height:58px; color:#000000; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
h3,.tool_headline1{font-size:38px; line-height:38px; color:#11203f; text-transform: uppercase; }
h4{font-size:30px; line-height:40px; color:#000000;}
h5,.tool_headline2{font-size:27px; line-height:38px; color:#11203f;}
h6{font-size:26px; line-height:36px;color:#000000; padding-bottom:40px; font-style: italic; }
.alignright{ float:right; margin:0 0 10px 10px; }
.alignleft{ float:left; margin: 10px 35px 15px 0; }

blockquote, h5 { padding: 35px 30px; margin-top: 14px; margin-bottom: 40px; position: relative; overflow: hidden; border-bottom: 2px solid #17386d; border-top: 2px solid #17386d; }
blockquote h1, blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6,blockquote p,blockquote span, h5 { color: #11203f; font-size: 28px; line-height: 40px; font-weight: normal; text-align: center; font-family: 'Playfair Display', serif;  font-style: italic; }
.with_full blockquote { padding: 35px 60px; }

#back-to-top { position: fixed; bottom: 25px; 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; border: 1px solid #fff; background: #11203f url('custom/images/top_btn.png') center center no-repeat; }
#back-to-top.show { opacity: 0.8; z-index: 9999; }

a.btn { width: 333px; min-height: 100px; text-align: center; color: #11203f; display: inline-block; font-size: 30px; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; border: 1px solid #000000; line-height: 97px; }
a.btn:hover { color: #fff; text-decoration: none; border: 1px solid #11203f; background: #11203f; }

/****main_sec****/
#main_sec { width: 100%; min-height: 100%; position: relative; overflow: hidden; margin: 0 auto; }

/****header****/
header { width: 100%; float: left; position: relative; }

/*****TOP-BAR*****/
.top-bar { width: 100%; height: 100%; float: left; position: absolute; top: 0; }
.top-bar #logo { float: left; text-align: center; z-index: 9999; position: relative; }
.top-bar #logo a { padding: 24px 0px; width: auto !important; height: auto!important; display: inline-block; background: rgba(255,255,255,0.95); }
.top-bar #logo img { display: inline-block; padding: 0px 20px;}
.top-bar .top { margin: 30px auto 0; max-width: 770px; position: relative; }
.top-bar .top .icon { float: right; }
.top-bar .top .search { margin-right: 8px; float: left; color: #11203f; }
.top-bar .top .search:hover { color: #17386d; }
.top-bar .form { width: 0px; overflow: hidden; position: absolute; right: 45px; top: -11px; transition: all 0.4s; -webkit-transition: all 0.4s; }
.top-bar .form input[type="text"] { padding: 8px 18px; width: 92%; height: 48px; float: left; color: #ffffff; font-size: 20px; font-weight: 200; font-family: 'Poppins', sans-serif; border: 0; background: #11203f; }
.top-bar .form input[type="submit"] { width: 8%; height: 48px; float: left; border: 0; cursor: pointer; background: #11203f url(custom/images/search-icon.png) no-repeat center center; }
.top-bar .form.active { width: 699px; overflow: visible; }
.top-bar .left { width: 52%; float: left; border-right: 2px solid #d3d5d4; }
.top-bar .left #topnav { display: block !important; }
.top-bar .right { float: left; }
.top-bar #mainnav .right .down { margin-top: 0px; padding-left: 65px; }
.top-bar .row { width: 100%; /* overflow: hidden; */ position: relative; top: 20px; }

/****footer****/
footer { width: 100%; float: left; position: relative; }

/**** FOOTER-BAR ****/
.footer-bar { width: 100%; min-height: 563px; border-top: 9px solid #11203f; position: relative; background: url(custom/images/footer-bg.jpg) no-repeat right center; }
.footer-bar #footer-logo { margin-top: 130px; margin-right: 90px; float: left; }
.footer-bar .address { margin-top: 109px; width: 423px; float: left; }
.footer-bar address { margin-bottom: 35px; font-family: 'Playfair Display', serif; font-style: italic; font-size: 30px; line-height: 50px; color: #000000; }
.footer-bar .number , .footer-bar .mail { margin-bottom: 30px; width: 100%; }
.footer-bar .number a, .footer-bar .mail a { color: #000000; font-size: 22px; font-weight: 300; }
.footer-bar .number .fa, .footer-bar .mail .fa { padding-right: 15px; color: #11203f; font-size: 30px; }
.footer-bar .mail .fa { font-size: 25px; }
.footer-bar .social { margin: 37px -26px 0; width: auto; overflow: hidden; display: inline-block; list-style: none;}
.footer-bar .social li { margin: 0 12px; width: 50px; float: left; text-align: center;}
.footer-bar .social li a { display: block; height: 37px; font-size: 35px; color: #11203f; transition: none; background-position: top center; background-repeat: no-repeat; }
.footer-bar .social li a:hover { background-position: bottom center; color: #17386d;}
.footer-bar .social li:nth-child(2) {  }
.footer-bar .social li:nth-child(3) { margin-top: 2px; }
.footer-bar .social li:nth-child(4) { }
.footer-bar .social li:nth-child(5) { margin-top: 4px; }
.footer-bar .social li:nth-child(6) { margin-top: 5px; }

.footer-bar .social li:nth-child(2) a:hover { background-position: left -56px; }
.footer-bar .social li:nth-child(3) a:hover { background-position: left -50px; }
.footer-bar .social li:nth-child(4) a:hover { background-position: left -58px; }
.footer-bar .social li:nth-child(5) a:hover { background-position: left -55px; }
.footer-bar .social li:nth-child(6) a:hover { background-position: left -55px; }

.footer-bar .social li a svg{ fill: #11203f; width: 35px; height: 35px; }
.footer-bar .social li a:hover svg{ fill: #17386d;}

/**** COPYRIGHT-BAR ****/
.copyright-bar { padding: 14px 0 10px; width: 100%; overflow: hidden; background: #17386d; }
.copyright-bar a { float: left; }
.copyright-bar span { float: right; color: #fff; font-size: 14px; font-family: 'Lora', serif; }

.copyright-bar p.footer_links{ padding-top: 10px;}
.copyright-bar p.footer_links a{ float: none; color: #fff;}

.school-logo img{ max-height: 15px; opacity: 0.4;}
.school-logo:hover img{ opacity: 1;}

/*******************/
/****INSIDE PAGE****/
/*******************/
#main_container { padding-bottom: 45px; overflow: hidden; width: 100%; position: relative; z-index: 199; }
#main_container p a { font-weight: bold; }
#main_container p a:hover { color: #11203f; text-decoration: underline; }
#main_container .pull-right { margin: 0 0 20px 40px; }
hr { margin: 3px 0 38px; border: none; border-bottom: 1px solid #c3b9b5; }
.full .middle_column { padding: 90px 0 30px; display: block; width: 100%; border-top: 1px solid #e7e7e8; }
.w_right .middle_column { padding: 0px; width: 70%; float: left;  }
.right_column { width: 24%; float: right; border-left: 2px solid #d9d9d9; }
#main_container .wrapper { position: static; }

.left_column { padding-right: 0; width: 24.7%; float: left; border-right: 2px solid #d9d9d9; }
.w_left .with_left { padding: 0 38px; width: 74%; float: right; display: inline-block; background-color: #fff; }

.three_column .with_both { padding: 0 38px; width: 55%; float: left; display: inline-block; background-color: #fff; }

h3.toolhead { padding: 15px 26px 14px; border-bottom: 4px solid #c6cbd8; color: #fff; letter-spacing: 2px; background: #11203f; }
.right_per_detail { width: 100%; overflow: hidden; margin-bottom: 20px; }
.right_content { padding: 28px 30px 12px; }
#main_container h4 { font-style: italic; }

.right_column h6 { padding-bottom: 15px; }

.middle_column { background-color: #fff; /* background: url(https://www.nuischool.org/custom/images/line-img.png) no-repeat left top, url(https://www.nuischool.org/custom/images/line-img.png) no-repeat right top; */ float: left; }


.nav-drop { display: none; }

#main_container { margin-top: 58px; float: left; }
.w_right .middle_column.with_right { background-color: #fff; }

.with_full h2, .with_full h3, .with_full h4, .with_full h6 { text-align: center; }


/****BANNER****/
#banner { width: 100%; height: 1080px; position: relative; background-position: top center; background-repeat: no-repeat; background-size: cover; }
#banner:before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.48); }

#banner.no_banner { height: 485px; background: #fff; }
#banner.no_banner:before { display: none; }

#page_heading { padding: 36px 20px 28px; margin-top: 0px; width: 100%; position: absolute; top: 43%; text-align: center; }
#page_heading h1 { margin-bottom: 350px; letter-spacing: -0.01em; color: #fff; }
.no_banner #page_heading { margin: 0; top: 0; position: static; }
.no_banner #page_heading h1 { margin-top: 137px; margin-bottom: 0px; color: #11203f; }

.no_banner ul { padding: 42px 0; width: 100%; position: absolute; left: 0; bottom: 0; border-bottom: 2px solid #d9d9d9; border-top: 2px solid #d9d9d9; }
.no_banner #page_heading li a { padding-bottom: 8px; color: #000000; }

.no_banner #page_heading li.active a:before { background: #f8ce62; }
.no_banner #page_heading li a:hover:before { background: #f8ce62; }

#page_heading li { padding: 0 30px; font-size: 26px; display: inline-block; font-weight: 700; text-transform: uppercase; }
#page_heading li a { padding-bottom: 5px; color: #fff; position: relative; }
#page_heading li a:hover { text-decoration: none; color: #f8ce62; }
#page_heading li a:hover:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 83%; height: 2px; background: #fff; }

#page_heading li.active a { text-decoration: none; color: #f8ce62; }
#page_heading li.active a:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 83%; height: 2px; background: #fff; }

.standalone_page #banner.no_banner{ height: auto !important;}

/****breadcrumbs****/
#breadcrumbs { padding: 5px 0; margin-bottom: 25px; overflow: hidden; width: 100%; position: relative; }
#breadcrumbs a { display: inline-block; color: #000; font-size: 18px; line-height: 40px; font-weight: normal; }
#breadcrumbs span { padding: 0 18px; position: relative; top: 3px; display: inline-block; color: #000; font-size: 24px; line-height: 40px; transform: rotate(-15deg); -webkit-transform: rotate(-15deg); -ms-transform: rotate(-15deg); }
#breadcrumbs a.last { text-transform: uppercase; }

/*******************/
/*****HOME PAGE*****/
/*******************/

/*****SLIDER-BAR*****/
.slider-bar { width: 100%; float: left; position: relative; z-index: 9; text-align: center; }
.slider-bar .slide:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; background: rgba(0,0,0,0.48); }
.slider-bar .slide { overflow: hidden; width: 100%; background-repeat: no-repeat; background-position: center top; background-size: cover; }
.slider-bar .caption { max-width: 1010px; vertical-align: middle; display: table-cell; overflow: hidden; position: relative; z-index: 99; }
.slider-bar .caption h3 { margin-bottom: 28px; color: #fff; font-size: 55px; text-transform: none; line-height: 55px; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
.slider-bar .caption p { font-size: 24px; line-height: 36px; color: #fff; font-weight: 300; }
.slider-bar .pager { width: auto; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); bottom: 38%; position: absolute; z-index: 9999; text-align: center; vertical-align: top; }
.slider-bar .pager span { margin: 0 8px; width: 62px; height: 9px; text-indent: -9999px; display: inline-block; color: #fff; cursor: pointer; background: #fff; }
.slider-bar .pager span:hover { color: #17386d; background: #17386d; }
.slider-bar .pager span.cycle-pager-active { color: #11203f; background: #11203f; }
.slider-bar .wrapper { height: 1080px; display: table; }

.slider-bar a{ text-decoration: none;}

/****QUICKLINK BAR****/
.quicklink-bar { /* margin-top: -172px; */ width: 100%; float: left; z-index: 9999; position: relative; }
.quicklink-bar li { width: 20%; float: left; text-transform: uppercase; }
.quicklink-bar li a { padding: 16% 1% 16% 23%; min-height: 172px; display: block; font-size: 26px; font-weight: 700; line-height: 33px; color: #fff; background: rgba(17,32,63,0.95);  border-right: 1px solid #fff;}
.quicklink-bar li:last-child a { border-right: 0; }
.quicklink-bar li a:hover { background: #9f8957; }
.quicklink-bar li span { width: 65%; float: left; display: block; }
.quicklink-bar li img { margin-top: 6px; margin-right: 20px; float: left; }

.quicklink-bar{ display: flex;}
.quicklink-bar ul{ display: flex; justify-content: space-around; align-items: center; width: 100%;}
.quicklink-bar li{ display: flex; justify-content: center; align-items: center;}

.quicklink-bar li a{ padding: 1rem !important; display: flex; align-items: center; justify-content: center; width: 100%;}
.quicklink-bar li span{ width: auto;}
.quicklink-bar li img{ width: auto; margin-top: 0;}


/****NEWS BAR****/
.news-bar { padding: 105px 0; width: 100%; float: left; position: relative; text-align: center; }
.news-bar h2 { padding-bottom: 70px; font-size: 55px; line-height: 55px; position: relative; text-align: center; }
.news-bar h2:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 70px; height: 2px; background: #adadad; }
.news-bar:before { content: ""; position: absolute; top: 68px; left: -9px; width: 540px; height: 1349px; background: url(custom/images/news-bg.png) right bottom no-repeat; }
.news-bar .left { padding: 60px 53px; width: 38.5%; min-height: 666px; float: left; border: 1px solid #f8ce62; }
.news-bar .right { width: 61.5%; float: left; }
.news-bar h3 { margin-bottom: 51px; font-size: 48px; line-height: 48px; text-transform: none; color: #11203f; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
.news-bar h4, .news-bar h4 a { margin-bottom: 30px; font-size: 36px; font-weight: 700; line-height: 42px; color: #000;}
.news-bar p { padding-bottom: 50px; font-size: 24px; line-height: 34px; color: #000; text-align: left; }
.news-bar a.read { font-size: 30px; color: #000; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
.news-bar a.read:hover { text-decoration: none; color: #11203f; }
.news-bar .row { margin-top: 70px; width: 100%; overflow: hidden; }
.news-bar .right li { padding: 63px 2px 3px; width: 33.33%; height: 333px; float: left; display: block; border-right: 1px solid #f8ce62; border-bottom: 1px solid #f8ce62; display: table; padding-top: 0px;}
.news-bar .right .date { margin-bottom: 0; font-size: 26px; font-weight: 700; color: #11203f; /* display: table-row; */ text-transform: uppercase; }
.news-bar .right li a { padding: 0 25px; margin-bottom: 10px; font-size:27px; line-height: 40px; font-weight: 600; color: #000; display: block; }
.news-bar .right li .time { font-size: 24px; color: #000; display: block; }
.news-bar .right .top { width: 100%; height: 145px; display: table-cell; vertical-align: middle; }
.news-bar .right li .bottom { vertical-align: bottom; /* display: table-cell; */ width: 100%; padding-top: 25px;}
.news-bar .right.event_announce li:nth-child(3n) { border-right: 0px; }
.news-bar .right.event_announce li:nth-child(4), .news-bar .right.event_announce li:nth-child(5), .news-bar .right.event_announce li:nth-child(6) { border-bottom: 0px; }
.news-bar .right.event_oneannounce li,.news-bar .right.event_announce li{ min-height: auto !important;}
.news-bar .right.event_oneannounce li:nth-child(3n) { border-right: 0px; }
.news-bar .right.event_oneannounce li:nth-child(4), .news-bar .right.event_oneannounce li:nth-child(5), .news-bar .right.event_oneannounce li:nth-child(6) { border-bottom: 0px; }
.news-bar .button { margin-top: 68px; width: 100%; overflow: hidden; }
.news-bar .button ul { float: right; }
.news-bar .button li { margin-right: 10px; float: left; }
.news-bar .button li:last-child { margin-right: 0; }

.news-bar .right.events_only { width: 100%; float: left; }
.news-bar .right.events_only li{ width: 20%;}
.news-bar .right.events_only li:nth-child(3n) { border-right: 1px solid #f8ce62; }
.news-bar .right.events_only li:nth-child(5n) { border-right: 0px; }
.news-bar .right.events_only li:nth-child(6), .news-bar .right.events_only li:nth-child(7), .news-bar .right.events_only li:nth-child(8), .news-bar .right.events_only li:nth-child(9), .news-bar .right.events_only li:nth-child(10) { border-bottom: 0px; }

.news-bar .left.two_announcements h4, .news-bar .left.two_announcements h4 a{ font-size: 30px; text-align: left; margin-bottom: 0px;}
.news-bar .left.two_announcements p{ font-size: 18px; line-height: 150%; padding-bottom: 15px;}
.news-bar .left.two_announcements{ padding: 0px;}
.news-bar .left.two_announcements div{ padding: 40px 35px; text-align: right; border-bottom: 1px solid #f8ce62;}
.news-bar .left.two_announcements div:last-child{ border-bottom: 0px;}
.news-bar .left.two_announcements h3{ width: 100%; color: #fff; background: #11203f; margin-top: 0px; padding: 20px 0px; margin-bottom: 0px;}
.news-bar .left.two_announcements a.read{ font-size: 22px;}
	
/****STORY BAR****/
.storie-bar { margin-top: 33px; width: 100%; float: left; position: relative; text-align: center; }
.storie-bar h2 { padding-bottom: 70px; font-size: 55px; line-height: 55px; position: relative; text-align: center; }
.storie-bar h2:before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 70px; height: 2px; background: #adadad; }
.storie-bar .box { width: 100%; height: 100%; position: absolute; top: 0; left: 0; transition: all 0.3s; -webkit-transition: all 0.3s; cursor: pointer; background-size: cover; background-repeat: no-repeat; }
.storie-bar li { width: 33.33%; height: 590px;  float: left; position: relative; transition: all 0.3s; -webkit-transition: all 0.3s; }
.storie-bar ul { margin-bottom: 70px; margin-top: 70px; width: 100%; overflow: hidden; }
.storie-bar .content { padding: 33px 55px; width: 100%; min-height: 192px; text-align: left; position: absolute; bottom: -202px; left: 0; transition: all 0.3s; -webkit-transition: all 0.3s; background: #17386d; }
.storie-bar .content:before { content: ""; position: absolute; top: -8px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent;   border-bottom: 8px solid #17386d; }
.storie-bar .content p { padding-bottom: 0; font-size: 24px; line-height: 34px; color: #fff; }
.storie-bar .content p a { font-size: 22px; color: #fff; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
.storie-bar li:hover .content { bottom: 0; }
.storie-bar li:hover .box { box-shadow: inset 4px 4px 108px rgba(0,0,0,0.6); -webkit-box-shadow: inset 4px 4px 108px rgba(0,0,0,0.6); -webkit-filter: grayscale(100%); filter: grayscale(100%); -ms-filter: grayscale(100%); filter: gray;  }

.storie-bar .box > a{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; font-size: 0;}

.storie-bar .blog{ margin-bottom: 70px; margin-top: 70px; width: 100%; overflow: hidden;}
.storie-bar .blog .post_container{ width: 33.33%; height: 590px;  float: left; position: relative; transition: all 0.3s; -webkit-transition: all 0.3s;}
.storie-bar .blog .box{ background-position: center; background-color: #17386d;}
.storie-bar .blog .post_container h3{ color: #fff; font-size: 30px; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; position: absolute; top: 10%; left: 0px; background: rgba(17,32,63,0.85); width: 75%; text-align: left; padding: 20px; text-transform: none;}
.storie-bar .blog .post_container .content{ position: absolute; background: rgba(0,0,0,0.6); width: 100%; left: 0px; bottom: 0px;}
.storie-bar .blog .post_container .content p{ font-size: 20px; line-height: 30px; color: #fff; text-align: left; padding: 15px 40px 30px 30px;}
.storie-bar .blog .post_container .content p a{ font-size: 20px;}

.storie-bar .video_text_section{ margin-bottom: 70px; margin-top: 70px; width: 100%; overflow: hidden;}
.storie-bar .video_text_section .sectiontwo_left{ width: 65%; float: left;}
.storie-bar .video_text_section .sectiontwo_left .sectiontwo_image{ width: 100%;}
.storie-bar .video_text_section .sectiontwo_left .sectiontwo_image img{ width: 100%; height: auto;}

.storie-bar .video_text_section .sectiontwo_left .video_box iframe, .storie-bar .video_text_section .sectiontwo_left .video_box embed{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.storie-bar .video_text_section .sectiontwo_left .video_box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.storie-bar .video_text_section .sectiontwo_left .video_box iframe,
.storie-bar .video_text_section .sectiontwo_left .video_box object,
.storie-bar .video_text_section .sectiontwo_left .video_box embed,
.storie-bar .video_text_section .sectiontwo_left .video_box video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.home .vod_player{ width: 100% ;}
.home .mejs-container{ width: 100% !important; position: absolute !important; height: 100% !important;}
.home .mejs-layer{width: 100% !important; height: 100% !important;}
.home .mejs-container .mejs-controls{
	/*bottom: 40px!important;
	width: 90%!important;*/
}

.storie-bar .video_text_section .sectiontwo_right{ width: 35%; float: left;}
.storie-bar .video_text_section .sectiontwo_right .container{ padding: 0px 50px 20px 50px; text-align: left;}
.storie-bar .video_text_section .sectiontwo_right .container h3{ color: #000; font-size: 40px; line-height: 130%; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; text-align: left; text-transform: none;}
.storie-bar .video_text_section .sectiontwo_right .container p{ color: #000; font-size: 21px; line-height: 130%; text-align: left; margin: 20px 0px;}
.storie-bar .video_text_section .sectiontwo_right .container a{ color: #000; text-align: left; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; font-size: 21px;}

/****SOCIAL BAR****/
.social-bar { margin-top: 140px; margin-bottom: 8px; width: 100%; float: left; position: relative; }
.social-bar .left { width: 36.9%; min-height: 708px; float: left; position: relative; background-size: cover; background-repeat: no-repeat; }
.social-bar .down { padding: 0 22px; position: absolute; bottom: 10%; left: 0;  z-index: 2; padding-right: 100px !important;}
.social-bar .down span { padding: 14px 159px 28px 27px; font-size: 36px; line-height: 45px; color: #fff; font-weight: 300; display: none;}
.social-bar .left .hover-overlay{ display: none;}
.social-bar .left:hover .hover-overlay{ position: absolute; display: block; width: 100%; height: 100%; top: 0px; left: 0px; background: rgba(0,0,0,0.75); z-index: 1;}
.social-bar .left:hover span{ display: block;}
.social-bar .down span a { color: #fff; font-weight: 700; font-family: 'Playfair Display', serif; font-style: italic; text-decoration: none;}
.social-bar .left.image-gallery .social-icon{ position: absolute; bottom: 10%; right: 10%; width: 95px; height: 82px; z-index: 2;}

.social-bar .right { padding-left: 10px; width: 63.1%; float: right; }
.social-bar .box { padding: 50px 78px; margin-bottom: 10px; width: 100%; min-height: 349px; overflow: hidden; position: relative; transition: all 0.3s; -webkit-transition: all 0.3s; border-top: 2px solid #11203f; background: #11203f; background-position: right bottom; }
.social-bar .box:last-child { margin-bottom: 0px; }
.social-bar .image { margin-top: 10px; width: 13%; float: left; }
.social-bar .text, .social-post { width: 85%; float: left; }
.social-bar .text p, .post-detail { padding-bottom: 42px; font-size: 30px; line-height: 42px; color: #fff; font-weight: 300; }
.social-bar .text a.read, .post-detail a { font-size: 36px; color: #fff; font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic; }
.social-bar .text a.read:hover, .post-detail a:hover  { text-decoration: none; }
.social-bar .box:hover { border-top: 2px solid #11203f; background: #17386d; }
.social-bar .box.twitter:hover { border-top: 2px solid #11203f; background-color: #17386d;}
.social-bar .box.facebook:hover { border-top: 2px solid #11203f; background-color: #17386d; background-image: url(https://www.nuischool.org/custom/images/fb-bg.png); background-repeat: no-repeat; background-position: 90% 20%; }
.social-bar .box.twitter .post-detail a{ color: #fff; display: block; padding-top: 42px;}
.social-bar .box:hover .post-detail a, .social-bar .box:hover .text a.read{ color: #11203f}

/***** TOOL FIXES AND OVERRIDES *******/
.calendar_options ul.category{ list-style: none; display: none; margin: 0 auto; padding: inherit;}
.calendar_options ul.category li{ padding-left: 10px;}

.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;
}

.detail_profiles .staff_header .profile ul li a {color: #ffffff;}

.detail_profiles .search_form input::-webkit-input-placeholder { /* Chrome */
  color: #000000;
}
.detail_profiles .search_form input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.detail_profiles .search_form input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.detail_profiles .search_form input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000;
  opacity: 1;
}
.staff_sec tr .dir-name a, .staff_sec tr .dir-name span {font-weight: bold!important;}
.staff_sec tr th a {font-weight: bold;}
.staff_sec tr th span {font-weight:bold;}
ul.category li input {-webkit-appearance: checkbox!important;}
.calendar_event_title {padding-left: 5px;}
/* column tool fix - written by WA July 2019 */
/* .multi-column{ padding: 0 !important; float: none !important; width: 100% !important; margin: 0 !important;}
.multi-column-wrapper{ margin-bottom: 2.5em;}
.detail_multicolumn{ display: flex; flex-flow: wrap; justify-content: space-between;}
.detail_multicolumn > a{ width: 100%;}
.multi-description{ padding: 0 1em;} */

.per_blog_post {display:inline-block; width: 100%;}
/***Enhancements***/

.mission-statement {background: #ffffff; float: left; padding: 0; width: 100%;}
.mission-statement .mission_editor{ padding: 3.5rem 0; margin: 0 auto; max-width: 80%;}
.mission-statement .mission_editor p{color: #000000; font-size: 20px; line-height: 150%; text-align:center; padding-top:0; font-family: 'Poppins', sans-serif; padding: 0; margin: 0;}

.accred{float:right; width: 100%; position:relative; text-align:right;}
.accred img {padding-left: 20px; max-height: 70px; }

.footer_statement_bar{ text-align: center; padding-top: 25px;}
.footer_statement_bar p{ color: #fff; font-size: 12px; font-family: 'Lora', serif; line-height: 16px; padding-bottom: 0;}


/***************** MEDIA QUERIES ******************/	
@media only screen and (max-width: 1700px) {
	
	h1 { font-size: 50px; line-height: 50px; }
	
	a.btn { width: 300px; min-height: 95px; line-height: 90px; font-size: 28px; }
	
	.slider-bar .wrapper { height: 975px; }
	.slider-bar .caption h3 { margin-bottom: 25px; font-size: 50px; line-height: 50px; }
	.slider-bar .caption p { font-size: 22px; line-height: 32px; }
	
	.top-bar #logo img { max-width: 90%; padding: 0px 20px;}
	.top-bar #logo a { padding: 16px 0px; /* width: 230px; height: 260px; */ }	
	.top-bar .top { margin: 35px auto 0; }
	
	.quicklink-bar li a { padding: 16%; min-height: 145px; }
	.quicklink-bar { margin-top: -145px; }
	
	.news-bar h2, .storie-bar h2 { padding-bottom: 55px; font-size: 50px; line-height: 50px; }
	
	.news-bar:before { width: 415px; height: 1050px; top: 48px; background-size: cover; }
	.news-bar { padding: 65px 0; }
	.news-bar h3 { margin-bottom: 48px; font-size: 45px; line-height: 45px; }
	.news-bar h4 { font-size: 30px; line-height: 37px; }
	.news-bar p { font-size: 22px; line-height: 30px; }
	.news-bar .left { padding: 50px 47px; min-height: 600px; }
	.news-bar a.read { font-size: 27px; }
	.news-bar .right li { padding: 40px 2px 3px; height: 300px; }
	.news-bar .right li a { font-size: 26px; line-height: 31px; }
	.news-bar .right li .time { font-size: 22px; }
	.news-bar .right .date { font-size: 24px; }
	.news-bar .right .top { height: 123px; }
	
	.storie-bar li { height: 495px; }
	.storie-bar .content { padding: 23px 30px; min-height: 155px; }
	.storie-bar .content p { font-size: 22px; line-height: 32px; }
	.storie-bar ul { margin-bottom: 50px; margin-top: 60px; }
	
	.social-bar { margin-top: 100px; }
	.social-bar .left { min-height: 630px; }
	.social-bar .down span { padding: 12px 105px 20px 18px; font-size: 30px; line-height: 40px; background-size: 78px; }
	.social-bar .text p, .post-detail { padding-bottom: 38px; font-size: 26px; line-height: 37px; }
	.social-bar .image img { max-width: 65px; }
	.social-bar .image { width: 12%; }
	.social-bar .text a.read, .post-detail a { font-size: 30px;}
	.social-bar .box.twitter .post-detail a{ padding-top: 38px;}
	.social-bar .box { padding: 50px 60px; min-height: 310px; }
	
	#banner { height: 885px; }
	.no_banner ul { padding: 37px 0; }
	
	#page_heading li { padding: 0 25px; font-size: 24px; }
	.w_right .middle_column { width: 73.7%; }
	.three_column .with_both { width: 51%; }
	
	.full .middle_column { padding: 50px 0 30px; }
	
	.footer-bar { min-height: 478px; background-size: 675px; }
	.footer-bar #footer-logo img { max-width: 198px; }
	.footer-bar #footer-logo { margin-top: 50px; margin-right: 130px; }
	.footer-bar .address { margin-top: 63px; }
	.footer-bar address { font-size: 27px; line-height: 41px; }
	.footer-bar .number a, .footer-bar .mail a { font-size: 20px; }
	.footer-bar .number, .footer-bar .mail { margin-bottom: 25px; }
	.footer-bar .social { margin: 28px -26px 0; }
	.footer-bar .social li { margin: 0px 8px; }

}

@media only screen and (max-width: 1599px) {
	
	h1 { font-size: 46px; line-height: 46px; }
	h2 { font-size: 40px; line-height: 52px; }
	h3 { font-size: 35px; line-height: 35px; }
	h4 { font-size: 27px; line-height: 35px; }
	h6 { padding-bottom: 30px; font-size: 24px; line-height: 29px; }
	
	p { padding-bottom: 30px; font-size: 1em; line-height: 150%; }
	
	a.btn { width: 275px; min-height: 90px; line-height: 85px; font-size: 25px; }
	
	.wrapper { max-width: 1330px; }
	
	.slider-bar .wrapper { height: 770px; }
	.slider-bar .caption h3 { margin-bottom: 20px; font-size: 45px; line-height: 45px; }
	.slider-bar .caption p { font-size: 20px; line-height: 28px; }
	.slider-bar .pager span { margin: 0 5px; width: 55px; height: 8px; }
	.slider-bar .pager { bottom: 35%; }
	
	.top-bar #logo img { max-width: 90%; padding: 0px 10px;}
	.top-bar #logo a { padding: 14px 0px; width: 192px; height: 220px; }
	.top-bar .top .search { margin-right: 3px; }
	
	.top-bar .form input[type="submit"] { background-size: 18px; }
	.top-bar .form input[type="text"] { font-size: 18px; }
	.top-bar .row { top: 22px; }
	.top-bar .top { margin: 22px auto 0; }
	.top-bar .form.active { width: 88%; }
	
	.quicklink-bar li a { padding: 10% 1% 10% 18%; min-height: 112px; font-size: 22px; line-height: 28px; }
	.quicklink-bar { margin-top: -112px; }
	
	
	.news-bar h2, .storie-bar h2 { padding-bottom: 42px; font-size: 42px; line-height: 42px; }
	.news-bar::before { width: 365px; height: 915px; top: 40px; }
	.news-bar h3 { margin-bottom: 35px; font-size: 40px; line-height: 40px; }
	.news-bar h4 { font-size: 26px; line-height: 33px; }
	.news-bar .left { padding: 42px 35px; min-height: 528px; }
	.news-bar p { padding-bottom: 36px; font-size: 20px; line-height: 30px; }
	.news-bar .right li { height: 266px; }
	.news-bar .right li .time { font-size: 20px; }
	.news-bar .right li a { font-size: 20px; line-height: 28px; }
	.news-bar .right .date { font-size: 23px; }
	.news-bar .right .top { height: 115px; }
	.news-bar a.read { font-size: 25px; }
	
	.storie-bar ul { margin-bottom: 35px; margin-top: 45px; }
	.storie-bar li { height: 420px; }
	.storie-bar .content p, .storie-bar .blog .post_container .content p { font-size: 19px; line-height: 28px; }
	.storie-bar .content { padding: 20px 15px; min-height: 135px; }
	.storie-bar .content p a, .storie-bar .blog .post_container .content p a { font-size: 18px; }
	
	.social-bar { margin-top: 80px; }
	.social-bar .left { min-height: 535px; }
	.social-bar .down { padding: 0 15px; bottom: 25px; }
	.social-bar .down span { padding: 12px 82px 15px 14px; font-size: 25px; line-height: 33px; background-size: 60px; }
	.social-bar .image img { max-width: 50px; }
	.social-bar .text a.read, .post-detail a { font-size: 25px; }
	.social-bar .box.twitter .post-detail a{ padding-top: 25px;}
	.social-bar .text p, .post-detail { padding-bottom: 25px; font-size: 22px; line-height: 31px; }
	.social-bar .image { width: 11%; }
	.social-bar .box { padding: 40px 30px; margin-bottom: 7px; min-height: 264px; }
	.social-bar .right { padding-left: 7px; }
	.social-bar .box:hover:before { bottom: -40px; width: 300px; height: 300px; background-size: 300px; }
	
	#banner { height: 750px; }
	#banner.no_banner { height: 400px; }
	.no_banner #page_heading h1 { margin-top: 157px; }
	.no_banner ul { padding: 29px 0; }
	
	.full .middle_column { padding: 24px 0 20px; }
	
	#page_heading h1 { margin-bottom: 240px; }
	#page_heading li { padding: 0 20px; font-size: 22px; }
	
	#main_container.w_right, #main_container.w_left, #main_container.three_column { margin-top: 40px; }
	.alignleft { float: left; }
	blockquote { padding: 25px 6px; }
	blockquote h5 { font-size: 25px; line-height: 33px; }
	
	#breadcrumbs span { padding: 0 12px; font-size: 22px; }
	#breadcrumbs a { font-size: 17px; }
	
	.right_content { padding: 20px 20px 10px; }
	.right_per_detail { margin-bottom: 10px; }
	.w_left .with_left { width: 75%; }
	.three_column .with_both { padding: 0 30px; }

	.footer-bar #footer-logo img { max-width: 165px; }
	.footer-bar #footer-logo { margin-top: 38px; margin-right: 80px; }
	.footer-bar .address { margin-top: 43px; }
	.footer-bar address { font-size: 25px; line-height: 36px; }
	.footer-bar .number .fa, .footer-bar .mail .fa { padding-right: 10px; font-size: 28px; }
	.footer-bar .mail .fa { font-size: 22px; }
	
	.footer-bar .social li:first-child a { background-size: 40px; }
	
	.footer-bar .social li:nth-child(2) a { background-position: left top; background-size: 40px; }
	.footer-bar .social li:nth-child(2) a:hover { background-position: left -45px; }
	
	.footer-bar .social li:nth-child(3) a { background-position: left top; background-size: 40px; }
	.footer-bar .social li:nth-child(3) a:hover { background-position: left -40px; }
	
	.footer-bar .social li:nth-child(4) a { background-position: left top; background-size: 40px; }
	.footer-bar .social li:nth-child(4) a:hover { background-position: left -46px; }
	
	.footer-bar .social li:nth-child(5) a { background-position: left top; background-size: 40px; }
	.footer-bar .social li:nth-child(5) a:hover { background-position: left -44px; }
	
	.footer-bar .social li:nth-child(6) a { background-position: left top; background-size: 40px; }
	.footer-bar .social li:nth-child(6) a:hover { background-position: left -44px; }
	
	.footer-bar .social li a { height: 30px; }
	.footer-bar .social li { width: 40px; }
	.footer-bar { min-height: 390px; background-size: 552px; }
	
	.copyright-bar span { font-size: 13px; }
	
}

@media only screen and (max-width: 1350px) {
	
	.wrapper { max-width: 1250px; }
	
	.social-bar .left { min-height: 486px; }
	.social-bar .box { min-height: 240px; }
	
	#banner { height: 700px; }
	
	.footer-bar { min-height: 433px; }
	
	
}

@media only screen and (max-width: 1279px) {
	
	h1 { font-size: 42px; line-height: 42px; }
	h2 { font-size: 38px; line-height: 50px; }
	h3 { font-size: 33px; line-height: 33px; }
	h4 { font-size: 25px; line-height: 33px; }
	h6 { padding-bottom: 20px; font-size: 22px; line-height: 27px; }
	
	a.btn { width: 240px; min-height: 78px; line-height: 75px; font-size: 22px; }
	
	.wrapper { max-width: 996px; }
	
	.top-bar #logo img { max-width: 200px; }
	.top-bar #logo a { /* width: 169px; height: 190px; */ }
	.top-bar .form.active { width: 84%; }
	.top-bar .form input[type="text"] { height: 45px; }
	.top-bar .form input[type="submit"] { height: 45px; }
	
	.slider-bar .caption p { font-size: 19px; line-height: 25px; padding-bottom: 20px; }
	.slider-bar .caption h3 { margin-bottom: 18px; font-size: 40px; line-height: 40px; }
	.slider-bar .wrapper { height: 690px; }
	
	.quicklink-bar li img {max-height: 30px; }
	.quicklink-bar li a { padding: 7% 1% 7% 19%;min-height: 86px; font-size: 18px; line-height: 22px; }
	.quicklink-bar { margin-top: -86px; }
	
	.news-bar h2, .storie-bar h2 { padding-bottom: 30px; font-size: 35px; line-height: 35px; }
	
	.news-bar:before { width: 310px; height: 780px; top: 22px; }
	.news-bar { padding: 45px 0 30px; }
	.news-bar .row { margin-top: 50px; }
	.news-bar h3 { margin-bottom: 25px; font-size: 32px; line-height: 34px; }
	.news-bar h4 { margin-bottom: 20px; font-size: 22px; line-height: 27px; }
	.news-bar p { padding-bottom: 32px; font-size: 18px; line-height: 28px; }
	.news-bar .left { padding: 25px 18px;  min-height: 480px; }
	.news-bar .right li { padding: 28px 2px 3px; height: 241px; }
	.news-bar .right li a { padding: 0 20px; font-size: 16px; line-height: 26px; }
	.news-bar .right li .time { font-size: 18px; }
	.news-bar .right .date { font-size: 21px; }
	.news-bar .right .top { height: 106px; }
	.news-bar a.read { font-size: 22px; }
	.news-bar .button { margin-top: 50px; }
	
	.storie-bar ul { margin-bottom: 30px; margin-top: 35px; }
	.storie-bar li { height: 355px; }
	.storie-bar .blog .post_container h3, .storie-bar .video_text_section .sectiontwo_right .container h3{ font-size: 24px;}
	.storie-bar .content p, .storie-bar .blog .post_container .content p { font-size: 18px; line-height: 24px; }
	.storie-bar .video_text_section .sectiontwo_right .container p, .storie-bar .video_text_section .sectiontwo_right .container a{ font-size: 16px;}
	
	.social-bar .left { min-height: 421px; }
	.social-bar .down span { padding: 12px 64px 15px 0px; font-size: 22px; line-height: 28px; background-size: 51px; }
	.social-bar .down { bottom: 18px; }
	.social-bar .box { padding: 25px 22px; min-height: 207px; }
	.social-bar .box.twitter .post-detail a{ padding-top: 18px;}
	.social-bar .image img { max-width: 40px; }
	.social-bar .text p, .post-detail { padding-bottom: 18px; font-size: 20px; line-height: 25px; }
	.social-bar .text a.read, .post-detail a { font-size: 22px; }
	.social-bar .box:hover:before { bottom: -20px; width: 200px; height: 200px; background-size: 200px; }
	
	#banner { height: 570px; }
	#banner.no_banner { height: 343px; }
	.no_banner #page_heading h1 { margin-top: 148px; }
	.no_banner ul { padding: 22px 0; }
	
	#page_heading h1 { margin-bottom: 164px; }
	#page_heading li { padding: 0px 12px; font-size: 20px; }
	
	#breadcrumbs { margin-bottom: 14px; }
	blockquote h5 {  font-size: 23px; line-height: 31px; }
	.alignleft { margin: 10px 30px 10px 0; max-width: 300px; }
	
	.footer-bar #footer-logo img { max-width: 145px; }
	.footer-bar #footer-logo { margin-top: 30px; margin-right: 60px; }
	.footer-bar .address { margin-top: 34px; }
	.footer-bar address { margin-bottom: 25px; font-size: 24px; line-height: 36px; }
	.footer-bar .number, .footer-bar .mail { margin-bottom: 20px; }
	.footer-bar .social li { margin: 0px 5px; }
	.footer-bar { min-height: 330px; background-size: 462px; }
	
	.copyright-bar a img { width: 80px; }

}

@media only screen and (max-width: 1023px) {
	
	h1 { font-size: 38px; line-height: 38px; }
	h2 { font-size: 35px; line-height: 47px; }
	h3 { font-size: 31px; line-height: 31px; }
	
	p { padding-bottom: 25px; font-size: 16px; line-height: 27px; }
	
	a.btn { width: 210px; min-height: 65px; line-height: 63px; font-size: 18px; }
	
	.wrapper { max-width: 738px; }
	
	.top-bar #logo img { max-width:150px; padding: 0px 12px;}
	.top-bar #logo a { padding: 10px 0px;/*  width: 150px; height: 172px; */ }
	.top-bar .top { margin: 15px auto 0; }
	.top-bar .row { top: 15px; }
	.top-bar .form input[type="text"] { width: 90%; height: 40px; }
	.top-bar .form input[type="submit"] { width: 10%; height: 40px; }
	
	.slider-bar .wrapper { height: 610px; }
	.slider-bar .pager span { margin: 0 3px; width: 50px; height: 6px; }
	.slider-bar .pager { bottom: 18%; }
	
	.quicklink-bar li img { }
	.quicklink-bar li a { padding: 10% 15%; min-height: 72px; font-size: 16px; line-height: 19px; }
	.quicklink-bar { margin-top: -72px; }
	
	.news-bar h2, .storie-bar h2 { padding-bottom: 25px; font-size: 30px; line-height: 30px; }
	
	.news-bar::before { width: 277px; height: 700px; top: 20px; }
	.news-bar .left { padding: 20px 15px; min-height: 430px; }
	.news-bar h3 { margin-bottom: 12px; font-size: 26px; line-height: 30px; }
	.news-bar h4 { margin-bottom: 12px; font-size: 20px; line-height: 25px; }
	.news-bar p { padding-bottom: 18px; font-size: 16px; line-height: 25px; }
	.news-bar a.read { font-size: 18px; }
	.news-bar .right li { height: 218px; }
	.news-bar .right li a { padding: 0 15px; font-size: 12px; line-height: 18px; }
	.news-bar .right .date { margin-bottom: 10px; display: block; font-size: 19px; }
	.news-bar .right li .time { font-size: 15px; }
	.news-bar .right .top { height: auto; }
	.news-bar .right li .bottom { display: block; }
	.news-bar .button { margin-top: 30px; }
	
	.storie-bar { margin-top: 25px; }
	.storie-bar li { height: 280px; }
	.storie-bar .content p a, .storie-bar .blog .post_container .content p a { font-size: 14px; }
	.storie-bar .content p { font-size: 16px; line-height: 22px; }
	.storie-bar .blog .post_container h3, .storie-bar .video_text_section .sectiontwo_right .container h3{ font-size: 22px;}
	
	.storie-bar .blog .post_container .content p{ font-size: 16px; line-height: 22px; }
	
	.social-bar { margin-top: 55px; }
	.social-bar .left { min-height: 350px; }
	.social-bar .down span { padding: 12px 43px 15px 0px; font-size: 17px; line-height: 22px; background-size: 43px; }
	.social-bar .image img { max-width: 32px; }
	.social-bar .text p, .post-detail { padding-bottom: 12px; font-size: 17px; line-height: 23px; }
	.social-bar .text a.read, .post-detail a { font-size: 19px; }
	.social-bar .box.twitter .post-detail a{ padding-top: 12px;}
	.social-bar .box { padding: 20px 15px; min-height: 172px; }
	.social-bar .box:hover:before { bottom: -10px; width: 150px; height: 150px; background-size: 150px; }
	
	#page_heading li { padding: 0px 9px; font-size: 14px; }
	#page_heading h1 { margin-bottom: 90px; }
	
	#banner { height: 435px; }
	#banner.no_banner { height: 320px; }
	
	.right_column { width: 26.7%; }
	.w_right .middle_column { width: 71.7%; }
	.right_content { padding: 18px 15px 10px; }
	.right_per_detail p { padding-bottom: 10px; }
	.left_column { width: 26.7%; }
	.w_left .with_left { width: 72%; padding: 0 20px; }
	.right_per_detail p a { display: inline-block; }
	
	#breadcrumbs a { line-height: 33px; }
	#breadcrumbs span { line-height: 32px; }
	#breadcrumbs { padding: 0; }
	
	.with_full blockquote { padding: 25px 20px; }
	blockquote { margin-bottom: 30px; }
	
	#main_container.w_right, #main_container.w_left, #main_container.three_column { margin-top: 35px; }
	
	.footer-bar #footer-logo img { max-width: 122px; }
	.footer-bar #footer-logo { margin-top: 30px; margin-right: 38px; }
	.footer-bar .address { width: 370px; }
	.footer-bar address { margin-bottom: 22px;font-size: 22px; line-height: 33px; }
	.footer-bar .number a, .footer-bar .mail a { font-size: 18px; }
	.footer-bar .number, .footer-bar .mail { margin-bottom: 15px; }
	.footer-bar .number .fa, .footer-bar .mail .fa { padding-right: 6px; font-size: 25px; }
	.footer-bar .mail .fa { font-size: 20px; }
	.footer-bar .social { margin: 12px -18px 0; }
	.footer-bar { min-height: 285px; background-size: 398px; }
	
		
}

@media only screen and (max-width: 840px) {
	.quicklink-bar ul{ flex-flow: wrap;  justify-content: center;}
	.quicklink-bar li{ width: 33.333333%;}
}

@media only screen and (max-width: 767px) {
	
	h1 { font-size: 35px; line-height: 35px; }
	h2 { font-size: 33px; line-height: 45px; }
	h3 { font-size: 29px; line-height: 29px; }
	h4 { font-size: 23px; line-height: 30px; }
	h6 { padding-bottom: 16px; font-size: 20px; line-height: 25px; }
	
	p { padding-bottom: 20px; }
	
	a.btn { width: 155px; min-height: 50px; line-height: 46px; font-size: 16px; }
	
	.wrapper { padding: 0 15px; max-width: 100%; }
	
	#back-to-top { display: block; }
	
	.top-bar #logo{ max-width: 65%;}
	.top-bar #logo img { max-width: 100px; }
	.top-bar #logo a { /* width: 130px; height: 149px; */ }
	.top-bar .left { width: 100%; border: 0; }
	.top-bar .form input[type="text"] { font-size: 16px; }
	
	.slider-bar .pager { bottom: 2%; }
	.slider-bar .caption { padding-top: 85px; }
	.slider-bar .wrapper { height: 470px; }
	.slider-bar .caption h3 { margin-bottom: 13px; font-size: 34px; line-height: 36px; }
	.slider-bar .caption p { font-size: 18px; line-height: 22px; padding-bottom: 19px; }
	
	.quicklink-bar { margin-top: 0; }
	.quicklink-bar li { margin-bottom: 1px; width: 33.333%; }
	.quicklink-bar li a{padding: 8% 15%;}
	
	.news-bar .left { width: 100%; min-height: inherit; }
	.news-bar .right { width: 100%; }
	.news-bar .right li { height: 220px !important; }
	.news-bar .right li .bottom{ padding-top: 5px;}
	.news-bar .row { margin-top: 30px; }
	.news-bar h3 { font-size: 25px; line-height: 28px; }
	.news-bar .right.events_only li{ width: 50%; border-bottom: 1px solid #f8ce62 !important; border-right: 1px solid #f8ce62 !important;}
	.news-bar .right.events_only li:nth-child(2), .news-bar .right.events_only li:nth-child(4), .news-bar .right.events_only li:nth-child(6), .news-bar .right.events_only li:nth-child(8), .news-bar .right.events_only li:nth-child(10){ border-right: 0px !important; }
	.news-bar .right.events_only li:nth-child(9), .news-bar .right.events_only li:nth-child(10) { border-bottom: 0px !important; }
	
	.storie-bar li { margin-bottom: 15px; height: auto; width: 100%; }
	.storie-bar li .full { width: 100%; overflow: hidden; height: 420px; position: relative; }
	.storie-bar .content { bottom: -144px; opacity: 0; }
	.storie-bar .blog .content{ bottom: 0px; opacity: 1;}
	.storie-bar .blog .post_container{ width: 100%; height: 350px;}
	.storie-bar li:hover .content { opacity: 1; }
	.storie-bar ul { margin-bottom: 12px; margin-top: 25px; }
	.storie-bar .blog .post_container h3{ width: 90%;}
	
	.storie-bar .video_text_section .sectiontwo_right, .storie-bar .video_text_section .sectiontwo_left{ width: 100%;}
	.storie-bar .video_text_section .sectiontwo_right{ padding-top: 40px;}
	
	.social-bar .left { margin-bottom: 5px; width: 100%; padding-top: 100%;}
	.social-bar .right { padding-left: 0; width: 100%; }
	.social-bar .box { margin-bottom: 5px; min-height: inherit; }
	.social-bar { margin-top: 40px; }
	
	.w_right .middle_column { width: 100%; }
	.right_column { width: 100%; position: static; float: left; border-left: 0; border-top: 2px solid #d9d9d9; margin-top: 60px; padding-top: 50px;}
	.right_content { padding: 15px 0px 10px; }
	
	.no_banner ul { padding: 20px 0 0; }
	#banner.no_banner { height: 304px; }
	.no_banner #page_heading h1 { margin-top: 119px; }
	
	#banner { height: 365px; }	
	#page_heading h1 { margin-bottom: 58px; }
	#page_heading ul{ display: none;}
	#page_heading li { padding: 0px 4px; font-size: 16px; margin-bottom: 23px; }
	#page_heading { padding: 32px 15px 1px; }
	
	#main_container.w_right, #main_container.w_left, #main_container.three_column { margin-top: 30px; }
	#main_container { padding-bottom: 28px; }
	.right_column #sidebar { margin-bottom: 15px; width: 100%; }
	.right_per_detail { margin-bottom: 0; }
	.left_column { margin-bottom: 15px; width: 100%; border-right: 0; }
	.w_left .with_left { padding: 0; width: 100%; }
	.three_column .with_both { padding: 0; width: 100%; }
	.left_column #menu { margin-bottom: 14px; }
	
	#breadcrumbs span { padding: 0 9px; font-size: 20px; line-height: 29px; }
	#breadcrumbs { margin-bottom: 10px; }
	
	.alignleft { max-width: 282px; margin: 10px 20px 10px 0; }
	
	blockquote h5 { font-size: 20px; line-height: 27px; }	
	blockquote { padding: 16px 6px; margin-bottom: 25px; margin-top: 8px; }
	
	.footer-bar #footer-logo { display: none; }
	.footer-bar { min-height: inherit; overflow: hidden; text-align: center; background-image: inherit; }
	.footer-bar .address { margin-top: 18px; width: 100%; }
	.accred {text-align:center;}
	.accred img {padding-left: 0; padding-right: 10px;}

	
}

@media only screen and (max-width: 479px) {
	
	a.btn { width: 140px; font-size: 15px; }
	
	.top-bar #logo{ max-width: 50%; }
	.top-bar #logo img { max-width: 60px; padding: 0 5px;}
	.top-bar #logo a { /* width: 100px; height: 125px; */ }
	
	.slider-bar .caption h3 { margin-bottom: 11px; font-size: 23px; line-height: 25px; }
	.slider-bar .caption p { font-size: 17px; line-height: 21px; padding-bottom: 15px; }
	.slider-bar .pager { width: 100%; }
	.slider-bar .caption { padding-top: 110px; }
	.slider-bar .wrapper { height: 418px; }
	.slider-bar .pager span { width: 40px; }
	
	.quicklink-bar li { width: 50%; }
	.quicklink-bar li:nth-child(2n) { border-right: 0; }
	.quicklink-bar li a { min-height: 67px; }
	
	.news-bar::before { width: 198px; height: 518px;  top: 18px; left: 0px; }
	
	.news-bar h2, .storie-bar h2 { padding-bottom: 20px; font-size: 28px; line-height: 28px; }
	
	.news-bar h4 { margin-bottom: 10px; font-size: 18px; line-height: 22px; }
	.news-bar a.read { font-size: 16px; }
	.news-bar { padding: 35px 0 20px; }
	.news-bar .button li { margin-right: 5px; }
	.news-bar .right li {height: 160px !important; width: 100%; padding: 19px 2px; }
	.news-bar .right li:nth-child(4), .news-bar .right li:nth-child(5), .news-bar .right li:nth-child(6) { border-bottom: 1px solid #f8ce62; }
	.news-bar .right li { border-right:0px !important; border-bottom: 1px solid #f8ce62 !important; border-left:0px !important;}
	.news-bar .right li:nth-child(6) { border-bottom: 0px !important; }
	.news-bar .button { margin-top: 20px; }
	
	.news-bar .right.events_only li, .news-bar .right.events_only li:nth-child(9){ width: 100%; border-bottom: 1px solid #f8ce62 !important; border-right: 0px !important;  border-left: 0px;}
	.news-bar .right.events_only li:nth-child(10) { border-bottom: 0px !important; }
	
	.storie-bar li .full { height: 300px; }
	.storie-bar li { margin-bottom: 10px; }
	.storie-bar .content { padding: 15px 15px; min-height: inherit; }
	.storie-bar .blog .post_container{ height: 375px;}
	.storie-bar .blog .post_container h3{ width: 98%;}
	.storie-bar .blog .post_container .content p{ padding: 10px;}
	
	.social-bar .left { min-height: 320px; }
	.social-bar .down span { padding: 12px 48px 15px 0px; font-size: 16px; line-height: 21px; background-size: 40px; }
	.social-bar .image { width: auto; margin-right: 10px; margin-top: 6px; }
	.social-bar .image img { max-width: 26px; }
	.social-bar .text { width: 87%; }
	.social-bar .text p, .post-detail { padding-bottom: 10px; font-size: 16px; line-height: 21px; }
	.social-bar .text a.read, .post-detail a { font-size: 16px; }
	.social-bar .box.twitter .post-detail a{ padding-top: 10px;}
	.social-bar { margin-bottom: 5px; margin-top: 35px; }
	
	#breadcrumbs a { font-size: 12px; line-height: 20px; }
	#breadcrumbs span { padding: 0 4px; font-size: 16px; line-height: 18px; top: 1px; }
	
	.alignleft { max-width: 100%; margin: 10px 0px 10px 0; }
	
	.no_banner #page_heading h1 { margin-top: 107px; }
	#banner.no_banner { height: 288px; }
	#page_heading li { font-size: 15px; margin-bottom: 20px; }
	.no_banner ul { padding: 17px 0 0; }
	.no_banner #page_heading li a { padding-bottom: 5px; }
	.with_full blockquote { padding: 15px 0px; }
	
	.footer-bar { border-top: 6px solid #11203f; }
	.footer-bar address { margin-bottom: 19px; font-size: 20px; line-height: 28px; }
	.footer-bar .address { margin-top: 15px; }
	.footer-bar .footer-link { margin-top: 20px; }
	
	.copyright-bar span { padding-top: 5px; width: 100%; }
	.copyright-bar { text-align: center; }	
	.copyright-bar a img { display: inline-block; }
	.copyright-bar a { display: inline-block; float: none; }
		
}

/* SM 3.0 CSS */
.tool_content, #inside_nav { font-family: 'Poppins', sans-serif;}
.sm3_header_right .account_info a{ font-weight: 500;}
