@import url(../../../css/custom.css);




/* COLORS & SUCH ( white site )
----------------------------------------------------------------------------------------------------*/


/* feature - home main navigation bg color (grey grad) */
#top-a .wk-slideshow-infinite #nav-wrapper {
	/* from http://www.css3please.com */
	background-color: #6E6E6F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6E6E6F), to(#565657)); /* Chrome, Safari 4+ */
	background-image: -webkit-linear-gradient(top, #6E6E6F, #565657); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
	background-image: -moz-linear-gradient(top, #6E6E6F, #565657); /* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, #6E6E6F, #565657); /* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, #6E6E6F, #565657); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

/* blue - mickey cap - #3658A7 [ BACKGROUND ] */
.menu-dropdown li.active .level1:before, #menu .menu-dropdown li.level1:hover .level1, #menu .menu-dropdown li.remain .level1, .menu-dropdown .dropdown-bg > div,
.button-primary {
    background-color: #3658A7 !important;
}

*::-moz-selection, *::selection {
    background: #3658A7 !important;
}

/* blue - mickey cap - #3658A7 [ TEXT COLOR ] */
.menu-dropdown li.active .level1,
.mod-box .module-title, .mod-line .module-title,
#block-main a, #block-footer a,
.mod-box-default em, .mod-box-grey em,
strong, em, #system h2, #system h4, #system h6, .highlight {
	color:  #3658A7 !important;
}

/* blue - mickey cap - #3658A7 [ BORDER COLOR ] */
#menu .menu-dropdown li.level1:hover .level1,
#menu .menu-dropdown li.remain .level1  {
	border-color: #3658A7 !important;
}

#menu .menu-dropdown li.level1:hover .level1,
#menu .menu-dropdown li.remain .level1,
#block-main a.button-primary {
	color: #fff !important;
}

body, .mod-box-grey, #system h1 strong, #system h1, #system h3, #system h5  {
	color: #5F5F63 !important;
}




/* Layout
----------------------------------------------------------------------------------------------------*/

#block-footer {
	margin-top: 0;
	border-top: 1px solid #e0e0e0;
}

#block-main {
	background: url('../images/bg-block-main-empowered.png') right bottom no-repeat;
	padding-bottom: 60px;
}

.home #block-main {
	background: none;
	padding-bottom: 20px;
}




/* Site Logo
----------------------------------------------------------------------------------------------------*/

#logo {
	margin: 0px;
}

#logo p {
	margin: 0;
}

#logo img {
	width: 240px; 
	height: auto;
}

#block-header {
	position: relative;
	z-index: 200;
}

#logo > img {
	max-height: none;
}




/* Menu: Primary Nav
----------------------------------------------------------------------------------------------------*/


.menu-dropdown a.level1, .menu-dropdown span.level1 {
    font-size: inherit;
    text-transform: none;
}


.menu-dropdown a.level1 span:hover {
	cursor: default;
}


.menu-dropdown a[href^="http"].level1 span:hover {
	cursor: pointer;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
	height: 83px;
    line-height: 83px;
}

.menu-dropdown .dropdown {
    top: 82px;
}




/* Frontpage: Feature - Home Main
----------------------------------------------------------------------------------------------------*/

#top-a .grid-box .deepest {
	margin: 0;
}

#top-a .wk-slideshow-infinite {
	margin: -20px 0 0 0;
}

#top-a .wk-slideshow-infinite .slides {
	max-height: 100%;
}

#top-a .wk-slideshow-infinite .slides .wk-content a[data-lightbox] {
	display: block !important;
}

#top-a .wk-slideshow-infinite .slides .wk-content img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

#top-a .wk-slideshow-infinite #nav-wrapper {
	height: 40px;
	position: relative;
}

#top-a .wk-slideshow-infinite #nav-wrapper .nav {
	padding: 9px 0 0 0;
}




/* Sidebar
----------------------------------------------------------------------------------------------------*/


/*#sidebar-a .grid-box .module {
	margin: 10px 0 10px 50px;
}*/

.module .module-title .icon {
    background-image: url("../images/module-icons.png") !important;
}



/* System (Content)
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}

#block-main a {
	text-decoration: underline !important;
}

#block-main a.button-primary {
	text-decoration: none !important;
}

#system .row .spanCenter, #system .row-fluid .spanCenter {
	text-align: center;
}

#system .content {
	line-height: 180%;
}

.button-primary, #page .mod-box-default .button-primary, #page .mod-box-grey .button-primary, #system .item > .links a {
	border: none;
}

#system ul ul, #system ul ol, #system ol ol, #system ol ul {
    margin-bottom: 15px;
}

#block-main .faq-query { text-decoration: none !important; }
#block-main .faq-totop { font-size: 11px; }

#content .content-columns, #content .content-columns .content-col {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#content .content-columns {
	display: table;
	width: 100%;
}
#content .content-columns .content-col {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}
#content .content-columns .content-col:first-child {
	padding-left: 0;
}
#content .content-columns .content-col-vcenter {
	vertical-align: middle;
}
#content .content-columns .content-col-hcenter {
	text-align: center;
}
#content .content-columns .content-col25 {
	width: 25%;
}
#content .content-columns .content-col33 {
	width: 33.3%;
}
#content .content-columns .content-col50 {
	width: 50%;
}
#content .content-columns .content-col66 {
	width: 66.6%;
}
#content .content-columns .content-col75 {
	width: 75%;
}
#content img {
	height: auto;
	max-width: 100%;
}
@media only screen and (max-width: 599px) {
#content .content-columns, #content .content-columns .content-col {
	display: block;
}
#content .content-columns .content-col {
	border: none;
	display: block;
	padding: 0;
	width: 100%;
}
#content img {
	display: block;
	margin: 0 auto;
}
}



/* Home page
----------------------------*/

