/*
Theme Name: Chamblee Chamber
Theme URI: http://chambleechamber.org/wordpress/wp-content/themes/
Author: Troy Cono for Kapp Koncepts
Author URI: http://kappkoncepts.com
Description: Custom made wordpress theme for chambleechamber.org
License: GNU General Public License
License URI: http://kappkoncepts.com
Tags: custom
Text Domain: Chamber Chamber of Commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*** Universal Styles ***/

html {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background: #f3f3f1;
}

a {color: inherit; text-decoration: none;}
a:hover {color: inherit;}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 20px auto 20px;
}

p img {
    border: 5px solid #fff !important;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.4);
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    position: relative;
    behavior: url(/pie/PIE.htc);
}

#slide-text strong {
    font-weight: 400;
}

#container {
    width: 1140px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 40px;
    position: relative;
}

#page {
    margin: 0;
    padding: 0;
}

.clear {clear: both;}

a, #main-nav ul li, #cycle-prev, #cycle-next, #sidebar-navigation ul li, #spotlight-next, #spotlight-prev, #directions a img, #spotlights li img, #main-nav ul li ul, .mn-action-submit input, .mn-action-availability input, .mc_signup_submit input[type="submit"] {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.italic {
    font-style: italic;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px solid #434d4b;
    margin-top: 30px;
    margin-bottom: 15px;
}

h4 {
     background: rgb(97,160,146); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxYTA5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDU0NGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(97,160,146,1) 0%, rgba(52,84,78,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,160,146,1)), color-stop(100%,rgba(52,84,78,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(97,160,146,1) 0%,rgba(52,84,78,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(97,160,146,1) 0%,rgba(52,84,78,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(97,160,146,1) 0%,rgba(52,84,78,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(97,160,146,1) 0%,rgba(52,84,78,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a092', endColorstr='#34544e',GradientType=0 ); /* IE6-8 */
    color: #fff;
    padding: 8px;
    width: 100%;
    margin: 30px 0 15px;
}

a img {
    border: none;   
}



/*** Header ***/

#header {
    width: 1140px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 9999;
}

#header-right {
    float: right;
    width: 170px;
    padding-top: 10px;
}

#logo {
    float: left;
    margin-right: 40px;
    padding-bottom: 7px;
	padding-top: 20px;
}

#member-login:before {
    position: absolute;
    z-index: -1;
    right: -6px;
    top: -6px;
    width: 100%;
    height: 100%;
    content: "";
    background: url(img/diagonal-stripes-bg.png) top right repeat;
}

#member-login {
    float: right;
    background: #913334;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 2px;
    text-align: center;
    margin-right: 6px;
    color: rgba(255,255,255,.9);
    text-transform: uppercase;
    position: relative;
    width: 159px;
    height: 30px;
    behavior: url(/pie/PIE.htc);
}

#member-login:hover {
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 4px rgba(0,0,0,.4);
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    behavior: url(/pie/PIE.htc);
}

#social-media {
    float: right;
    margin-top: 8px;
}

#social-media a {
    width: 20px;
    height: 20px;
    padding: 6px;
    text-indent: -9999em;
}

#social-media a, #social-media form {
    float: left;
    margin-left: 0px;
}

.facebook, .twitter, .linkedin, .google, .pinterest {
    width: 20px;
    height: 20px;
    background: url(img/social-media-sprite.png);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    opacity: .6;
    zoom: 1;
}

.pinterest {
    margin-right: 6px;
}

.facebook {background-position: bottom left;}
.twitter {background-position: -50px bottom;}
.linkedin {background-position: -100px bottom;}
.google {background-position: -150px bottom;}
.pinterest {background-position: bottom right;}


.facebook:hover, .twitter:hover, .linkedin:hover, .google:hover, .pinterest:hover {
     /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    opacity: 1 !important;
    zoom: 1;
}

#social-media #searchform {
	float: right;
    margin: 0 0 0 8px !important;
    background: #d8d8d8;
    -webkit-border-radius: 24px; -moz-border-radius: 24px; -o-border-radius: 24px; border-radius: 24px;
}

