
html {
    background: #b8b8b8;
}

body {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 25px;
    background: transparent;
}

::selection {
    background: #900604; 
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #900604; 
    color: #ffffff;
    text-shadow: none;  
}

input[type=text]:focus, select:focus, textarea:focus {
    color: #1358a4;
}

a, a:hover {
    text-decoration: none;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

a:active, a:focus {
    outline: none;
    text-decoration: none;
}

.content-div a {
    color: #900604;
    border-bottom: 1px solid #900604;
}

.content-div a:hover {
    color: #900604;
    border-bottom: 1px solid #900604;
}



.marquee-footer-inner {
    width: 980px;
    height: 100px;
    margin: 0px auto;
    opacity: 0.4;
    filter: alpha(opacity=40);  
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.marquee-footer-wrapper {
    position: fixed;
    z-index: 99;
    bottom: 0px;
     width: 100%;
    height: 110px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);      
    background: url(../images/transgray50.png);
}
.marquee-footer-wrapper:hover .marquee-footer-inner {
    opacity: 1.0;
    filter: alpha(opacity=100); 
}

.marquee-footer-wrapper:hover {
    -webkit-box-shadow: 0px 0px 10px 0px black;
    box-shadow: 0px 0px 10px 0px black; 
    background: url(../images/transgray75.png); 
    opacity: 1.0;
    filter: alpha(opacity=100); 
}

.marquee-footer-wrapper.stuck {
    position: relative;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;       
    padding-top: 10px;
}

.marquee-footer-wrapper .footer-div {
    background: transparent;
}

.marquee-footer-wrapper.stuck .marquee-footer-inner {
    opacity: 1.0;
}

.footer-div-container.stuck {
    padding-bottom: 0px;
}

img.MarqueeLogo {
    width: 298px;
    height: 88px;
}

a.MarqueeLWW {
    display: block;
    height: 90px;
    width: 295px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
    border: 1px solid #dcdfe2;
    margin: 0px auto;
    background: white;

}

a.MarqueeLWW img {
    width: auto;
    height: 88px;
}

a.MarqueeLWW:hover {
    border: 1px solid #777777;
    
}


.contentwrapper {
    background: white;
    overflow-x: hidden;
}

.internalpage {
    padding-top: 50px;
}

.footer-div-container {
    background: transparent;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-bottom: none;
    text-align: center;
    font-size: 13px;
    border-bottom: none;
    padding: 10px 20px 124px 20px;
    width: 100%;
    padding: 0px;
    padding-bottom: 110px;
}



.footer-div.marquee-footer {
    padding: 10px;
    width: 33%;
    float: left;
    text-align: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
}



.marquee-footer-ads a img {
    margin-right: 20px;
}



a.MarqueeLink {
    background: white;
    display: block;
    border: 1px solid #dcdfe2;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    width: 300px;
    height: 90px;
}


a.MarqueeLink:hover {
    background: white;
    border: 1px solid #777777;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

.MarqueeText {
    display: block;
    float: right;
    text-align: center;
    padding: 5px;
    width: 50%;
    word-wrap: break-word;
}

img.MarqueeLogo {
}

a.MarqueeContact {
    border: 1px solid #dcdfe2;   
    background: white;
    display: block;
    text-align: center;
    line-height: 20px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    font-weight: bold;
    color: #dcdfe2;
    padding: 14px;
}

a.MarqueeContact:hover {
    background: white;
    border: 1px solid #777777;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    color: #777777;
}

a.MarqueeLWW {
    display: block;
    height: 98px;
    width: 290px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
    border: 1px solid #dcdfe2;
}

a.MarqueeLWW img {
    width: 100%;
}

a.MarqueeLWW:hover {
    border: 1px solid #777777;
}

.ads-column a img.panelad {
    display: block !important;
}

.navbar-brand {
    height: auto;
    padding: 10px 5px;
}

.navbar-nav li {
    margin-left: 0px;
}

.supernav {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    background: rgba(0, 0, 0, 0.5);
    zoom: 1;    
}

.supernav-nav {
    display: inline-block;
    float: right;
    font-family: 'Nexa Light', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.footernav-list {
    margin: 0px;
}

.footernav-list li {
    margin-left: 5px;
}

.footernav .footernav-list a {
    margin: 0px;
}

.supernav-list, .footernav-list {
    list-style: none;
}

.supernav-list li, .footernav-list li {
    display: inline-block;
}
.supernav-nav span, .supernav-nav a {
    display: inline-block;
    color: white;
}

.supernav-nav a {
    color: white;
}

.supernav-nav a.current {

    background: black;
}

.supernav-nav a:hover {
    color: #1358a4;
    text-decoration: none;
}

.supernav-nav span {
    margin-right: 4px;
}

.supernav-nav .supernav-list {
    margin: 0px;
}

.supernav-nav .supernav-list li {
    margin: 0px;
}

.supernav-nav .supernav-list .dropdown-menu a {
    color: #1358a4;
}

.supernav-nav .supernav-list .anchSuperNav {
    line-height: 25px;
    
}

.nav .dropdown.open .caret {
    border-top: none;
    border-bottom: 4px solid #000000;
}

a.subcatbutton[aria-expanded="true"] .caret { 
    border-top: none;
    border-bottom: 4px solid #FFFFFF;
} 
    
.navbar-default {
    background: transparent;
    border: none;
}

.navcontainer {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
    background: rgba(255, 255, 255, 0.85);
    zoom: 1;
    height: 75px;
    border-bottom: 1px solid white;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 450px;
}

#navbar {
    float: right;
}

#navbar .anchMainNav, .anchSuperNav {
    color: #737374;
    position: relative;
    line-height: 75px;
    margin: 0px 10px;
    text-transform: uppercase;
    padding: 0px;
}

#navbar .anchMainNav.last {
    margin-right: 0px;
}

