/*
Theme Name: American Sound
Theme URL: http://www.americansound.com
Description: A custom theme for American Sound Of Canada
Author: Proforma TMG, Fixed by Nolan Interactive, LLC
Author URL: http://www.nolaninteractive.com/services/wordpress-themes/
Version: 1.104
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
* {
	margin: 0;
	padding: 0;
}
:focus { outline: 0; }
body, html {
	-webkit-font-smoothing: subpixel-antialiased;
	font-smooth: always;
	overflow-x: hidden;
        word-wrap: break-word;
}
img { max-width: 100%; height: auto;}
h1 {
	font-size: 32px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	border-top: 3px solid #4a76cc;
	color: #002978;
	padding: 3px 0 0 0;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	display: inline-block;
}
h2 {
	font-size: 28px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #002978;
	margin-bottom: 12px;
}
h3 {
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #333;
	margin-bottom: 12px;
}
h4 {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
}
h5 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
h6 {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
p {
	line-height: 18px;
	margin-bottom: 15px;
}
.small, small { font-size: 12px; }
a { color: #4a76cc; }
a:hover {
	text-decoration: none;
	color: #002978;
}
body.home { background: #083487; }
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-stretch: normal;
	font-size: 14px;
	color: #666;
	margin: 0 auto;
}
.clear { clear: both; }
body.home #wrapper { width: 900px; max-width: 100%;}
#wrapper {
	width: 1000px;
  max-width: 90%;
	margin: 0 auto;
	position: relative;
}

a.button-light {
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    color: #083587 !important;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
}
a.button-light:hover {
    text-decoration: underline;
}

/***************************************** HEADER ***********************************/
#header-wrapper {
	/*background: #020202 url(images/snowflakeblack.png) repeat-x;*/
	background: #020202 repeat-x;
	height: 123px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#header {
	/*background: url(images/layout/header-bg-tile.jpg) 0 0 no-repeat;*/
	width: 1060px;
  max-width: 100%;
	height: 155px;
	margin: 0 auto;
	position: relative;
	z-index: 250;
}
#site-logo {
  margin-top: 25px;
  display:block;
}
#logo-hotspot {
	background: url(images/global/logo-hotspot.png) 0 0 no-repeat;
	width: 382px;
	height: 128px;
	position: absolute;
	top: 9px;
	left: -142px;
  display: none;
}
#login-box {
	background: url(images/layout/login-box.png) 0 0 no-repeat;
	width: 282px;
	height: 96px;
	padding: 10px 35px 0;
	float: right;
	margin: 0;
}
#login-box h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	color: #eee;
	text-transform: uppercase;
}
#login-box h5 {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #aaa;
}
.register-btn {
	background: url(images/global/sprite_register.png) 0 0 no-repeat;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	margin: 0 18px 0 0;
	overflow: hidden;
	display: block;
	float: left;
}
.register-btn:hover { background-position: 0 -30px; }
.login-btn {
	background: url(images/global/sprite_login.png) 0 0 no-repeat;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	display: block;
}
.login-btn:hover { background-position: 0 -30px; }
.specials-btn {
	background: url(images/global/sprite_specials.png) 0 0 no-repeat;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	margin: 0 18px 0 0;
	overflow: hidden;
	display: block;
	float: left;
}
.specials-btn:hover { background-position: 0 -30px; }
.logout-btn {
	background: url(images/global/sprite_logout.png) 0 0 no-repeat;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	display: block;
}
.logout-btn:hover { background-position: 0 -30px; }
#construction {
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #3c74e3;
	font-size: 14px;
	position: absolute;
	top: 115px;
	left: 320px;
	width: 360px;
	padding: 0 10px;
}
/****************************** MAIN NAV ******************************/
/* We're using UberMenu now
#main-nav-wrapper {
	background: url(images/layout/nav-bg.png) 0 0 repeat-x;
	height: 63px;
	width: 100%;
	position: absolute;
	top: 123px;
	left: 0;
	right: 0;
}
.menu-main-navigation-container {
	position: absolute;
	bottom: 0;
	left: 0;
}
ul#main-nav {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	list-style: none;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	float: right;
	clear: both;
}
ul#main-nav li { float: left; }
ul#main-nav li a {
	text-decoration: none;
	color: #3c74e3;
	padding: 18px 0;
	margin: 0 20px;
	display: block;
}
ul#main-nav li:first-child a { margin-left: 0; }
ul#main-nav li.sub-menu-parent a {
	background: url(images/global/nav-arrow.png) right center no-repeat;
	padding-right: 14px;
}
ul#main-nav li:hover a,  ul#main-nav li.current-menu-item a,  ul#main-nav li.current-menu-ancestor a { color: #fff; }
#sub-nav-wrapper {
	background: url(images/global/nav-sub-bg.png) 0 0 repeat;
	position: absolute;
	left: 0;
	top: 194px;
	right: 0;
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #333;
	z-index: 240;
	display: none;
}
ul#main-nav li ul.sub-menu {
	position: absolute;
	left: -999em;
	width: 100%;
	height: 35px;
	list-style: none;
	text-align: left;
	text-transform: none;
}
ul#main-nav li ul.sub-menu li { float: left; }
ul#main-nav li:hover ul.sub-menu, ul#main-nav li.sfhover ul.sub-menu { left: auto; }
ul#main-nav li ul.sub-menu li a {
	background: none;
	line-height: 14px;
	font-size: 12px;
	color: #bbb;
	padding: 9px 0;
	margin: 0 20px;
	text-shadow: none;
	display: inline-block;
}
ul#main-nav li ul.sub-menu li a:hover {
	background: url(images/global/nav-sub-arrow_down.png) center top no-repeat;
	color: #fff;
}
*/
#main-nav-wrapper {
	background: url(images/layout/nav-bg.png) 0 0 repeat-x;
	height: 63px;
	width: 100%;
	position: absolute;
	top: 123px;
	left: 0;
	right: 0;
}
.menu-main-navigation-container {
	height: 48px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#main-nav {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	list-style: none;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
	float: right;
	clear: both;
}