#social-media input#s {
	width: 0;
	height: 15px;
	padding: 6px 13px;
	margin-right:0;
	background: transparent url(img/search.png) center center no-repeat;
	border:none;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    -o-border-radius:24px;
    border-radius:24px;
	box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; -moz-box-shadow: none;
	color:#999;
	font-size:12px;
	text-indent: 16px;
	-moz-transition: width .25s ease, margin .25s ease;
	-webkit-transition: width .25s ease, margin .25s ease;
	-o-transition: width .25s ease, margin .25s ease;
	-ms-transition: width .25s ease, margin .25s ease;
	transition: width .25s ease, margin .25s ease;
    cursor: pointer
}

#social-media input#s:hover {
    -webkit-box-shadow: 0 0 4px #888; -moz-box-shadow: 0 0 4px #888; -o-box-shadow: 0 0 4px #888; box-shadow: 0 0 4px #888;
}

#social-media input#s:focus {
	width:150px;
	background:#ececec url(img/search.png) 155px center no-repeat;
	box-shadow:inset 1px 1px 5px 1px rgba(0, 0, 0, .1);
	color:#333;
	text-indent: 0;
}

input#searchsubmit {
	display:none;
	width:30px;
	padding:2px;
	margin-right:10px;
	background:#a8a8a8;
	background:-moz-linear-gradient(#CCC,#999);
	background:-webkit-linear-gradient(#CCC,#999);
	background:-o-linear-gradient(#CCC,#999);
	background:-ms-linear-gradient(#CCC,#999);
	background:linear-gradient(#CCC,#999);
	border:#999 1px solid;
	color:#333;
	text-align:center;
}

#main-nav {
    margin-top: 40px;
    font-size: 18px;
    float: left;
    position: relative;
    z-index: 9999;
    border-top: 1px solid #434d4b;
    border-bottom: 1px solid #434d4b;
}

#main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav ul li {
    display: inline-block;
    margin-left: -4px;
    padding: 3px 16px;
    line-height: 20px;
    color: #434d4b;
    text-transform: uppercase;
    position: relative;
    border-top: 5px solid #f3f3f1;
    border-bottom: 5px solid #f3f3f1;
}
    
#main-nav ul li:hover, #main-nav ul li.current-menu-item {
    color: #913334;
    text-shadow: 1px 1px 1px #fff;
    border-top: 5px solid #913334;
    border-bottom: 5px solid #913334;
}

#main-nav ul li:first-child {
    border-left: none;
    margin-left: 0;
}

/*#main-nav ul li:last-child {

}*/

/*#main-nav ul li a:hover, #main-nav ul li.current-menu-item a {
    margin-top: -8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 5px solid #913334;
    border-bottom: 5px solid #913334;
}
*/
    #main-nav ul li ul {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 26px;
        left: 0;
        z-index: 2;
        -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.4);
        -moz-box-shadow: 3px 3px 8px rgba(0,0,0,.4);
        -o-box-shadow: 3px 3px 8px rgba(0,0,0,.4);
        box-shadow: 3px 3px 8px rgba(0,0,0,.4);
        behavior: url(/pie/PIE.htc);
    }
        #main-nav ul li:hover ul {
            height: auto;
            max-height: 500px;
        }
        #main-nav ul li ul li {
            background: #913334;
            width: 180px;
            color: #fff !important;
            padding: 0 !important;
            text-shadow: none;
            margin: 0 !important;
            border-top: none !important;
            border-bottom: none !important;
        }
            #main-nav ul li ul li:last-child a {
                border-bottom: none !important;
            }
            #main-nav ul li ul li:hover {
                background: #6d2727;
                text-shadow: 1px 1px 1px #000 !important;
                border-top: none !important;
                border-bottom: none !important;
            }
                #main-nav ul li ul li.current-menu-item {
                    background: #6d2727;
                    border-top: none !important;
                    border-bottom: none !important;
                    text-shadow: 1px 1px 1px #000 !important;
                }
                #main-nav ul li ul li a {
                    width: 148px;
                    height: 100%;
                    display: block;
                    border-bottom: 1px dashed rgba(255,255,255,.3);
                    padding: 8px 16px 4px 16px;
                    behavior: url(/pie/PIE.htc);
                }
                    #main-nav ul li ul li a:hover {
                        border-top: none !important;
                        padding-top: 8px !important; 
                    }

/*** Slider ***/

#slider.desktop {
    width: 1140px;
    margin: -30px auto 30px;
    height: 443px;
    position: relative;
    z-index: 999;
}

#slider.desktop #slider-container {
    width: 1140px;
    margin: 0 auto;
    height: 443px;
    position: relative;
}