#navbar .anchMainNav.current {
    color: #1358a4;
}

#navbar .anchMainNav:hover {
    text-decoration: underline;
}

#navbar .anchMainNav span.pagelabel {
    z-index: 2;
    position: relative;
}

#navbar .anchMainNav .navhover {
    display: none;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #93c53d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    z-index: 1;
    opacity: 0.0;
    filter: alpha(opacity=0);    
}

#navbar .anchMainNav:hover .navhover {
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #93c53d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    z-index: 1;
    opacity: 1.0;
    filter: alpha(opacity=100);     
}

.footernav {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footernav a {
    text-transform: uppercase;
    padding: 0px 5px;
    margin: 0px 5px;
    color: #4e4c48;
    display: inline-block;
} 


.textholder .h1, .textholder .h2, .textholder .h3, .textholder h1, .textholder h2, .textholder h3 {
    margin-top: 10px;
}


.phonenumbers.visible-xs-block {
    text-align: center;
}

.phonelink {
    color: white;
}




@media (max-width: 768px){
     .navbar-collapse {
         font-size: .8em;
     }
    .navbar-brand img {

    }    
    .phonenumbers {
        font-size: .8em;
    } 
    .pagelabelheader {
       margin-left: 0px; 
    }    
    #navbar {
        float: right;
        width: 106%;
    }    

    #navbar.tabletnav {
        width: auto !important;
        float: right;
    }

    .navbar-collapse {
        /*background: transparent;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
        background: rgba(255, 255, 255, 0.95);
        zoom: 1;*/    
    }   
    
    #navbar .anchSandwichNav {
        font-size: 1.7em;
        line-height: 1.7em;  
        border-bottom: 1px solid #4e4c48;
        margin: 0px;
        padding: 0px 10px;
		white-space:initial;
    }


    #navbar .sidemenu-category {
        font-size: 1.2em;
        line-height: 1.2em;
        border-left: 5px solid #4e4c48;
        border-color: #4e4c48;
        padding-left: 10px;
        background: #e7e7e7;;
        padding-left: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        padding-top: 0px;
    }
    
    .textholder-image img {
        width: 100%;
    }   
      
     .internalpage {
         padding-top: 50px;
     }
    #frmContactForm input[type=text], #frmContactForm input[type=file], #frmContactForm input[type=tel], #frmContactForm input[type=email], #frmContactForm select, #frmContactForm textarea {
        width: 100%;
        font-size: 1.1em;
        line-height: 2em;
    }  

    #frmContactForm input[type=text], #frmContactForm input[type=file], #frmContactForm input[type=tel], #frmContactForm input[type=email], #frmContactForm select {
        height: 48px;
        margin: 20px 0px;
    }

    #frmContactForm textarea {
        margin: 20px 0px;
    }

    a.anchMoreDetails.dropdownMoreDetails {
        font-size: 2em;
        padding: 10px;        
    }
    
    a.anchMoreDetails.tabletdropdownMoreDetails.dropdownMoreDetails {
        font-size: 1em;
    }    
    ul.social-networking, ul.social-networking-small {
        display: inline-block;
        float: none;
        margin-top: 10px;
    }      

}