li#menu-item-3958 {
    position: relative;
    bottom: 120px;
}

/***************************************** BANNER ***********************************/
#banner-wrapper {
	background: #fff;
	width: 100%;
	height: 470px;
	position: absolute;
	top: 190px;
	left: 0;
	right: 0;
	z-index: -1;
}
#banner-line-bottom {
	background: #575757;
	border-bottom: 1px solid #a3a3a1;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -2px;
}
#banner {
	height: 466px;
	width: 900px;
  max-width: 100%;
	float: left;
	position: relative;
	z-index: 200;
}
#callout {
    background: url(images/home/callout-bg.png) 0 0 repeat;
    /* width: 100%; */
    padding: 25px 20px;
    display: block;
    position: absolute;
    /* left: 50%; */
    right: 0;
    top: 430px;
    margin: 0 0 0 0px;
    z-index: 250;
    max-width: 80%;
}
#callout #tab {
	background: url(images/home/callout-tab.png) 0 0 repeat-y;
	width: 9px;
	height: 100%;
	position: absolute;
	left: -9px;
	top: 0;
}
#callout h3 {
	color: #a0c4f9;
	font-size: 18px;
	text-transform: uppercase;
	width: 350px;
  max-width: 100%;
	margin: 0;
}
#callout h3 .bold {
	font-weight: 600;
	color: #FFFFFF;
}
/***************************************** CONTENT ***********************************/
hr {
	background: #ddd;
	height: 1px;
	width: 100%;
	border: none;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
}
.divider-top {
	background: url(images/global/divider-top.png) 0 0 no-repeat;
	width: 1000px;
	height: 39px;
	margin: 15px 0 0 0;
	display: block;
	float: left;
	clear: both;
}
.divider-bottom {
	background: url(images/global/divider-bottom.png) 0 0 no-repeat;
	width: 1000px;
        max-width: 100%;
	height: 39px;
	margin: 0 0 16px 0;
	display: block;
	float: none;
	clear: both;
}
.divider-down {
	background: url(images/global/divider-down.png) 0 0 no-repeat;
	width: 1000px;
	height: 39px;
	margin: 5px 0 15px 0;
	display: block;
	float: left;
	clear: both;
}
body.home #content {
	margin: 0 0 0px 0;
	padding: 0px 0 0 0;
	width: 100%;
  max-width: 100%;
	float: left;
}
#content {
	margin: 50px 54px 50px 0;
	padding: 0;
	width: 690px;
  max-width: 100%;
	float: left;
	position: relative;
}
#content-hotspot {
	background: url(images/layout/content-hotspot.png) center top no-repeat;
	width: 1200px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: -1;
}
#content ul {
	list-style: none;
	margin: 0 0 15px 0;
	font-size: 14px;
}
#content ul li {
	background: url(images/global/bullet_speaker.png) 0 5px no-repeat;
	border-bottom: #aaa 1px dotted;
	padding: 5px 0 5px 28px;
	margin: 0;
	line-height: 18px;
}
#content ul li:last-child { border: none; }
/**** HOME */
#boxes {
	width: 900px;
  max-width: 100%;
	height: 265px;
	position: initial;
	top: 0;
	left: 0;
	z-index: 220;
  margin-top: 20px;
}
.box {
	width: 33%;
	height: 225px;
	position: relative;
	display: inline-block;
	float: left;
}
.box .box-shadow {
	background: url(images/home/feature-box-shadow.png) 0 bottom no-repeat;
	width: 89%;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0 0 0 -127px;
}
#new-in-store { background: url(images/home/new-in-store_box-new.jpg) 0 0 no-repeat; background-position: center; background-size:contain;}
#new-in-store:hover #new-in-store-hover {
	background: url(images/home/new-in-store_box-hover.png) 0 0 no-repeat;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