#slider.desktop #slide {
    list-style: none;
    margin: 0;
    padding: 0;
}

#slider.desktop #slide {
    height: 443px;
    width: 709px;
    margin: 0 auto;
    position: relative;
}

#slider.desktop #slide:before {
    bottom: -4px;
    left: 0;
    content: url(img/mask-bottom-left.png);
    position: absolute;
    z-index: 888;
}

#slider.desktop #slide img {
    width: 709px;
    height: 443px;
	max-width:100%;
}

#slider.desktop #slide:after {
    top: 0;
    right: 0;
    content: url(img/mask-top-right.png);
    position: absolute;
    z-index: 888;
}

#slider.desktop #slide-title:before {
    position: absolute;
    z-index: -1;
    left: -6px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    content: "";
    background: url(img/diagonal-stripes-bg.png) bottom left no-repeat;
}

#slider.desktop #slide-title {
    position: absolute;
    z-index: 999;
    top: 125px;
    left: -150px;
    width: 175px;
    text-align: center;
    line-height: 34px;
    padding: 8px 16px;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    behavior: url(/pie/PIE.htc);
}

#slider.desktop #slide-text:before {
    position: absolute;
    z-index: -1;
    right: 20px;
    bottom: -20px;
    width: 20%;
    height: 115%;
    content: "";
    background: url(img/diagonal-stripes-bg.png) bottom right repeat;
}

#slider.desktop #slide-text {
    position: absolute;
    z-index: 999;
    bottom: 20px;
    width: 175px;
    right: -150px;
    padding: 8px 16px;
    background: rgba(163,161,148,.8);
    behavior: url(/pie/PIE.htc);
}
#slider.desktop #slide-text h3 {
    margin: 0;
    padding: 0;
    line-height: 22px;
}
#slider.desktop #slide-text p {
    margin-top: 6px;
    line-height: 20px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
}

#cycle-prev, #cycle-next {
    font-size: 48px;
    color: #913334;
    line-height: 393px;
     /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1;
}

#cycle-prev:hover, #cycle-next:hover {
    /* IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* IE 5-7 */
    filter: alpha(opacity=100);
    opacity: 1;
    zoom: 1;
}

#cycle-prev {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 0;
    cursor: pointer;
}

#cycle-next {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    cursor: pointer;
}

#slider.mobile img{
	max-width:100%;
}
#slider.mobile #slide{
	padding:0;
}
#slider.mobile #slide-text p{
	line-height:normal;
	margin:0;
}
#slider.mobile #slide li + li + li +li + li p{
	line-height:28px;
}
#slider.mobile #slide-text{
	position:relative;
}
/*** Board of Directors ***/

#board-members-container {
    background: rgb(234,234,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(234,234,234,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,234,234,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(248,248,248,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-8 */
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}

#board-members {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#board-members li {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
    #board-members li:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }
    .member-name:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 48px;
        color: rgba(0,0,0,.1);
        cursor: pointer;
        behavior: url(/pie/PIE.htc);
    }
    .member-name.clicked:after {
        content: "–";
        position: absolute;
        right: 0;
        top: 10px;
        font-size: 48px;
        color: rgba(0,0,0,.1);
        cursor: pointer;
        behavior: url(/pie/PIE.htc);
    }
        .member-name:hover:after, .member-name.clicked:hover:after {
            color: rgba(0,0,0,.2);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            behavior: url(/pie/PIE.htc);
        }

.member-company {
    font-weight: normal !important;
    font-style: italic;
}

.member-image {
    float: right;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.4);
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    margin: 18px 6px 20px 20px;
    behavior: url(/pie/PIE.htc);
}

#member-bio {
    max-height: 0;
    overflow: hidden;
    font-weight: normal;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .member-name.clicked #member-bio {
        height: auto;
        max-height: 700px;
    }

/*** Sidebar ***/

#sidebar {
    width: 270px;
    float: right;
    font-size: 16px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-left: 1px solid #434d4b;
}

    #sidebar-registration {
        width: 240px;
        float: left;
        font-size: 16px;
        margin-top: 0;
        padding-right: 20px;
        margin-right: 40px;
        padding-bottom: 40px;
    }
        #sidebar-registration #sidebar-navigation ul li {
            background: rgba(163,161,148,.8);
            margin-left: 0;
            margin-right: 0;
            width: 100%;
            cursor: pointer;
            behavior: url(/pie/PIE.htc);
        }
            .questions {
                line-height: 66px !important;
            }