@media (max-width: 480px){
    .navbar-collapse {
        background: transparent;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
        background: rgba(255, 255, 255, 0.95);
        zoom: 1;    
    }    
    #navbar {
        float: none;
        width: 110%;
    }
    
    #navbar .anchSandwichNav {
        display: block;
        text-align: left;
        font-size: 1.6em;
        line-height: 1.6em;
        border-bottom: 1px solid #4e4c48;
        margin: 0px;
        padding: 0px 10px;
		white-space:initial;
    }

    #navbar .anchMainNav.current, #navbar .anchSuperNav.current {
        
    }

    #navbar .sidemenu-category {
        font-size: 1.2em;
        line-height: 1.2em;
        border-left: 5px solid #4e4c48;
        border-color: #4e4c48;
        padding-left: 10px;
        background: #e7e7e7;;
        padding-left: 20px;
		white-space:initial;
    }
    .navbar-nav .open .dropdown-menu {
        padding-top: 0px;
    }

    #navbar .anchMainNav .navhover, #navbar .anchMainNav:hover .navhover {
        display: none;
    }

    .phonenumbers {
        font-size: 1.2em;
        margin-top: 10px;
    }    
    .banner-socialmedia-div {
        float: right;
        margin-left: 0px;
        text-align: center;        
    }
    .topfooter .banner-socialmedia-div {
        width: 100%;
    }
    
    ul.social-networking, ul.social-networking-small {
        display: inline-block;
        float: none;
        margin-top: 10px;
    }   
    
    .divDirectionSectionRight .textholder-image {
        border-top: 1px solid #dcdfe2;
        padding-top: 20px;        
    }
    
    .divDirectionSectionLeft #mapframe {
        margin-top: 10px;
        height: 348px;
    }

    .divTiledListing img {
        height: 400px;
    }
    
     .internalpage {
         padding-top: 50px;
     }
}

@media (min-width: 768px){
    #navbar .anchMainNav {
        font-size: .7em;
        margin: 0px 5px;
    }    

    .internalpage {
        padding-top: 50px;
    }
}

@media (min-width: 1024px){
    #navbar .anchMainNav {
        font-size: .85em;
        margin: 0px 5px;
    }    
}

h3.shownondesktop {
    display: none;
    position: absolute;
    bottom: 0px;
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
    background: rgba(255, 255, 255, 0.85);
    zoom: 1;
    width: 100%;
    text-align: center;
}

.divTiledListing:hover h3.shownondesktop {
    display: block;
}



.footernav a.lww {
    text-transform: none;
}
iframe {
    max-width: 100%;
}

.topfooter .phonenumbers a {
    color: white;
}
    
.textholder h2.headerImage {
    margin: 0px;
    line-height: 34px;
}

.content-div a.topmenu-category:hover, .content-div a.sidemenu-category:hover{
    color: white;
}

.content-div a.topmenu-category {
    border-bottom: 1px solid #dcdfe2;
}

.content-div .divTiledListing a {
    border: none;
    display: block;
}

.divTiledListing {
    margin-bottom: 20px;
}

.listingdetailsimg, .moredetailslisting {
    float: left;
}

table.moredetailslisting {
    margin-bottom: 20px;
}

.divDescriptionPrimary h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.subcats-select {
    font-size: 1.5em;
    line-height: 2em;
    height: auto;
    margin-bottom: 20px;
}


.content-div a.anchMoreDetails {
    border: none;
}
.content-div a.anchMoreDetails .moredetailsdropdownlink {
    text-decoration: underline;

}


    a.titlelink .fa {
        vertical-align: bottom;
        font-size: 0.7em;
        padding-bottom: 5px;
    }

    .tabletbody .supernav-nav span {
        margin: 0px;
    }
    
    .tabletbody #navbar .anchMainNav {
        padding: 0px 0px;
    }
    .tabletbody #navbar #Homepage01_nnn {
        display: none;
    }

    .tabletbody .navbar-brand img {
        
    } 

.faqanswerwrapper {
   margin-left: 44px; 
}



.mobileblog #tagsection, .mobileblog #datesection {
    padding-top: 10px;
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;   
}

.mobileblog #tagsection .list-group, .mobileblog #datesection .list-group, .mobileblog #tagsection .list-group-item, .mobileblog #datesection .list-group-item {
    margin-left: 0px;
}

.mobileblog .tagbutton {
    margin-top: 20px;
}