#feature-systems {
	background: url(images/home/feature-system_box-new.jpg) 0 0 no-repeat;
  background-position: center;
  background-size:contain;
	/*margin: 0 66px;*/
}
#feature-systems:hover #feature-systems-hover {
	background: url(images/home/feature-system_box-hover.png) 0 0 no-repeat;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
#online-specials { background: url(images/home/visit-us_box-new.jpg) 0 0 no-repeat;  background-position: center; background-size:contain;}
#online-specials:hover #online-specials-hover {
	background: url(images/home/online-specials_box-hover-new.png) 0 0 no-repeat;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
#menu-item-3958{
    float:right !important;
}
#menu-item-3958 img{
	width:200px;
}
#menu-item-3958 a{
	border-bottom:0px solid black !important;
}
body.home h1 {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
body.home p { color: #7ea5f1; }
/* Product Lines **/
#content .product-lines {
	width: 280px;
	margin: 0 32px;
	float: left;
}
/***************************************** PRODUCTS **************************************/
#content.full {
	margin: 50px 0;
	padding: 0;
	width: 1000px;
  max-width: 90%;
	float: none;
	position: relative;
  margin: auto;
}
.product { width: 1000px; max-width: 100%;}
.product h4{word-wrap: normal;}
.col { width: 600px !important; }
.product-left {
	width: 30%;
	float: left;
}
div.col .product-left { width: 300px; }
.product-left a {
	text-align: center;
	/*position: relative;*/
	display: block;
}
.product-left img { border: none; }
.product-right {
	width: 65%;
	height: auto;
	font-size: 12px;
	border-left: 2px solid #ccc;
	padding: 0 0 0 20px;
	margin-left: 33%;
}
.special-callout {
	background: url(images/page/online-specials/specials-callout-bg.png) 0 0 no-repeat;
	width: 200px;
	height: 50px;
	padding: 9px 24px;
	position: absolute;
	top: 20px;
	left: -9px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333;
	font-size: 22px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
#content .product-right ul { font-size: 12px; }
#content.full #side-boxes {
	width: 1000px;
	margin: 30px 0 0 0;
	float: left;
	clear: both;
}
#content.full .side-box {
	width: 256px;
	height: 150px;
	margin: 0 20px;
	position: relative;
	display: inline-block;
	clear: none;
}
#content.full #featured-system { margin: 0 66px; }

