@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,500i');

/*

font-family: 'Roboto Slab', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Roboto Mono', monospace;

*/

/*****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; -moz-box-sizing: border-box; -webkit-text-size-adjust:none; }
html, body { width: 100%; font-size: 18px; color: #000000; font-family: 'Roboto Condensed', sans-serif; background: #fff; line-height: 175%;}
p { line-height: 33px; color: #000000; font-size: 22px; }
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, 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; }
.centering { max-width: 1400px; position: relative; margin: auto; }
.wrapper { max-width: 1742px; position: relative; margin: auto; }

*::-webkit-input-placeholder{opacity:1;color: #fff; } 
*::-moz-placeholder{opacity:1;color: #fff; } 
*:-ms-input-placeholder{opacity:1;color: #fff; }


/* SM 3.0 CSS */
.tool_content {font-family: 'Roboto Condensed', sans-serif;}
.sm3_header_right .account_info a{ font-weight: 500;}
#sm3_body footer{ background: none !important; padding: 0; border: none !important;}
#sm3_body .page_heading_row h1{ font-family: inherit; text-transform: none;}
#sm3_body .main-section{ border: none !important;}



/*****GENERAL*****/
a {color:#007299; text-decoration:none; font-weight:bold; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; }
a:hover{}
.home ul, header ul, footer ul { list-style: none; margin: 0px; }
.clear { clear: both; overflow: hidden; }
img { border: 0px; outline: none; display: inline-block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
.home input, .home textarea , header input, header textarea, footer input, footer textarea{ outline: none; font-family: 'Roboto Condensed', sans-serif; transition: all 0.3s; -webkit-transition: all 0.3s; border-radius: 0; -webkit-appearance: none; border-radius: 0; }
input:focus, textarea:focus { outline: none; }
p { padding-bottom: 20px; font-size: 22px; line-height: 33px; color: #000; }
p:last-child{ padding-bottom: 0px;}
p a {color:#007299;}
h1 { font-size: 28px; line-height: 32px; color:#000000; }
h2 { font-size: 43px; line-height: 45px; color:#000000; font-weight: 700; font-family: 'Roboto Slab', serif; }
.tool_headline1 { font-size: 43px; line-height: 45px; color:#000000; font-weight: 700; font-family: 'Roboto Slab', serif; }
h3 { font-size: 34px; line-height: 40px; color:#882345; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
.tool_headline2 { font-size: 34px; line-height: 40px; color:#882345; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; }
h4 { font-size: 29px; line-height: 37px; color:#000000; font-family: 'Roboto Mono', monospace; font-weight: 500; font-style: italic; }
h5 { font-size: 25px; line-height: 35px; color:#808285; font-family: 'Roboto Slab', serif; font-weight: 700; letter-spacing: 1.5px; }
h6 { font-size: 25px; line-height: 34px; color:#000; padding-bottom: 23px; font-weight: 700; letter-spacing: 2px; }
.alignright{ float:right; margin: 6px 0 10px 36px; }
.alignleft{ float:left; margin: 6px 36px 10px 0; box-shadow: 1px 2px 13px rgba(0,0,0,0.4); }



#back-to-top { position: fixed; bottom: 60px; 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: #882345 url(custom/images/top_btn1.png) center center no-repeat; }
#back-to-top.show { opacity: 0.8; z-index: 9999; }
#back-to-top.show:hover { opacity: 1; }

blockquote { padding: 110px 110px 20px; position: relative; margin-top: 10px; margin-bottom: 35px; overflow: hidden; text-align: center; background: url(custom/images/blockquote-bg.png) no-repeat top center; background-size: cover; }
blockquote h1, blockquote h2,blockquote h3, blockquote h4, blockquote h5,blockquote h6,blockquote p, blockquote span, blockquote strong,blockquote em, blockquote i { color: #fff; font-size: 36px; line-height: 48px; font-weight: 700; font-style: normal; font-family: 'Roboto Slab', serif; }

/****main_sec****/
#main_sec { width: 100%; min-height: 100%; position: relative; margin: 0 auto; overflow: hidden; }

/****header****/
header { width: 100%; float: left; position: absolute; top: 0; left: 0; z-index: 9999; }
.home header{ z-index: 9999999;}

/*****TOP-BAR*****/
.top-bar { padding-top: 26px; width: 100%; float: left; position: relative; }
.top-bar #logo { margin-left: -56px; float: left; }
.top-bar .right { padding-right: 4px; padding-top: 6px; width: 68.3%; float: right; }
.top-bar .wrapper { position: static; }


@-webkit-keyframes stickyhead{  0%{opacity:0;-webkit-transform:translateY(-100%) } 100%{opacity:1;-webkit-transform:translateY(0)} }	
@- moz-keyframes stickyhead{ 0%{opacity:0;-moz-transform:translateY(-100%)} 100%{opacity:1;-moz-transform:translateY(0)} }
@keyframes stickyhead{ 0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)} 100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)} }	

.stickyhead  {-webkit-animation:stickyhead ease-in-out 0.7s 0.1s both;-moz-animation:stickyhead ease-in-out 0.7s 0.1s both;animation:stickyhead ease-in-out 0.7s 0.1s both}

.stickyhead  { width: 100%; top:0px; left: 0px; position: fixed; box-shadow: 0 0 7px rgba(0,0,0,.3); z-index: 999999; background: #882345; }

.top-bar.stickyhead #logo { width: 310px; }
.top-bar.stickyhead { padding-top: 15px; }
.top-bar.stickyhead .right { padding-top: 0px; }


/*****SLIDER-BAR*****/
.slider-bar { width: 100%; float: left; position: relative; z-index: 9; }
.slider-bar:before { content: ""; position: absolute; width: 100%; height: 552px; z-index: 999; background: url(custom/images/banner-shadow.png) no-repeat top center; background-size: cover; }
.slider-bar .slide { overflow: hidden; width: 100%; min-height: 918px; background-repeat: no-repeat; background-position: center top; background-size: cover; }
.slider-bar .caption { padding: 25px 0; width: 100%; min-height: 219px; position: absolute; bottom: 0; left: 0; overflow: hidden; background: rgba(136,35,69,0.85); }
.slider-bar .caption:after { content: ""; position: absolute; right: -110px; top: -138px; width: 496px; height: 436px; background: url(custom/images/banner-shadow2.png) no-repeat center center; background-size: cover; }
.slider-bar .row { width: 59%; }
.slider-bar h2 { margin-bottom: 17px; color: #fff; font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 55px; line-height: 55px; }
.slider-bar p { color: #fff; line-height: 30px; }
.slider-bar p a { color: #fff; }
.slider-bar .pager { width: auto; right: 5%; bottom: -43px; position: absolute; z-index: 9999; text-align: center; vertical-align: top; }
.slider-bar .pager span { display: inline-block; margin: 0 6px; width: 12px; height: 12px; border-radius: 50%; cursor: pointer; text-indent: -9999px; background: #222437; }
.slider-bar .pager span.cycle-pager-active { position: relative; background: #65873a; }

.slider-bar .cycle-prev, .slider-bar .cycle-next { position: absolute; width: 30px; height: 44px; z-index: 800; bottom: 105px; cursor: pointer; z-index: 9999; }
.slider-bar .cycle-prev img:hover, .slider-bar .cycle-next img:hover { filter: gray;  -webkit-filter: grayscale(1); }
.slider-bar .cycle-prev img, .slider-bar .cycle-next img { filter: none; -webkit-filter: grayscale(0); -webkit-transform: scale(1.01); }
.slider-bar .cycle-next { right: 83px; background: url(custom/images/banner-arrow2.png) no-repeat top center; }
.slider-bar .cycle-prev { right: 145px; background: url(custom/images/banner-arrow1.png) no-repeat top center; }
.slider-bar .cycle-next:hover, .slider-bar .cycle-prev:hover { background-position: bottom center; }


/*****HOME PAGE*****/

/*****STORY-BAR*****/
.story-bar { padding: 92px 0; width: 100%; float: left; position: relative; }
.story-bar .slider-nav { width: 245px; float: left; position: static; }
.story-bar .slider-for { width: 1476px; float: right; }
.story-bar .thumb { padding: 15px 10px; width: 100%; }
.story-bar .item { width: 100%; float: left;}
.story-bar .image { width: 798px; height: 537px; float: left; background-repeat: no-repeat; background-size: cover; }
.story-bar .content { padding-top: 13px; width: 624px; float: right; }
.story-bar h2 { padding-bottom: 4px; color: #882345; font-size: 40px; font-family: 'Roboto Slab', serif; font-weight: 700; }
.story-bar h3 { margin-bottom: 20px; color: #007299; font-size: 24px; letter-spacing: 0.9px; line-height: 36px; font-weight: 700; text-transform: uppercase; }
.story-bar .slick-prev, .story-bar .slick-next { position: absolute; display: block; width: 30px; height: 44px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; bottom: 0px; z-index: 999; background: transparent; }
.story-bar .slick-next { right: 0px; background: url(custom/images/story-arrow2.png) no-repeat top center; }
.story-bar .slick-next:hover { background-position: bottom center; }
.story-bar .slick-prev { right: 65px; background: url(custom/images/story-arrow1.png) no-repeat top center; }
.story-bar .slick-prev:hover { background-position: bottom center; }
.story-bar .wrapper { overflow: hidden; }
.story-bar .slider-nav .slick-list { margin: -15px 0; overflow: hidden;}
.story-bar a.btn { min-width: 188px; height: 60px; display: inline-block; color: #882345; font-size: 18px; line-height: 54px; border: 2px solid #882345; text-transform: uppercase; text-align: center; font-family: 'Ubuntu', sans-serif; font-weight: 700; letter-spacing: 1px; }
.story-bar a.btn:hover { color: #fff; text-decoration: none; background: #882345; }
.story-bar p { padding-bottom: 40px; }
.story-bar .single { padding: 11px; width: 100%; height: 157px; cursor: pointer; position: relative; background-repeat: no-repeat; background-size: cover; }
.story-bar .slick-current .single:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(136,35,69,0.7) url(custom/images/pluse-icon.png) no-repeat center center; }
.story-bar .slick-current .single:after { content: ""; position: absolute; left: 0; top: 0; border: 10px solid #fff; width: 91%; height: 87%; }
.story-bar .slick-current .single { box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3); }
.story-bar .single img { width: 100%; }

/*****CALENDAR-BAR*****/
.calendar-bar { padding: 73px 0; width: 100%; min-height: 604px; float: left; text-align: center; background-size: cover; background-repeat: no-repeat; position: relative;}
.calendar-bar:before{ content:''; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); top: 0px; left: 0px; z-index: 0;}
.calendar-bar h2 { text-align: center; color: #fff; font-size: 55px; font-weight: 700; font-family: 'Roboto Slab', serif; }
.calendar-bar .row { margin: 55px -40px 0; width: auto; overflow: hidden; }
.calendar-bar .box { padding: 0 40px; width: 33.33%; float: left; position: relative; z-index: 9999; }
.calendar-bar .left { padding-top: 38px; width: 34%; min-height: 345px; float: left; position: relative; background: #882345; }
.calendar-bar .right { width: 66%; min-height: 345px; overflow: hidden; float: left; background: #d6d6d7; background-image: url(custom/images/calendar-bg.png); background-repeat: no-repeat; background-position: bottom right; background-size: 35%;}
/* .calendar-bar .full:after { content: ""; position: absolute; right: -7px; bottom: -4px; width: 172px; height: 201px; z-index: 9; background: url(custom/images/calendar-bg.png) no-repeat top center; } */
.calendar-bar .month { display: block; color: #fff; font-size: 30px; letter-spacing: 1px; line-height: 28px; text-transform: uppercase; padding-bottom: 10px;}
.calendar-bar .date { display: block; color: #fff; font-size: 80px; font-family: 'Roboto Slab', serif; font-weight: 700; }
.calendar-bar li {  position: relative; z-index: 9; display: block; }
.calendar-bar li a { padding: 5px 10px; display: inline-block; font-family: 'Roboto Slab', serif; font-weight: 700; line-height: 28px; }
.calendar-bar li .title { display: block; color: #882345; font-size: 24px; }
.calendar-bar li a:hover span { color: #fff; }
.calendar-bar li a:hover  { text-decoration: none; background: #882345; }
.calendar-bar li .time { display: block; color: #000000; font-size: 20px; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; }
.calendar-bar .right ul { padding: 10px 54px 0; position: static; min-height: 345px; }
.calendar-bar .slick-prev, .calendar-bar .slick-next { position: absolute; display: block; width: 34%; height: 70px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; bottom: 0px; z-index: 999; }
.calendar-bar .slick-next { left: 0px; background: #808285; }
.calendar-bar .slick-prev { left: 0px; bottom: 62px; background: #808285; }
.calendar-bar .slick-next:hover:before, .calendar-bar .slick-prev:hover:before { opacity: 0.6; }

.calendar-bar .slick-next:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); width: 40px; height: 27px; background: url(custom/images/calendar-arrow.png) no-repeat center center; }
.calendar-bar .slick-prev:before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); width: 40px; height: 27px; background: url(custom/images/calendar-arrow_up.png) no-repeat center center; }

/* .calendar-bar .slick-prev.slick-disabled, .calendar-bar .slick-next.slick-disabled{ display: none !important;} */

.calendar-bar .full { width: 100%; position: relative; overflow: hidden; }
.calendar-bar .slick-list { z-index: 999; }
.calendar-bar .slick-vertical .slick-slide { height: 100px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }


/*****SPRINGMONT-BAR*****/	
.springmont-bar { padding: 88px 0; width: 100%; float: left; position: relative; }
.springmont-bar:before { content: ""; position: absolute; top: -430px; left: 0; width: 100%; height: 670px; z-index: 999; background: url(custom/images/springmont-shadow.png) no-repeat; background-size: 100% 100%; }
.springmont-bar h2 { text-align: center; color: #4b1326; font-size: 55px; font-weight: 700; font-family: 'Roboto Slab', serif; position: relative; z-index: 9999; }
.springmont-bar h2 span:before { content: ""; position: absolute; left: -604px; top: 37px; width: 590px; height: 3px; background: #47484a; }
.springmont-bar h2 span:after { content: ""; position: absolute; right: -604px; top: 37px; width: 590px; height: 3px; background: #47484a; }
.springmont-bar h2 span { padding: 0 70px; position: relative; }
.springmont-bar .row { margin: 0 -12px 0; padding-top: 40px; width: 100%; float: left; position: relative;}
.springmont-bar .column {  width: 33.33%; float: left; position: relative; }
.springmont-bar .box { margin-bottom: 24px; width: 100%; position: relative; }
.springmont-bar .image { width: 100%; min-height: 379px; position: relative; z-index: 99; box-shadow: inset 0 0 18px rgba(0,0,0,0.3);  background-repeat: no-repeat; background-size: cover; }

.springmont-bar .wrapper { max-width: 1820px; }
.springmont-bar .box.full .image { min-height: 784px; }
.springmont-bar a.btn { min-width: 405px; height: 75px; text-align: center; line-height: 75px; transition: none; color: #fff; font-size: 22px; display: inline-block; font-family: 'Ubuntu', sans-serif; font-weight: 700; text-transform: uppercase; position: absolute; left: 50%; bottom: -13px; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); letter-spacing: 1.1px; box-shadow: 1px 2px 3px #ccc; z-index: 9999; background: #808285; }
.springmont-bar a.btn.mobile { display: none; }
.springmont-bar a.btn em { display: none; font-style: normal; }
.springmont-bar a.btn:hover { text-decoration: none; box-shadow: 1px 2px 3px #882345; background: #882345; }
.springmont-bar a.btn:hover em { display: block; } 
.springmont-bar a.btn:hover span { display: none; } 
.springmont-bar .happenings-overlay { padding: 20px 25px 15px; width: 80%; float: right; position: absolute; bottom: 24px; right: 24px; opacity: 0; z-index: 9999; background: #992b50; background: -moz-linear-gradient(top, #992b50 0%, #711f3a 100%); background: -webkit-linear-gradient(top, #992b50 0%,#711f3a 100%); background: linear-gradient(to bottom, #992b50 0%,#711f3a 100%); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s; }
.springmont-bar .happenings-overlay p a { color: #febe10; }
.springmont-bar .happenings-overlay p { font-size: 16px; line-height: 28px; color: #fff; }
.springmont-bar .happenings-overlay h3 { color: #fff; font-size: 24px; font-family: 'Roboto Slab', serif; font-weight: 700; text-transform: none; }
.springmont-bar .box:hover .overlay { opacity: 1; -webkit-transform: translate3d(0,-80px,0); transform: translate3d(0,-168px,0); }
.springmont-bar .mont:hover { width: 100%; overflow: hidden; position: relative; }
.springmont-bar .mont:hover { box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.2); }
.springmont-bar .mont { width: 100%; position: relative; overflow: hidden; cursor: pointer; }
.springmont-bar .mont:hover:before { content: ""; position: absolute; left: 0; top: 0; width: 92%; height: 88%; z-index: 990; border: 24px solid #fff; transition: ease-in 0.3s;
-webkit-transition: ease-in 0.3s; }
.springmont-bar .mont:before {  content: ""; position: absolute; left: 0; top: 0; width: calc( 100% - 48px); height: calc( 100% - 48px); z-index: 990; border: 24px solid transparent; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; opacity: .4;}
.springmont-bar .full .mont:hover:before { height: 94%; }
.springmont-bar .full .mont:before { height: 94%; }
.springmont-bar .half { padding: 0 12px; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; }
.springmont-bar .mont:hover .happenings-overlay{ opacity: 1;}


/*****SOCIAL-BAR*****/	
.social-bar { padding-bottom: 50px; width: 100%; float: left; text-align: center; position: relative; }
.social-bar h2 { text-align: center; color: #882345; font-size: 55px; font-weight: 700; font-family: 'Roboto Slab', serif; position: relative; z-index: 9999; padding-bottom: 40px;}
.social-bar h2 span:before { content: ""; position: absolute; left: -604px; top: 37px; width: 590px; height: 3px; background: #47484a; }
.social-bar h2 span:after { content: ""; position: absolute; right: -604px; top: 37px; width: 590px; height: 3px; background: #47484a; }
.social-bar h2 span { padding: 0 70px; position: relative; }
.social-bar .social-post { padding: 0 37px; width: 36%; display: inline-block; position: relative; z-index: 9; vertical-align: top;}
.social-bar .image { margin-bottom: 44px; width: 100%; height: 360px; position: relative; background-repeat: no-repeat; background-size: cover; }
.social-bar a.icon { width: 94px; height: 75px; line-height: 78px; color: #fff; font-size: 42px; position: absolute; bottom: 0; left: 0; background: #007299; }
.social-bar a.icon:hover { background: #882345; }
.social-bar .social-post span { margin-bottom: 15px; color: #007299; display: block; font-family: 'Roboto Slab', serif; font-weight: 700; text-align: left; font-size: 18px; text-transform: uppercase; }
.social-bar em { margin-bottom: 13px; font-style: normal; letter-spacing: 1px; display: block; font-family: 'Roboto Slab', serif; font-weight: 700; text-align: left; color: #808285; font-size: 18px; text-transform: uppercase; }
.social-bar .social-post p, .social-bar .social-post .post-title { text-align: left; }
.social-bar:before { content: ""; position: absolute; left: -176px; top: -86px; width: 617px; height: 425px; background: url(custom/images/social-shadow1.png) no-repeat; }
.social-bar:after { content: ""; position: absolute; right: -70px; bottom: 25px; width: 447px; height: 469px; background: url(custom/images/social-shadow2.png) no-repeat; }

/*****ACTION-BAR*****/	
.action-bar { padding: 70px 0; width: 100%; min-height: 476px; float: left; position: relative; text-align: center; background-repeat: no-repeat; background-size: cover; }
.action-bar:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.55); }
.action-bar li { padding: 0 36px; display: inline-block; }
.action-bar li a { min-width: 329px; height: 75px; display: block; color: #fff; font-size: 22px; font-family: 'Ubuntu', sans-serif; font-weight: 700; line-height: 75px; text-transform: uppercase; border: 2px solid #fff; letter-spacing: 1.5px; }
.action-bar li a:hover { text-decoration: none; border: 2px solid #882345; background: #882345; }
.action-bar h2 { margin-bottom: 26px; color: #fff; font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 55px; line-height: 60px; }
.action-bar p { padding-bottom: 40px; color: #fff; font-size: 24px; line-height: 36px; max-width: 60%; margin: auto;}

/*****INSIDE PAGE TOOLS****/
.detail_minical .calendar_form .month_header,
.detail_minical .calendar_options,
.calendar_grid .calendar_grid_headings,
.detail_minical .calendar_grid td,
.calendar_nav,
.calendar_options,
.calendar_grid_day,
.calendar_list_title,
.calendar_list_date,
.slideshow_caption,
.number_pager,
.cycle_overlay,
.post-activity,
.form-item,
.form-label,
.color-button,
.responsive-form input[type="file"],
.responsive-form input, .responsive-form textarea, .responsive-form select,
.news-rss,
.blog_title_all,
.blogtags,
.scrip-writein-row,
.scrip-vendor-name,
.scrip-add-cart-amount,
.scrip-add-cart-qty,
.signup-date,
.grouping-heading,
.login-menu,
.blog-row-header,
.blog-results-row,
.post-nav-left,
.blogattachment,
.header,
.dir-head-link,
.dir-head-back,
.dir-name,
.collapse-btn,
.expandme,
.group-details strong,
.back-to-top,
.profile,
.detail_profiles .staff_header .search_box input[type="text"],
.detail_profiles .popup_box .profile-name,
.detail_profiles .popup_box .profile-title,
.profile-contact,
.detail_profiles .profile-short,
.overlay_details span{font-family: 'Ubuntu', sans-serif;}


/****INSIDE PAGE****/
#main_container { padding: 87px 0 10px; overflow: hidden; width: 100%; background: #fff; }
#main_container p { padding-bottom: 30px; text-align: justify; }
#main_container .right_content p{ padding-bottom: 0px;}
#main_container p a { color: #007299; font-weight: 700; }
#main_container p a:hover { text-decoration: none; color: #882345; }
#main_container .pull-right { margin: 0 0 20px 40px; }
hr { margin: 3px 0 38px; border: none; border-bottom: 1px solid #c3b9b5; }
.full .middle_column { display: block; width: 100%; }
.w_right .middle_column { width: 70%; display: inline-block; }
.w_right .right_column { width: 24.8%; float: right; }
h3.toolhead { padding: 16px 35px 11px; letter-spacing: 2px; color: #fff; border-bottom: 4px solid #808285; background: #882345; }
.right_per_detail { margin-bottom: 88px; /* overflow: hidden;  */background-color: #eaeaea; position: relative; background-image: url(custom/images/right_content-bg.png); background-repeat: no-repeat; background-position: bottom right; background-size: 50%;}
/* .right_per_detail:before { content: ""; position: absolute; right: -92px; bottom: -85px; width: 523px; height: 565px; background: url(custom/images/right_content-bg.png) no-repeat top right; background-size: cover; } */
.right_per_detail p, .right_per_detail h5, .right_per_detail h6, .right_per_detail h4, .right_per_detail h3 { position: relative; }
.right_per_detail ul{ padding-right: 20px;}

.right_column .visual_link { margin-bottom: 70px; width: 100%; min-height: 60px; line-height: 50px; text-align: center; color: #007299; font-size: 23px; font-family: 'Roboto Slab', serif; font-weight: 700; text-transform: uppercase; display: block; letter-spacing: 1px; border: 5px solid #007299; }
.right_column .visual_link:hover { text-decoration: none; color: #fff; background: #007299; }

.middle_column .toolhead { padding: 18px 35px 50px; margin-bottom: 18px; margin-top: 12px; width: calc(100% - 70px); overflow: hidden; color: #ffffff; font-size: 36px; font-family: 'Roboto Slab', serif; border-bottom: 0; font-weight: 700; text-transform: none; border-top: 4px solid #808285; text-align: left !important; background: url(custom/images/toolhead-bg.png) no-repeat top center; background-size: 100% 100%; }

.middle_column .mark { margin: 40px 0; width: 100%; text-align: center; }
.middle_column .mark span { display: inline-block; position: relative; }
.middle_column .mark span:before { content: ""; position: absolute; left: -559px; top: 55px; width: 528px; height: 2px; background: #808285; }
.middle_column .mark span:after { content: ""; position: absolute; right: -559px; top: 55px; width: 528px; height: 2px; background: #808285; }

.middle_column hr{ background-image: url(/custom/images/mark2-img.jpg); background-repeat: no-repeat; border: 0; display: block; background-position: center; min-height: 99px; position: relative;}
.middle_column hr:before { content: ""; position: absolute; left: -125px; top: 55px; width: 50%; height: 2px; background: #808285; }
.middle_column hr:after { content: ""; position: absolute; right: -125px; top: 55px; width: 50%; height: 2px; background: #808285; }

#button1, #button2, #button3 { margin-right: 21px; margin-top: 26px; display: inline-block; display: inline-block; font-size: 23px; text-transform: uppercase; font-family: 'Roboto Slab', serif; letter-spacing: 1px; font-weight: 700; text-align: center; vertical-align: top; line-height: 100%;}
#button1 { padding: 15px 24px;/* padding: 0 34px; min-height: 50px; */ color: #007299; /* line-height: 50px; */ border: 5px solid #007299; }
#button2 {  padding: 15px 24px; /*width: 400px; padding: 0 34px; min-height: 50px; line-height: 50px;*/ color: #882345 !important; border: 5px solid #882345; }

#right_within #button1, #right_within #button2, #right_within #button3{ display: block; margin-right: 0px;}

#button1:hover { text-decoration: none; color: #fff !important; border-color: #007299; background: #007299; }
#button2:hover { color: #fff !important; text-decoration: none; background: #882345; }

.full .middle_column h1, .full .middle_column h2, .full .middle_column h3, .full .middle_column h4, .full .middle_column h5, .full .middle_column h6 { }
#main_container.full { padding: 67px 0 50px; }
.full .middle_column h6 { padding-bottom: 63px; }
.full .middle_column .mark span:before { width: 785px; left: -821px; }
.full .middle_column .mark span:after { width: 785px; right: -821px; }

/****BANNER****/
#banner { width: 100%; float: left; min-height: 650px; position: relative; background-position: center top; background-repeat: no-repeat; background-size: cover; }
#banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(custom/images/banner-shadow3.png) top center no-repeat; background-size: cover; }
#banner:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 123px; background: url(custom/images/banner-shadow4.png) top center no-repeat; }
#banner.no-banner { min-height: 108px; background-color: #231f20; background-size: auto; background-position: 92% -129px; }
#banner h1 { padding: 33px 25px 43px 73px; position: absolute; top: 46%; left: 0; color: #fff; display: inline-block; font-size: 60px; line-height: 60px; font-family: 'Roboto Slab', serif; font-weight: 700; background: rgba(134,37,70,0.89); }

#banner.no_banner { min-height: 550px; }
#banner.no_banner:after { display: none; } 
#banner.no_banner h1 { padding: 0; text-align: center; text-align: center; top: 55%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: transparent; }

#banner.no_banner #breadcrumbs { bottom: 34px; }


/****breadcrumbs****/
#breadcrumbs { padding: 5px 0; overflow: hidden; width: auto; position: absolute; right: 74px; bottom: 20px; z-index: 99; }
#breadcrumbs a { display: inline-block; color: #ffffff; font-size: 18px; font-weight: 700; }
#breadcrumbs a:hover { color: #007299; text-decoration: none; }
#breadcrumbs span { padding: 0 8px; display: inline-block; color: #007299; font-size: 18px; font-weight: 700; }
#breadcrumbs .breadcrumb_divide { color: #fff; font-weight: 300; }
#breadcrumbs span.last { padding-left: 0px; }

/****footer****/
footer { width: 100%; float: left; position: relative; border-top: 2px solid #f2f1f1; }

/**** FOOTER-BAR ****/
.footer-bar { padding: 62px 0 10px; width: 100%; min-height: 297px; float: left; position: relative; background: #fff url(custom/images/footer-shadow2.png) right center no-repeat; background-size: cover;}
.footer-bar .wrapper { max-width: 1820px; }
.footer-bar:before { content: ""; position: absolute; top: 0; left: 0; width: 584px; height: 100%; background: url(custom/images/footer-shadow.png) right bottom no-repeat; background-size: cover; }
.footer-bar #footer-logo { margin-left: -15px; margin-right: 37px; display: inline-block; vertical-align: middle; max-width: 25%;}
.footer-bar .address { padding-left: 27px; margin-right: 128px; /* width: 245px; */ display: inline-block; vertical-align: middle; border-left: 1px solid #808285; }
.footer-bar address { margin-bottom: 25px; color: #000000; font-size: 20px; font-weight: 700; font-style: normal; line-height: 100%;}
.footer-bar .address li { display: block; color: #000000; font-size: 20px; line-height: 100%; }
.footer-bar .address li a { color: #000000; font-weight: normal; }
.footer-bar .address li a:hover { text-decoration: none; }
.footer-bar .social { display: inline-block; vertical-align: middle; }
.footer-bar .social .contact { margin-top: 11px; float: left; font-weight: 700; color: #882345; font-size: 36px; text-transform: uppercase; }
.footer-bar .social .contact .fa { margin-right: 12px; width: 35px; height: 35px; float: left; font-size: 23px; text-align: center; font-size: 23px; line-height: 35px; color: #fff; display: inline-block; border-radius: 50%; transition: ease-in 0.3s; -webkit-transition: ease-in 0.3s; background: #882345; }
.footer-bar .social .contact:hover { text-decoration: none; color: #007299; }
.footer-bar .social .contact:hover .fa { color: #fff; background: #007299; }
.footer-bar .social li { padding: 0 20px; float: left; }
.footer-bar .social li a { color: #882345; font-size: 40px; }
.footer-bar .social li a:hover { color: #007299; }
.footer-bar .social ul { padding: 10px 5px; margin-left: 28px; float: left; border-left: 1px solid #808285; }
.footer-bar .right {  margin-right: 10px; float: right; display: inline-block; vertical-align: middle;}
.footer-bar .right li { padding-bottom: 8px; display: block; font-size: 21px; color: #808285; font-weight: 700; }
.footer-bar .right li span { color: #007299; font-size: 20px; font-family: 'Roboto Slab', serif; font-weight: 400; }
.footer-bar .right li a{ color: #808285; text-decoration: none;}

/**** COPYRIGHT-BAR ****/
.copyright-bar { padding: 14px 0; width: 100%; float: left; background: #000; }
.copyright-bar li { float: left; color: #fff; font-size: 18px; position: relative; }
.copyright-bar li:first-child a { padding-left: 0; }
.copyright-bar li > a { padding: 5px 16px; display: inline-block; color: #fff; font-weight: normal; }
.copyright-bar li > a:hover { color: #882345; text-decoration: none; }
.copyright-bar li:after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 15px; background: #fff; margin-top: -7px;}
.copyright-bar li:last-child:after { display: none; }
.copyright-bar .translate > a { padding-right: 33px; background: url(custom/images/google-translate.png) right center no-repeat; }
.copyright-bar .translate > a:hover { background: url(custom/images/google-translate2.png) right center no-repeat; }
.copyright-bar ul { margin: 0 -16px; }
.copyright-bar li .google-overlay { padding: 20px 18px; display: none; position: absolute; left: 87px; top: -60px; width: 200px; height: 60px; background: #ebebeb; }
.copyright-bar li .goog-te-gadget img { display: inline-block; }
.copyright-bar li:hover .google-overlay { display: block; }

.ss-logo{ float: right;}
.ss-logo img{ max-width: 50px;}

/***** 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; 
} 
.event_top{ float: none; min-height: 400px;} 

.detail_profiles .staff_header .profile ul li a{ color: #fff;}

/*** Ticket Update - added on 10/16/18 by WA ********/
.social-post h4.post-title, .social-post .text_match a:first-child{ display: none;}

/*** Hide Profile items - added on 10-9-19 by WA ****/
#profile .faculty-groups, #profile .prof-employ, #profile .prof-exp{ display: none;}


/********************************** MEDIA QUERIES *********************************************/

@media only screen and (max-width: 1800px) {

	.top-bar #logo { margin-left: 0; }

	.slider-bar .slide { min-height: 840px; }

	#banner { min-height: 600px; }
	#banner h1 { padding: 31px 25px 39px 65px; font-size: 55px; line-height: 52px; top: 52%; }

	.footer-bar .wrapper { padding: 0 15px; }
	.footer-bar #footer-logo { margin-left: 0; }

}

@media only screen and (max-width: 1799px) {

	p { font-size: 20px; line-height: 30px; }

	.wrapper { padding: 0 15px; }

	.top-bar #logo { width: 380px; }

	.slider-bar .slide { min-height: 765px; }
	.slider-bar h2 { margin-bottom: 15px; font-size: 50px; line-height: 50px; }
	.slider-bar p { line-height: 28px; }
	.slider-bar .caption { padding: 22px 0; min-height: 204px; }
	.slider-bar .caption:after { right: -90px; top: -100px; width: 420px; height: 371px; }
	.slider-bar .cycle-prev { right: 130px; }
	.slider-bar .cycle-next { right: 72px; }
	.slider-bar .cycle-prev, .slider-bar .cycle-next { bottom: 95px; }

	.story-bar .slider-nav { width: 16%; }
	.story-bar .slider-for { width: 83%; }
	.story-bar .image { width: 52%; height: 520px; }
	.story-bar .content { padding-left: 32px; width: 48%; }
	.story-bar h2 { font-size: 38px; }
	.story-bar h3 { margin-bottom: 15px; font-size: 22px; line-height: 34px; }
	.story-bar p { padding-bottom: 32px; }
	.story-bar .slick-prev { right: 96px; }
	.story-bar .slick-next { right: 33px; }
	.story-bar .slick-current .single:after { width: 92%; }
	.story-bar .thumb { padding: 12px 10px; }
	.story-bar { padding: 70px 0; }

	.calendar-bar .right ul { padding: 10px 25px 0; min-height: 330px; }
	.calendar-bar li .title { font-size: 22px; }
	.calendar-bar li .time { font-size: 18px; }
	.calendar-bar .full:after { width: 140px; height: 165px; bottom: -2px; background-size: cover; }
	.calendar-bar .right { min-height: 330px; }
	.calendar-bar .left { padding-top: 28px; min-height: 330px; }
	.calendar-bar .month { font-size: 28px; }
	.calendar-bar .date { font-size: 65px; }
	.calendar-bar .slick-prev, .calendar-bar .slick-next { height: 62px; }
	.calendar-bar .slick-next::before { margin-top: 2px; }
	.calendar-bar h2 { font-size: 50px; }
	.calendar-bar .box { padding: 0 30px; }
	.calendar-bar .row { margin: 40px -30px 0; }
	.calendar-bar { padding: 60px 0; min-height: 530px; }

	.springmont-bar h2 { font-size: 50px; }
	.springmont-bar h2 span { padding: 0 45px; }
	.springmont-bar h2 span:before { width: 520px; left: -525px; }
	.springmont-bar h2 span:after { width: 520px; right: -525px; }
	.springmont-bar a.btn { min-width: 380px; height: 70px; line-height: 70px; }
	.springmont-bar .image { min-height: 360px; }
	.springmont-bar .box.full .image { min-height: 745px; }
	.springmont-bar { padding: 70px 0; }
	.springmont-bar .happenings-overlay p { line-height: 25px; }
	.springmont-bar .happenings-overlay { padding: 15px 20px 10px;  right: 16px; }
    
    .social-bar h2 { font-size: 50px; }
	.social-bar h2 span { padding: 0 45px; }
	.social-bar h2 span:before { width: 520px; left: -525px; }
	.social-bar h2 span:after { width: 520px; right: -525px; }
	.social-bar:before { width: 490px; height: 335px; background-size: cover; }
	.social-bar:after { width: 385px; height: 405px; background-size: cover; }
	.social-bar .image { margin-bottom: 30px; height: 320px; }
	.social-bar .social-post { padding: 0 28px; }
	.social-bar { padding-bottom: 40px; }
	.social-bar a.icon { width: 82px; height: 65px; font-size: 36px; line-height: 71px; }

	.action-bar li a { min-width: 300px; height: 70px; font-size: 20px; line-height: 68px; }
	.action-bar li { padding: 0 25px; }
	.action-bar p { padding-bottom: 35px; font-size: 22px; line-height: 30px; }
	.action-bar h2 { margin-bottom: 22px; font-size: 50px; line-height: 55px; }
	.action-bar { padding: 60px 0; min-height: 430px; }

	#banner { min-height: 530px; }
	#banner h1 { padding: 25px 20px 34px 44px; font-size: 50px; line-height: 50px; top: 55%; }
	#banner:after { height: 96px; }

	#breadcrumbs { right: 35px; }

	#main_container { padding: 60px 0 10px; }

	.middle_column .toolhead { font-size: 33px; }

	blockquote h4 { font-size: 30px; line-height: 38px; }
	blockquote { padding: 110px 110px 20px; }

	/* #button1, #button2 { padding: 0 28px; } */
	#button1, #button2, #button3 { margin-right: 15px; margin-top: 15px; font-size: 20px; }
	.right_column #button1, .right_column #button2, .right_column #button3 { margin-right: 0px; margin-top: 15px; font-size: 20px; }
	

	.w_right .right_column { padding-right: 20px; }
	.right_column .visual_link { margin-bottom: 58px; font-size: 22px; }

	#banner.no_banner { min-height: 470px; }
	#banner.no_banner h1 { top: 55%; width: 100%;}

	#main_container.full { padding: 60px 0 40px; }

	.full .middle_column .mark span:before { width: 695px; left: -735px; }
	.full .middle_column .mark span:after { width: 695px; right: -735px; }

	.middle_column .mark span:before { width: 440px; left: -501px; }
	.middle_column .mark span:after { width: 440px; right: -501px; }

	.footer-bar #footer-logo { }
	.footer-bar .address { margin-right: 40px; /* width: 235px; */ }
	.footer-bar .social .contact { margin-top: 6px; font-size: 32px; }
	.footer-bar .social .contact .fa { margin-right: 9px; width: 33px; height: 33px; font-size: 20px; line-height: 34px; }
	.footer-bar .social ul { padding: 4px 5px; margin-left: 23px; }
	.footer-bar .social li a { font-size: 35px; }
	.footer-bar .social li { padding: 0 17px; }
	.footer-bar .right li span { font-size: 18px; }
	.footer-bar .right li { padding-bottom: 7px; font-size: 19px; }
	.footer-bar { padding: 47px 0 10px; min-height: 265px; }
	.footer-bar:before { width: 480px; }

	.copyright-bar ul { margin: 0; }
	.copyright-bar li > a { padding: 5px 14px; }
	.copyright-bar li { font-size: 17px; }
	.copyright-bar { padding: 12px 0; }

}

@media only screen and (max-width: 1599px) {

	h2, .tool_headline1 { font-size: 40px; line-height: 42px; }
	h3, .tool_headline2 { font-size: 32px; line-height: 37px; }
	h4 { font-size: 27px; line-height: 35px; }
	h5 { font-size: 23px; line-height: 33px; }
	h6 { font-size: 23px; line-height: 32px; }

	.top-bar #logo { width: 320px; }
	.top-bar .right { width: 72%; }

	.top-bar.stickyhead #logo { margin-top: 10px; width: 270px; }

	.slider-bar:before { height: 450px; }
	.slider-bar .slide { min-height: 657px; }
	.slider-bar h2 { margin-bottom: 12px; font-size: 45px; line-height: 47px; }
	.slider-bar .caption { padding: 22px 0 10px; min-height: 190px; }
	.slider-bar .cycle-prev img, .slider-bar .cycle-next img { width: 25px; }
	.slider-bar .cycle-prev { right: 121px; background-size: 25px; }
	.slider-bar .cycle-next { background-size: 25px; }
	.slider-bar .cycle-prev, .slider-bar .cycle-next { height: 37px; }


	.story-bar h2 { font-size: 36px; }
	.story-bar h3 { margin-bottom: 12px; font-size: 20px; line-height: 28px; }
	.story-bar a.btn { height: 55px; font-size: 17px; line-height: 51px; }
	.story-bar .slick-prev { right: 80px; background-size: 25px; }
	.story-bar .slick-next { background-size: 25px; }
	.story-bar .slick-prev, .story-bar .slick-next { width: 25px; height: 37px; }
	.story-bar .image { height: 500px; }
	.story-bar .single { padding: 10px; height: 153px; }
	.story-bar .thumb { padding: 10px 10px; }
	.story-bar { padding: 60px 0; }

	.calendar-bar .full:after { width: 110px; height: 130px; }
	.calendar-bar h2 { font-size: 45px; }
	.calendar-bar .row { margin: 35px -30px 0; }
	.calendar-bar li .title { font-size: 20px; }
	.calendar-bar { padding: 50px 0; min-height: 510px; }
	.calendar-bar li a { line-height: 25px; }
	.calendar-bar .slick-vertical .slick-slide { height: 95px; }
	.calendar-bar .right ul { min-height: 315px; }
	.calendar-bar .right { min-height: 315px; }
	.calendar-bar .left { padding-top: 22px; min-height: 315px; }
	.calendar-bar .month { font-size: 25px; }
	.calendar-bar .date { font-size: 58px; }

	.springmont-bar h2 { font-size: 45px; }
	.springmont-bar h2 span:before { width: 430px; left: -429px; top: 30px; }
	.springmont-bar h2 span:after { width: 430px; right: -429px; top: 30px; }
	.springmont-bar { padding: 60px 0; }
	.springmont-bar .mont:hover:before { border: 18px solid #fff; }
	.springmont-bar .mont:hover:before { height: 90%; }
	.springmont-bar .mont:before { width: calc( 100% - 36px); height: calc( 100% - 36px); border: 18px solid transparent; }
	.springmont-bar .full .mont:hover:before { }
	.springmont-bar .full .mont:before { height: 95%; }
	.springmont-bar .image { min-height: 324px; }
	.springmont-bar .box.full .image { min-height: 673px; }
	.springmont-bar .box { margin-bottom: 16px; }
	.springmont-bar .half { padding: 0 8px; }
	.springmont-bar .happenings-overlay h3 { font-size: 22px; line-height: 30px; }
	.springmont-bar .happenings-overlay p { padding-bottom: 15px; line-height: 23px; }
	.springmont-bar .happenings-overlay {  bottom: 15px; right: 18px; }
	.springmont-bar a.btn { min-width: 330px; height: 65px; line-height: 67px; font-size: 20px; }
	.springmont-bar:before { height: 620px; }
    
    .social-bar h2 { font-size: 45px; }
	.social-bar h2 span:before { width: 430px; left: -429px; top: 30px; }
	.social-bar h2 span:after { width: 430px; right: -429px; top: 30px; }

	.action-bar h2 { font-size: 45px; line-height: 50px; }
	.action-bar p { padding-bottom: 30px; font-size: 20px; line-height: 25px; }
	.action-bar li a { min-width: 280px; height: 66px; font-size: 19px; line-height: 62px; }
	.action-bar li { padding: 0 18px; }
	.action-bar { min-height: 390px; }

	#banner { min-height: 450px; }
	#banner h1 { padding: 20px 18px 26px 35px; font-size: 40px; line-height: 40px; top: 55%; }
	#banner.no_banner { min-height: 420px; }

	#banner.no_banner #breadcrumbs { bottom: 25px; }

	.full .middle_column h6 { padding-bottom: 38px; }

	#main_container { padding: 48px 0 10px; }

	#button1, #button2, #button3 { margin-right: 10px; font-size: 17px; }
	.right_column #button1, .right_column #button2, .right_column #button3 { margin-right: 0px; font-size: 17px; }
	#button2 {  border: 4px solid #882345; }
	#button1 {  border: 4px solid #007299; }

	.right_column .visual_link { margin-bottom: 40px; font-size: 20px; border: 4px solid #007299; }
	h3.toolhead { padding: 15px 27px 10px; letter-spacing: 1px; }
	.right_per_detail {  }

	blockquote { padding: 100px 95px 20px; }

	.full .middle_column .mark span:before { width: 580px; left: -618px; }
	.full .middle_column .mark span:after { width: 580px; right: -618px; }

	.middle_column .mark span:before { width: 380px; left: -419px; }
	.middle_column .mark span:after { width: 380px; right: -419px; }

	.footer-bar #footer-logo { margin-right: 30px; }
	.footer-bar .address { padding-left: 22px; /* margin-top: 33px; */ margin-right: 30px; /* width: 228px; */ }
	.footer-bar address { margin-bottom: 20px; font-size: 18px; }
	.footer-bar .address li { font-size: 18px; }
	.footer-bar .social .contact { font-size: 29px; }
	.footer-bar .social .contact .fa { width: 29px; height: 29px; font-size: 19px; line-height: 30px; }
	.footer-bar .social ul { margin-left: 15px; }
	.footer-bar .social li { padding: 0 14px; }
	.footer-bar .social li a { font-size: 32px; }
	.footer-bar:before { width: 430px; }
	.footer-bar { padding: 45px 0 10px; min-height: 250px; }
	.footer-bar .right { /* padding-top: 50px; */ }
	.footer-bar .social { /* margin-top: 60px;  */}


}

@media only screen and (max-width: 1299px) {

	.springmont-bar .happenings-overlay { bottom: 15px; right: 18px; }

	.middle_column .mark span:before { width: 352px; left: -388px; }
	.middle_column .mark span:after { width: 352px; right: -388px; }

	.footer-bar #footer-logo { max-width: 20%; }

}

@media only screen and (max-width: 1279px) {

	h2, .tool_headline1 { font-size: 36px; line-height: 38px; }
	h3, .tool_headline2 { font-size: 30px; line-height: 35px; }
	h4 { font-size: 26px; line-height: 32px; }
	h5 { font-size: 22px; line-height: 31px; }
	h6 { font-size: 21px; line-height: 30px; }

	p { font-size: 19px; line-height: 28px; }

	.top-bar #logo { width: 255px; }
	.top-bar { padding-top: 20px; }
	.top-bar .right { padding-top: 0px; }

	.top-bar.stickyhead #logo { width: 250px; }

	.slider-bar .slide { min-height: 600px; }
	.slider-bar:before { height: 360px; }
	.slider-bar .caption { min-height: 180px; z-index: 99; }
	.slider-bar h2 { margin-bottom: 10px; font-size: 38px; line-height: 44px; }
	.slider-bar p { padding-bottom: 10px; line-height: 24px; font-size: 19px; }
	.slider-bar .row { width: 65%; }
	.slider-bar .cycle-next { right: 35px; }
	.slider-bar .cycle-prev { right: 88px; }

	.story-bar .image { height: 439px; }
	.story-bar .thumb { padding: 8px 7px; }
	.story-bar .single { height: 136px; }
	.story-bar a.btn { height: 50px; font-size: 16px; line-height: 45px; min-width: 165px; }
	.story-bar h2 { font-size: 32px; line-height: 38px; }
	.story-bar .content { padding-top: 0px; }
	.story-bar { padding: 50px 0; }
	.story-bar .slick-current .single:after { width: 86%; }

	.calendar-bar .box { padding: 0 16px; }
	.calendar-bar .row { margin: 32px -14px 0; }
	.calendar-bar .date { font-size: 50px; }
	.calendar-bar .month { font-size: 22px; line-height: 24px; }
	.calendar-bar .slick-next:before { background-size: 31px; }
	.calendar-bar .slick-prev, .calendar-bar .slick-next { height: 56px; }
	.calendar-bar .right ul { padding: 10px 12px 0; }
	.calendar-bar li .title { font-size: 18px; }
	.calendar-bar li .time { font-size: 17px; }
	.calendar-bar .right { min-height: 300px; }
	.calendar-bar .right ul { min-height: 300px; }
	.calendar-bar .left { padding-top: 20px; min-height: 300px; }
	.calendar-bar h2 { font-size: 40px; position: relative; z-index: 9999; }
	.calendar-bar { min-height: 495px; }

	.springmont-bar h2 { font-size: 40px; }
	.springmont-bar { padding: 50px 0; }
	.springmont-bar h2 span:before { width: 288px; left: -281px; top: 30px; }
	.springmont-bar h2 span:after { width: 288px; right: -281px; top: 30px; }
	.springmont-bar .mont:hover:before { width: calc( 100% - 24px); height: calc( 100% - 24px); border: 12px solid #fff; }
	.springmont-bar .mont:before { width: calc( 100% - 24px); height: calc( 100% - 24px); border: 12px solid transparent; }
	.springmont-bar .image { min-height: 290px; }
	.springmont-bar .happenings-overlay { padding: 15px 15px 10px; width: 83%; bottom: 12px; right: 12px; }
	.springmont-bar a.btn { min-width: 265px; height: 60px; line-height: 60px; font-size: 18px; letter-spacing: 1px; }
	.springmont-bar .box.full .image { min-height: 597px; }
	.springmont-bar:before { height: 570px; }
    
    .social-bar h2 { font-size: 40px; }
	.social-bar h2 span:before { width: 288px; left: -281px; top: 30px; }
	.social-bar h2 span:after { width: 288px; right: -281px; top: 30px; }
	.social-bar .social-post { padding: 0 20px; width: 42%; }
	.social-bar .image { margin-bottom: 25px; height: 255px; }
	.social-bar em { margin-bottom: 10px; }
	.social-bar:before { width: 432px; height: 300px; }
	.social-bar:after { width: 340px; height: 370px; }
	.social-bar a.icon { width: 75px; height: 60px; font-size: 32px; line-height: 68px; }

	.action-bar h2 { margin-bottom: 18px; font-size: 40px; line-height: 45px; }
	.action-bar p { padding-bottom: 25px; font-size: 19px; line-height: 23px; }
	.action-bar { padding: 55px 0; min-height: 345px; }

	#banner h1 { padding: 15px 18px 20px 24px; font-size: 32px; line-height: 35px; top: 60%; }
	#banner { min-height: 375px; }

	.alignleft { margin: 6px 25px 15px 0; max-width: 300px; }

	.middle_column .toolhead { padding: 15px 35px 36px; font-size: 30px; }

	blockquote h4 { font-size: 28px; line-height: 34px; }
	blockquote { padding: 100px 60px 20px; }

	.w_right .right_column { padding-right: 15px; width: 25.8%; }
	.right_per_detail { margin-bottom: 53px; }
	.right_per_detail:before { right: -70px; bottom: -85px; width: 315px; height: 338px; }

	.right_column .visual_link { margin-bottom: 33px; min-height: 57px; font-size: 18px; border: 3px solid #007299; }
	.right_column .visual_link:hover { border: 3px solid #882345; }
	h3.toolhead { padding: 12px 20px 10px; }
	.middle_column .mark span:before { left: -299px; width: 267px; }
	.middle_column .mark span:after { right: -299px; width: 267px; }
	.middle_column .mark { margin: 30px 0; }

	#banner.no_banner { min-height: 314px; }

	#banner.no_banner #breadcrumbs { bottom: 20px; }

	#main_container.full { padding: 38px 0 30px; }
	.full .middle_column h6 { padding-bottom: 22px; }
	.full blockquote h4 br { display: none; }

	.full .middle_column .mark span:before { width: 405px; left: -447px; }
	.full .middle_column .mark span:after { width: 405px; right: -447px; }

	.footer-bar #footer-logo { max-width: 18%; }
	.footer-bar { padding: 35px 0 10px; min-height: 230px; }
	.footer-bar .address { border-left: 0; padding-left: 1%; margin-right: 1%}		
	.footer-bar address{ font-size: 15px; line-height: 150%;}
	.footer-bar .address li{ font-size: 15px; line-height: 150%;}
	.footer-bar .right{ margin-right:0;}
	.footer-bar .right li span{ font-size: 14px;}
	.footer-bar .right li{ font-size: 15px;}
	.footer-bar .social .contact{ 20px;}
}

@media only screen and (max-width: 1023px) {

	h2, .tool_headline1 { font-size: 30px; line-height: 34px; }
	h3, .tool_headline2 { font-size: 28px; line-height: 33px; }
	h4 { font-size: 24px; line-height: 30px; }
	h5 { font-size: 21px; line-height: 30px; }
	h6 { padding-bottom: 20px; font-size: 19px; line-height: 27px; }

	p { font-size: 18px; line-height: 26px; }

	.top-bar #logo { width: 192px; }
	.top-bar .right { padding-right: 0px; }
	.top-bar.stickyhead #logo { width: 196px; }

	.slider-bar h2 { font-size: 33px; line-height: 40px; }
	.slider-bar .slide { min-height: 490px; }
	.slider-bar:before { height: 285px; }
	.slider-bar .caption:after { right: -63px; top: -80px; width: 350px; height: 300px; }
	.slider-bar .cycle-prev img, .slider-bar .cycle-next img { width: 22px; }
	.slider-bar .cycle-prev { right: 70px; }
	.slider-bar .cycle-next { right: 25px; }

	.story-bar .slick-next { background-size: 20px; }
	.story-bar .slick-prev { right: 70px; background-size: 20px; }
	.story-bar .slick-current .single:after { height: 91%; border: 6px solid #fff; }
	.story-bar .single { height: 117px; }
	.story-bar .image { height: 371px; }
	.story-bar .content { padding-left: 18px; }
	.story-bar h2 { font-size: 24px; line-height: 29px; }
	.story-bar h3 { margin-bottom: 8px; font-size: 18px; line-height: 20px; }
	.story-bar p { padding-bottom: 20px; font-size: 17px; line-height: 24px; }
	.story-bar { padding: 40px 0; }
	.story-bar .slick-prev, .story-bar .slick-next { height: 30px; bottom: 8px; }
	.story-bar .thumb { padding: 7px 7px; float: left;}

	.calendar-bar .box { padding: 0 8px; }
	.calendar-bar .date { font-size: 40px; }
	.calendar-bar .month { font-size: 18px; line-height: 20px; }
	.calendar-bar .left { width: 32%; }
	.calendar-bar .right { width: 68%; }
	.calendar-bar .slick-prev, .calendar-bar .slick-next { width: 32%; height: 48px; }
	.calendar-bar .slick-next:before { background-size: 26px; }
	.calendar-bar .full:after { width: 75px; height: 90px; }
	.calendar-bar .right ul { padding: 10px 8px 0; }
	.calendar-bar li .time { font-size: 16px; line-height: 20px; }
	.calendar-bar li .title { font-size: 18px; line-height: 20px; }
	.calendar-bar { min-height: 477px; }
	.calendar-bar h2 { font-size: 35px; }
	.calendar-bar .row { margin: 25px -14px 0; }

	.springmont-bar h2 { font-size: 35px; }
	.springmont-bar h2 span:before { width: 190px; left: -174px; top: 23px; }
	.springmont-bar h2 span:after { width: 190px; right: -174px; top: 23px; }
	.springmont-bar { padding: 40px 0; }
    
    .social-bar h2 { font-size: 35px; }
	.social-bar h2 span:before { width: 190px; left: -174px; top: 23px; }
	.social-bar h2 span:after { width: 190px; right: -174px; top: 23px; }
	.social-bar a.icon { width: 61px; height: 55px; font-size: 28px; line-height: 58px; }
	.social-bar .image { height: 220px; }
	.social-bar .social-post { padding: 0 12px; width: 46%; }
	.social-bar .social-post span { margin-bottom: 10px; font-size: 17px; }
	.social-bar { padding-top: 50px; padding-bottom: 23px; }
	.social-bar:after { width: 248px; height: 260px; right: -30px; }
	.social-bar:before { width: 364px; height: 250px; top: -43px; left: -140px; }

	.action-bar h2 { margin-bottom: 12px; font-size: 35px; line-height: 40px; }
	.action-bar li a { min-width: 204px; height: 60px; font-size: 17px; line-height: 55px; }
	.action-bar li { padding: 0 10px; }
	.action-bar { padding: 50px 0; min-height: 306px; }

	.springmont-bar .mont:before { width: calc( 100% - 16px); height: calc( 100% - 16px); border: 8px solid transparent; }
	.springmont-bar .mont:hover:before { width: calc( 100% - 16px); height: calc( 100% - 16px); border: 8px solid #fff; }
	.springmont-bar .full .mont:hover:before, .springmont-bar .full .mont:hover:before {  height: 96.7%; }
	.springmont-bar .image { min-height: 233px; }
	.springmont-bar .box { margin-bottom: 12px; }
	.springmont-bar .half { padding: 0 6px; }
	.springmont-bar .row { padding-top: 35px; margin: 0 -6px 0; }
	.springmont-bar .box.full .image { min-height: 479px; }
	.springmont-bar a.btn { min-width: 200px; height: 55px; line-height: 55px; font-size: 16px; letter-spacing: 0px; }
	.springmont-bar .happenings-overlay h3 { font-size: 20px; line-height: 25px; }
	.springmont-bar .happenings-overlay p { padding-bottom: 8px; line-height: 19px; }
	.springmont-bar .happenings-overlay { padding: 11px 12px 10px; width: 85%; bottom: 8px; right: 8px; }

	#banner { min-height: 315px; }
	#banner:after { height: 70px; }
	#breadcrumbs { right: 20px; bottom: 15px; }

	#banner h1 { padding: 12px 15px 15px 18px; font-size: 29px; line-height: 32px; top: auto; width: 90%; text-align: center;}

	#main_container { padding: 40px 0 10px; }

	.w_right .middle_column { width: 66%; }
	.w_right .right_column { padding-right: 9px; width: 29.8%; }
	.middle_column .toolhead { padding: 12px 25px 28px; font-size: 26px; width: calc( 100% - 50px);}

	blockquote h4 { font-size: 25px; line-height: 32px; }
	blockquote { padding: 110px 30px 20px; margin-bottom: 25px; }
	#main_container p { padding-bottom: 22px; }

	.middle_column .mark span img { max-width: 80px; }
	.middle_column .mark span:before { left: -204px; width: 172px; top: 45px; }
	.middle_column .mark span:after { right: -204px; width: 172px; top: 45px; }

	.right_column .visual_link { min-height: 54px; line-height: 47px; }
	.right_per_detail { margin-bottom: 35px; }
	.right_per_detail { padding: 22px 15px 15px; }

	#banner.no_banner #breadcrumbs { bottom: 16px; }
	
	#breadcrumbs{ width: 90%;}
	#breadcrumbs a { font-size: 15px; }
	#breadcrumbs span { font-size: 15px; }

	#main_container.full { padding: 32px 0 25px; }

	.full .middle_column .mark span:before { width: 300px; left: -330px; }
	.full .middle_column .mark span:after { width: 300px; right: -330px; }
	.middle_column .mark { margin: 26px 0; }

	#banner.no_banner { min-height: 280px; }

	.footer-bar address { margin-bottom: 15px; }
	.footer-bar .address { padding-left: 0; /* margin-right: 18px; *//*  width: 176px; */ border: 0; }
	.footer-bar .social .contact { /* font-size: 25px; */ }
	.footer-bar .social li a { font-size: 28px; }
	.footer-bar .social li { padding: 0 7px; }
	.footer-bar .right li span { font-size: 11px; }
	.footer-bar .right li { padding-bottom: 0px; font-size: 12px; line-height: 175%;}
	.footer-bar .right { margin-right: 0px; }
	.footer-bar:before { width: 298px; }
	.footer-bar { padding: 30px 0 10px; min-height: 208px; }
	
	.footer-bar #footer-logo{max-width: 300px; margin-bottom: 25px;}
	.footer-bar .social { margin-top: 16px; width: 100%; }
	.footer-bar .right { padding-top: 20px; margin-right: 0px; width: 100%; }
	.footer-bar .address { padding-left: 0; margin-top: 0; margin-right: 0; width: 100%; border: 0; }
	.footer-bar { padding: 30px 0 25px; min-height: inherit; text-align: center; }
	.footer-bar .social .contact { display: inline-block; float: none; vertical-align: top; }
	.footer-bar .social ul { display: inline-block; float: none; }
	.footer-bar address{ font-size: 18px; line-height: 150%;}
	.footer-bar .address li{ font-size: 18px; line-height: 150%;}
	
	.footer-bar .right li span{ font-size: 15px;}
	.footer-bar .right li{ font-size: 16px;}

}

@media only screen and (max-width: 767px) {

	#back-to-top { display: block; }

	header { position: relative; background: #882345; }

	.top-bar #logo { margin-top: 59px; margin-bottom: 12px; width: 100%; text-align: center; }
	.top-bar #logo img { max-width: 236px; display: inline-block; }
	.top-bar .right { width: 100%; }

	.slider-bar h2 { font-size: 30px; line-height: 35px; }
	.slider-bar p { padding-bottom: 8px; line-height: 21px; font-size: 17px; }
	.slider-bar .caption:after { right: -58px; top: -27px; width: 270px; height: 235px; }
	.slider-bar .slide { min-height: 370px; }
	.slider-bar:before { height: 150px;}
	.slider-bar.hero-video:before{ display: none;}
	.slider-bar .caption { padding: 15px 0 10px; }

	.story-bar .slider-for { width: 100%; }
	.story-bar .slider-nav { margin-top: 20px; width: 100%; }
	.story-bar .image { margin-bottom: 12px; height: 350px; width: 100%; }
	.story-bar .content { padding-left: 0; width: 100%; }
	.story-bar { padding: 25px 0; }
	.story-bar .slider-nav .slick-list { margin: 0 -8px; }
	.story-bar .slick-prev, .story-bar .slick-next { display: none !important; }
	.story-bar .slick-current .single:after { width: 94%; }

	.calendar-bar .row { margin: 20px 0 0; }
	.calendar-bar .box { padding: 0; margin-bottom: 20px; width: 100%; }
	.calendar-bar { padding: 33px 0 20px; min-height: inherit; }
	.calendar-bar h2 {  font-size: 30px; }

	.springmont-bar h2 {  font-size: 30px; }
    .social-bar h2 {  font-size: 30px; }
	.springmont-bar .column { width: 100%; }
	.springmont-bar .image { min-height: 265px; }
	.springmont-bar .mont:hover:before, .springmont-bar .mont:before { width: 97.4%; height: 94%; }
	.springmont-bar .full .mont:hover:before, .springmont-bar .full .mont:hover:before { height: 96.5%; }
	.springmont-bar .full .mont:before { height: 96.5%; }
	.springmont-bar a.btn { bottom: -30px;}
	.springmont-bar .happenings-overlay { right: 8px; }
	.springmont-bar h2 span:before, .springmont-bar h2 span:after { display: none; }
    .social-bar h2 span:before, .social-bar h2 span:after { display: none; }
	.springmont-bar a.btn.mobile { display: block; left: 0; bottom: -7px; position: relative; transform: inherit; -webkit-transform: inherit; -ms-transform: inherit; overflow: hidden; max-width: 200px; margin: auto; height: 52px; line-height: 52px; }
	.springmont-bar .row { padding-top: 25px; }
	.springmont-bar { padding: 35px 0 20px; }

	.social-bar .social-post { padding: 0 10px; width: 49%; }
	.social-bar .image { height: 200px; }

	.action-bar h2 { margin-bottom: 10px; font-size: 30px; line-height: 35px; }
	.action-bar p { padding-bottom: 22px; font-size: 18px; line-height: 22px; }
	.action-bar p br { display: none; }
	.action-bar li a { min-width: 180px;  height: 55px; font-size: 16px; line-height: 51px; letter-spacing: 1px; }
	.action-bar li { padding: 0 6px; }
	.action-bar { padding: 42px 0; min-height: 260px; }

	.w_right .middle_column { width: 100%; }
	.w_right .right_column { padding-right: 0; width: 100%; }
	.right_per_detail {  background-size: 25%;}
	.right_per_detail img { width: 100%; }

	.middle_column .mark span { display: none; }
	#main_container { padding: 24px 0 10px; }

	#banner { min-height: 240px; }
	#banner:after { height: 62px; }
	#banner h1 { top: auto; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
	#breadcrumbs { right: inherit; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
	#breadcrumbs span { padding: 0 4px; }

	.full .middle_column .mark { display: none; }
	#banner.no_banner { min-height: 240px; }
	#banner.no_banner h1 { top: 24%; }

	.footer-bar #footer-logo{max-width: 300px; margin-bottom: 25px;}
	.footer-bar .social { margin-top: 16px; width: 100%; }
	.footer-bar .right { padding-top: 20px; margin-right: 0px; width: 100%; }
	.footer-bar .address { padding-left: 0; margin-top: 0; margin-right: 0; width: 100%; border: 0; }
	.footer-bar { padding: 30px 0 25px; min-height: inherit; text-align: center; }
	.footer-bar .social .contact { display: inline-block; float: none; vertical-align: top; }
	.footer-bar .social ul { display: inline-block; float: none; }

	.copyright-bar li { display: inline-block; float: none; font-size: 16px; }
	.copyright-bar li > a { padding: 5px 10px; }
	.copyright-bar { text-align: center; }
	.copyright-bar li .google-overlay { left: -16px; }

}

@media only screen and (max-width: 639px) {


	.story-bar .image { height: 295px; }
	.story-bar .single { height: 105px; }

	.slider-bar .row { width: 77%; }
	.slider-bar h2 { margin-bottom: 6px; }

	.calendar-bar .slick-vertical .slick-slide { height: 85px; }
	.calendar-bar .right { min-height: 265px; }
	.calendar-bar .right ul { min-height: 265px; }
	.calendar-bar .left { min-height: 265px; }
	.calendar-bar .box { margin-bottom: 15px; }

	.springmont-bar .mont:hover:before, .springmont-bar .mont:before { width: 96.6%; }

	.social-bar .social-post { padding: 0; margin-bottom: 10px; width: 100%; }

	.action-bar li { padding: 0; margin-bottom: 15px; width: 100%; }
	.action-bar li:last-child { margin-bottom: 0; }

	#banner.no_banner #breadcrumbs{ width: 90%;}
	#breadcrumbs a { font-size: 13px; }
	#breadcrumbs span { padding: 0 3px; font-size: 13px; }
	#breadcrumbs { min-width: 269px; }

	.alignleft { margin: 6px 18px 15px 0;  max-width: 260px; }
	#main_container p { padding-bottom: 20px; }
	.middle_column .toolhead { padding: 12px 18px 28px; font-size: 24px; width: calc( 100% - 36px);}

	blockquote h1, blockquote h2,blockquote h3, blockquote h4, blockquote h5,blockquote h6,blockquote p, blockquote span, blockquote strong,blockquote em, blockquote i { font-size: 22px; line-height: 28px; }
	blockquote { padding: 90px 20px 18px; margin-bottom: 22px; }
	#button1, #button2, #button3 { display: block; font-size: 16px; }
	#button2,#button1 { padding: 15px 24px; display: block; }

	.right_column .visual_link { margin-bottom: 24px; }


	.footer-bar .social .contact .fa { width: 27px; height: 27px; font-size: 17px; line-height: 27px; margin-top: -1px; }

	.copyright-bar li > a { padding: 4px 6px; }
	.copyright-bar li:after { right: -2px; }
	.copyright-bar li .google-overlay { left: inherit; right: 0; }


}

@media only screen and (max-width: 479px) {

	h3, .tool_headline2 { font-size: 27px; }

	.top-bar #logo img { max-width: 220px; }

	.slider-bar h2 { font-size: 25px; line-height: 29px; }
	.slider-bar .caption::after { right: -51px; top: -2px; width: 210px; height: 175px; }
	.slider-bar .row { width: 100%; }
	.slider-bar .cycle-prev, .slider-bar .cycle-next { bottom: 10px; }
	.slider-bar .cycle-prev { right: inherit; left: 42%; background-size: 20px; }
	.slider-bar .cycle-next { right: inherit; left: 53%; background-size: 20px; }
	.slider-bar .cycle-prev, .slider-bar .cycle-next { height: 29px; bottom: 15px; }
	.slider-bar .cycle-prev img, .slider-bar .cycle-next img { width: 18px; }
	.slider-bar .caption { padding: 15px 0 53px; }

	.story-bar .image { height: 187px; }
	.story-bar .single { height: 80px; }
	.story-bar .slick-current .single:after { width: 92%; }

	.calendar-bar .slick-vertical .slick-slide { height: 76px; }
	.calendar-bar .right ul { min-height: 250px; }
	.calendar-bar .right { min-height: 250px; }
	.calendar-bar .left { min-height: 250px; }

	.springmont-bar h2 span { padding: 0; }
    .social-bar h2 span { padding: 0; }
	.springmont-bar .mont:hover::before, .springmont-bar .mont::before { width: 95.3%; height: 93%; }
	.springmont-bar .image { min-height: 220px; }
	.springmont-bar .happenings-overlay {  }
	.springmont-bar .box.full .image { min-height: 365px; }
	.springmont-bar .full .mont:before, .springmont-bar .full .mont:hover:before { height: 95.6%; }
	.springmont-bar:before { height: 535px; }

	.social-bar .image { height: 184px; }

	.action-bar { padding: 35px 0; min-height: inherit; }

	#banner h1 { width: 90%; font-size: 25px; line-height: 28px }
	#banner {  min-height: 230px; }

	#breadcrumbs { min-width: 269px;}

	.alignleft { margin: 2px 0px 20px 0; max-width: 100%; width: 100%; }

	.middle_column .toolhead { padding: 12px 15px 28px; font-size: 23px; line-height: 25px; width: calc( 100% - 30px);}
	#button1 { padding: 12px 15px;}
	#button2 { padding: 12px 15px;}

	#banner.no_banner { min-height: 230px; }

	#main_container.full { padding: 25px 0 20px; }
	
	.right_per_detail {  background-size: 45%;}

	.footer-bar .social .contact { margin-top: 4px; font-size: 23px; }
	.footer-bar .social li a { font-size: 25px; }
	.footer-bar .social ul { padding: 2px 3px; margin-left: 10px; }
	.footer-bar .social .contact .fa { margin-top: -3px; width: 25px; height: 25px; font-size: 16px; line-height: 26px; }

}

@media only screen and (max-width: 339px) {

	.springmont-bar .mont:hover::before, .springmont-bar .mont::before { width: 94.6%; height: 93%; }
	.springmont-bar .full .mont:before, .springmont-bar .full .mont:hover:before { height: 95.5%; }
}

	