.mobileblog #tagsection {
    margin-bottom: 20px;
}

.mobileblog a.anchYearLink.current-year, .mobileblog a.anchTagLink.current-tag {
    padding: 10px 15px;
    margin: -10px -15px;
}

.subcatshowhide {
    margin-bottom: 20px;
}

.divMiniSliderWrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}

.divMiniSliderWrapper::-webkit-scrollbar:vertical {
    width: 12px;
}

.divMiniSliderWrapper::-webkit-scrollbar:horizontal {
    height: 12px;
}

.divMiniSliderWrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.divMiniSliderWrapper::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.faqholder.updown.faqanswer {
    margin-top: 20px;

}

a.subcatbutton.archivebutton, a.subcatbutton.tagbutton {
    z-index: 2;
} 

.directionsSubHeaderWrapper {
    background: #dcdfe2;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.mobiledirectionpadding {
    padding: 0px;
}

.fileUpload {
    float: left;
}

.notelabel.uploaddoctypes {
    float: left;
    display: inline-block;
    margin-left: 5px;
    color: #4e4c48;
}

/* portrait size */
.navbar-fixed-top .navbar-collapse {
	max-height: 450px;
} 

/* Tweak the max-height values depending on how many menu items your site has */
/* iphone5 and smaller on landscape */

@media (max-width:568px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse {
		max-height: 220px;
	}
}

/* all other phones on landscape */
@media (min-width:569px) and (max-width:736px) and (orientation:landscape) {
	.navbar-fixed-top .navbar-collapse {
		max-height: 290px;
	}

}



@font-face {
    font-family: 'Nexa Bold';
    src: url('fonts/nexa_free_bold-webfont.woff2') format('woff2'),
         url('fonts/nexa_free_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa Light';
    src: url('fonts/nexa_free_light-webfont.woff2') format('woff2'),
         url('fonts/nexa_free_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/opensans-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
         url('fonts/opensans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




.supernav {
	background:#900604;
	color:#ffffff;
	height:27px;
}

.supernav .anchSuperNav {
	font-family:'Nexa Light';
	font-size:14px;
	text-transform:uppercase;
}

.supernav .banner-socialmedia-div {
	height:27px;
}

@media (max-width:767px) {
	.supernav {
		height:42px;
	}
}



.banner-logo {
}

.navbar-brand img {
	height:auto;
	width:auto;
}

@media (min-width:1024px) and (max-width:1365px) {
	.tabletbody #navbar .anchMainNav {
		padding:0 10px;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.banner-logo {
    	margin-top: 7px;
   	 	width: 200px;
	}
}

@media (max-width:767px) {
	
	.banner-logo {
		max-height:80px;	
	}
}




.navcontainer {
	height:80px;
	background:#ffffff;
	border-bottom:2px solid rgba(222,222,222,0.7);
}

#navbar .anchMainNav {
	font-family:'Nexa Bold';
	font-size:14px;
	color:#b7aaa2;
	text-transform:uppercase;
	padding:0 12px;
	line-height:80px;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(183, 170, 162, 0);
	-moz-box-shadow:    inset 0px -4px 0px 0px rgba(183, 170, 162, 0);
	box-shadow:         inset 0px -4px 0px 0px rgba(183, 170, 162, 0);	
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;	
}
#navbar .anchMainNav.current,
#navbar .anchMainNav:hover,
#navbar .anchMainNav:active {
	color:#900604;
	text-decoration:none;
	border-bottom:none;
	-webkit-box-shadow: inset 0px -4px 0px 0px rgba(183, 170, 162, 1);
	-moz-box-shadow:    inset 0px -4px 0px 0px rgba(183, 170, 162, 1);
	box-shadow:         inset 0px -4px 0px 0px rgba(183, 170, 162, 1);	
}


@media (min-width:768px) and (max-width:1023px) {
	ul.social-networking,
	ul.social-networking-small {
		margin-top:0;
	}
}

@media (max-width:767px) {
	.navbar-collapse {
	    background: rgba(255, 255, 255, 0.95);
	}	
	.navbar-nav {
		margin:0 -15px;
	}
	
	.navbar-toggle {
		margin-top:-36px;
		padding:7px 10px;
	}
	.navbar-default .navbar-toggle {
		border-color:#ffffff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#ffffff;
	}
}



.pagetextholder {
	padding:20px;
}

.content-bg-image {
	background-image:url(https://www.22three.com/layout/images/content-bg-image.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:125px;
	text-align:center;
	margin:auto;
	margin-top:75px;
	
}

.content-bg-image h1,
.content-bg-image h2,
.content-bg-image h3 {
	position:relative;
	top:60px;
	font-family:'Nexa Bold';
	white-space:nowrap;
	font-size:36px;
	font-weight:normal;
	color:#ffffff;
	text-transform:uppercase;
	margin:0 auto;
	text-align:center;	
	text-shadow: rgba(0,0,0,0.7) 0px 4px 10px;
    letter-spacing: 1px;	
}


.content-bg-image .container {
	height:100%;
}

.content-div h1,
.content-div h2 {
	font-family:'Nexa Bold';
	font-size:30px;
	font-weight:normal;
	color:#4e4c48;
	text-transform:uppercase;
	margin:0;
}

.content-div h3 {
	font-family:'Nexa Light';
	font-size:26px;
	font-weight:normal;
	color:#900604;	
	text-transform:uppercase;
	margin:0;
}

.content-div p,
table, th, tr, td,
ul, li,
figcaption {
	font-family:'Open Sans';
	font-size:16px;
	font-weight:normal;
	color:#2c343b;
}

/* //sidemenu */

.content-div .sidemenu a {
	font-family:'Nexa Light';
	font-weight:normal;
	color:#4e4c48;
	text-shadow:none;
	background-color:#ffffff;
	border-color:#dcdfe2;
}

.content-div .sidemenu a:hover,
.content-div .sidemenu a.current-category {
	font-family:'Nexa Light';
	font-weight:normal;
	color:#ffffff;
	text-shadow:none;
	background-color:#900604;
	border-color:#900604;
}

.sidemenu-subcategory {
	margin-left:10px;
	padding:3px 0 3px 6px;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;		
}

.content-div .sidemenu a.sidemenu-subcategory:hover,
.content-div .sidemenu a.current-subcategory {
	color:#900604;
	text-shadow:none;
	border-color:#f9f9f9;	
	background-color:#f9f9f9;
	border-right:3px solid #900604;
}


.content-div a.subcatbutton {
	background:#900604;
}

.content-div a.subcatbutton:hover {
	background:#52616d;
}

#collapsesidemenu a.sidemenu-subcategory,
#datesectionmobile a.sidemenu-subcategory,
#tagsectionmobile a.sidemenu-subcategory {
	font-family:'Nexa Light';
	color:#52616d;
}

#collapsesidemenu a.current-subcategory {
	color:#900604;
}


/* //minigallery mini gallery module */
.divMiniSliderWrapper {
	height:180px;
	white-space:nowrap;
}

.divMiniSliderWrapper a {
	margin-right:5px;
}

.divMiniSliderWrapper img {
	background:#ffffff;
	width:155px;
	border:none;
	padding:2px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.4);	
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.divMiniSliderWrapper img:hover {
	background:;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.6);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.6);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.6);	
}