a.prodlnk, a.prodpdf {
	display: block;
	line-height: 18px;
	padding-left: 22px;
	margin-bottom: 3px;
}
a.prodlnk { background: url(images/global/ico-sprite.png) no-repeat 0 0;	}
a.prodpdf { background: url(images/global/ico-sprite.png) no-repeat 0 -18px; }

/***************************************** BLOG **************************************/
#post {
	margin: 50px 54px 50px 0;
	padding: 0;
	width: 690px;
  max-width: 100%;
	float: left;
	position: relative;
}
#post h2 { color: #333; }
#post h2#single-title { margin: 0; }
#post p.single-post-info {
	margin: 0 0 20px 0;
	color: #555;
}
#post h2#page-title { display: inline; }
#post h3 {
	background: #4a76cc;
	color: #B2CDFF;
	padding: 10px;
	display: block;
	line-height: 20px;
}
#post h3 a {
	color: #B2CDFF;
	display: block;
}
#post h3 a:hover { color: #fff; }
#post h3 .post-info {
	clear: both;
	font-size: 12px;
	color: #aaa;
}
#postmeta { margin: 0 0 60px 0; }
#commentform #submit {
	background: url(images/global/sprite_submit.png) 0 0 no-repeat;
	border: none;
	display: block;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	margin: 0;
}
#commentform #submit:hover {
	cursor: pointer;
	background-position: 0 -30px;
}
/***************************************** SIDEBAR ***********************************/
#sidebar {
	width: 256px;
	margin: 50px 0;
	float: left;
}
#side-boxes { width: 256px; }
.side-box {
	width: 256px;
	height: 150px;
	margin: 0 0 40px 0;
	position: relative;
	display: inline-block;
	clear: both;
}
.side-box .side-box-shadow {
	background: url(images/sidebar/boxes-shadow.png) 0 bottom no-repeat;
	width: 254px;
	height: 20px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0 0 0 -127px;
}
#side-boxes #new-in-store { background: url(images/sidebar/new-in-store_box.jpg) 0 0 no-repeat; }
#side-boxes #new-in-store:hover #new-in-store-hover {
	background: url(images/home/new-in-store_box-hover.png) 0 0 no-repeat;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
#side-boxes #featured-system { background: url(images/sidebar/featured-system_box.jpg) 0 0 no-repeat; }
#side-boxes #featured-system:hover #featured-system-hover {
	background: url(images/home/feature-system_box-hover.png) 0 0 no-repeat;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
#side-boxes #online-specials { background: url(images/sidebar/online-specials_box.jpg) 0 0 no-repeat; }
#side-boxes #online-specials:hover #online-specials-hover {
	background: url(images/home/online-specials_box-hover.png) 0 0 no-repeat;
	width: 256px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
/* Blog **/
#blog-sidebar { margin: 0 0 20px 0;/*border-bottom: 3px solid #4a76cc;*/
}
.widget { margin: 0 0 15px 0; }
.widget h2.widgettitle {
	font-size: 24px;
	margin: 0;
	border-top: 3px solid #4a76cc;
	padding: 2px 0 0 0;
	display: inline-block;
}
.widget ul {
	list-style: none;
	margin: 0 0 30px 0;
	font-size: 14px;
	clear: both;
}
.widget ul li {
	background: url(images/global/bullet-blue.png) 0 10px no-repeat;
	border-bottom: #aaa 1px dotted;
	padding: 5px 0 5px 20px;
	margin: 0;
	line-height: 18px;
}
.widget ul li a { text-decoration: none; }
.widget ul li a:hover { color: #002978; }
/***************************************** BOTTOM SECTION ***********************************/

#bottom-content {
	width: 900px;
  max-width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	clear: both;
	position: relative;
	z-index: 100;
}
#bottom-wrapper-content {
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	clear: both;
}
/*#bottom-content .sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn {
    text-decoration: none !important;
    margin-bottom: 5px;
    color: #fff !important;
    border: 1px solid #083487;
    background: #083487;
    border-radius: 3px;
}*/

