/*-----------------------------------------------------------------------------------

	Theme Name: Stone Mountain, GA
	Theme URI: http://www.stonemountaincity.org/
	Description: Stone Mountain, GA CSS   
	Author: Samir Alley | @samiralley
	Author URI: http://www.revize.com/

	Version: 1 / DEC 16, 2014

	Table of content
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc	
	#Base 960 Grid
	#Tablet (Portrait)
	#Mobile (Portrait)
	#Mobile (Landscape)
	#Clearing	
	#Header + Nav + No More IE7 
	#News Letter
	#Inner Page
	#Bootstrap v2.3.2 tables only
	#Media Queries
	
-----------------------------------------------------------------------------------*/ 

/* -----------------------------------------

#Reset

-----------------------------------------*/
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,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,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;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none}

/* -----------------------------------------

#Bacic Styles

-----------------------------------------*/ 
body{background:#fff;font:14px/24px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;color:#000;/* -webkit-font-smoothing:antialiased;*//* Fix for webkit rendering */-webkit-text-size-adjust:100%}

/* -----------------------------------------

#Typography

-----------------------------------------*/ 
h1,h2,h3,h4,h5,h6{color:#000;font-weight:normal;margin-bottom:10px;font-family: 'Montserrat', sans-serif}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
h1{font-size:28px;line-height:35px;margin-bottom:14px}
h2{font-size:24px;line-height:30px;margin-bottom:14px}
h3{font-size:22px;line-height:34px}
h4{font-size:21px;line-height:30px}
h5{font-size:17px;line-height:24px}
h6{font-size:14px;line-height:21px}
.header{font-size:24px;font-family: 'Montserrat', sans-serif}
.subheader{font-size:18px;font-family: 'Montserrat', sans-serif}
p{margin:0 0 20px 0}
p.lead{font-size:21px;line-height:1.5;color:#777}
em{font-style:italic}
strong,b{font-weight:bold}
small{font-size:80%}
hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0}

/* -----------------------------------------

#Links

-----------------------------------------*/ 
a,a:visited{color:#031747;text-decoration:underline;outline:0}
a:hover,a:focus{color:#031747}
p a,p a:visited{line-height:inherit}

/* -----------------------------------------

#Lists

-----------------------------------------*/ 
ul,ol{margin-bottom:20px;margin-left:30px}
ul{list-style:disc}
ol{list-style:decimal}
ul ul,ul ol,
ol ol,ol ul{margin:4px 0 5px 30px}
ul ul li,ul ol li,
ol ol li,ol ul li{margin-bottom:6px}
li{line-height:1.3;margin-bottom:7px}
li p{line-height:1.3}

/* -----------------------------------------

#Images

-----------------------------------------*/
img{max-width:100%;*max-width:none;height:auto}
a img{border:none}

/* -----------------------------------------

#Buttons

-----------------------------------------*/ 
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"]{border:1px solid #d3d3d3;color:#444;display:inline-block;font-size:13px;font-weight:normal;text-decoration:none;cursor:pointer;line-height:normal;padding:6px 14px;vertical-align:top;font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;text-shadow:0 1px 0 rgba(255,255,255,.4);-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.07);-moz-box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.07);-o-box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.07);background: rgb(254,254,254);
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(224,224,224,1) 50%, rgba(211,211,211,1) 50%, rgba(211,211,211,1) 87%, rgba(211,211,211,1) 95%, rgba(191,191,191,1) 97%, rgba(168,168,168,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(50%,rgba(224,224,224,1)), color-stop(50%,rgba(211,211,211,1)), color-stop(87%,rgba(211,211,211,1)), color-stop(95%,rgba(211,211,211,1)), color-stop(97%,rgba(191,191,191,1)), color-stop(100%,rgba(168,168,168,1)));
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 50%,rgba(211,211,211,1) 50%,rgba(211,211,211,1) 87%,rgba(211,211,211,1) 95%,rgba(191,191,191,1) 97%,rgba(168,168,168,1) 100%);
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 50%,rgba(211,211,211,1) 50%,rgba(211,211,211,1) 87%,rgba(211,211,211,1) 95%,rgba(191,191,191,1) 97%,rgba(168,168,168,1) 100%);
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 50%,rgba(211,211,211,1) 50%,rgba(211,211,211,1) 87%,rgba(211,211,211,1) 95%,rgba(191,191,191,1) 97%,rgba(168,168,168,1) 100%);
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(224,224,224,1) 50%,rgba(211,211,211,1) 50%,rgba(211,211,211,1) 87%,rgba(211,211,211,1) 95%,rgba(191,191,191,1) 97%,rgba(168,168,168,1) 100%)}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width{width:100%;padding-left:0 !important;padding-right:0 !important;text-align:center}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0}