footer {
	border-top:2px solid #900604;
	background-color:#dcdfe2;
}

.footer-left {
	padding:35px 0;
}

.footer-right {
	padding:25px 0;
}

footer .social-networking-small li,
footer .social-networking-small a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.3em;	
}

footer .social-networking a,
footer .social-networking-small a {
	color:#52616d;
}

.footernav {
	display:block;
	clear:both;
	padding:0;
	margin:15px 0;
	text-align:right;
}

.footernav a {
	font-family:'Nexa Bold';
	font-size:14px;
	color:#52616d;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;		
}

.footernav a:hover,
.footernav a:active {
	color:#900604;
}

.footernav a.anchFooterNav-become-a-member {
	display:block;
	clear:both;
	background-color:rgba(78,76,72,0.1);
	margin:15px 0;
	padding:12px 24px;
	border:1px solid #900604;
	
}

.footernav a.anchFooterNav-become-a-member:hover {
	background-color:rgba(78,76,72,0.4);
	color:#ffffff;
}

footer .banner-socialmedia-div {
	margin:10px 0;
	display:block;
	clear:both;
}

.contact-wrap,
.contact-wrap .phonenumbers,
.contact-wrap .address {
	text-align:center;
	margin:auto;
}

.contact-wrap img {
	margin-bottom:20px;
}

.contact-wrap .address {
	padding:18px 0;
	border-top:1px solid #b7aaa2;
	color:#4e4c48;
	line-height:1.2;
}

.contact-wrap .address a {
	font-family:'Open Sans';
	font-size:14px;
	color:#52616d;
}