#bottom-content .sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn {
    text-decoration: none !important;
    margin-bottom: 5px;
    color: #fff !important;
    border: 1px solid #083487;
    background: #083487;
    border-radius: 0px;
    font-size: 16px;
    height: 50px;
    line-height: 26px !important;
    padding:12px;
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-grid-content {
    border: 0px solid #083487 !important;
}

#bottom-content .sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn:hover {
opacity:.8;
}

#footer-bottom i {
    font-size: 20px;
    margin-left: 10px;
}

#footer-bottom a {
    color:#fff !important;
}

#footer-bottom a:hover {
    opacity:.8;
}


/*body.home #bottom-wrapper { background: none; }*/
#bottom-wrapper {
	/*background: #083487;*/
	background: rgb(8,50,131);
	background: -moz-radial-gradient(circle, rgba(8,50,131,1) 0%, rgba(8,52,135,1) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(8,50,131,1) 0%, rgba(8,52,135,1) 50%, rgba(0,0,0,1) 100%);
	background: radial-gradient(circle, rgba(8,50,131,1) 0%, rgba(8,52,135,1) 50%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#083283",endColorstr="#000000",GradientType=1);
	width: 100%;
	height: 100%;
	position: relative;
	clear: both;
}
#bottom-line {
	background: #575757;
	border-bottom: 1px solid #a3a3a1;
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	top: -1px;
}
#bottom-hotspot {
	background: url(images/layout/bottom-hotspot.png) center top no-repeat;
	width: 1200px;
	min-height: 340px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 10;
}
#bottom {
	width: 900px;
  max-width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	clear: both;
	position: relative;
	z-index: 100;
}
#bottom h3 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	border-top: 3px solid #4a76cc;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	padding: 2px 0 0 0;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	display: inline-block;
	clear: both;
}
#bottom-left {
  width: 30%;
  max-width: 100%;
	padding: 0 20px 0 0;
	float: left;
}
#bottom-left ul {
	list-style: none;
	margin: 0 0 15px 0;
	font-size: 12px;
	color: #aaa;
}
#bottom-left ul li {
	background: url(images/global/bullet.png) 0 8px no-repeat;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 22px;
}
#bottom-middle {
	width: 30%;
  max-width: 100%;
	padding: 0 20px;
	border-left: 1px dotted #1e4ca5;
	border-right: 1px dotted #1e4ca5;
	float: left;
}
#latest-posts { clear: both; }
#latest-posts .latest-post {
	background: #072e7b url(images/global/post-arrow.png) 98% 86% no-repeat;
	width: 262px;
	padding: 10px;
	margin: 0 0 5px 0;
	text-decoration: none;
	display: block;
}
#latest-posts .latest-post:hover { background: #07286a url(images/global/post-arrow.png) 98% 86% no-repeat; }
.latest-post p.post-date {
	font-size: 11px;
	margin: 0;
	color: #aaa;
}
.latest-post h6 {
	font-size: 12px;
	color: #5b85d8;
	margin: 0;
	line-height: 14px;
	text-transform: uppercase;
}
#bottom-right {
  width: 30%;
  max-width: 100%;
	padding: 0 0 0 20px;
	float: left;
}
#bottom-right p {
	color: #aaa;
	margin: 0 0 10px 0;
}
#bottom-right p strong {
	color: #eaf474;
	font-weight: normal;
}
#bottom-right p a { color: #fff; }
#social {
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}
#social a {
	width: 32px;
	height: 0;
	padding: 32px 0 0 0;
	margin: 0 10px 0 0;
	overflow: hidden;
	display: inline-block;
	float: left;
}
#social #facebook { background: url(images/global/sprite_facebook.png) 0 0 no-repeat; }
#social #facebook:hover { background-position: 0 -32px; }
#social #twitter { background: url(images/global/sprite_twitter.png) 0 0 no-repeat; }
#social #twitter:hover { background-position: 0 -32px; }
#social #map { background: url(images/global/sprite_map.png) 0 0 no-repeat; }
#social #map:hover { background-position: 0 -32px; }