#sidebar img {
    max-width: 100%;
    height: auto;
}

#sidebar-navigation ul {
    width: 100%;
    list-style: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}

#mobile-sub-nav {
    display: none;
}

#sidebar-navigation ul li:before, #spotlight-container h2:before {
    content: "";
    background: url(img/diagonal-stripes-bg.png) top left repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    margin-left: -6px;
    margin-top: -6px;
    z-index: -1;
}
.application a:after {
    content: "»";
    position: absolute;
    bottom: 10px;
    left: 35px;
    font-size: 48px;
}
#sidebar .application a:after {
    content: "" !important;
}
.news a:after {
    content: "»";
    position: absolute;
    bottom: 10px;
    right: 75px;
    font-size: 48px;
}
#sidebar .news a:after {
    right: 55px !important;
}
.directory a:after {
    content: "»";
    position: absolute;
    top: 5px;
    right: 50px;
    font-size: 48px;
}

#sidebar .directory a:after {
    right: 40px;
}

.news {
    background: #913334 !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}

.members:hover {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6) !important;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6) !important;
    -o-box-shadow: 0 0 8px rgba(0,0,0,.6) !important;
    box-shadow: 0 0 8px rgba(0,0,0,.6) !important;
    behavior: url(/pie/PIE.htc);
}

.members a:after {
    content: "»";
    position: absolute;
    bottom: 10px;
    right: 80px;
    font-size: 48px;
}
#sidebar .members a:after {
    right: 30px !important;
}

#sidebar-navigation ul li {
    background: #434d4b;
    color: rgba(255,255,255,.8);
    width: 366px;
    height: 66px;
    float: left;
    margin: 16px;
    padding: 8px 0 16px;
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 36px;
    text-transform: uppercase;   
    font-family: 'Yanone Kaffeesatz', sans-serif;
    position: relative;
    z-index: 1;
    behavior: url(/pie/PIE.htc);
}

#sidebar #sidebar-navigation ul li {
    width: 260px;
    font-size: 32px !important;
}

#sidebar-navigation ul li:after, #spotlight-container h2:after {
    content: "";
    background: url(img/diagonal-stripes-bg.png) bottom right repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 95%;
    margin-right: -6px;
    margin-bottom: -6px;
    z-index: -1;
}

    .huge {
        font-size: 48px !important;
        font-weight: 700;
        line-height: 36px !important;
    }

    #sidebar .huge {
        font-size: 44px !important;
    }

#sidebar-navigation ul li:hover {
    background: #913334 !important;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.4);
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    behavior: url(/pie/PIE.htc);
}

#sidebar-navigation ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.widget-area {
    position: relative;
}

    #todays-date {
        width: 44px;
        height: 45px;
        text-align: center;
        font-size: 23px;
        text-transform: uppercase;
        position: absolute;
        top: -12px;
        left: 10px;
        padding: 20px 0 3px;
        line-height: 17px;
        background: url(img/todays-date-bg.png) top left no-repeat;
    }

    #custom_html-2 .widget-title,
	#media_image-2 .widget-title {
        width: 214px;
        padding-left: 60px;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: right;
        background: rgb(163,161,148);
        color: #434d4b;
        text-shadow: 1px 1px 1px rgba(255,255,255,.6);
        padding: 8px;
        margin-bottom: 20px;
        behavior: url(/pie/PIE.htc);
    }
        .mn-scroll-item a, #mni-widgets-1406325741451 .mn-scroll-link {
            color: #913334;
            display: block;
        }
            .mn-scroll-item a:hover, #mni-widgets-1406325741451 .mn-scroll-link:hover {
                text-decoration: none !important;
                color: #CC8A55;
            }
        .mn-scroll-item,
		#media_image-2 .textwidget{
            font-family: 'verdana', sans-serif;
            font-size: 13px;
            line-height: 130%;
            margin-bottom: 12px;
            padding-left: 10px;
        }
            .mn-scroll-date {
                text-transform: uppercase;
            }

/*** Content ***/
    
#content {
    float: left;
    width: 800px;
    margin-right: 20px;
    
}
#content.full-width {
    width: 100% !important;
}
.page-template-page-registration-php #content {
    margin-right: 0;
}
.entry-header {
    width: 100%;
    height: auto;
    position: relative;
}

.entry-content {
    text-align: left;
}