.contact-wrap .phonelink {
	font-family:'Open Sans';
	white-space:nowrap;
	font-size:22px;
	color:#900604;
	line-height:1;
}

.lww {
	font-family:'Open Sans';
	display:block;
	clear:both;
	text-align:right;
	font-size:12px;
	color:#52616d;
}

.lww a {
	font-family:'Open Sans';
	font-size:12px;
	color:#52616d;	
}


@media (min-width:768px) and (max-width:1023px) {
	.footer-right {
		padding-right:20px;
	}
	
}


@media (max-width:767px) {
	
	
	.footer-left,
	.footer-right,
	.lww {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	footer .banner-socialmedia-div {
		float:none;
		text-align:center;
		padding-bottom:10px;
	}
	
	footer .social-networking-small li,
	footer .social-networking-small a {
		width: 50px;
	    height: 60px;
	    line-height: 65px;
	    font-size: 1.8em;
	}
	
	.footernav,
	.lww {
		text-align:center;
		margin:0 auto;
	}
	
	.footernav {
		padding:0 15px;
	}
	
	.footernav li,
	.footernav a.anchFooterNav {
		display:none;
	}
	
	.footernav li.list-become-a-member,
	.footernav a.anchFooterNav.anchFooterNav-become-a-member {
		display:inline;
		width:auto;
		float:none;
		margin:auto;
	}
	
	
}




.container.full-width {
    width: 100%;
}

.PageFooterOuter {
    background: transparent;
}


.static .divMainCalloutTextWrapper {
    height: 650px;
}
.static .divMainCalloutImage {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 650px;
    background: black;
}

.static .divMainCalloutTextInner {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    bottom: 100px; 
    right: 0;
}

.static .divMainCalloutText {
    width: 100%;
    height: 650px;
}

.divMainCalloutWrapper.static {
    width: 100%;
    overflow: hidden;
    height: 650px;
}

img.staticimage {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    opacity: .7;   
}

.divMainCalloutWrapper {
    margin-top: 100px;
}
.divMiniCalloutImageWrapper {
    height: 370px;
    overflow: hidden;
}
.divMiniCalloutImageWrapper .textholder-image {

}

.divMiniCallout {
    height: 370px;
    padding: 0px;
} 

.minicalloutcontent {
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    text-shadow: 0px 1px 0px black;
    color: white;
}

a.minicalloutlink {
    display: block;
    border: none;
    height: 370px;
    display: table;
    width: 100%;
}

a.minicalloutlink:hover {
    border: none;
}

a.minicalloutlink:hover {
    border: none;
}

img.MiniCalloutImage {
    z-index: 2;
    position: absolute;
    padding: 0px;
    border: none;
    max-width: none;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;    
    top: auto;
    left: auto;
    /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/    
}

.scaletoheight {
    /*height: 100%;
    width: auto;*/
}
.scaletoheight {
    /*width: 100%;
    height: auto;*/
}

.scaletowidth {
    /*width: 100%;
    height: auto%;*/
}

a.minicalloutlink:hover img.MiniCalloutImage {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; 
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); 
    opacity: 0.5;
    filter: alpha(opacity=50);   
} 

.divMiniCallout figure, .divMiniCallout picture {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    position: absolute;     
    overflow: hidden;
    width: 100%;
    height: 370px; 
}

.divMiniCalloutRow {
    height: 370px; 
}
.divMiniCalloutImageWrapper picture {
    /*height: 370px;
    display: block;*/    
}

.SlideImage {

}

.swiper-pagination {
    width: 100%;
}

.slideshowfullwidth .divMainCalloutImage {
    height: 650px;
    width: 100%;
}

.slideshowfloatleft .divMainCalloutImage, .slideshowfloatright .divMainCalloutImage {
    height: 500px;
}

.swiper-slide {
    overflow: hidden;
}

.slideshowfullwidth .swiper-slide {
    height: 650px;
}

.slideshowfloatleft .swiper-slide, .slideshowfloatright .swiper-slide {
    height: 500px;
}

.slideshowfullwidth .slideshowfigure, .slideshowfullwidth .slideshowpicture {
    display: block;
    width: 100%;
    height: 100%;
}

.slideshowfloatleft .slideshowfigure, .slideshowfloatright .slideshowfigure, .slideshowfloatleft .slideshowpicture, .slideshowfloatright .slideshowpicture {
    height: 500px;
}

.slideshowfloatright .slideshowpicture, .slideshowfloatleft .slideshowpicture {
    display: block;
    width: 100%;
    height: 100%;    
}