.home #system .content h1 {
	margin-top: 15px;
}


.home #system .content .content-columns .content-col:last-child p {
	font-size: 15px;
	line-height: 180%;
}


/* Slideshows
----------------------------*/

#top-a .wk-slideshow .caption a, #maininner .wk-slideshow .caption {
	font-style: italic;
	font-weight: bold;
}

#maininner .wk-slideshow .caption {
	background: rgba(0, 0, 0, 0.80);
}

.ie8 #content .wk-gallery-showcase ul.set {
	/*width: 378px !important;
	height: 60px !important;*/
}

.ie8 #content .wk-gallery-showcase ul.set img {
	height: 60px !important;
}


body.page-id-147 #block-main .content a {
    overflow:auto;
    float: left;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    margin: 3px 1%;
    padding: .5%;
    width: 21.7%;
    position:relative;
}
body.page-id-147 #block-main .content a:hover {
    background: rgba(0, 76, 193, 0.39);
}
body.page-id-147 #block-main .content a:hover img {
    
}
body.page-id-147 #block-main .content a:hover:before {
    content: '';
    display: block;
    background: url('../images/album-all-notxt.png') no-repeat top right; /* your background */
    background-size: 100% 100%; 
    width: 100%; /* image width */
    height: 100%; /* image height */
    position: absolute;
    top: 0;
    right: 0;
}

body.page-id-147 #block-main .content a img {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
	
    .page-content-wrapper {
        width: 100%; 
        float: left;
        clear: both;
    }
    .page-video-wrapper {
        width: 100%; 
        float: left;
        position: relative;
        top: auto;
        clear: both;
    }
    body.page-id-147 img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    display: block;
    margin: 3px 1%;
    padding: .5%;
    width: 21.7%;
}
}

/* Responsive
----------------------------*/

/* fix sidebar modules layout */
@media only screen and (max-width: 1023px) {
	
	/* don't display icons next to mod titles */
	#sidebar-a .icon,
	#sidebar-b .icon {
		display: none !important;
	}

}
@media only screen and (min-width: 799px) and (max-width: 1023px) {
	
	/* display sidebar widgets in columns */
	/*.sidebars-1 #sidebar-a .width100,
	.sidebars-1 #sidebar-b .width100 {
		display: table-cell;
		float: none;
		width: 33.3% !important;
		vertical-align: top;
	}*/

	/* equal out the height of the columns */
	/*.sidebars-1 #sidebar-a .width100 .mod-box-grey,
	.sidebars-1 #sidebar-b .width100 .mod-box-grey {
		min-height: 190px;
	}*/
	
	/* adjust layout give more room for sidebar */
	#maininner {
		width: 60% !important;
	}
	#sidebar-a {
		width: 40% !important;
	}

}
@media only screen and (max-width: 799px) {
	
	/* adjust layout give more room for sidebar */
	.home #maininner {
		width: 100% !important;
	}
	.home #sidebar-a {
		width: 100% !important;
	}

}
@media only screen and (max-width: 1023px) {
	
	/* stack sidebar widgets */
	.sidebars-1 #sidebar-a .width100,
	.sidebars-1 #sidebar-b .width100 {
		width: 100% !important;
	}

}


/* fix primary nav */


/* Only Phones */
@media (max-width: 1023px) {

	/* Header */
	#header-responsive { display: block !important; }

	#header-responsive .logo,
	#header-responsive .searchbox {
		display: inline-block !important;
		width: 45% !important;
		vertical-align: middle !important;
	}

	#header-responsive .logo { margin: 20px 0 20px 20px !important; }

	#header-responsive .searchbox {
		-moz-box-sizing: border-box !important;
		-webkit-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}

	/* Menu */
	.menu-responsive {
		width: 100% !important;
		font-size: 14px !important;
	}
	
	#toolbar, #headerbar, #logo, #search, #menubar, #breadcrumbs {
		display: none !important;
	}

}


/* fix footer nav */

@media only screen and (max-width: 1023px) {
	
	/* space out footer nav items */
	#footer .menu-line li {
		margin: 0 !important;
		padding: 0 !important;
	}
	#footer .menu-line li {
		margin-right: 30px !important;
	}
	#footer .menu-line li:last-child {
		margin-right: 0 !important;
	}

}
@media only screen and (max-width: 599px) {
	
	/* stack items for small screens */
	#footer .menu {
		display: block;
		width: 100%;
	}
	#footer .menu-line li {
		display: block;
		margin: 0 !important;
		padding: 6px 10px !important;
		border-bottom: 1px dotted #ccc !important;
		width: 100%;
	}
	#footer .menu-line li:last-child {
		border: none !important;
	}

}


/* fix bg image bottom right corner */

@media only screen and (max-width: 479px) {
	
	/* make the bg fit the screen */
	#block-main {
		background-size: 90%;
	}

}


#lightbox-content > div {
	max-width: 100% !important;
	height: auto !important;
}