/*---------------------------------- Ninja Forms ----------------------------------*/

/* Ninja Forms */
.nf-form-fields-required {
  display: none;
}
.ninja-forms-req-symbol {
  display: none;
}
#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 0px !important;
}
.recaptcha-container .nf-after-field, .submit-container .nf-after-field {
  height: 0px;
}
.nf-form-errors-2 {
  text-align: center;
}
.nf-after-field {
  height: 40px;
}
.nf-after-form-content {
  height: 30px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  margin: 0px 0 0px 0 !important;
  font-size: .9rem !important;
}

.nf-error .ninja-forms-field {
    border: 1px solid #e80000 !important;
}
label {color: #fff;}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
    border: 1px solid #e4e4e4;
    font-family: arial;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #fff !important;
    border: 0;
    color: #000 !important;
    transition: all .5s;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
opacity: .8 !important; 
}

/*---------------------------------- Accordion Styles ----------------------------------*/
#content #list {
	width: 690px;
	list-style: none;
}
#content #list li {
	background: none;
	width: 690px;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	clear: both;
}
#content #list li:first-child { border-top: 1px solid #E5E5E5; }
#content .list-title {
	width: 675px;
	margin: 0 0 0 15px;
	cursor: pointer;
	padding: 0;
	font-size: 18px;
	position: relative;
	float: left;
}
.list-title h3 {
	font-size: 18px;
	line-height: 28px;
	color: #666;
	margin-bottom: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.list-title:hover h3,  .list-title.active h3 { color: #222; }
.list-title span.view-hide {
	background: url(images/global/sprite_view-hide.png) 0 0 no-repeat;
	width: 37px;
	height: 11px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	margin: -6px 0 0 0;
	float: right;
}
.list-title.active span.view-hide { background-position: 0 -11px; }
#content .details {
	width: 648px;
	background: #f2f2f2;
	padding: 20px;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-bottom: 1px #f7f7f7 solid;
	margin: 0;
	color: #555;
	display: none;
	clear: both;
}
#content .details .details-top { margin: 0 0 20px 0; }
#content .details .details-top img { border: 1px solid #999; }
#content .details .details-post {
	clear: both;
	border-bottom: 2px solid #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
#content .details .details-post:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
#content .details .details-post h5,  #content .details .details-post h5 a { color: #4a76cc; }
#content .details .details-post h5 a:hover { color: #002978; }
#content .details p { margin: 0 0 15px 0; }
#content #list .details {
	list-style: none;
	margin: 0;
	font-size: 14px;
}
#content #list .details ul { float: left; }
#content #list .details li {
	background: url(images/global/bullet-blue.png) 0 11px no-repeat;
	border-bottom: #aaa 1px dotted;
	border-top: none;
	padding: 5px 0 5px 20px;
	margin: 0;
	line-height: 18px;
	width: 628px;
}
#content #list .details li:last-child { border: none; }
.content { margin-bottom: 2em; }
/****************************** REGISTER/MEMBER PAGE *******************************/
#wpmem_login fieldset legend, #wpmem_reg fieldset legend {
	font-size: 18px;
	padding: 20px 0 8px 0;
}
#wpmem_login form.form .div_text, #wpmem_reg form.form .div_text { margin: 0 0 10px 0; }
#wpmem_login form.form .div_text input,  #wpmem_reg form.form .div_text input {
	width: 350px;
	padding: 5px;
}
#wpmem_reg form.form input[type=reset] { display: none; }
#wpmem_login form.form input[type=submit],  #wpmem_reg form.form input[type=submit] {
	background: url(images/global/sprite_submit.png) 0 0 no-repeat;
	border: none;
	display: block;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	margin: 5px 0;
	overflow: hidden;
}
#wpmem_login form.form input[type=submit]:hover,  #wpmem_reg form.form input[type=submit]:hover {
	cursor: pointer;
	background-position: 0 -30px;
}
/***************************************** CONTACT FORM ***********************************/
.wpcf7 form.wpcf7-form { margin: 10px 0; }
.wpcf7 form.wpcf7-form p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 10px !important;
	clear: both;
	min-height: 30px;
	font-weight: bold;
	color: #888 !important;
}
.wpcf7 form.wpcf7-form label {
	float: left;
	display: block;
	width: 150px;
	margin: 0 0 6px 0;
}
.wpcf7 form.wpcf7-form input, .wpcf7 form.wpcf7-form textarea, .wpcf7 form.wpcf7-form select {
	float: left;
	display: block;
	border: 1px solid #ccc;
	height: 22px;
	width: 400px;
	line-height: 24px;
	padding: 3px 5px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777;
	margin: 0 0 15px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wpcf7 form.wpcf7-form input:focus, .wpcf7 form.wpcf7-form textarea:focus, .wpcf7 form.wpcf7-form select:focus {
	border: 1px solid #9aa83a;
	background: #fff;
	color: #555;
}
.wpcf7 form.wpcf7-form .wpcf7-list-item input[type="radio"] { width: 20px; }
.wpcf7 form.wpcf7-form textarea {
	height: 60px;
	font-size: 12px;
}
.wpcf7 form.wpcf7-form p span.wpcf7-not-valid-tip {
	background: #FFFFFF;
	border: 1px solid #FF0000;
	width: 180px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	position: absolute;
	top: 11% !important;
	left: 0 !important;
	margin-left: 5px;
	padding-left: 5px;
	z-index: 200;
}
.wpcf7 form.wpcf7-form p img { float: left; }
.wpcf7 form.wpcf7-form p span {
	padding: 0;
	margin: 0;
	float: left;
}
.wpcf7 form.wpcf7-form p span.instructions { padding: 4px 0 0 3px; }
.wpcf7 form.wpcf7-form p span.wpcf7-form-control-wrap {
	margin-top: 3px;
	clear: both;
}
.wpcf7 form.wpcf7-form p input.wpcf7-submit {
	background: url(images/global/sprite_submit.png) 0 0 no-repeat;
	border: none;
	display: block;
	width: 131px;
	height: 0;
	padding: 30px 0 0 0;
	overflow: hidden;
	float: left;
	margin: 0;
}
.wpcf7 form.wpcf7-form p input.wpcf7-submit:hover {
	cursor: pointer;
	background-position: 0 -30px;
}
.wpcf7 form.wpcf7-form div.wpcf7-response-output {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 20px 0 0 0;
	padding: 5px 8px;
	clear: both;
}
/***************************************** FOOTER ***********************************/
#footer-wrapper {
	background: url(images/layout/footer-bg.jpg) 0 0 repeat;
	border-top: 2px solid #0b0b0b;
	width: 100%;
	height: 100%;
	/* position: relative; */
	clear: both;
	z-index: 110;
}
#footer-shadow {
	background: url(images/layout/footer-shadow.png) center top no-repeat;
	width: 1200px;
  max-width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
}
#footer {
	width: 1000px;
  max-width: 90%;
	margin: 0 auto;
}
#links {
	background: none;
	width: 900px;
  max-width: 100%;
	padding: 25px 0 40px 0;
	margin: 0 auto;
	clear: both;
}
.bottom-links {
	width: 200px;
  max-width: 100%;
	font-size: 12px;
	margin: 0 12px;
	color: #999999;
	list-style: none;
	float: left;
}
.bottom-links li a {
	margin: 0 0 5px 0;
	display: block;
	text-decoration: none;
	color: #999999;
}
.bottom-links li a:hover { color: #fff; }
.links-title {
	font-size: 14px;
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
}
#footer-bottom {
	padding: 10px 0 0 0;
}
#footer-bottom img { float: none; margin-bottom:20px;}
#footer-bottom p {
	font-size: 14px;
	color: #FFFFFF;
	float: none;
	text-align: left;
}
#footer-left{
width:33%; 
float:left;
}
div#footer-right {
    width: 70%;
    float: right;
}
#footer-right img{
float:right;
}
#footer-right .info{
float:right;
text-align:right;
width:100%;
}