.slideshowfloatright .slideshowfigure, .slideshowfloatleft .slideshowfigure {
    overflow: hidden;
}

.slideshowfloatright .slideshowfigure {
    float: left;
}

.slideshowfloatright .divMainCalloutSlideshowText {
    float: right;
}
    
.wh{height:100%!important}
.ww{width:100%!important}

img.SlideImage {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    /*min-height: 100%;
    min-width: 100%;*/
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

img.SlideImage {
    min-height: auto;
    min-width: auto;    
}

.slideshowfullwidth .divMainCalloutSlideshowText {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; 
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
    background: rgba(255, 255, 255, 0.5);
    zoom: 1;  
    padding: 10px;
}

.slideshowfullwidth .divMainCalloutSlideshowText:hover {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
    background: rgba(255, 255, 255, 0.85);
    zoom: 1;    
}

.divMainCalloutSlideshowText * {
    text-shadow: 0px 1px 0px white;
}

.slideshowsitewidth .slideshowpicture {
    display: block;
    width: 100%;
    height: 500px;
}

.slideshowsitewidth img.SlideImage {

}

.slideshowsitewidth .divMainCalloutSlideshowText {
    z-index: 3; 
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
    background: rgba(255, 255, 255, 0.5);
    zoom: 1;  
    position: absolute;
    bottom: 0px;
}

.slideshowsitewidth .divMainCalloutSlideshowText:hover {
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9FFFFFF,endColorstr=#D9FFFFFF);
    background: rgba(255, 255, 255, 0.85);
    zoom: 1;    
}

.content-div {
    padding-top: 20px;
}


.swiper-container.container {
    padding-right: 0px;
    padding-left: 0px;
}


.slideshowsitewidth .divMainCalloutSlideshowText {
    display: block;
    width: 100%;
    clear: both;
    z-index: 3;    
}
.slideshowsitewidth .slideshowfigure {
    display: block;
    clear: both;    
    height: 500px;
}

.slideshowsitewidth {
    
}

.content-div .blog-container img, .blog-container figure, .blog-container picture, .content-div .PageFooterOuter img, .PageFooterOuter figure, .PageFooterOuter picture {
    max-width: 100%;
}



.sitewidth.bottomslideshow {
    
}

.bottomslideshow {

}

.slideshowfullwidth .bottomslideshow {
    top: auto;
    left: auto;
    bottom: 0px;
    -webkit-transform: none;
    transform: none;    

}

@media (max-width: 768px){
            
    .static .divMainCalloutTextInner {
        width: 100%;
    }
   
    .divMainCalloutTextWrapper, .divMainCalloutText, .divMainCalloutTextInner {
        height: 100% !important;
    }
    .divMainCalloutWrapper {
        padding-top: 0px;
        margin-top: 105px;
    } 
    .divMainCalloutImage, .swiper-slide {
        height: 600px;
    }
    
    .slideshowfloatleft .divMainCalloutImage, .slideshowfloatright .divMainCalloutImage {
        height: auto;
    }
    .slideshowfloatleft .swiper-slide, .slideshowfloatright .swiper-slide {
        height: auto;
    }    
    
    .slideshowfloatright .slideshowfigure {
        float: none;
    }
    
    .slideshowfloatright .divMainCalloutSlideshowText {
        float: none;
    }
    
}

@media (max-width: 480px){
    .divMainCalloutImage, .swiper-slide {
        height: 500px;
    }    
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}


.divMainCalloutTextInner {
	text-align:right;
}

.divMainCalloutTextInner h2 {
	font-family:'Nexa Bold';
	font-size:48px;
	color:white;
	text-transform:uppercase;
	margin:0 auto;
	line-height:1;
}

.divMainCalloutTextInner h3 {
	font-family:'Nexa Light';
	font-size:30px;
	color:#ffffff;
	text-transform:uppercase;
	margin:0 auto;
	line-height:1.25;
}

.divMainCalloutTextInner p {
	font-family:'Open Sans';
	font-size:18px;
	color:#ffffff;
	text-transform:none;
	margin:0 auto 5px auto;
	line-height:1.5;
}

.divMainCalloutTextInner p a {
	font-family:'Nexa Bold';
	font-size:20px;
	color:#2c343b;
	border:2px solid #900604;
	position:relative;
	top:20px;
	padding:12px 30px;
	background:rgba(255,255,255,0.4);
	text-transform:uppercase;
	margin:0 auto;
	line-height:1.5;
}

.divMainCalloutTextInner p a:hover,
.divMainCalloutTextInner p a:active {
	color:#ffffff;
	border:2px solid #900604;
	background:#900604;
}

@media (min-width:768px) and (max-width:1023px) {
	.static .divMainCalloutTextInner {
		height:auto !important;
		width:75%;
		bottom:0;
		padding-bottom:100px;
	}
	
	.divMainCalloutWrapper.static,
	.static .divMainCalloutImage {
		height:425px;
	}
}

@media (max-width:767px) {
	
	.divMainCalloutWrapper.static {
		height:750px;
		background:#ffffff;
	}
	
	.static .divMainCalloutImage {
		height:450px;
	}
	
	img.staticimage {
		height:100%;
		left: 100% !important;
	}
	
	.static .divMainCalloutText {
		bottom:20px;
		position:relative;
	}
	
	.static .divMainCalloutTextInner {
		width:100%;
		text-align:center;
		height:auto !important;
		bottom:0;
		padding:15px;
		padding-bottom:65px;
		background-color:#ffffff;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
		-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.2);
		box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.2);		
	}
	
	.divMainCalloutTextInner h2 {
		font-size:32px;
		color:#2c343b;
		line-height:1.2;
	}

	.divMainCalloutTextInner h3 {
		font-size:24px;
		color:#900604;
		line-height:1.4;
	}
	
	.divMainCalloutTextInner p {
		color:#2c343b;
	}
	
}


