/*
Theme Name: Hope Church
Theme URI: http://www.hopechurch.life
Author: TruthVine
Author URI: http://www.truthvine.com
Developer: Suzanne Lowery
Version: 1.0
*/

@import url("includes/slippry.css");


/* CSS RESET
---------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }
h1 { font-size: 2em; margin: 0.67em 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: 0; }
a:focus { outline: none; }
ul, li { margin: 0; padding: 0;}
.hide { display: none;}


/* FONTS
---------------------------------------------------------------------------------- */

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold.eot');
    src: url('fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold.woff2') format('woff2'),
         url('fonts/montserrat-bold.woff') format('woff'),
         url('fonts/montserrat-bold.ttf') format('truetype'),
         url('fonts/montserrat-bold.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light.eot');
    src: url('fonts/montserrat-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light.woff2') format('woff2'),
         url('fonts/montserrat-light.woff') format('woff'),
         url('fonts/montserrat-light.ttf') format('truetype'),
         url('fonts/montserrat-light.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular.eot');
    src: url('fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular.woff2') format('woff2'),
         url('fonts/montserrat-regular.woff') format('woff'),
         url('fonts/montserrat-regular.ttf') format('truetype'),
         url('fonts/montserrat-regular.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'HandOfSeanPro-Regular';
	src: url('fonts/304F59_0_0.eot');
	src: url('fonts/304F59_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/304F59_0_0.woff2') format('woff2'),
		 url('fonts/304F59_0_0.woff') format('woff'),
		 url('fonts/304F59_0_0.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}


/* GLOBAL
---------------------------------------------------------------------------------- */

body { font-family: 'montserratlight'; color: #1B3319;}
body#tinymce {  padding: 3% !important; width: 94%; background: #fff !important;}
body#tinymce p { margin-bottom: 25px;}
body#tinymce ul { margin-left: 20px;}
.clear { clear: both;}
.left, .alignleft { float: left;}
.right, .alignright { float: right;}
.alignleft { margin: 0 30px 30px 0;}
.alignright { margin: 0 0 30px 30px;}
.aligncenter { display: block; margin: 0 auto;}
.alignleft, .alignright, .aligncenter { border: 1px solid #dedede; padding: 7px;}
.container { float: left; width: 100%;}
.wrapper { width: 1200px; margin: 0 auto;}
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: 400; color: #1B3319;}
p, li { padding: 0; font-size: 15px; line-height: 21px; color: #0D304F; margin-bottom: 20px;}
li { margin: 0;}
a { color: #0D304F; text-decoration: none;}
strong { font-family: 'montserratbold';}
form { float: left; width: 100%; margin: 20px 0;}
input[type=text], input[type=email], input[type=tel], textarea { float: left; width: 100%; font-size: 14px; line-height: 18px; box-sizing: border-box; background: #F1F2F2; border: 1px solid #ECECEC; padding: 20px 3%; margin-bottom: 15px; outline: none; color: #7F797B;}
textarea { height: 200px;}


a.button, input[type=submit], span.button, .content .button { display: inline-block; text-align: left; padding: 16px 44px 17px 19px; color: #fff; font-size: 17px; line-height: 17px; position: relative;  border: none; outline: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-family: 'montserratlight';}
input[type=submit].button { padding: 17px 20px 18px;}
a.button span, span.button span { background: url(images/icon-arrow.png) no-repeat 0 0; background-size: 10px; width: 10px; height: 14px; position: absolute; right: 17px; top: 19px;}
a.yellow span, .button.Yellow span { background-image: url(images/icon-arrow-dark.png);}
a.download span { background-image: url(images/icon-download.png); background-size: 16px; width: 16px; height: 17px; top: 16px;}

a.red, input.red, .button.Red { background: #A41E22;}
a.orange, input.orange, .button.Orange { background: #EF6A23;}
a.yellow, input.yellow, .button.Yellow { background: #F5EB2B; color: #1B3319 !important;}
a.green, input.green, .button.Green { background: #88B03F;}
a.blue, input.blue, .button.Blue { background: #2288A5;}
a.purple, input.purple, .button.Purple { background: #70356F;}

span.blue { color: #2288A5;}

a.button.red:hover, input.red:hover, .button.Red:hover { background: #95191C;}
a.button.orange:hover, input.orange:hover, .button.Orange:hover { background: #D9601F;}
a.button.yellow:hover, input.yellow:hover, .button.Yellow:hover { background: #DDD62A;}
a.button.green:hover, input.green:hover, .button.Green:hover { background: #7CA139;}
a.button.blue:hover, input.blue:hover, .button.Blue:hover { background: #1F7D98;}
a.button.purple:hover, input.purple:hover, .button.Purple { background: #662F65;}




/* HEADER
---------------------------------------------------------------------------------- */

.hero { float: left; width: 100%; overflow: hidden; height: 650px; position: relative; text-align: center; }
.slider { position: absolute; left: 0; top: 0; width: 100%; z-index: 0;}
.slider ul {}
.slider ul li { list-style: none; height: 100%;}
.slider ul li img { min-width: 100%; height: auto;}
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,0,0,0.1); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.slider .flex-control-nav, .slider .flex-direction-nav { display: none;}
.wrap { width: 945px; margin: 0 auto; position: relative; z-index: 2; }
.hero .inner { background: rgba(255,255,255,0.6); padding: 48px 0 50px; margin-top: 50px;}
.hero .inner h1 { float: left; width: 100%;}
.hero .inner h4 { position: absolute; font-family: 'HandOfSeanPro-Regular'; background: #88B03F; top: -19px; color: #fff; font-size: 28px; line-height: 28px; padding: 8px 25px; left: 0; right: 0; margin: 0 auto; width: 117px; height: 28px;}
.hero .inner h5 { font-size: 17px; line-height: 22px;}
.hero .inner img { border-bottom: 1px solid #aaa; padding: 0 19px 24px; margin-bottom: 9px;}

.sy-pager, .sy-caption-wrap, .sy-controls { display: none;}
.sy-slides-wrap { position: absolute; left: 0; top: 0;}

.hero .specialMessage { background: rgba(255,255,255,0.8); border-bottom: 5px solid #2288A5; position: absolute; right: 0; bottom: 25px; text-align: left; padding: 20px; width: 450px; text-decoration: none; z-index: 2;}
.hero .specialMessage h4 { font-family: montserratbold; font-size: 18px; line-height: 22px; margin-bottom: 5px;}
.hero .specialMessage p { margin: 0; color: #1B3319; }


header { margin: 20px 0;}
header a.logo { float: left; margin-top: 13px;}
header a.logo img { }

nav { position: relative; z-index: 1; text-align: center; float: right;}
.home nav { float: none;} 
nav ul { float: left; width: 100%; }
nav ul li { float: left; list-style: none; position: relative;}
nav ul li a { float: left; width: 105px; text-decoration: none; color: #fff; background: url(images/menu-about.png) no-repeat #185f73; padding: 67px 0 24px; font-size: 14px; line-height: 14px; background-size: 40px; background-position: 50% 21px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.home nav ul li a { width: 135px; font-size: 16px; line-height: 16px; padding: 85px 0 30px; background-size: 48px; background-position: 50% 25px;}
nav ul li a:hover, nav ul li.current-menu-item a, nav ul li.current-page-ancestor a, .single-whatson nav ul li.menu-item-32 a { margin-top: -7px;}
nav ul li.menu-item-32 a { background: url(images/menu-activities.png) no-repeat #1f7a95; background-size: 39px; background-position: 50% 24px;} /* Activities*/
nav ul li.menu-item-37 a { background: url(images/menu-notices.png) no-repeat #2288a5; color: white; background-size: 34px; background-position: 50% 28px;} /* Notices */
nav ul li.menu-item-38 a { background: url(images/menu-talks.png) no-repeat #3894ae; background-size: 23px; background-position: 50% 24px;} /* Talks*/
nav ul li.menu-item-34 a { background: url(images/menu-events.png) no-repeat #4ea0b7; background-size: 31px; background-position: 50% 26px;} /* Events*/
nav ul li.menu-item-35 a { background: url(images/menu-find.png) no-repeat #64acc0; background-size: 25px; background-position: 50% 25px;} /* Find*/
nav ul li.menu-item-33 a { background: url(images/menu-contact.png) no-repeat #7ab8c9; background-size: 38px; background-position: 50% 26px;} /* Contact*/
.home nav ul li.menu-item-32 a { background-size: 46px; background-position: 50% 27px;} /* Activities*/
.home nav ul li.menu-item-37 a { background-size: 40px; background-position: 50% 34px;} /* Notices */
.home nav ul li.menu-item-38 a { background-size: 27px; background-position: 50% 30px;} /* Talks*/
.home nav ul li.menu-item-34 a { background-size: 36px; background-position: 50% 34px;} /* Events*/
.home nav ul li.menu-item-35 a { background-size: 28px; background-position: 50% 33px;} /* Find*/
.home nav ul li.menu-item-33 a { background-size: 44px; background-position: 50% 30px;} /* Contact*/

nav ul.sub-menu { display: none; }

.featured { float: left; width: 100%; height: 180px; overflow: hidden; position: relative; margin-bottom: 20px;}
.featured img { float: left; width: 100%; position: absolute; z-index: 0; top: 50%; left: 0; width: 100%; height: auto; transform: translatey(-50%); -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); -o-transform: translatey(-50%);}

.heading h1 { font-family: 'montserratbold'; font-size: 30px; line-height: 35px; border-bottom: 1px solid #dedede; float: left; width: 100%; padding: 10px 0 15px; margin-bottom: 30px;}
.page-id-7 h1, .parent-pageid-7 h1, .page-id-7 .content a, .parent-pageid-7 .content a { color: #A41E22;}
.page-id-9 h1, .parent-pageid-9 h1, .page-id-9 .content a, .parent-pageid-9 .content a { color: #EF6A23;}
.page-id-11 h1, .parent-pageid-11 h1, .page-id-11 .content a, .parent-pageid-11 .content a { color: #DCCE23;}
.page-id-13 h1, .parent-pageid-13 h1, .page-id-13 .content a, .parent-pageid-13 .content a { color: #88B03F;}
.page-id-15 h1, .parent-pageid-15 h1, .page-id-15 .content a, .parent-pageid-15 .content a { color: #1B3319;}
.page-id-17 h1, .parent-pageid-17 h1, .page-id-17 .content a, .parent-pageid-17 .content a { color: #2288A5;}
.page-id-19 h1, .parent-pageid-19 h1, .page-id-19 .content a, .parent-pageid-19 .content a { color: #70356F;}




/* MAIN CONTENT
---------------------------------------------------------------------------------- */

.content { float: left; width: 70%;}
.content.full { width: 100%;}
.content h2 {}
.content h3 { font-family: montserratbold; font-size: 18px; line-height: 24px; margin: 10px 0 0px; display: inline-block;}
.content h4 {}
.content h5 { font-family: montserratbold; font-size: 15px; line-height: 18px; margin-bottom: 10px;}
.content h6 { font-size: 15px; line-height: 20px; font-family: montserratbold; margin-bottom: 20px;}
.content ul, .content ol { margin-bottom: 20px;}
.content ul li, .content ol li { list-style: none; background: url(images/icon-list.png) no-repeat 1px 4px; background-size: 8px; padding-left: 15px; margin-bottom: 12px;}
.content a { font-family: 'montserratbold'; border-bottom: 1px dashed;}
.content ol li { list-style: lower-alpha; background: none;}
.content a:hover { border: none;}



/* ACTIVITIES
---------------------------------------------------------------------------------- */

ul.activities { float: left; width: 100%;}
ul.activities li { float: left; width: 29.5%; background: none; position: relative; height: 0; padding-bottom: 29.5%; overflow: hidden; margin: 0 2% 2% 0; padding-left: 0;}
ul.activities li a { border: none; float: left; width: 100%; height: 100%;}
ul.activities li img { position: absolute; width: 100%; height: auto; left: 0; top: 0; z-index: 0;}
ul.activities li span.button { position: absolute; bottom: 0; left: 0; z-index: 2; width: 91%; padding-right: 5%; padding-left: 5%; font-size: 16px; font-family: 'montserratregular'; line-height: 16px;}
ul.activities li a:hover span.button { padding-bottom: 22px;}
ul.activities li a .overlay { opacity: 0;}
ul.activities li a:hover .overlay { opacity: 0.7;}

.single-whatson .content a.button { margin-top: 20px;}



/* NOTICES
---------------------------------------------------------------------------------- */

ul.notices { float: left; width: 100%;}
ul.notices li { background: #F1F2F2; text-align: center; float: left; width: 41%; margin: 0 3% 3% 0; padding: 3%;}
ul.notices li embed { width: 100%; height: 425px; margin: 15px 0;}


/* SERMONS
---------------------------------------------------------------------------------- */

.content #truthvine-content { float: left; width: 100%; margin: 0;}
.content #truthvine-content input[type=text] { width: 300px; padding: 10px 15px; height: 40px;}
.content #truthvine-content input[type=submit] { background: url(images/icon-search.png) no-repeat 9px 9px #88B03F; padding: 10px 15px; height: 40px; width: 40px; text-indent: -999px; background-size: 22px;}
.content #truthvine-content input[type=submit]:hover { background-color: #7CA139;}
.content #truthvine-content .tv-sermon-list { float: left; width: 100%;}
.content #truthvine-content td { padding: 10px 21px;}
.content #truthvine-content .tv-sermon-title-date, .content #truthvine-content .tv-sermon-title-type, .content #truthvine-content .tv-sermon-reference, .content #truthvine-content .tv-sermon-speaker, .content #truthvine-content .tv-series-description { font-size: 14px; line-height: 18px; font-style: normal;}
.content #truthvine-content .tv-sermon-title a, .content #truthvine-content .tv-series-title a { border: none;}
.content #truthvine-content .tv-sermon-title-serieslink { font-size: 14px; line-height: 18px; margin: 10px 0 7px;}
.content #truthvine-content .tv-sermon-title-serieslink a { font-family: 'montserratlight'; border: none;}
.content .tv-download-buttons a { border: none; color: #1B3319;}
.content .tv-pagination { float: left; width: 100%; margin: 20px 0 40px;}
.content .tv-pagination a { color: #1B3319;}
.content #truthvine-content h2 { float: left; width: 100%; font-family: 'montserratbold'; font-size: 19px; line-height: 23px; margin-bottom: 10px;}
.content #TruthVineBadge a { border: none;}
.content .tv-download-buttons { text-align: center;}
.content .tv-sermon-downloads { width: 100px;}

.page-template-template_sermons .content li { background: none;}





/* CALENDAR
---------------------------------------------------------------------------------- */

.content .simcal-default-calendar .simcal-current h3 { font-size: 20px; line-height: 20px; font-family: 'montserratbold'; margin: 10px 0;}
.content .simcal-default-calendar-grid>table thead th.simcal-week-day { background: #1B3319; color: #fff; padding: 13px 0;}
.content .simcal-default-calendar-grid.simcal-default-calendar-light .simcal-event { background: none; font-size: 14px; line-height: 20px;}
.content .simcal-default-calendar-grid>table tbody td.simcal-day-has-events .simcal-day-label { background: #666 !important;}
.content .simcal-default-calendar-grid>table tbody td.simcal-today .simcal-day-label { background: #88B03F !important;}
.content .simcal-default-calendar-grid>table tbody td.simcal-today>div { border: 1px solid #88B03F !important;}

.mobileCal { display: none;}
.mobileCal .simcal-default-calendar-list dt.simcal-day-label>span { background: #88B03F !important;}



/* SIDEBAR
---------------------------------------------------------------------------------- */

.sidebar { float: right; width: 25%;}
.sidebar .box { float: left; width: 84%; padding: 30px 8%; background: #F1F2F2; margin-bottom: 25px; text-align: center;}
.sidebar .box h3 { color: #2288A5; font-family: 'montserratbold'; font-size: 23px; line-height: 26px; margin-bottom: 8px; display: inline-block;}
.sidebar .box h3.map { background: url(images/icon-find.png) no-repeat 0 0; background-size: 25px; padding: 4px 0 4px 35px}
.sidebar .box h3.talks {  background: url(images/icon-talks.png) no-repeat 0 0; background-size: 23px; padding: 2px 0 6px 33px;}
.sidebar .box h3.contact {  background: url(images/icon-contact.png) no-repeat 0 2px; background-size: 30px; padding: 1px 0 1px 40px;}
.sidebar .box h3.policies { }
.sidebar .box p {}

.sidebar .subMenu h3 { color: #A41E22;}
.sidebar .subMenu ul { text-align: left; margin-top: 14px;}
.sidebar .subMenu ul li { list-style: none; font-size: 15px; line-height: 19px; margin-bottom: 6px;}
.sidebar .subMenu ul li a { text-decoration: none;}
.sidebar .subMenu ul li a:hover, .sidebar .subMenu ul li.current_page_item a { color: #A41E22;}

#tvWidgetRecentSermons { text-align: left; float: left; width: 100%; margin: 15px 0 10px;}
#tvWidgetRecentSermons li { list-style: none;}
#tvWidgetRecentSermons .tv-sermon { margin-bottom: 18px; float: left; width: 100%;}
#tvWidgetRecentSermons .tv-sermon-title { font-size: 16px; line-height: 20px; float: left; width: 100%; font-family: 'montserratbold';}
#tvWidgetRecentSermons .tv-sermon-reference, #tvWidgetRecentSermons .tv-sermon-play { display: none;}
#tvWidgetRecentSermons .tv-sermon-speaker { font-size: 14px; line-height: 17px; float: left; width: 100%;}


/* MAP
---------------------------------------------------------------------------------- */

#map { float: left; width: 100%; height: 500px;}


/* FOOTER
---------------------------------------------------------------------------------- */

footer { float: left; width: 100%; padding: 15px 0 20px; border-top: 1px solid #dedede; margin-top: 30px;}
.home footer { border: none; margin: 0;}
footer p { color: #1B3319; font-size: 10px; line-height: 13px; text-transform: uppercase; margin: 0;}
footer p br { display: none;}
footer p a { color: #1B3319; text-decoration: none;}
footer p a:hover { color: #88B03F;}
footer p span { padding: 0 5px;}
footer .right p { float: right; margin-right: 20px;}
footer ul { float: right;}
footer ul li { list-style: none; float: left;}
footer ul li a { display: block; }
footer ul li.twitter a { background: url(images/footer-twitter.png) no-repeat 0 0; width: 17px; height: 14px; background-size: 17px; margin: -1px 0 0 0;}
footer ul li.twitter a:hover { background-position: 0 -14px;}
footer ul li.facebook a { background: url(images/footer-facebook.png) no-repeat 0 0; width: 8px; height: 17px; background-size: 8px; margin: -3px 0 0 8px;}
footer ul li.facebook a:hover { background-position: 0 -17px;}




/* IE FIXES
---------------------------------------------------------------------------------- */

.ie9 nav ul li a:hover, .ie9 nav ul li.current-menu-item a, .ie9 nav ul li.current-page-ancestor a, .ie9 .single-whatson nav ul li.menu-item-32 a { margin: 0;}
.ie9 .featured img { top: -200px; transition: none; -webkit-transform: none; -moz-transform: none; -o-transform: none;}
.ie9 ul.activities li a:hover span.button { padding-bottom: 17px;}

.lt-ie9 nav ul li a:hover, .lt-ie9 nav ul li.current-menu-item a, .lt-ie9 nav ul li.current-page-ancestor a, .lt-ie9 .single-whatson nav ul li.menu-item-32 a { margin: 0;}
.lt-ie9 .featured img { top: -200px; transition: none; -webkit-transform: none; -moz-transform: none; -o-transform: none;}
.lt-ie9 ul.activities li a:hover span.button { padding-bottom: 17px;}
.lt-ie9 .hero .inner, .lt-ie9 .hero .specialMessage { background: url(images/opacity-white.png) repeat;}

.lt-ie9 nav ul li a { background-image: url(images/menu-about-ie.png);}
.lt-ie9 .home nav ul li a { background-image: url(images/menu-about-ie-home.png);}
.lt-ie9 nav ul li.menu-item-32 a { background-image: url(images/menu-activities-ie.png);}
.lt-ie9 .home nav ul li.menu-item-32 a { background-image: url(images/menu-activities-ie-home.png);}
.lt-ie9 nav ul li.menu-item-37 a { background-image: url(images/menu-notices-ie.png);}
.lt-ie9 .home nav ul li.menu-item-37 a { background-image: url(images/menu-notices-ie-home.png);}
.lt-ie9 nav ul li.menu-item-38 a { background-image: url(images/menu-talks-ie.png);}
.lt-ie9 .home nav ul li.menu-item-38 a { background-image: url(images/menu-talks-ie-home.png);}
.lt-ie9 nav ul li.menu-item-34 a { background-image: url(images/menu-events-ie.png);}
.lt-ie9 .home nav ul li.menu-item-34 a { background-image: url(images/menu-events-ie-home.png);}
.lt-ie9 nav ul li.menu-item-35 a { background-image: url(images/menu-find-ie.png);}
.lt-ie9 .home nav ul li.menu-item-35 a { background-image: url(images/menu-find-ie-home.png);}
.lt-ie9 nav ul li.menu-item-33 a { background-image: url(images/menu-contact-ie.png);}
.lt-ie9 .home nav ul li.menu-item-33 a { background-image: url(images/menu-contact-ie-home.png);}
.lt-ie9 footer ul li.twitter a { background-image: url(images/footer-twitter-ie.png);}
.lt-ie9 footer ul li.facebook a { background-image: url(images/footer-facebook-ie.png);}
.lt-ie9 .sidebar .box h3.map { background-image: url(images/icon-find-ie.png);}
.lt-ie9 .sidebar .box h3.talks { background-image: url(images/icon-talks-ie.png);}
.lt-ie9 .sidebar .box h3.contact { background-image: url(images/icon-contact-ie.png);}
.lt-ie9 a.button span, .lt-ie9 span.button span { background-image: url(images/icon-arrow-ie.png);}
.lt-ie9 a.yellow span, .lt-ie9 .button.Yellow span { background-image: url(images/icon-arrow-dark-ie.png);}
.lt-ie9 .content #truthvine-content input[type=submit] { background-image: url(images/icon-search-ie.png);}
.lt-ie9 .content ul li, .lt-ie9 .content ol li { background-image: url(images/icon-list-ie.png);}
.lt-ie9 ul.notices li { background-image: none;}

.lt-ie8 {position: relative; overflow-x: hidden;}
.lt-ie8 .hero .inner h4 { margin: -30px auto 20px; top: auto; position: relative;}