#footer .info{float:right; margin-bottom:20px;}

/************************************* IMAGE ALIGNMENTS *************************************/
img.no-padding { padding: 0 !important; }
img.no-style {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
img.alignnone {
	margin: 0;
	padding: 0;
}
img.alignright {
	float: right;
	margin: 5px 0 15px 20px;
	padding: 2px;
	background: #fff;
	border: 1px #ccc solid;
}
img.alignleft {
	float: left;
	margin: 5px 20px 15px 0;
	padding: 2px;
	background: #fff;
	border: 1px #ccc solid;
}
img.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
	padding: 2px;
	background: #fff;
	border: 1px #ccc solid;
}

.item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.item2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.special{
  color:red;
}
.package{
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  width: 45%;
  margin-right: 2%;
  float: left;
  border: 1px solid #002978;
}
.package2{
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  width: 45%;
  margin-right: 2%;
  float: left;
  border: 1px solid #002978;
}
.half-page{
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
  width: 45%;
  margin-right: 2%;
  float: left;
}
#img-margin{
  margin-bottom:25px;
}
#note{
  float:left;
}
.item a {
  float:left;
  width: 50%;
}
.item p {
  float:left;
  width: 50%;
  min-height: 55px;
}
.left-float{
  float: left !important;
  width: 50% !important;
}
.cambridge{
    position: relative;
    bottom: 16px;
}
.item2 p {
  float:left;
  width: 50%;
  min-height: 10px;
}