#content h2, #content h1 {
    background: #434d4b;
    float: left;
    clear: right;
    padding: 4px 16px 2px;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 9999;
}

.mn-section-head h2 {
    width: 100%;
    clear: both;
    background: transparent !important;
    color: #913334 !important;
    font-size: 28px !important;
    margin-top: 15px !important;
    margin-bottom: 8px !important;
}

     .page-template-page-registration-php h1 {
        width: 100%;
        text-align: center;
        background: #434d4b;
        padding: 4px 0 2px;
        color: #fff;
        font-size: 48px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .page-template-page-contact-php #mn-pagetitle, .page-template-page-registration-php #mn-pagetitle, .page-template-page-contact-php .mn-dealsbuttons {
        display: none !important;
    }

.has-post-thumbnail .entry-content h1, .has-post-thumbnail .entry-content h2 {
    margin-top: -70px !important;
}

#content h3 {
   color: #913334; 
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-weight: 400;
}

#content h3:first-child {
    margin-top: 0 !important;
}

article a {
    color: #913334;
}

article a:hover {
    color: #CC8A55;
}

.entry-thumbnail {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

    .entry-thumbnail img {
        width: 100%;
        height: auto;
        position: relative;
    }

.entry-thumbnail:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    margin-top: -1%;
    background: url(img/diagonal-stripes-bg.png) top left repeat;
}

.diagonal-stripe-divider {
    background: url(img/diagonal-stripes-bg.png) bottom left repeat;
    margin-top: -70px;
    margin-bottom: 30px;
    width: 100%;
    height: 20px;
}

#content p {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#content td {
    vertical-align: top;   
}

#content ul, ol {
    list-style: outside disc;
    padding-left: 30px;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
}

#content li {
    margin-bottom: 8px;
}


#content article:last-child hr {
    display: none;
}



#sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sitemap ul li ul {
    margin-top: 8px;
    margin-left: 15px;
}
#sitemap ul li ul li:before {
    content: "\2014";
    margin-right: 8px;
    color: #AA6C45;
}
#sitemap ul li ul li ul li:before {
    content: "" !important;
    margin-right: 0 !important;
}
#sitemap ul li ul li ul {
    list-style: outside disc !important;
    color: #AA6C45;
    margin-left: 40px;
}


/** Founder Spotlight **/

#founder-spotlight,
#partner-spotlight {
    background: #fff;
    border-bottom: 1px solid #cecece;
    padding: 30px 0;
}

#spotlight-container {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

#spotlight-container h2 {
    float: left;
    clear: none;
    font-weight: 400;
    padding: 4px 16px !important;
    text-transform: uppercase;
    background: #913334;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    position: relative;
    z-index: 1;
}

#spotlights,
#partner-spotlights {
    list-style: none;
    margin: 0 0 0 193px;
    padding: 0;
    width: 867px;
}
/*#partner-spotlights{
	width: 433px;
}*/
    #spotlights li,
	#partner-spotlights li {
        width: 159px !important;
        height: 100px;
        line-height: 100px;
        padding: 0 30px;
        border-right: 1px solid #434d4b;
        text-align: center;
    }
	#partner-spotlights li {
		height:120px;
	}
	.cycle-slide .caption {
    color: #000;
    display: block;
    line-height: normal;
    text-align: center;
}
        #spotlights li img,
		#partner-spotlights li img {
            max-width: 159px;
            line-height: 100px;
            vertical-align: middle;
            height: auto;
            max-height: 95px;
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            /* IE 5-7 */
            filter: alpha(opacity=80);
            opacity: .8;
            zoom: 1;
        }
            #spotlights li img:hover,
			#partner-spotlights li img:hover {
                /* IE 8 */
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                /* IE 5-7 */
                filter: alpha(opacity=100);
                opacity: 1;
                zoom: 1;
            }
    #spotlight-next,
	#partner-next {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -40px;
    }
    #spotlight-prev,
	#partner-prev {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -40px;
    }
    #spotlight-next, #spotlight-prev,
	#partner-next, #partner-prev {
        font-size: 48px;
        line-height: 100px;
        vertical-align: middle;
        cursor: pointer;
        color: #434d4b
    }
    #spotlight-next:hover, #spotlight-prev:hover {
        color: #000;
    }

    .nav-links a {
        color: #913334;
    }
        .nav-links a:hover {
            color: #CC8A55;
        }
    .nav-links a[rel="next"] {
        float: right;
        max-width: 49%;
    }
    .nav-links a[rel="prev"] {
        float: left;
        max-width: 49%;
    }

