/*
Theme Name: Lindsey Links
Author: Sharp Hue
*/

/*Basics*/
html, body, .wrapper { min-width:960px; }
.container { width:1200px; }
html { background:#fff; }
body { background:#fff; font-family:Arial, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { color:#444; font-size:20px; font-weight:normal; }
p, label, ul, ol, input, textarea { color:#444; font-size:14px; line-height:20px; }
a { color:#1978c3; }
a:hover { text-decoration:none; }

/*Fonts*/
h1,h2,h3,h4,h5,h6 { }
.franklin, h1, h2,  #header .tag p , .btn a, button, input[type="submit"],
#footer .subscribe input[type="text"], #footer .subscribe input[type="email"],
#footer-nav ul li a, #footer-nav ul li.bold ul li > a,
#recent-posts .box .body h3 a, #promo .message h2, #promo .message { font-family: "franklin-gothic-urw",sans-serif; }

/*Helpers*/
.float-right { float:right; }

/*Buttons*/
.btn a, input[type="submit"], button { display:inline-block; text-decoration:none; padding:0 50px; height:40px; line-height:40px; font-weight:25px; font-weight:300; border:none;
-webkit-border-radius: 2px; 
   -moz-border-radius: 2px; 
     -o-border-radius: 2px; 
        border-radius: 2px; 
 -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
      -o-transition: all 200ms;
         transition: all 200ms;
}
.btn a:hover { opacity:0.9; }

/*.btn.lindsey a {
	background-color: #01559d;
	color: #ffffff;
	position: absolute;
	bottom: 30px;
	right: 0;
	border-radius: 2px;
}*/

/*icons*/

 
/*Wrappers*/
.wrapper.header     { z-index:9;  background:rgba(64,138,189,.8); }
.wrapper.nav        { z-index:10; background:#0063a7; }
.wrapper.promo      { z-index:7;  background:#eee; }
.wrapper.conversion { z-index:8;  background:#000;  background:rgba(0,0,0,0.8);}
.wrapper.intro      { z-index:7;  background:rgba(64,138,189,.8); }
.wrapper.feed       { z-index:7;  background:#fff; }
.wrapper.content    { z-index:7;  background:#fff; min-height: 400px; }
.wrapper.footer     { z-index:7;  background:#0063a7; }
.wrapper.recent-posts     { z-index:7;  background:#eee; }

/*Header*/
#header { position:relative; height:165px; }
#header .logo { position:absolute; left:0px; top:25px; }
#header .tag { position:absolute; top:88px; left:309px;  }
#header .tag p { color:#fff; font-size:57px; font-weight:300; font-style:italic; }
#header .btn > a { height:44px; line-height:44px; font-size:17px; text-align:center;}
#header .btn.contact { position:absolute; top:38px; right:178px; text-align:center;  }
#header .btn.contact a { background:#7ab7ed; color:#fff; width:120px; padding:0; }
#header .btn.account { position:absolute; top:38px; right:0; min-width:150px; text-align:right; }
#header .btn.account > a { background:#01559d; color:#fff; padding:0 15px;  min-width:150px; box-sizing:border-box; }
#header .btn.account > a .fa-user { font-size:20px; margin: 0 5px 0 5px; }
#header .btn.account > a .fa-angle-down { font-size:14px; }
#header .btn.lindsey {position: absolute; bottom: 30px; right:0;}
#header .btn.lindsey > a {background:#01559d; color:#fff; padding:0 15px; line-height:44px;}
#header .btn > a .fa-external-link {font-size:20px; margin: 0 5px 0 5px;}
#header .btn.account .dropdown ul { position:relative; z-index:11; display:none; }
#header .btn.account ul { list-style:none; width:100%; background:#7ab7ed; background:#0c60a7; position:absolute; top:0; right:0; margin:0; padding:0; }
#header .btn.account ul li { margin:0; padding:0; border-bottom:1px solid #01559d;}
#header .btn.account ul li a { display:block; text-align:left; height:30px; line-height:30px; color:#fff; padding:0 15px; }

#header .searchbar { position:absolute; top:104px; right:0; width:295px; }
#header .searchbar .box { position:relative; }
#header .searchbar label { display:none; }
#header .searchbar input[type="text"] { width:100%; border:none; font-size:16px;  line-height:24px; height:46px; padding:0px 10px;
	-webkit-border-radius: 6px; 
       -moz-border-radius: 6px; 
	     -o-border-radius: 6px; 
	        border-radius: 6px; }


#header .searchbar input[type="submit"] { position:absolute; top:0; right:0; background:#ee3a43 url(images/structure/search2.png) no-repeat center; width:46px; height:46px; padding:0; border: none; text-indent:-99999px; border-radius:0;
							-webkit-border-top-right-radius: 6px; 
							    -moz-borde-top-right-radius: 6px; 
								-o-border--top-right-radius: 6px; 
									border-top-right-radius: 6px;
						 -webkit-border-bottom-right-radius: 6px; 
						     -moz-borde-bottom-right-radius: 6px; 
							 -o-border--bottom-right-radius: 6px; 
								 border-bottom-right-radius: 6px; }
#header .searchbar input[type="submit"]:hover { opacity:0.8; }




/*Nav*/
#nav { position:relative; }
#nav nav > ul { display:table; width:100%; list-style:none; }
#nav ul > li { float:left; margin:0 23px; }
#nav ul > li:first-child { margin-left:0; }
#nav ul > li:last-child { margin-right:0; }
#nav ul li > a { display:block;  height:40px; padding:0 10px; line-height:40px; font-size:16px; color:#fff;  text-decoration:none; }
#nav ul li:hover > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a,
#nav ul li.current_page_parent > a  { background:#7ab7ed; }
#nav ul li.menu-item-has-children > a { padding-left:35px; background:url(images/structure/drop.png) no-repeat 10px center; }
.home #nav ul li.current-menu-item a { background:transparent; }

/*Sub Nav*/
#nav ul li .sub { position:relative; }
#nav ul ul { display:none; position:absolute; left:0px; top:0px; min-width:200px; height:auto; background:#7ab7ed; }
#nav ul li:last-child ul { left:auto; right:0; }
#nav ul li:hover ul { display:block; }
#nav ul li ul li { float:none; margin:0; padding:0; }
#nav ul li ul li a { display:block; height:auto; padding:0 15px; line-height:35px; font-size:13px; color:#fff; text-transform:uppercase; text-decoration:none; white-space:nowrap; }
#nav ul li ul li:hover a { background:#01559d; }
#nav ul li ul li ul { display:none; }

/*Side Nav*/
#sidenav .spacing { padding:50px 40px 40px 0; }
#sidenav ul { list-style:none; }
#sidenav ul li { border-top:1px solid #ccc; }
#sidenav ul li:first-child { border:none; }
#sidenav ul li a { display:block; padding:15px 0; line-height:18px; color:#747474; font-size:13px; text-decoration:none; text-transform:uppercase; }
#sidenav ul li:hover a { color:#444; }
#sidenav ul li.current-menu-item a, 
#sidenav ul li.current-menu-parent a { color:#444; }
#sidenav ul li ul { display:none; }

/*Promo*/
#promo { position:relative; font-size:19px;}
#promo .wrapper.promo { z-index: 2; }
#promo .fade { position: relative; }
#promo .fade:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    background-image: url('images/structure/promo-fader.png');
    background-repeat: no-repeat;
    background-position: center center;
}
#promo .wrapper.page { z-index: 5; }
#promo .frame { height:422px;}
#promo .links { position:absolute; right:0; top:50px; min-width:40%; max-width:475px; padding:15px; z-index:2; }
#promo .links a { display:block; margin-bottom:10px; background:#fff; background:rgba(255,255,255,0.8); line-height:22px; font-size:18px; padding:5px 10px; color:#01559D; text-decoration:none; }
#promo .links a * { vertical-align:middle; }
#promo .links a .fa-chevron-right { float:right; margin-top:3px; }
#promo .message { position:absolute; left:0; top:50px; width:475px; background:#fff; background:rgba(255,255,255,0.9); }
#promo .message .inner { padding:4.63% 5.894%;}
#promo .message .date { font-size:1.158em; color:#9a9899; margin-bottom:.6em; }
#promo .message h2 { font-size:2.105em; line-height:1em; color:#444; font-weight:700; margin-bottom:.65em; }
#promo .message p { font-size:1em; font-weight:400; }
#promo .message .btn { padding-top:20px; }
#promo .message .btn a { background:#e53935; border-radius:6px; color:#fff; font-size:14px; font-style:italic; padding:0 12px; height:30px; line-height:30px; }
#promo .v1 { background:#04579e url(images/promo1.jpg) no-repeat center center; background-size: cover; }
#promo .v2 { background:#000 url(images/promo2.jpg) no-repeat center center; background-size: cover; }
#promo .v3 { background:#000 url(images/promo3.jpg) no-repeat center center; background-size: cover; }

/*Slider*/
#promo .slider .slide { /* display:none; */ }
#promo .slider .slide:first-child { /* display:block; */ }
#promo .pager { display:block;  position:absolute; bottom:30px; left:0; right:0; z-index:1; text-align:center; }
#promo .pager a { display:inline-block; width:20px; height:20px; margin:0 5px; background:#999; cursor:pointer; 
	-webkit-border-radius: 10px; 
       -moz-border-radius: 10px; 
	     -o-border-radius: 10px; 
	        border-radius: 10px; 
}
#promo .pager a.active { background-color:#fff; }
#promo .prev,
#promo .next { z-index:1; position:absolute; left:-80px; bottom:190px; width:44px; height:44px; background:url(images/structure/slider-arrows.png) no-repeat 0 0 ; cursor:pointer;
	-webkit-border-radius: 15px; 
       -moz-border-radius: 15px; 
	     -o-border-radius: 15px; 
	        border-radius: 15px; 
}
#promo .next { left:auto; right:-80px; background-position:-100px 0;  }
#promo .prev:hover,
#promo .next:hover { opacity:0.8; }

/*Promo Nav*/
.wrapper.promo-nav { position:absolute; z-index:8; bottom:0px; left:0; right:0; background:#eee; background:rgba(238,238,238,0.75 ); }
#promo-nav { height:311px; display:none;}
#promo-nav .spacing { padding: 30px 0; }

#promo-nav .item { padding:0 1%; }
#promo-nav .box { cursor:pointer; }
#promo-nav .box a { display:block; text-decoration:none; }
#promo-nav .box:hover { opacity:0.9; }
#promo-nav .box  p { font-size:18px; color:#343434; text-align:center; font-weight:700; }
#promo-nav .box .image { margin-bottom:20px; }

#promo-nav .item.active .box .image { border:3px solid red; }

/*Footer*/
#footer { position:relative; min-height:150px; }
#footer .spacing { padding:20px 0; }
#footer [class*='col-'] { float:right; }
#footer p { color:#fff; font-size:11px; line-height: 18px; float: left; }
#footer p a { color:#fff; }

#footer .right { background:#1978c3; }
#footer .right .spacing { padding:35px 11%; }
#footer .right h3 { color:#fff; font-size:36px; font-weight:700; margin-bottom:15px;}
#footer .right p { font-size:16px; line-height:25px; padding-bottom:30px; }
#footer .right p.wysija-paragraph {padding-bottom:0}
#footer .subscribe input[type="text"], #footer .subscribe input[type="email"] { width:100%; height:36px; padding:0 15px; font-size:18px; border-radius:2px; border:none; margin-bottom:20px; }
#footer .subscribe input[type="submit"] { background:#e53935; color:#fff; height:36px; line-height:36px; padding:0 15px; font-size:20px; font-weight:400; }
#footer .subscribe input[type="submit"]:hover { opacity:0.9; }

#footer-nav { margin-bottom:70px;}
#footer-nav [class*='col-']  { float:left; padding-right:1%;} 
#footer-nav [class*='col-']:last-child  { padding-right:0;} 
#footer-nav ul { display:table; width:100%; list-style:none; }
#footer-nav ul li { margin-bottom:30px;}
#footer-nav ul li a, #footer-nav ul li.bold ul li > a { color:#fff; font-weight:400; text-decoration:none; font-size:19px; line-height:35px;  }
#footer-nav ul li ul li { margin-bottom:0px; }
#footer-nav ul li ul li a { color:#fff; font-weight:400; text-decoration:underline; font-size:12px; line-height:20px; font-family:Arial, Helvetica, sans-serif; }
#footer-nav ul li.newline { clear:left; }


/*Introduction*/
#introduction .spacing { padding:54px 5% 54px 0; }
#introduction h1 { display:table; width:100%; background:#01579b; height:52px; line-height:52px; padding:0 20px; box-sizing:border-box; margin-bottom:30px; }
#introduction h1 img { width:145px; line-height:56px;  margin-right:15px; display:inline-block; float:left; position:relative; top:5px; }
#introduction h1 span { color:#fff; line-height:56px; float:left; font-size:25px; font-style:italic; font-weight:300; }
#introduction p { color:#3a3a3a; font-size:17px; line-height:23px; padding-bottom:20px; }
#introduction p a { text-decoration:none; }

#conversions { text-align:center; }
#conversions .spacing { padding:54px 0 54px 5%; }
#conversions .item { padding:0 1% 2% 1%;}
#conversions .item a { display:block; background:#0063a7; border-radius:6px; overflow:hidden; color:#fff; font-size:18px; font-weight:bold; text-align:center; padding:15px; text-decoration: none;
-webkit-transition: all 50ms;
    -moz-transition: all 50ms;
      -o-transition: all 50ms;
         transition: all 50ms;
}
#conversions .item a:hover { opacity:0.9;}

#conversions .item a span{display:block; padding-top:10px;}

#conversions .item a i{font-size:30px;}

/*Recent Posts*/
#recent-posts .spacing { padding:45px 0; }
#recent-posts h2 { position:relative; font-size:36px; line-height: 40px; color:#01559d; font-weight:700; text-align:center;  margin-bottom:45px; }
#recent-posts h2:before { content:" "; display:block; height:2px; width:100%; background:#01559d; position:absolute; top:50%; left:0; right:0; }
#recent-posts h2 .bg { background:#eee; padding:0 3.333%; position:relative; display:table; margin:0 auto;}
#recent-posts h2 .icon { display:inline-block; float:left; width:34px; height:40px; line-height:40px; background:url(images/structure/news.png) no-repeat left center; margin-right:28px; }
#recent-posts .col-50 .padding { padding:0 0 60px 0; }
#recent-posts .col-50:nth-child(odd) .padding { padding-right:3%; }
#recent-posts .col-50:nth-child(even) .padding { padding-left:3%; }
#recent-posts .box { background:#fff; height:91px; position:relative; }
#recent-posts .box .image { position:absolute; left:0; top:0; background:#254E64; width:260px; height:91px;}
#recent-posts .box .body { margin-left:260px; background:#fff; position:relative;}
#recent-posts .box .body .inside { display:table; width:100%; }
#recent-posts .box .body h3 { display:table-cell; vertical-align:middle; height:91px; padding:0 5%; line-height:18px; }
#recent-posts .box .body h3 a { text-decoration:none; color:#000; font-size:17px; font-weight:700; line-height:18px; }
#recent-posts .box a:hover { opacity:0.9; }


/*Feed*/
#feed .spacing { padding:60px 0; }
#feed h2 {  }
#feed .bottom { display:table; width:100%; position:absolute; bottom:0; left:0; }
#feed .bottom .read-more { display:inline-block; float:left; }
#feed .bottom .time-ago { display:inline-block; float:right; font-size:15px; color:#7c7c7c; }
#feed .bottom .read-more a { font-size:15px; color:#444; }

/*Content*/
#content .spacing { padding:40px 0; }
#content h1 { padding:0 0 18px 0; color:#444; font-size:36px; line-height:54px; font-weight:400; }
#content h2 { padding:0 0 12px 0; color:#01559d; font-size:24px; line-height:36px; font-weight:400; }
#content h3 { padding:0 0 11px 0; color:#444; font-size:22px; line-height:33px; font-weight:400; }
#content h4 { padding:0 0 9px 0; color:#444; font-size:18px; line-height:27px; font-weight:400; }
#content h5 { padding:0 0 8px 0; color:#444; font-size:16px; line-height:24px; font-weight:400; }
#content h6 { padding:0 0 7px 0; color:#444; font-size:14px; line-height:21px; font-weight:400; }
#content p { padding:0 0 20px 0; }
#content ul, #content ol { padding:0 0 0 20px; margin:0 0 20px 0; }
#content ul { list-style:square; }
#content li { padding:4px 0; }
#content .btn > a { height:44px; line-height:44px; font-size:17px; text-align:center;}
#content .btn.register a { background:#7ab7ed; color:#fff; width:120px; padding:0; }

/*Login*/
#loginpage .btn.btn-primary {background:#0063a7; color:#fff; font-size:17px;}
#loginpage input.form-control {padding:7px; }
#loginpage label {font-weight:bold;}
#loginpage .ws-plugin--s2member-pro-login-widget-lost-password {display:none;}
#loginpage .ws-plugin--s2member-pro-login-widget-username label {display:none;}

/*FAQs*/
#faqs .faq { position:relative; margin: 0; padding:15px 0 0 0; border-top:1px solid #ccc; cursor:pointer; }
#faqs .faq:first-child { border:none; }
#faqs .faq .icon { position:absolute; left:0px; top:15px; height:20px; width:20px; background:#999 url(images/structure/faq.png) no-repeat 3px center; }
#faqs .faq.active .icon { background-position:-97px center; }
#faqs .faq p { padding:0 0 15px 0; font-size:14px; line-height:26px; color:#999; }
#faqs .faq h2 { padding:0 0 15px 35px; color:#444; font-size:18px; line-height:20px; font-weight:300; text-transform:none; }
#faqs .faq h2:hover { color:#000; }
#faqs .faq .answer { display:none; }
#faqs .faq:first-child .answer { display:block; }

/*Testimonials*/
#testimonials .testimonial { position:relative; margin:0 0 20px 0; padding:25px 25px 20px 50px; border-bottom:2px solid #ddd; background:#f9f9f9 url(images/structure/quote.png) no-repeat 12px 12px; }
#testimonials p { font-size:14px; line-height:26px; font-weight:300; color:#666; font-style:italic; }
#testimonials p span { display:block; padding:13px 0 0 0; font-size:16px; line-height:18px; color:#888; font-weight:400; font-style:normal; }
#testimonials p span span { padding:3px 0 0 14px; }
#testimonials img { float:right; max-width:125px; margin:0 0 5px 20px; }

/*Gallery*/
#gallery { display:none; }
.no-js #gallery { display:block; }
#gallery .gallery { display:table; width:977px; padding:0 0 15px 0; margin:0 0 0 -17px; }
#gallery .gallery .gallery-item { position:relative; float:left; opacity:.9; width:220px; height:160px; margin:0 0 17px 17px; overflow:hidden; border:3px solid #fff; }
#gallery .gallery .gallery-item img { vertical-align:top; }
#gallery .gallery .gallery-caption { display:block; position:absolute; left:0px; top:160px; width:100%; padding:8px 0; line-height:13px; text-align:center; font-size:11px; color:#fff; background: rgba(0, 0, 0, .5); }
#gallery.video .gallery .gallery-item a { position:absolute; left:0px; top:0px; right:0px; bottom:0px; display:block; cursor:pointer; background:url(images/structure/play.png) no-repeat center center; }

/*Gallery Nav*/
#gallerynav { margin:10px 5px 17px 5px; border-bottom:1px solid #f1f1f1; }
#gallerynav a { position:relative; display:inline-block; font-size:11px; text-transform:uppercase; color:#777; text-decoration:none; padding:10px 8px 4px 8px; margin:0 10px 0 0; }
#gallerynav a:hover { border-bottom:2px solid #111; }
#gallerynav a.active { border-bottom:2px solid #111; }
#gallerynav a.active span { position:absolute; left:50%; bottom:-10px; display:inline-block; width: 0; height: 0; margin:0 0 0 -10px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #111; }

/*Staff*/
#staff .block { width:50%; }
#staff .member { display:table; margin:0 0 50px 0; }
#staff .image { float:left; } 
#staff .image span { display:block; width:150px; height:150px; overflow:hidden; } 
#staff .image img { width:auto !important; height:auto !important; max-width:150px; max-height:150px; min-width:150px; min-height:150px; }
#staff .info { padding:0 40px 0 165px; }
#staff h2 { padding:0; color:#555; font-size:22px; line-height:25px; font-weight:400; }
#staff h3 { padding:0; color:#777; font-size:15px; line-height:17px; font-weight:400; }
#staff .bio p { padding:15px 0; }
#staff .contact { padding:15px 0 0 0; }
#staff .contact.none { padding:0; }
#staff .contact p.split .phone { padding:0 15px 0 0; margin:0 15px 0 0; border-right:1px solid #ddd; }
#staff .contact p a { display:inline-block; color:#888; text-decoration:none; text-transform:uppercase; }
#staff .phone { font-size:15px; cursor:default; }
#staff .email { font-size:12px; }
#staff .email:hover { color:#222; }

/*Team*/
#team .member { position:relative; display:table; margin:0 0 25px 0; }
#team .thumb { float:left; }
#team .thumb span { display:block; width:150px; height:150px; overflow:hidden; }
#team .thumb img { width:150px !important; height:auto !important; }
#team .thumb img:hover { opacity:.9; }
#team .info { padding:0 0 0 175px; }
#team h2 { padding:0 0 5px 0; color: #444; font-size:20px; line-height:23px; font-weight:400; }
#team h2 a { text-decoration:none; color: #444; }
#team h2 a:hover { color:#777; }
#team h3 { padding:0; color:#747474; font-size:16px; line-height:19px; font-weight:300; }
#team .bio p { padding:15px 0; }
#team .contact { padding:15px 0 0 0; }
#team .contact.none { padding:0; }
#team .contact p { padding-bottom:0; }
#team .contact p.split .phone { padding:0 15px 0 0; margin:0 15px 0 0; border-right:1px solid #ddd; }
#team .contact p a { display:inline-block; color:#444; text-decoration:none; text-transform:uppercase; }
#team .phone { font-size:15px; cursor:default; }
#team .email { font-size:12px; }
#team .email:hover { color:#777; }
#team .link { display:block; position:absolute; left:0; top:0; right:0; bottom:0; background:url(images/structure/clear.png); }

/*Sponsors*/
#sponsors .grid { width:980px; margin:0 0 0 -25px; }
#sponsors .sponsor { float:left; width:218px; margin:0 0 20px 25px; border:1px solid #eee; 
	-webkit-border-radius: 5px; 
       -moz-border-radius: 5px; 
	     -o-border-radius: 5px; 
	        border-radius: 5px; 
}
#sponsors .sponsor:hover { border:1px solid #ddd; }
#sponsors .name h2 { padding:0; font-size:18px; line-height:20px; }
#sponsors .name h2 a { text-decoration:none; }
#sponsors .name .center { display: table-cell; text-align: center; vertical-align: middle; width: 320px; height: 50px; }
#sponsors .name .center * { vertical-align: middle; }
#sponsors .logo img { max-width:200px; max-height:120px; }
#sponsors .logo .center { display: table-cell; text-align: center; vertical-align: middle; width: 320px; height: 120px; }
#sponsors .logo .center * { vertical-align: middle; }

/*IE*/
.lt-ie8 #sponsors .name .center span { display: inline-block; height: 100%; }
.lt-ie8 #sponsors .logo .center span { display: inline-block; height: 100%; }

/*Events*/
#events .event { position:relative; padding:15px 20px 5px 20px; margin:0 0 30px 0; background:#fbfbfb; border-bottom:2px solid #eee; }
#events .date { position:absolute; left:0; top:0; width:70px; height:70px; text-align:center; color:#f1f1f1; font-size:30px; line-height:30px; text-transform:uppercase; font-weight:300; background:#999; }
#events .date span { display:block; padding:15px 0 0 0; line-height:15px; font-size:14px; font-weight:700; }
#events h2 { padding:0 0 0 70px; color:#444; font-size:24px; line-height:30px; font-weight:400; }
#events .location { padding:0 0 0 70px; }
#events .text { padding:10px 0 0 0; }

/*Information*/
#information .info { position:relative; }
#information h3 { padding:15px 0 5px 0; color:#444; font-size:22px; line-height:25px; font-weight:400; }
#information p { }
#information a.tel { color:#888; text-decoration:none; cursor:pointer; }

/*Contact*/
#contact .frm_forms { max-width:none; }
#contact .frm_forms .frm_form_field { position:relative; padding-bottom:20px; margin-bottom:0; }
#contact .frm_forms .frm_primary_label { display:block; }
#contact .frm_forms [type="text"], 
#contact .frm_forms [type="tel"], 
#contact .frm_forms [type="email"],
#contact .frm_forms [type="url"], 
#contact .frm_forms select, 
#contact .frm_forms textarea 
{ 
    display:block; width:100%; padding:7px 10px; font-size:12px; line-height:16px; background:#fff; border:1px solid #ddd; border-bottom:1px solid #ccc;
	-webkit-box-shadow: inset 0 0 3px #eee; 
	   -moz-box-shadow: inset 0 0 3px #eee; 	
	        box-shadow: inset 0 0 3px #eee;                                             
}
#contact .frm_forms [type="text"]:focus, 
#contact .frm_forms [type="tel"]:focus, 
#contact .frm_forms [type="email"]:focus,
#contact .frm_forms textarea:focus { border:1px solid #bbb; }
#contact .frm_forms .frm_submit input { padding:0 25px; background:#555; border:none;  color:#fff; font-size:13px; text-transform:uppercase; line-height:36px; 
    box-shadow:none;
	-webkit-border-radius:2px; 
	   -moz-border-radius:2px; 
	     -o-border-radius:2px; 
	        border-radius:2px;                                      
}
#contact .frm_forms .frm_submit input:hover { opacity:.9; }
#contact .frm_forms .frm_error { position:absolute; right:0px; top:0px; font-weight:normal; color:#d90000; font-size:11px; }
#contact .frm_forms .frm_error_style { display:none; }
#contact .frm_forms .frm_message { background:#f1f1f1; border:1px solid #ddd; }
#contact .frm_forms .frm_message p { padding:30px; }

/*Links*/
#links .link a {padding: 5px; border: 1px solid #EEE; margin-bottom: 10px; display: block;}
#links .link a:hover {background: #f1f1f1;}
#links .link a i {margin-right: 5px;}
#links .link p {margin:0; padding:0;}

/*Colorbox*/
#cboxContent, #cboxContent button { font-size:10px; text-transform:uppercase; color:#555; }

/*UI*/
#ui-datepicker-div { font-size: 11px; }

/*Edit*/
.edit-link { display:block; padding:15px 0; }
.edit-link a { font-size:11px; text-transform:uppercase; }

/* Alignment */
.alignleft { float: left; margin:6px 20px 14px 0; }
.alignright { float: right; margin:6px 0 14px 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; padding:6px 0 14px 0; }

/*Blog*/
#blog .spacing { padding:40px 60px 40px 0; }
#blog article { padding:0 0 40px 0; }
#blog h1 { margin:0 0 15px 0; color:#666; font-size:30px; line-height:35px; font-weight:400; }
#blog h1 a { color:#666; text-decoration:none; }
#blog h1 a:hover { text-decoration:none; opacity:.9; }
#blog h1.archive-title { padding:5px 0 3px 0; margin:0 0 25px 0; color:#666; font-size:16px; font-style:italic; border-bottom:1px solid #ccc; font-family:Arial; }
#blog h1.archive-title a { color:#888; text-decoration:none; }
#blog h1.archive-title a:hover { color:#888; text-decoration:none; }
#blog h2 { margin:0 0 12px 0; color:#444; font-size:24px; line-height:36px; font-weight:400; }
#blog h3 { margin:0 0 11px 0; color:#444; font-size:22px; line-height:33px; font-weight:400; }
#blog h4 { margin:0 0 9px 0; color:#444; font-size:18px; line-height:27px; font-weight:400; }
#blog h5 { margin:0 0 8px 0; color:#444; font-size:16px; line-height:24px; font-weight:400; }
#blog h6 { margin:0 0 7px 0; color:#444; font-size:14px; line-height:21px; font-weight:400; }
#blog p { margin:0 0 20px 0; }
#blog ul, #blog ol { padding:0 0 0 20px; margin:0 0 20px 0; }
#blog ul { list-style:square; }
#blog li { padding:4px 0; }
#blog input[type="submit"] { padding:0 5px; }

/*Meta*/
#blog .blog-meta-info { display:table; width:100%; padding:5px 0; margin:0 0 10px 0; border-top:1px dotted #999; border-bottom:1px dotted #999; }
#blog .blog-meta-info { color:#888; font-size:11px; text-transform:uppercase; }
#blog .blog-meta-info a { color:#888; font-size:11px; text-transform:uppercase; text-decoration:none; }
#blog .blog-meta-info a:hover { color:#999; }
#blog .blog-meta-info .meta-info { float:left; }
#blog .blog-meta-info .comments-link { float:left; border-left:1px solid #ccc; padding:0 0 0 10px; margin:0 0 0 10px; }
#blog .blog-meta-info .entry-date { padding-left:2px; }
#blog .entry-meta { display:none; }

/*Blog Nav*/
#blognav .spacing { padding:90px 0 40px 0; }
#blognav h3 { display:inline-block; background:#fff; color:#666; font-size:15px; line-height:20px; text-transform:uppercase; padding:0 3px 0 0; margin:20px 0 10px 0; font-weight: 600;  }
#blognav ul { width:100%; margin:0; padding:0; list-style:none; }
#blognav ul li { width:100%; margin:0; padding:0 0 0 0; border-bottom:1px solid #ccc; }
#blognav ul li a { display:block; margin:0; padding:5px 1px; line-height:16px; color:#888; font-size:12px; text-decoration:none; }
#blognav ul li a:hover { color:#999; }
#blognav aside { padding:0 0 20px 0; background:url(images/structure/lines.png) no-repeat left 22px; }
#blognav aside:first-child { padding:0px 0 10px 0; background:none; }

/*Search*/
#blognav #searchform { position:relative; width:100%; }
#blognav #searchform #s { width:100%; height:26px; padding:0 9px; background:#f9f9f9; color:#444; border:1px solid #ccc; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; outline:none; }
#blognav #searchform #s:focus { background:#fff; border:1px solid #ddd; }
#blognav #searchform .screen-reader-text { display:none; }
#blognav #searchform #searchsubmit { position:absolute; right:0px; top:0px; width:28px; height:28px; border:none; text-indent:-9999px; cursor:pointer; background:url(images/structure/search.png) no-repeat center center; }

/*Nav Below*/
#blog nav { display:table; width:100%; }
#blog nav .assistive-text { display:none; }
#blog nav .nav-previous { float:left; }
#blog nav .nav-previous a { display:block; background:#666; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:3px 5px;  -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#blog nav .nav-previous:hover a { opacity:.9; }
#blog nav .nav-next { float:right; }
#blog nav .nav-next a { display:block; background:#666; font-size:11px; text-transform:uppercase; color:#fff; text-decoration:none; padding:3px 5px;  -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; border-radius:2px; }
#blog nav .nav-next:hover a { opacity:.9; }

/*Custom Comments*/
#blog h2.comments-title  { padding:50px 0 0 0; margin:0; font-size:13px; }
#blog .comments-area article header cite a { color: #444; }
#blog .comments-area cite { padding-left:60px; margin:0; }
#blog .comments-area time { padding-left:60px; margin:0; }
#blog .comments-area header { padding:0 0 10px 0; margin:0; }
#blog .comments-area ol { padding:0; margin:0; border:none; list-style:none; }
#blog .comments-area ol li { padding:0; margin:0; border:none; list-style:none; }
#blog .comments-area ol li ol li { padding:0 0 0 20px; }
#blog .comments-area ol li ol li ol li { padding:0; }
#blog .comments-area article { border:1px dotted #ccc; padding:10px; margin:20px 0; }

/*Custom Respond*/
#blog #respond form { padding:0; margin:0; }
#blog #respond p.logged-in-as { padding:0; margin:0; }

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 18px;
	margin-bottom: 1.428571429rem;
	font-size: 12px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image:    -moz-linear-gradient(top, #009cee, #0088d0);
	background-image:     -ms-linear-gradient(top, #009cee, #0088d0);	
	background-image:      -o-linear-gradient(top, #009cee, #0088d0);
	background-image:         linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.commentlist { padding:15px;
	border:1px dotted #555;
	-webkit-border-radius:10px; 
	   -moz-border-radius:10px; 
	     -o-border-radius:10px; 
	        border-radius:10px; 
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
#respond .required {
	color: red;
}

/*Theme*/
#blog .blog-meta-info a:hover,
#blog h1 a,
#content h1,
#blog h1,
#blognav h3,
#blognav ul li a:hover { color:#555; }
#faqs .faq .icon,
#events .date,
#contact .frm_forms .frm_submit input,
#blog nav .nav-previous a,
#blog nav .nav-next a,
#information .icon { background-color:#555; }
#testimonials .testimonial { border-color:#555; }
#gallerynav a:hover,
#gallerynav a.active { border-bottom-color:#555; }
#gallerynav a.active span { border-top-color: #555; }

/*Media*/
@media all and (max-width: 1280px) {

	.container { width:960px; } 

	/*Promo*/
	#promo .next { right:0px;}
	#promo .prev { left:0px;}
	#promo .pager {  }
	#promo .message { left:60px;}

	#nav ul > li { float:left; margin:0 5px; }

	/*Introduction*/
	#introduction .spacing { padding:60px 20px 60px 0; }
	#introduction h1 {  }

	/*Feed*/
	#feed .spacing { padding:40px 0; }

	#recent-posts .box .body { margin-left:200px; }
	#recent-posts .box .body h3 a { font-size:14px;}

}
@media all and (max-width: 960px) {

    /*Basics*/
	html, body, .wrapper, .container { min-width:600px; }

    /*Containers*/
 	.container { width:100%; margin:0; padding:0 15px; } 
 	.nav .container { padding:0; }

 	/*Header*/
 	#header .logo { width:250px; top:20px;}
 	#header .tag { left:0; top:auto; bottom:60px;}
 	#header .social { }
 	#header .social .like { display:none; }
 	#header .phone {  }
 	#header .btn a {  }

 	/*Promo*/
	#promo { font-size:15px;}
	#promo .message { left:80px;}
	#promo .prev { left:15px;}
	#promo .next { right:15px;}
	#promo-nav .box  p { font-size:13px;}

	/*Nav*/
	#nav ul > li { float:left; margin:0 5px; }
	#nav ul li > a { font-size:14px; padding:0 5px;}

 	/*Conversion*/
	#conversions .spacing { padding-left: 0; padding-right: 0; }
 	#conversions [class*='col-'] { width:33.33333%; }

    /*Content*/
    #content .spacing { padding:30px 15px; }

    /*Blog*/
    #blog .spacing { padding:30px 15px; }

    /*Blog Nav*/
    #blognav .spacing { padding:80px 15px; }

	/*Sponsors*/
    #sponsors .grid { width:100%; margin:0; }
    #sponsors .sponsor { float:none; width:auto; margin:0 0 25px 0; }
    #sponsors .sponsor .inner { width:218px; margin:0 auto; }

    /*Gallery*/
    #gallery .gallery { display:table; width:100%; padding:0 0 10px 0; margin:0; }
    #gallery .gallery .gallery-item { width: 33%; height: auto; margin: 10px 0 0 0; padding:0 5px; border: none; }
    #gallery.video .gallery .gallery-item { width:50%; }
    #gallery .gallery .gallery-item,
    #gallery .gallery .gallery-item:after,
    #gallery .gallery .gallery-item:before { 
        -webkit-box-sizing: border-box; 
           -moz-box-sizing: border-box; 
                box-sizing: border-box; 
    
    }
    #gallery .gallery .gallery-caption { display:none; visibility:hidden; }

    #recent-posts .col-50 { width:100%; margin-bottom:10px;}
}

@media all and (max-width: 780px) {

	/*Wrappers*/
	.wrapper.header { border-top:60px solid #222; }

	#promo-nav .box  p { font-size:11px; line-height:16px;}

	/*Introduction*/
 	.intro [class*='col-'] { width:100%; }
 	#introduction .spacing { padding:30px 0px 0px 0; }
 	#intro-image .spacing { padding:30px 0; }
 	#introduction h1 span { float:none; display:block; width:auto; }

 	/*Feeds*/
 	#feed [class*='col-'] { width:100%; }

 	 /*Nav*/
    #nav { height:auto; }
    #nav nav > ul { display:block; width:auto; }
    #nav ul > li { float:none; margin:0; padding:0; }
    #nav ul li > a { height:auto; margin:0; padding:0 15px; line-height:45px; font-size:14px; color:#fff; text-transform:uppercase; }
    #nav ul li:hover > a,
    #nav ul li.current-menu-item > a,
    #nav ul li.current-menu-parent > a { background:#666; }
    #nav ul li.menu-item-has-children > a { padding-left:15px; background:url(images/structure/drop.png) no-repeat 95% center; }

    /*Sub Nav*/
    #nav ul ul { display:none; position:relative; left:auto; top:auto; min-width:0; background:#444; }
    #nav ul li:last-child ul { right:auto; }
    #nav ul li:hover ul { display:none; }
    #nav ul li ul li { float:none; margin:0; padding:0; }
    #nav ul li ul li a { padding:0 35px; line-height:35px; font-size:12px; color:#fff; text-transform:uppercase; text-decoration:none; white-space:normal; }
    #nav ul li ul li:hover a { background:#555; }
    #nav ul li ul li ul { display:none; }
    
    /*Menu*/
    #nav nav { position:absolute; left:auto; top:-100px; right:auto; bottom:auto; width:100%; }
	#nav nav ul { display:none; width:100%; height:auto; max-height:none; background:#444; }
	#nav.on nav ul { display:block; }
    #nav .menu { display:none; position: absolute; left:0; top:-60px; width:60px; height:60px; background:url(images/structure/menu.png) no-repeat center center; cursor:pointer; }
    #nav .menu.done { display:block; }
    #nav.on nav .menu { background-color:#333; }
    #nav.on nav ul li .sub ul { display:none; }
    #nav.on nav ul li.on .sub ul { display:block; }

}

@media all and (max-width: 600px) {

	/*Basics*/
	html, body, .wrapper, .container { min-width:320px; }

	

    /*Containers*/
 	.container {  } 	

	/*Grid*/
	[class*='col-'], .block, .cell { width:100%; padding:0; }

	/*Header*/
	#header {height: 100px;}
	#header .logo img {height: 70px !important; }
	#header .logo { max-width:80%; margin:0 auto; position:relative; top:auto; left:auto; padding:15px 0; text-align: center; }
	#header .tag { text-align:center; right:0;}
	#header .social { display:none; }
	#header .btn.contact { top:-60px; right:100px; width:60px;}
	#header .btn.contact a { display:block; height:60px; text-align:left; text-indent:-999em; padding:0; width:100%; background:url(images/structure/contact.png) no-repeat center center }
	#header .phone { bottom:auto; top:-60px; right:33%;  }
	#header .phone a { display:block; height:60px; background:url(images/structure/phone.png) no-repeat center center; text-indent:-999em; text-align:left; border-right:1px solid #fff; }
	#header .btn.account{ top:-60px; right:-15px; width:100px; min-width:60px;}
	#header .btn.account a { display:block; height:60px; line-height:60px; text-align:center; padding:0; width:100%; min-width:60px; }
  #header .btn.account a span { display:none; }
	#header .btn.lindsey{ bottom:auto; top:-60px; right:100px; min-width:60px;}
	#header .btn.lindsey a { display:block; height:60px; line-height:60px; text-align:center; width:100%; min-width:60px; font-size:14px; }
  #header .btn.lindsey a i { font-size:14px; }
  #header .searchbar { display:none; }
   	
	#promo-nav { height:280px; display:none;}
	#promo-nav .box  p { display:none;}
	#promo-nav .slick-track { width:100% !important }
	#promo-nav .item { width:50% !important;  margin-bottom:10px;}
	#promo .frame { height:200px; }
	#promo { font-size:14px; }
	#promo .prev, #promo .next { display:none !important; }
	#promo .message { left:0; right:0; width:100%;}
	
	#promo .links { position:absolute; right:0; left: 0; top:10px; min-width:0; max-width:none; padding:15px; z-index:2; }
	#promo .links a { display:block; margin-bottom:10px; background:#fff; background:rgba(255,255,255,0.8); line-height:22px; font-size:18px; padding:5px 10px; color:#01559D; text-decoration:none; }
	#promo .links a * { vertical-align:middle; }
	#promo .links a .fa-chevron-right { float:right; margin-top:3px; }

	#recent-posts .box .image { position:relative; left:auto; top:auto; text-align:center; width:100%; }
	#recent-posts .box .body { margin-left:0px; background:#fff; position:relative;}

    /*Nav
    #nav { float:none; width:100%; height:0; position:absolute; left:0; top:0; }
    #nav nav > ul { display:block; width:auto; }
    #nav nav > ul > li { float:none; display: block; margin:0; padding:0; }
    #nav ul li > a { height:auto; margin:0; padding:15px; line-height:40px; font-size:17px; color:#fff; text-transform:uppercase; border-bottom:1px solid #72965b; }
    #nav ul li:hover > a { background:#90c36f; }
    #nav ul li:hover > a,
    #nav ul li.current-menu-item > a,
    #nav ul li.current-menu-parent > a { color:#fff; }
    #nav ul li.menu-item-has-children > a { padding-left:15px; background-image:url(images/structure/drop.png); background-position:90% center; background-repeat:no-repeat; }
        */
    /*Sub Nav
    #nav ul ul { display:none; position:relative; left:auto; top:auto; min-width:0; box-shadow: none; }
    #nav ul li:last-child ul { right:auto; }
    #nav ul li:hover ul { display:none; }
    #nav ul li .sub { margin:0; padding:0; margin:0; }
    #nav ul li ul { margin:0; padding:0; margin:0; }
    #nav ul li ul li { float:none; margin:0; padding:0; }
    #nav ul li:last-child > a { border-bottom:none; }
    #nav ul li ul li a { padding:15px; line-height:40px; font-size:16px; font-weight:400; border-color:#87bb65; color:#fff; text-transform:none; text-decoration:none; white-space:normal; }
    #nav ul li ul li:hover a { background-color:#7da066; color:#fff; }
    #nav ul li.on a { background-color:#90c36f; }
    #nav ul li.on > a {  }    
    #nav ul li ul li ul { display:none; }
        */
    /*Menu    
    html.menu-on { position:relative;  }
    html.menu-on body { position:relative;  }
    html.menu-on .menu-cover { z-index:9999; display:block; position:absolute; left:0; top:0; right:0; bottom:0; background:url(images/structure/clear.png);
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
	        box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
    }
    #nav .menu-nav { position:absolute; left:auto; top:0px; right:100%; bottom:auto; width:80%; background-color:#7da066; }
	#nav nav ul { display:none; width:100%; height:auto; max-height:none; background:none; }
	#nav nav ul { display:block; }
    #nav .menu { display:none; position: absolute; left:0px; top:-60px; width:60px; height:60px; line-height: 60px; text-align: center; cursor:pointer; background-image:url(images/structure/menu.png); background-position:center center; background-repeat:no-repeat; }    
    html.menu-loaded #nav .menu { display:block; }
    html.menu-on #nav nav ul li .sub ul { display:none; }
    html.menu-on #nav nav ul li.on .sub ul { display:block; }
        */

    /*Side Nav*/
    #sidenav { display:none; }


    /*Conversion*/
	
    #conversions [class*='col-'] { width:100%; }
    #conversions .spacing { padding:15px 0 15px 0; }

    /*Introduction*/
    #introduction h1 { font-size:24px; }
    #introduction h1 { display:block; }

	/*Feed*/
	#feed .image { position:relative; height:auto; overflow:visible; }
	#feed .image a { display:block; height:auto; }
	#feed .image img.tall { position:relative; top:auto; bottom:auto; }
	#feed h2 { font-size: 16px; }

	/*Footer*/
	#footer [class*='col-'] { width:100%; }
	#footer .btn { text-align:center; }

    /*Staff*/
    #staff .block { width:100%; }
    #staff .image span { width:100px; height:100px; } 
    #staff .image img { max-width:100px; max-height:100px; min-width:100px; min-height:100px; }
    #staff .info { padding:0; }
    #staff h2 { padding:0 0 0 115px; }
    #staff h3 { padding:0 0 0 115px; }
    #staff .contact { min-height:50px; padding:15px 0 0 115px; }
    #staff .contact p.split .phone { padding:0; margin:0; border-right:none; }
    #staff .contact p a { display:block; padding:5px 0; }
    
    /*Team*/
    #team .thumb span { width:100px; height:100px; }
    #team .thumb img { width:100px !important; height:auto !important; }
    #team .info { padding:0; }
    #team h2 { padding:0 0 5px 115px; }
    #team h3 { padding:0 0 0 115px; }
    #team .bio p { padding:15px 0; }
    #team .contact { min-height:50px; padding:15px 0 0 115px; }
    #team .contact p.split .phone { padding:0; margin:0; border-right:none; }
    #team .contact p a { display:block; padding:5px 0; }

    /*Gallery*/
    #gallery .gallery .gallery-item { width:50%; }

    /*Information*/
    #information h3 { padding: 15px 0 5px 35px; }
    #information .icon { position:absolute; left:0px; top:17px; height:20px; width:20px; background-image:url(images/structure/faq.png); background-repeat:no-repeat; background-position:3px center; }
    #information .active .icon { background-position:-97px center; }

    /*Contact*/
    #contact .frm_forms .frm_form_field { width:100%; }
    #contact .frm_forms .frm_submit input { width:100%; padding:0; font-size:16px; line-height:50px; }

    /*Blog*/
    #blog .spacing { padding:30px 15px; }
    #blog article { padding:0 0 20px 0; }

    /*Blog Nav*/
    #blognav .spacing { padding:15px; }

    /*Comment Form*/
    #respond form p.form-allowed-tags { display:none; }

}

@media all and (max-width: 480px) {

	

}