/*Media Queries*/
@media (max-width: 1080px) {
 #header-wrapper {
    height: 190px;
 }
 #header {
    height: 117px;
 }
 #site-logo {
    text-align: center;
    display: block;
    margin-top: 25px;
}

}
@media (max-width: 900px) {
#footer-left, div#footer-right{
width:100%; 
float:none;
}

div#footer-bottom {
    text-align: center;
}
#footer-bottom p {
    font-size: 12px;
    color: #FFFFFF;
    float: none;
    text-align: center;
    padding-top: 15px;
}
#footer-right img {
    float: none;
}
#footer .info {
    float: none;
    text-align: center;
    width: 100%;
}

  .package2{
    width: 90%;
  }
    .package{
      width: 90%;
    }

    .half-page {
    width: 90%;
}

  .box {
    width: 100%;
    margin-bottom: 30px;
}

  #banner-wrapper {
    display: none;
}
#callout{
  display: none;
}
  #bottom {
      max-width: 90%;
  }
  #bottom-left {
    display: none;
  }
  #bottom-middle {
    display: none;
  }
  #bottom-right {
   width: 100%;
  }

}

@media (max-width: 600px) {
  #footer-bottom {
      text-align: -webkit-center;
      padding: 10px 0 0 0;
  }
  #footer-bottom img {
    float: none;
  }
  #footer-bottom p {
    font-size: 12px;
    color: #FFFFFF;
    float: none;
    text-align: center;
    padding-top: 15px;
  }
}