/*** Footer ***/

#footer {
    width: 100%;
    margin: 0;
    background: #913334;
    font-weight: 300;
}

#footer-container {
    width: 1140px;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0 40px;
    position: relative;
}

#footer .widget {
    width: 23%;
    float: left;
    margin-right: 2%;
}

#footer .widget-title {
    -webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    color: rgba(255,255,255,.3);
    behavior: url(/pie/PIE.htc);
}

#footer #text-8 .widget-title {
    margin-top: 55px;
    margin-left: -52px;
}
#footer #text-4 .widget-title {
    margin-top: 20px;
    margin-left: -18px;
}
#footer #nav_menu-2 .widget-title {
    margin-top: 48px;
    margin-left: -44px;
}

#footer .textwidget {
    margin-left: 38px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

#footer .textwidget p {
    margin-top: 0;
}

#footer .textwidget a {
    color: rgba(255,255,255,.8);
    behavior: url(/pie/PIE.htc);
}
    #footer .textwidget a:hover {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }
#footer .textwidget table td {
    padding-right: 10px;
}

#footer .widget_nav_menu ul {
    list-style: none;
    margin: 0 0 0 38px;
    padding: 0;
}
    #footer .widget_nav_menu ul li ul {
        display: none;
    }
    #footer .widget_nav_menu ul li {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 24px;
    }
        #footer .widget_nav_menu ul li a {
            color: rgba(255,255,255,.8);
            behavior: url(/pie/PIE.htc);
        }
            #footer .widget_nav_menu ul li a:hover, #footer .widget_nav_menu ul li.current-menu-item a {
                color: #fff;
                text-shadow: 1px 1px 1px #000;
            }

#footer #text-7 {
    width: 25%;
    margin-right: 0;
}
    #footer #text-7 .textwidget {
        margin-left: 0 !important;
    }

#footer #social-media {
    text-align: center;
    width: 237px;
    margin: 0 auto;
}
    #footer #social-media a {
        padding: 5px;
        margin-right: 10px;
        display: inline-block;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        /* IE 5-7 */
        filter: alpha(opacity=80);
        opacity: .8;
        zoom: 1;
    }
    #footer .facebook {background-position: top left;}
    #footer .twitter {background-position: -50px top;}
    #footer .linkedin {background-position: -100px top;}
    #footer .google {background-position: -150px top;}
    #footer .pinterest {background-position: top right;}

#directions {
    margin: 10px auto;
    font-size: 24px;
    width: 155px;
    height: 52px;
    line-height: 52px;
    vertical-align: top;
}
    #directions a img {
        float: left;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        /* IE 5-7 */
        filter: alpha(opacity=80);
        opacity: .8;
        zoom: 1;
    }
        #directions a:hover img {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            /* IE 5-7 */
            filter: alpha(opacity=100);
            opacity: 1;
            zoom: 1;
        }

#footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

/* Ninja Forms Styles 

h2.ninja-forms-form-title {
    float: none !important;
    text-align: center;
}

.ninja-forms-form-wrap input {
    padding: 8px;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    color: #888;
}

.ninja-forms-form-wrap label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
}

.ninja-forms-form-wrap ul li label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
}

.ninja-forms-form-wrap input[type="radio"], .ninja-forms-form-wrap input[type="checkbox"] {
    margin-right: 8px;
}

.ninja-forms-form-wrap select {
    margin-top: 2px;
    height: 33px !important;
    background: #fff;
    border: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 16px;
    color: #888;
}

#ninja_forms_field_1_label, #ninja_forms_field_14_label, #ninja_forms_field_7_label, #ninja_forms_field_8_label, #ninja_forms_field_10_label, #ninja_forms_field_11_label, #ninja_forms_field_12_label, #ninja_forms_field_13_label, #ninja_forms_field_26_label, #ninja_forms_field_27_label, #ninja_forms_field_2_label, #ninja_forms_field_17_label, #ninja_forms_field_18_label, #ninja_forms_field_25_label, #ninja_forms_field_20_label
{
    display: none !important;
}

.ninja-forms-field p, .ninja-forms-form-wrap ul {
    font-size: 16px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    color: #333;
}

.ninja-forms-form-wrap input.ninja-forms-req[type="text"] {
    background: #fff url(img/required.png) center right no-repeat;
}

.ninja-forms-req-symbol {
color: #913334 !important;
}



/* Conditional Stylings */