/* -----------------------------------------

#Forms

-----------------------------------------*/ 
form{margin-bottom:20px}
fieldset{margin-bottom:20px}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select{border:1px solid #d3d3d3;padding:6px 4px;outline:none;font:13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;color:#777;margin:0;display:inline-block;background:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-o-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06)}
label,
legend{display:block;font-weight:bold;font-size:13px}
input[type="checkbox"]{display:inline}
label span,
legend span{font-weight:normal;font-size:13px;color:#444}

/* -----------------------------------------

#Misc

-----------------------------------------*/ 
.remove-bottom{margin-bottom:0!important}
.half-bottom{margin-bottom:10px!important}
.add-bottom{margin-bottom:20px!important}

/* -----------------------------------------

#Base 960 Grid

-----------------------------------------*/ 
 .container{position:relative;width:960px;margin:0 auto;padding:0}
 .container .column,
 .container .columns{float:left;display:inline;margin-left:10px;margin-right:10px;min-height:1px}
 .row{margin-bottom:20px}

 .column.alpha,.columns.alpha{margin-left:0}
 .column.omega,.columns.omega{margin-right:0}

 .container .one.column,
 .container .one.columns{width:40px}
 .container .two.columns{width:100px}
 .container .three.columns{width:160px}
 .container .four.columns{width:220px}
 .container .five.columns{width:280px}
 .container .six.columns{width:340px}
 .container .seven.columns{width:400px}
 .container .eight.columns{width:460px}
 .container .nine.columns{width:520px}
 .container .ten.columns{width:580px}
 .container .eleven.columns{width:640px}
 .container .twelve.columns{width:700px}
 .container .thirteen.columns{width:760px}
 .container .fourteen.columns{width:820px}
 .container .fifteen.columns{width:880px}
 .container .sixteen.columns{width:940px}

 .container .one-third.column{width:300px}
 .container .two-thirds.column{width:620px}

 .container .offset-by-one{padding-left:60px}
 .container .offset-by-two{padding-left:120px}
 .container .offset-by-three{padding-left:180px}
 .container .offset-by-four{padding-left:240px}
 .container .offset-by-five{padding-left:300px}
 .container .offset-by-six{padding-left:360px}
 .container .offset-by-seven{padding-left:420px}
 .container .offset-by-eight{padding-left:480px}
 .container .offset-by-nine{padding-left:540px}
 .container .offset-by-ten{padding-left:600px}
 .container .offset-by-eleven{padding-left:660px}
 .container .offset-by-twelve{padding-left:720px}
 .container .offset-by-thirteen{padding-left:780px}
 .container .offset-by-fourteen{padding-left:840px}
 .container .offset-by-fifteen{padding-left:900px}

/* -----------------------------------------

#Tablet (Portrait)

-----------------------------------------*/ 
 @media only screen and (min-width:768px) and (max-width:959px){
 
 .container{width:768px}
 
 .container .column,
 .container .columns{margin-left:10px;margin-right:10px}
 .column.alpha,.columns.alpha{margin-left:0;margin-right:10px}
 .column.omega,.columns.omega{margin-right:0;margin-left:10px}
 .alpha.omega{margin-left:0;margin-right:0}

 .container .one.column,
 .container .one.columns{width:28px}
 .container .two.columns{width:76px}
 .container .three.columns{width:124px}
 .container .four.columns{width:172px}
 .container .five.columns{width:220px}
 .container .six.columns{width:268px}
 .container .seven.columns{width:316px}
 .container .eight.columns{width:364px}
 .container .nine.columns{width:412px}
 .container .ten.columns{width:460px}
 .container .eleven.columns{width:508px}
 .container .twelve.columns{width:556px}
 .container .thirteen.columns{width:604px}
 .container .fourteen.columns{width:652px}
 .container .fifteen.columns{width:700px}
 .container .sixteen.columns{width:748px}

 .container .one-third.column{width:236px}
 .container .two-thirds.column{width:492px}

 .container .offset-by-one{padding-left:48px}
 .container .offset-by-two{padding-left:96px}
 .container .offset-by-three{padding-left:144px}
 .container .offset-by-four{padding-left:192px}
 .container .offset-by-five{padding-left:240px}
 .container .offset-by-six{padding-left:288px}
 .container .offset-by-seven{padding-left:336px}
 .container .offset-by-eight{padding-left:384px}
 .container .offset-by-nine{padding-left:432px}
 .container .offset-by-ten{padding-left:480px}
 .container .offset-by-eleven{padding-left:528px}
 .container .offset-by-twelve{padding-left:576px}
 .container .offset-by-thirteen{padding-left:624px}
 .container .offset-by-fourteen{padding-left:672px}
 .container .offset-by-fifteen{padding-left:720px}
}

/* -----------------------------------------

#Mobile (Portrait)

-----------------------------------------*/ 
 @media only screen and (max-width:767px){
 
 .container{width:300px}
 
 .container .columns,
 .container .column{margin:0}

 .container .one.column,
 .container .one.columns,
 .container .two.columns,
 .container .three.columns,
 .container .four.columns,
 .container .five.columns,
 .container .six.columns,
 .container .seven.columns,
 .container .eight.columns,
 .container .nine.columns,
 .container .ten.columns,
 .container .eleven.columns,
 .container .twelve.columns,
 .container .thirteen.columns,
 .container .fourteen.columns,
 .container .fifteen.columns,
 .container .sixteen.columns,
 .container .one-third.column,
 .container .two-thirds.column{width:300px}

 .container .offset-by-one,
 .container .offset-by-two,
 .container .offset-by-three,
 .container .offset-by-four,
 .container .offset-by-five,
 .container .offset-by-six,
 .container .offset-by-seven,
 .container .offset-by-eight,
 .container .offset-by-nine,
 .container .offset-by-ten,
 .container .offset-by-eleven,
 .container .offset-by-twelve,
 .container .offset-by-thirteen,
 .container .offset-by-fourteen,
 .container .offset-by-fifteen{padding-left:0}

}

/* -----------------------------------------

#Mobile (Landscape)

-----------------------------------------*/ 
 @media only screen and (min-width:480px) and (max-width:767px){

.container{width:420px}

.container .columns,
.container .column{margin:0}

.container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column{width:420px}

}

/* -----------------------------------------

#Clearing

-----------------------------------------*/ 
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden} 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.row:after,
.clearfix:after{clear:both}
.row,.clearfix{zoom:1} 
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/* -----------------------------------------

#Header + Nav + No More IE7

-----------------------------------------*/ 
body,html{overflow-x:hidden}
#_atssh{display:none}
#alert-section{color:#fff;background:#a90329;background:#a90329;background:-moz-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));background:-webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);background:linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%)}
.alert-inner{padding:10px 0}
.alert-images{float:left;padding:10px 0}
.red-alert{float:left;margin-right:10px}
.alert-text{float:left;margin-top:12px}
.alert-notice{padding:10px 0;font-size:12px;line-height:1.3}
.alert-notice h4{margin:0;padding:6px 0 0 0;color:#fff;font-size:16px;line-height:1.5;font-weight:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.alert-notice p{margin:0}
.alert-notice a{color:#fff}
.alert{background:#a90329;border:5px solid #a90329;color:#fff;padding:20px;font-size:16px;position:absolute;z-index:9999;left:0;right:0;top:0}
.no-more-ie{overflow:hidden}
.no-more-ie span{float:left;width:75%}
.no-more-ie img{width:40px;padding:0 7px}
.browser-icons{width:25%;float:right;text-align:right}
.navigation{background:#238fcf;z-index:999;position:relative;height:70px}
#nav{position:relative;width:100%;transition:all .3s;margin:0}
#menu-icon, .menu-icon{display:none}
.nav{margin:0;text-align:center;padding:0}
.nav >li{display:table-cell;width:1%!important;*float:left;*display:block;*width:auto;height:100%;padding:10px 0;transition:all .3s}
.nav li{position:relative;list-style:none;margin:0}
.nav li a{color:#fff;font-size:19px;font-family:'Montserrat',sans-serif;display:block;padding:11px 0;text-decoration:none;text-transform:uppercase;transition:all .3s}
.nav ul{display:none;position:absolute;left:0;top:100%;margin:0;border:3px solid #37A3DF;z-index:99;text-align:left}
.nav >li >ul{border-top:0}
.nav ul a{width:160px;border-right:none;border-bottom:1px solid #37A3DF;padding:9px 20px;color:#fff;background:#238FCF;font-size:12px;text-transform:none}
.nav ul a:hover{background:#fff;color:#000}
.nav ul li:last-child a{border:none}
.nav ul li{clear:both}
.nav ul ul{top:0;left:100%}
.nav li:hover >ul{display:block}
.navigation.stick #nav{position:fixed;background:#238fcf;width:100%;left:0;top:0;margin:0}
header{background:#122961;clear:both;color:#fff;font-size:12px;padding:20px 0}
header a{color:#fff!important;text-decoration:none}
.search{float:right;background:#fff;height:30px;overflow:hidden;border-radius:3px;padding:7px}
.search .text{border:0!important;height:18px;width:205px;box-shadow:none!important}
.search .button{background:url(../../_assets_/images/search.png) no-repeat center center!important;border:0;height:29px;width:19px;box-shadow:none!important}
.top-bar{padding:30px 0 10px;float:right}
.top-bar span{display:inline-block;padding-left:5px}
.top-bar img{vertical-align:middle}
.main-slider{position:relative}
.btns a{color:#fff;text-decoration:none}
.btns{position:absolute;bottom:0;left:0;width:100%;background:#000;background:rgba(0,0,0,.7);border-top:1px solid #454545;text-align:center;color:#fff;padding:20px 0}
.btns img{display:block;margin:0 auto 10px}
.btns h5{color:#fbba2c;font-size:14px;text-transform:uppercase;margin:0}
.btns p{font-family:georgia;font-style:italic;margin:0}
.main{padding:30px 0}
.yellow-title{font-size:30px;background:#fbba2c;padding:12px;border-radius:6px;color:#031747;text-align:center;text-transform:uppercase;line-height:1.2;font-weight:bold;margin-bottom:20px;word-wrap:break-word;}
#homepage .news{color:#000;font-size:18px;font-family:'Montserrat',sans-serif}
#homepage .news img{border-radius:6px;margin-bottom:10px;display:inline-block;vertical-align:top}
#homepage .news a{text-decoration:none;font-size:15px;text-transform:uppercase;vertical-align:bottom}
#homepage .news a img{position:relative;top:7px}
.more{text-decoration:none;font-size:15px;text-transform:uppercase;vertical-align:bottom;font-weight:bold;border-top:1px solid #eee;display:block;clear:both;padding-top:20px;margin-top:20px;float:left;width:100%;text-align:right}
.videos{background:#238fcf;border:1px solid #238fcf;color:#fff;font-family:'Montserrat',sans-serif;font-size:24px;padding:25px;position:relative;overflow:hidden;margin-top:30px}
.videos p{margin:0;line-height:1.7}
.video-btn{position:absolute;right:-4px;top:-100px;bottom:-100px;background:#fff;padding:0 20px;border-radius:50%}
.videos img{background:#c91d1d;display:block;padding:14px 40px;border-radius:6px;top:120px;position:relative}
footer{background:#fbba2c;padding:30px 0;font-size:12px;line-height:1.7}
footer p:last-child{margin:0}
footer h4{color:#031747;font-size:18px}
.copyright{text-align:center;font-size:12px;background:#238fcf;color:#fff;padding:10px}
.parallax-section{background-repeat:no-repeat;background-attachment:fixed;background-position:center top}

/* -----------------------------------------

#News Letter

-----------------------------------------*/
.news-letter{text-align:center;padding:40px 0 50px;background:#122961}
.news-letter h3{color:#fff;margin-bottom:20px;margin-top:0;text-transform:uppercase;font-weight:bold}
.news-letter form{margin:0}
.news-letter input{border:2px solid #fff;padding:10px 20px;font-size:16px;}
.news-letter input[type="submit"]{background:none;color:#fff;text-shadow:none;border-color:#FBBA2C;box-shadow:none;font-weight:bold;font-family: 'Montserrat', sans-serif;text-transform:uppercase}
.confirm{border:1px solid #B3DAEF;background:#EFF9FF;color:#22546F;padding:20px;}

/* -----------------------------------------

#Inner Page

-----------------------------------------*/ 
.yellow-title-flyout{font-size:18px;padding:20px;margin-top:30px}
.flyout{margin:0;padding:0;font-family:'Montserrat',sans-serif}
.flyout li{margin:0;list-style:none;position:relative}
.flyout li a{display:block;text-decoration:none;padding:14px 0;border-bottom:1px dotted #eee;font-size:18px}
.flyout ul{margin:0;position:absolute;left:100%;top:0;border:3px solid #37A3DF;display:none;-webkit-box-shadow:0 0 3px rgba(0,0,0,.1);-moz-box-shadow:0 0 3px rgba(0,0,0,.1);-o-box-shadow:0 0 3px rgba(0,0,0,.1);box-shadow:0 0 3px rgba(0,0,0,.1)}
.flyout ul a{border-bottom:1px solid #37A3DF;padding:9px 20px;color:#fff;background:#238FCF;font-size:12px;width:160px}
.flyout ul li:last-child a{border:none}
.flyout ul a:hover{background:#fff;color:#000}
.flyout li:hover >ul{display:block}
.page-title{font-size:30px;margin-bottom:20px;color:#031747;line-height:1.7}
#freeform .main, #fullwidth .main{padding-top:0}
.entry{margin-top:30px;min-height:500px}
.bread{background:#238fcf;color:#fff;padding:10px 0;font-size:12px;font-family:'Montserrat',sans-serif;text-transform:uppercase}
.bread span{color:#fbba2c}
.bread p{margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.bread a{color:#fff;text-decoration:none}

/* -----------------------------------------

#Bootstrap v2.3.2 tables only

-----------------------------------------*/
.table{max-width:100%!important;background-color:#fff;border-collapse:collapse;border-spacing:0}
.table textarea{min-width:220px;max-width:100%!important;border:1px solid #e1e1e1}
.table caption{background:#e1e1e1;color:#fff;text-align:left;padding:10px 20px}
.table{width:100%;margin-bottom:20px}
.table th, 
.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #e1e1e1}
.table th{font-weight:bold}
.table thead th{vertical-align:bottom}
.table caption+thead tr:first-child th, 
.table caption+thead tr:first-child td, 
.table colgroup+thead tr:first-child th, 
.table colgroup+thead tr:first-child td, 
.table thead:first-child tr:first-child th, 
.table thead:first-child tr:first-child td{border-top:0}
.table tbody+tbody{border-top:2px solid #e1e1e1}
.table .table{background-color:#fff}
.table-condensed th, 
.table-condensed td{padding:4px 5px}
.table-bordered{border:1px solid #e1e1e1;border-collapse:separate;*border-collapse:collapse;border-left:0}
.table-bordered th, 
.table-bordered td{border-left:1px solid #e1e1e1}
.table-bordered caption+thead tr:first-child th, 
.table-bordered caption+tbody tr:first-child th, 
.table-bordered caption+tbody tr:first-child td, 
.table-bordered colgroup+thead tr:first-child th, 
.table-bordered colgroup+tbody tr:first-child th, 
.table-bordered colgroup+tbody tr:first-child td, 
.table-bordered thead:first-child tr:first-child th, 
.table-bordered tbody:first-child tr:first-child th, 
.table-bordered tbody:first-child tr:first-child td{border-top:0}
.table-bordered thead:first-child tr:first-child >th:first-child, 
.table-bordered tbody:first-child tr:first-child >td:first-child, 
.table-bordered tbody:first-child tr:first-child >th:first-child{-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px}
.table-bordered thead:first-child tr:first-child >th:last-child, 
.table-bordered tbody:first-child tr:first-child >td:last-child, 
.table-bordered tbody:first-child tr:first-child >th:last-child{-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px}
.table-bordered thead:last-child tr:last-child >th:first-child, 
.table-bordered tbody:last-child tr:last-child >td:first-child, 
.table-bordered tbody:last-child tr:last-child >th:first-child, 
.table-bordered tfoot:last-child tr:last-child >td:first-child, 
.table-bordered tfoot:last-child tr:last-child >th:first-child{-webkit-border-bottom-left-radius:0px;-moz-border-radius-bottomleft:0px;border-bottom-left-radius:0px}
.table-bordered thead:last-child tr:last-child >th:last-child, 
.table-bordered tbody:last-child tr:last-child >td:last-child, 
.table-bordered tbody:last-child tr:last-child >th:last-child, 
.table-bordered tfoot:last-child tr:last-child >td:last-child, 
.table-bordered tfoot:last-child tr:last-child >th:last-child{-webkit-border-bottom-right-radius:0px;-moz-border-radius-bottomright:0px;border-bottom-right-radius:0px}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}
.table-bordered caption+thead tr:first-child th:first-child, 
.table-bordered caption+tbody tr:first-child td:first-child, 
.table-bordered colgroup+thead tr:first-child th:first-child, 
.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px}
.table-bordered caption+thead tr:first-child th:last-child, 
.table-bordered caption+tbody tr:first-child td:last-child, 
.table-bordered colgroup+thead tr:first-child th:last-child, 
.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px}
.table-striped tbody >tr:nth-child(odd) >td, 
.table-striped tbody >tr:nth-child(odd) >th{background-color:#f9f9f9}
.table-hover tbody tr:hover >td, 
.table-hover tbody tr:hover >th{background-color:#f5f5f5}
table td[class*="span"], 
table th[class*="span"], 
.row-fluid table td[class*="span"], 
.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}
.table td.span1, 
.table th.span1{float:none;width:44px;margin-left:0}
.table td.span2, 
.table th.span2{float:none;width:124px;margin-left:0}
.table td.span3, 
.table th.span3{float:none;width:204px;margin-left:0}
.table td.span4, 
.table th.span4{float:none;width:284px;margin-left:0}
.table td.span5, 
.table th.span5{float:none;width:364px;margin-left:0}
.table td.span6, 
.table th.span6{float:none;width:444px;margin-left:0}
.table td.span7, 
.table th.span7{float:none;width:524px;margin-left:0}
.table td.span8, 
.table th.span8{float:none;width:604px;margin-left:0}
.table td.span9, 
.table th.span9{float:none;width:684px;margin-left:0}
.table td.span10, 
.table th.span10{float:none;width:764px;margin-left:0}
.table td.span11, 
.table th.span11{float:none;width:844px;margin-left:0}
.table td.span12, 
.table th.span12{float:none;width:924px;margin-left:0}
.table tbody tr.success >td{background-color:#dff0d8}
.table tbody tr.error >td{background-color:#f2dede}
.table tbody tr.warning >td{background-color:#fcf8e3}
.table tbody tr.info >td{background-color:#d9edf7}
.table-hover tbody tr.success:hover >td{background-color:#d0e9c6}
.table-hover tbody tr.error:hover >td{background-color:#ebcccc}
.table-hover tbody tr.warning:hover >td{background-color:#faf2cc}
.table-hover tbody tr.info:hover >td{background-color:#c4e3f3}

/* #Media Queries
================================================== */

	@media only screen and (min-width: 960px) {

	.nav, .flyout{display:block!important}

}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		.navigation.stick #nav{position:relative}
		#menu-icon{display:block;color:#fff;padding:23px 0;font-size:21px;cursor:pointer}
		#menu-icon span{display:block;width:30px;height:3px;background:#fff;float:left;clear:both;margin:3px 10px 0 0}
		.navigation .container{position:static}
		#nav{position:static}
		.nav{background:#fff;text-align:left}
		.nav{position:absolute;width:100%;background:#000;margin:0;left:100%;top:70px;transition:all .3s;max-height:300px;overflow-y:scroll}
		.float_button_anchor{position:static}
		.nav li{float:none;display:block;width:100%!important;padding:0}
		.nav li a{float:none;background:#fff;color:#000;font-size:14px;border-bottom:1px solid #e3f3fd!important;padding:10px}
		.nav ul{display:block;position:static;box-shadow:none;border:none}
		.nav li li a{width:auto;font-size:12px;padding-left:20px;transition:none}
		.nav li a:hover{background:#238FCF;color:#fff}
		.nav li li a:before{content:"- "}
		.nav li li li a:before{content:"-- "}
		.open-nav .nav{left:0}
		.btns{position:static;background:#000;border:0}
		.flyout ul{position:static;display:block}
		.flyout ul a{width:auto}
		.table-responsive{ width:100%;max-width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden}
		.table-responsive >.table{margin-bottom:0;background-color:#fff}
		.table-responsive >.table >thead >tr >th, 
		.table-responsive >.table >tbody >tr >th, 
		.table-responsive >.table >tfoot >tr >th, 
		.table-responsive >.table >thead >tr >td, 
		.table-responsive >.table >tbody >tr >td, 
		.table-responsive >.table >tfoot >tr >td{white-space:nowrap}
		.table-responsive >.table-bordered{border:0}
		.table-responsive >.table-bordered >thead >tr >th:first-child, 
		.table-responsive >.table-bordered >tbody >tr >th:first-child, 
		.table-responsive >.table-bordered >tfoot >tr >th:first-child, 
		.table-responsive >.table-bordered >thead >tr >td:first-child, 
		.table-responsive >.table-bordered >tbody >tr >td:first-child, 
		.table-responsive >.table-bordered >tfoot >tr >td:first-child{border-left:0}
		.table-responsive >.table-bordered >thead >tr >th:last-child, 
		.table-responsive >.table-bordered >tbody >tr >th:last-child, 
		.table-responsive >.table-bordered >tfoot >tr >th:last-child, 
		.table-responsive >.table-bordered >thead >tr >td:last-child, 
		.table-responsive >.table-bordered >tbody >tr >td:last-child, 
		.table-responsive >.table-bordered >tfoot >tr >td:last-child{border-right:0}
		.table-responsive >.table-bordered >thead >tr:last-child >th, 
		.table-responsive >.table-bordered >tbody >tr:last-child >th, 
		.table-responsive >.table-bordered >tfoot >tr:last-child >th, 
		.table-responsive >.table-bordered >thead >tr:last-child >td, 
		.table-responsive >.table-bordered >tbody >tr:last-child >td, 
		.table-responsive >.table-bordered >tfoot >tr:last-child >td{border-bottom:0}

}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	.alert-text{width:200px}

}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.alert-images{display:none!important}
		.top-bar{float:none;text-align:center;padding-top:10px}
		.search{float:none;clear:both}
		#search.text{width:90%}
		.bx-wrapper .bx-pager{display:none}
		.btn{padding:10px 0}
		.news-item{padding-bottom:20px}
		.news-item >img{width:100%}
		.cal{padding-bottom:20px}
		.videos p{width:200px;line-height:1;font-size:21px}
		.menu-icon{display:block;border-bottom:1px solid #eee;padding:10px 0;font-size:18px;cursor:pointer}
		.menu-icon span{display:block;width:30px;height:3px;background:#000;float:left;clear:both;margin:4px 10px 0 0}
		.flyout{border:1px solid #eee;border-top:0;border-bottom:0;display:none;max-height:300px;overflow-y:auto}
		.flyout ul{border:none;box-shadow:none}
		.flyout li a{background:none;color:#000;padding-left:14px;font-size:16px}
		.flyout li li a{border-bottom:1px dotted #eee!important;padding-left:20px;font-size:14px}

}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		.videos p{width:120px;font-size:16px}
		.video-btn{top:-104px}
		#search.text{width:85%}

}