.divMiniCalloutWrapper {
	background:url(https://www.22three.com/layout/images/content-bg-image.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	padding:50px 0;	
}

.divMiniCallout {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);	
}

.miniCalloutContentWrapper {
	width:100%;
	position:absolute;
	top:100%;	
}

.miniCalloutContent {
	position:relative;
	bottom:60px;
	min-height:90px;
	height:auto;
	margin:auto;
	background:#ffffff;
	width:80%;
	text-align:center;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.2);		
}

.miniCalloutContent h3,
.miniCalloutContent .h3 {
	font-family:'Nexa Bold';
	font-size:30px;
	color:#52616d;
	text-transform:uppercase;
	padding-top:12px;
	margin:0 auto;
}

.miniCalloutContent .cta {
	position:relative;
	top:15px;
	text-transform:uppercase;
	color:#ffffff;
	font-family:'Nexa Light';
	font-size:20px;
	padding:12px 15%;
	background-color:#900604;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.3);		
}



/* desktop minicallout transitions */
@media (min-width:1025px) {
	.divMiniCalloutRow {
		height:400px;
	}
	.divMinicallout,
	.miniCalloutContentWrapper,
	.divMiniCalloutRow,
	a.minicalloutlink:hover,
	a.minicalloutlink {
		cursor:crosshair !important;	
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	.miniCalloutContent, 
	.miniCalloutContent .cta {
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	
	.divMiniCallout:hover .miniCalloutContentWrapper {
		top:95%;
	}
	
	.divMiniCallout:hover .miniCalloutContent .cta {
		top:34px;
	}	
}


@media (min-width:768px) and (max-width:1024px) {
	img.staticimage {
		top: 70%;
		left: 70%;
	}	
		
	
	.divMiniCalloutRow {	
		height:275px;
	}
	
	.divMiniCallout {
		height:240px;
	}
	
	.miniCalloutContent h3,
	.miniCalloutContent .h3 {
		font-size:21px;
	}
	
	.miniCalloutContent .cta {
		font-size:14px;
		top:21px;
	}
}

@media (max-width:767px) {
	.divMiniCallout {
		margin-bottom:15%;		
	}
	
	.miniCalloutContent h3,
	.miniCalloutContent .h3 {
		line-height:1;
	}	
	
	.miniCalloutContent .cta {
		top:25px;		
	}
}

@media (max-width:480px) {
	.divMiniCallout {
		height:300px;
		margin-bottom:25%;
	}	
}


.divMinicallout, .miniCalloutContentWrapper, .divMiniCalloutRow, a.minicalloutlink:hover, a.minicalloutlink {
	cursor: pointer !important;
}

@media (width: 320px) {
	.divMainCalloutTextInner p a {
		font-size: 15px;
	}	
		
	.miniCalloutContent .cta {
		font-size: 16px;
	}
}

@media (width: 1024px) {
	img.staticimage {
		top: 50%;
		left: 50%;
	}
}

@media (width: 360px) {
	.miniCalloutContent .cta {
		font-size: 16px;
	}
}