li.page-item-133 {
    display: none !important;
}
li.page_item_has_children ul {
    margin-top: 8px;
}

#toggle-container {
    display: none;
}

#mn-content .mn-list-item-odd {
    background-color: #fff !important;   
}

.mn-section-head-text {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-weight: 400;
}


/* MailChimp Sign Up Form Styles */

.mc_input {
    background: rgb(239, 239, 239);
    height: 36px;
    padding: 8px;
    font-size: 13px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.mc_signup_submit input[type="submit"] {
    background: #efefef;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #777777;
    cursor: pointer;
    height: 36px;
    width: 100px !important;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
}

.mc_signup_submit input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.4);
    -o-box-shadow: 0 0 6px rgba(0,0,0,.4);
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    background: #fafafa;
}

/* Mobile Nav Menu Styles */

@media (max-width:767px) { 

#mobile-nav-container {
    position:absolute;
    bottom:0;
    width:100%;
}

#trigger {
        position: relative;
        margin: 0 auto;
        width: 100%;
        z-index: 8888;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        #trigger.clicked {
        width: 100%;
        z-index: 7777;
    }
        #trigger.clicked #mobile-nav {
            height: auto;
            max-height: 800px;
        }
        .menu {
            float: none;
        }
        #main-nav .sub-menu {
            display: none;
        }
        #main-nav {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        #mobile-nav {
            width: 100%; 
            max-height: 0px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            position:absolute;
			top:37px;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }
            #mobile-nav #main-nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
                text-align: center;
            }
                #mobile-nav #main-nav ul li {
                    width: 100%;
                    display: block;
                    text-align: center;
                    margin: 0;
                    padding: 20px 0 16px;
                    line-height: 24px;
                    border-top: 0;
                    border-bottom: 2px dashed rgba(255,255,255,.4);
                    color: #fff;
                    background: #943331;
                    behavior: url(/pie/PIE.htc);
                }
                    #mobile-nav #main-nav ul li a {
                        color: inherit;
                        width: 100%;
                        height: 100%;
                        display: block;
                        text-decoration: none;
                        font-size: 24px !important;
                        position: relative;
                        z-index: 9999;
                    }
                        #mobile-nav #main-nav ul li a:hover, #mobile-nav #main-nav ul li.current-menu-item a {
                            text-shadow: 1px 1px 1px #000;
                        }
        #toggle-container {
            width: 100%;
            margin: 0 auto;
            padding: 4px 0;
            display: table !important;
            position: absolute;
            background: #6d2727;
        }
            .toggle {
                width: 100%;
                height: 100%;
                display: table-cell;
                vertical-align: middle;
                cursor: pointer;
                font-size: 24px;
                text-align: center;
                color: #fff;
                text-transform: uppercase;
            }
                .toggle:after {
                    content: "ˇ";
                    position: absolute;
					margin-left:10px;
                    font-size: 44px;
                }
                 .toggle.clicked:after {
                    content: "ˆ";
                    position: absolute;
                    margin-left:10px;
                    font-size: 44px;
                }

#mobile-sub-nav {
    display: block;
}

    #mobile-sub-nav ul {
    list-style: none;
    margin: 10px 0 30px 15px;
    padding: 0;
}

    #mobile-sub-nav ul li {
        font-size: 32px;
        color: #913334;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px dashed #333;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        position: relative;
    }
        #mobile-sub-nav ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }
        #mobile-sub-nav ul li:hover {
            color: #cc8a55;
        }
        #mobile-sub-nav ul li.current_page_item {
            font-family: 'Yanone Kaffeesatz', sans-serif;
            padding-left: 20px;
        }
            #mobile-sub-nav ul li.current_page_item:before {
                content: "»";
                position: absolute;
                left: 0;
            }
            #mobile-sub-nav ul li.current_page_item:hover {
                color: #913334;
            }

    #slide-text p {
        font-size: 20px;
        line-height: 22px;
    }
    .mn-scroll-item {
        font-size: 16px;
    }
    #footer .widget p, #footer .widget table, #footer .widget li a {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width:481px) {
    #content h3 {
        font-size: 46px;
    }
    #content p {
        font-size: 20px;
        line-height: 24px;
    }
	#sidebar-registration{
		width:100%;
	}
}