
html 		{overflow-y: scroll;}
body 		{ margin: 0px; color: #333;}

.outer-div 	{width: 100%;}
.inner-div 	{width: 1170px; margin: 0px auto;}
		.admin-div {
				border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					-webkit-border-bottom-left-radius: 10px;
		}
		.admin-div {
			border-bottom-right-radius: 10px;
					-moz-border-radius-bottomright: 10px;
					-webkit-border-bottom-right-radius: 10px;
		}
		.admin-div {
			
		-moz-box-shadow: 0px 1px 5px #929487;
  		-webkit-box-shadow: 0px 1px 5px #929487; 
  		box-shadow: 0px 1px 5px #929487;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 30px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #191714;
    border-top: 0px;
    z-index: 999;
    font-family: Trebuchet MS, Arial, sans-serif;
}
.adminbutton {
    display: block; 
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 2px #191714;
    float: left;
    margin: 0 9px 15px 0;
    padding: 0;
    border: none;
}
.logout:hover {color: #f2f2f2;}
.adminbutton:hover {
    text-decoration: none;
}
.lg-blue, .lg-green, .lg-grey, .lg-red, .lg-yellow, .lg-tab {
    width: 147px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-position: center top;
}
.lg-blue:hover, .lg-green:hover, .lg-grey:hover, .lg-red:hover, .lg-yellow:hover, .lg-tab:hover {
    background-position: center bottom;
    color: #ffffff;
}
.lg-blue    {background: url(../images/admin/buttons/lg-blue-button.png) no-repeat;}
.lg-green   {background: url(../images/admin/buttons/lg-green-button.png) no-repeat;}
.lg-grey    {background: url(../images/admin/buttons/lg-grey-button.png) no-repeat;}
.lg-red     {background: url(../images/admin/buttons/lg-red-button.png) no-repeat;}
.lg-yellow  {background: url(../images/admin/buttons/lg-yellow-button.png) no-repeat;}
.lg-tab     {background: url(../images/admin/buttons/lg-tab-button.png) no-repeat;}

.med-blue, .med-green, .med-grey, .med-red, .med-yellow, .med-tab{
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-position: center top;
}
.med-blue:hover, .med-green:hover, .med-grey:hover, .med-red:hover, .med-yellow:hover, .med-tab:hover {
    background-position: center bottom;
    color: #ffffff;
}
.med-blue   {background: url(../images/admin/buttons/med-blue-button.png) no-repeat;}
.med-green  {background: url(../images/admin/buttons/med-green-button.png) no-repeat;}
.med-grey   {background: url(../images/admin/buttons/med-grey-button.png) no-repeat;}
.med-red    {background: url(../images/admin/buttons/med-red-button.png) no-repeat;}
.med-yellow {background: url(../images/admin/buttons/med-yellow-button.png) no-repeat;}
.med-tab    {background: url(../images/admin/buttons/med-tab-button.png) no-repeat;}

.sm-blue, .sm-green, .sm-purple, .sm-grey, .sm-red, .sm-yellow, .sm-tab {
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    background-position: center top;
}
.sm-tab {
    color: #333333;
}
.sm-blue:hover, .sm-green:hover, .sm-purple:hover, .sm-grey:hover, .sm-red:hover, .sm-yellow:hover, .sm-tab:hover, .sm-tab.current {
    background-position: center bottom;
    color: #ffffff;
}

.sm-blue    {background: url(../images/admin/buttons/sm-blue-button.png) no-repeat;}
.sm-green   {background: url(../images/admin/buttons/sm-green-button.png) no-repeat;}
.sm-purple  {background: url(../images/admin/buttons/sm-purple-button.png) no-repeat;}
.sm-grey    {background: url(../images/admin/buttons/sm-grey-button.png) no-repeat;}
.sm-red     {background: url(../images/admin/buttons/sm-red-button.png) no-repeat;}
.sm-yellow  {background: url(../images/admin/buttons/sm-yellow-button.png) no-repeat;}
.sm-tab     {background: url(../images/admin/buttons/sm-tab-button.png) no-repeat;}

h1, h2 {
    font: bold 2em/1.5em 'Roboto', Trebuchet MS, Arial, sans serif;
    color: #1358a4;
}
h3, h4, h5, h6 {
    font: 1.5em/1.5em 'Lato', Trebuchet MS, Arial, sans-serif;
    color: #1b2d57;
    font-weight: bold;
}
a, a:hover {color: #1358a4;}
a:hover {text-decoration: underline;}

.divider {
    background: url(../images/admin/background/divider.png) repeat-x;
    height: 3px;
    margin: 0 0 12px 0;
    clear: both;
}
.mandatory, .mandatoryDDL, .mandatoryPONumber {
    background-color: #fdf9e0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.banner-div {
	height: 140px;
	background: #f2f2f2;
	position: relative;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

a.banner-logo {
    display: block;
}

	.banner-logo {
		position: relative;
		float: left;
		margin: 0px;
		padding: 0px;
	} 
		.banner-logo img{} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 5px;
		right: 5px;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: right;
			margin-left: 5px;
		}
		.banner-contact-div {
			text-align: right;
		}
		.banner-tagline-div {
			text-align: right;
		}


ul.social-networking, ul.social-networking-small {
	margin: 0px 0px 0px 0px;
	text-align: center;
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
ul.social-networking li:hover, ul.social-networking-small li:hover {
	cursor: pointer;	

	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.social-networking li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: transparent;
}
.social-networking li {
    margin-left: 4px;
}
.social-networking li, #social-networking a {
    width: 32px;
    height: 32px;
    line-height: 32px;
	float: left;
	display: inline-block;
}
ul.social-networking li.facebook:hover {background-color: #4c70ab;}
ul.social-networking li.twitter:hover {background-color: #00adff;}
ul.social-networking li.linkedin:hover {background-color: #0073b2;}
ul.social-networking li.google-plus:hover {background-color: #dd4b39;}
ul.social-networking li.instagram:hover {background-color: 
    background: #423ade; 
    background: -moz-linear-gradient(top,  #423ade 0%, #e22f47 50%, #f9d674 100%); 
    background: -webkit-linear-gradient(top,  #423ade 0%,#e22f47 50%,#f9d674 100%); 
    background: linear-gradient(to bottom,  #423ade 0%,#e22f47 50%,#f9d674 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423ade', endColorstr='#f9d674',GradientType=0 ); 
;}
ul.social-networking li.pinterest:hover {background-color: #d73532;}
ul.social-networking li.yelp:hover {background-color: #c31202;}
ul.social-networking li.youtube:hover {background-color: #ef2b2c;}
ul.social-networking li.vimeo:hover {background-color: #17b3e8;}
ul.social-networking li.feed:hover {background-color: #f7991c;}

.social-networking-small li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}
.social-networking-small li {
    margin-left: 4px;
}
.social-networking-small li, .social-networking-small a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 1.1em;
	float: left;
	display: inline-block;
}

.social-networking a, .social-networking-small a {
    color: white;
    text-decoration: none;
}

.social-networking a:hover, .social-networking-small a:hover {
    color: white;
    text-decoration: none;
}

ul.social-networking-small li.facebook:hover {background-color: #c8c9c3;}
ul.social-networking-small li.twitter:hover {background-color: #c8c9c3;}
ul.social-networking-small li.linkedin:hover {background-color: #c8c9c3;}
ul.social-networking-small li.google-plus:hover {background-color: #c8c9c3;}
ul.social-networking-small li.instagram:hover {background-color: #c8c9c3;}
ul.social-networking-small li.pinterest:hover {background-color: #c8c9c3;}
ul.social-networking-small li.yelp:hover {background-color: #c8c9c3;}
ul.social-networking-small li.youtube:hover {background-color: #c8c9c3;}
ul.social-networking-small li.vimeo:hover {background-color: #c8c9c3;}
ul.social-networking-small li.feed:hover {background-color: #c8c9c3;}

.emailwrapper {
    float: right;
    text-align: center;
    margin-right: 5px;
}

.emailwrapper a.emaillink {
    color: white;
    display: inline-block;    
} 

.emailwrapper a.emaillinkicon {
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
    width: 26px;    
}

.banner-tagline-div {
    display: inline-block;
    float: right;
    margin: 0px 10px 0px 5px;
}

.banner-tagline-div h3 {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    line-height: 26px;
    display: inline-block;
    color: white;
}


.divSandwichNav {
	float: right;
	border: 1px solid black;
	border-bottom: none;
	background: white;
	display: none;
	z-index: 2;
}
.anchSandwichNav {
	diplay: block;
	float: left;
	border-bottom: 1px solid black;
	clear: both;
}
.divSandwichBarsHover {
	float: right;
	cursor: pointer;
}
.navbar-div {
	width: 980px;
	height: 60px;
	line-height: 60px;
	background: #cccccc;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: #1358a4;
	text-decoration: none;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #1358a4;
	color: #f2f2f2;
}

.navbar-div a.divSandwichBarsHover {
	color: #191714;
	padding-right: 0px;
}

.navbar-div a.divSandwichBarsHover:hover {
	background: transparent;
	color: #1358a4;
} 

.divSandwichWrapper {
	float: right;
}

.divSandwichWrapper, .divSandwichWrapper span {
	height: 60px;
	line-height: 60px;
}

.divSandwichWrapper span {
	display: block;
	float: right;
}

.divSandwichWrapper span.menutext {
	margin-left: 5px;
}

.fa.fa-lg.fa-bars {
	padding: 0px 0px 0px 10px;
	font-size: 18px;
}

.divSandwichNav {
	position: absolute;
	z-index: 2;
	top: 60px;
	right: 0px;
	min-width: 220px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);	
}

a.anchSandwichNav {
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
}





.content-div {
	background: transparent;
    min-height: 200px;
    padding-bottom: 20px;
}
.content-div img {
/*	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #cccccc;*/
	max-width: 100%;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
    float: right;
	margin: 10px auto;
	/*border-bottom: 1px solid #cccccc;*/
}

.textholder.firsttextholder, .tabletbody .textholder.firsttextholder, .mobilebody.tabletbody .textholder.firsttextholder {
    margin-top: 0px;
}

.textholder .firsttextholderh2, .textholder .firsttextholderh3, .firstpagetextholderh2, .firstpagetextholderh3 {
    margin-top: 0px;
}

.mobilebody .textholder.firsttextholder {
    margin-top: 10px;
}

.textholder.last {
    border-bottom: none;
}
.textholderfooter {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    padding-top: 20px;
}
.textholder .fullimg img {
   
}
.pagetextholder .fullimg img {
    width: 100%;
}
.fullimg img {
    width: 100%;
}
.fullwidth .textholder .fullimg img {
    
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.successblock {
	background: #31c657;
	border: 2px solid #279d45;
	color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.pagetextholder {
    padding-top: 20px;
    padding-bottom: 20px;
	clear: both;
}
.textholder-image {
	margin-bottom: 20px;
}
.textholder-image p, .videoholder p {
	text-align: center;
	font: italic 12px/20px Lato, Trebuchet MS, sans-serif;
	color: #191714;
}
.videoholder {
    float: right;
    margin-left: 20px;
}
.videoholder iframe {
	padding: 3px;
	margin: 0px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
    width: 100% !important;
}

.faqholder .videoholder {
    margin-left: 0px;
}

.mobilebody .videoholder iframe, .tabletbody .videoholder iframe, .mobilebody.tabletbody .videoholder iframe {
    height: auto !important;
}

.videoholder p {
    padding: 0px 20px;
}
.sidemenu {

	border-right: 1px solid #cccccc;
}
.topmenu {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
    margin: 0.5em -9999rem;
    padding: 0 9999rem;    
}
.sidemenu-category, .topmenu-category  {
	display: block;
	color: #1358a4;
	cursor: pointer;
	padding: 6px 0px;
	font-family: 'Roboto', Trebuchet MS, sans-serif;
    border-bottom: 1px solid #cccccc;
}
.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
.sidemenu-category:hover,.sidemenu-category.current-category:hover, .topmenu-category:hover,.topmenu-category.current-category:hover {
    color: #f2f2f2;
	text-decoration: none;
	background: #1358a4;
    border-color: #1358a4;
}
a.sidemenu-category:hover {
    padding-left: 6px;
}

.sidemenu-category.current-category, .topmenu-category.current-category {
    background: #93c53d;
    border-color: #93c53d;
    font-weight: bold;
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
.topmenu-category.current-category {
        text-transform: uppercase;
}


.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font: 14px/20px Lato, Trebuchet MS, sans-serif;  
	padding: 3px 0px;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #191714;
}
a.sidemenu-category.current-category {
    padding-left: 6px;
}
.topmenu-category {
	float: left;
	margin-right: 9px;
	min-width: 115px;
	text-align: center;
}

.divQuickLinks {
	background: white;
	margin-top: 20px;
	padding: 10px;
}

.divQuickLinks ul {
	margin-left: 0px;
	margin-bottom: 0px;
}

.divQuickLinks ul a {
	border: none;
}


.topmenusubcats {
    width: 100%;
    position: absolute;
}

.content-div a.subcatbutton {
    background: #1358a4;
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    font-weight: bold;
    font-size: 1.2em;
    height: 48px;
    line-height: 48px;
}

.content-div a.subcatbutton:hover {
    color: #f2f2f2;
    background: #1b2d57;
}

.content-div a.subcatbutton, .content-div a.subcatbutton:hover  {
    border: none;
}

#collapsesidemenu, #datesectionmobile, #tagsectionmobile {
    padding-top: 10px;
    background: #f2f2f2;
    border-bottom: 1px solid #cccccc;
}

#collapsesidemenu ul, #collapsesidemenu li, #collapsesidemenu .sidemenu-subcategory {
    margin-left: 0px;
}

#datesectionmobile ul, #tagsectionmobile ul, #datesectionmobile li, #tagsectionmobile li, #datesectionmobile .sidemenu-subcategory, #tagsectionmobile .sidemenu-subcategory {
    margin-left: 0px;
}

#collapsesidemenu a.sidemenu-subcategory, #datesectionmobile a.sidemenu-subcategory, #tagsectionmobile a.sidemenu-subcategory {
    border: none;
    font-size: 1.1em;
}

#collapsesidemenu a.current-subcategory {
    color: #93c53d;
}

#datesectionmobile a.current-year, #datesectionmobile a.current-month, #tagsectionmobile a.current-tag {
    color: #93c53d;
}


		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #191714;
  		-webkit-box-shadow: 0px 2px 10px #191714; 
  		box-shadow: 0px 2px 10px #191714;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;	
	border: 1px solid #999;
	background: #f2f2f2;
	padding: 20px;
	z-index: 1;
	display: none;
	text-align: center;
	border-radius: 3px;
}

#divForgotPassword p {
    width: 60%;
    margin: 0px auto;
}

#divForgotPassword label {
    text-align: left;
    padding-left: 5px;
}

#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 32px;
	border-radius: 100%;
	text-align: center;

}
#ancCloseForgotPW .fa-circle {
    color: red;
}
#ancCloseForgotPW .fa-times {
    color: white;
}

#ancSendForgotPassword, #ancLogout {
	border: 1px solid #929487;
	background: #cccccc;	
	color: #191714;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 140px;
}

#ancSendForgotPassword {
    display: inline-block;
    cursor: pointer;
    background: #1358a4;
    border: 1px solid #1b2d57;
    padding: 0px 12px;
    color: white;
    text-shadow: 0px -1px 2px #191714;
    text-align: center;
    float: none;
    font: 16px/30px Lato;
    text-transform: none;
    margin: 10px auto;
    width: auto;
    height: 30px;
}
#ancSendForgotPassword:hover {
    text-decoration: none;
    background: #1b2d57;
    border-color: #191714;
    color: #f2f2f2;
}

#ancLogout {
	float: right;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
.pLogInOut {
	padding: 10px;
	border: 2px solid #929487;
	background: #cccccc;
	font-style: italic;
}
input, select, textarea {
	border: 1px solid #cccccc;
	background: #ffffff;	
	color: #191714;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px Lato, Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px Lato, Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px Lato, Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 15px/26px Lato, Trebuchet MS, sans-serif;
}
input[type=submit], .anchCheckoutButton, a.button {
    display: block;
    cursor: pointer;
    font: 16px/25px Lato, Trebuchet MS, sans-serif;
    background: #1358a4;    
    border: 1px solid #1b2d57;
    color: white;
    padding: 5px 15px;
    height: auto;
	text-align: center;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}
input[type=submit]:hover, .anchCheckoutButton:hover, a.button:hover {
    text-decoration: none;
    filter: none;
    background-color: #93c53d;
    border: 1px solid #7cb023;
    color: white;
}
img#imgEmailIcon {
	width: 20px;
	height: 20px;
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
	margin-right: 4px;
}
.fullwidth .divDirectionSectionLeft, .fullwidth .divDirectionSectionRight {
    
}
.fullwidth .directionsSubHeader {

}
.fullwidth .address_textbox {
    width: 280px;
}
.fullwidth .address_submit {
 	width: 140px;
}
.fullwidth #mapframe, .fullwidth #gmap {
    width: 100%;
    
} 

.fullwidth #mapframe, .fullwidth .textholder-image.DirectionsWrapperExternal {
    height: 348px;
} 

.fullwidth #gmap {
    height: 340px;
}

.fullwidth .textholder-image img {

}
.divDirectionSectionRight .fullwidth .videoholder {
    max-width: 100%;
}
.divDirectionSectionRight .fullwidth .videoholder iframe {
    max-width: 100%;

}
.divDirectionSectionLeft, .divDirectionSectionRight {

}
.directionsSubHeader {

}
.address_textbox {
    width: 175px;
}
.address_submit {
    width: 125px;
}
#mapframe, #gmap {
    width: 100%;
    
}
.textholder-image img {

}

.textholder-image.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;     
}

.divDirectionSectionRight .videoholder {
    width: 340px;
}
.divDirectionSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
}
.divDirectionSectionLeft { 
	float: left;
}
.divDirectionSectionRight { 
	float: right;
}
.directionsSubHeader {



}
.headerImage {
    margin: 0px;
    padding: 0px 0px;
    text-shadow: none;
    line-height: 34px;
}
.address_textbox {
    font-style: italic;
    color: #666;
    float: left;
}
.address_submit {
	float: right;
    padding: 2px 10px; 
}
.address_submit h2 {
  	line-height: 22px;   
}
#divGetDirections {

}
#mapframe {
    background: #f2f2f2;
    border: 1px solid #cccccc;
    padding: 3px;
}
#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.textholder-image {
    margin: 0px;
    margin-bottom: 20px;
    text-align: center;
}
.divDirectionSectionRight .videoholder {
    margin: 0px auto;
}
.divDirectionSectionRight .videoholder iframe {
    margin: 0px;
    margin-bottom: 20px;
}


#divGetDirections input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	height: 34px;
	line-height: 34px;
}

#divGetDirections input[type=submit] {
	padding: 0px;
	width: 35%;
}

#divGetDirections input[type=text] {
	padding-top: 0px;
	width: 60%;
}
.faqquestion {
	cursor: pointer;
}
.faqquestion:hover {
	background: #e1e1e1;
}

.faqquestion:hover .down-arrow {
    color: #1b2d57;
}


.faqquestion p {
	margin: 0px;
}
.questionQ, .answerA, .down-arrow, .up-arrow  {
	font-weight: bold;
    display: block;
    float: left;
    margin: 10px 10px 10px 0px;
}

.questionQ, .answerA{
    
}

.divInnerFaqQuestion {
   
}

.fa-chevron-circle-down {
    color: #93c53d;
}
.fa-chevron-circle-up {
    color: #1b2d57;
}

.fullwidth .divInnerFaqQuestion, .fullwidth .divInnerFaqAnswer {
	display: inline-block;
	float: left;
}

.questionQ, .answerA, .faqtitle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #1358a4;
    color: white;
    text-align: center;
}

.updown .faqtitle {
    background: transparent;
    color: #1b2d57;
}


.imageholder, .imageholder-album  {

	padding: 0px;
	border: 1px solid #cccccc;
	margin: 6px 0px;
}

.imageholder:hover, .imageholder-album:hover {
    background: #cccccc;
}

.imageholder-album {

}
.content-div .imageholder a, .content-div .imageholder-album a {
    display: block;
    text-align: center;
    border: none;
    padding: 10px 0px;
}
.content-div .imageholder a:hover, .content-div .imageholder-album a:hover {
    display: block;
    text-align: center;
    border: none;
    
}



.fullwidth .imageholder, .fullwidth .imageholder-album {
	margin: 12px 0px;
}
.content-div .imageholder img, .content-div .imageholder-album img  {
    background: none;
    padding: 0px;
    border: none;
}
.sidemenu-category-album {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.sidemenu-category-album:hover {
    text-decoration: none;
}

.divMiniSliderWrapper {
    height: 140px;
    overflow-x:scroll;
    overflow-y: hidden;

    
}

.divMiniSliderWrapperInner {
    white-space: nowrap;
}

.fullwidth .divMiniSliderWrapper {
   
}

.divMiniSliderWrapper a {
    display: inline-block;
    margin-right: 20px;
}

.content-div .divMiniSliderWrapper a, .content-div .divMiniSliderWrapper a:hover {
    border: none;
}

.divMiniSliderWrapper img {

    width: 120px;
    
}
.backlink img {
	float: left;
	padding-right: 6px;
	border: 0; 
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.backlink a:hover {
	text-decoration: none;
}
.listingholder img {
	
}
.listingholder .divDescriptionPrimary {

	margin: 0px;

}
.divTopSection {
	border-bottom: 1px solid #ffffff;
}
.divTiledListing {
	margin-right: 0px;
    text-align: center;
}	
.fullwidth .divTiledListing {
    text-align: center;
    padding-bottom: 10px;
}
.divTiledListing.farRight {
	margin-right: 0px;
}
.divTiledListing img {
	width: auto;
    max-width: 100%;
	height: 300px;
}
.divTiledListing p {
	padding: 0px;
	margin: 0px; 
}
.divTiledListing .pValue {
	padding-left: 12px;
}

#frmContactForm .accessibilitylabel {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;    
}

#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.divContactSectionLeft {
    border-right: 1px solid #cccccc;
}
.fullwidth .divContactSectionLeft {

}
.fullwidth .divContactSectionRight {

}
.fullwidth .divContactSectionRight #gmap {
    width: 100%;

}
.fullwidth label {
	display: block;
	float: left;
	width: 140px;
}
.divContactSectionLeft {
 
    margin-bottom: 10px;
}
.divContactSectionLeft input {
    width: 238px;
}
.divContactSectionLeft select {
    width: 206px;
}
.divContactSectionLeft textarea {
    width: 328px;
    height: 75px;    
    overflow-y: scroll;
}
.divContactSectionRight {

    margin-bottom: 10px;
}
.divContactSectionLeft #codetable {float: left; width: 100px; margin-right: 20px;}
.divContactSectionLeft #codetable label {width: 100px;}
.divContactSectionLeft #codetable input {width: 88px;}
option {
	padding-left: 5px;
}
.divContactSectionLeft input.submit {width: auto;}

.divContactSectionRight .textholder-image {

    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .textholder-image img {

}
.divContactSectionRight .videoholder {

    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
    margin: 0;
}
.divContactSectionRight .address_submit {
    float: right;
}
.divContactSectionRight #gmap {
    width: 100%;
    height: 340px;
    margin-top: 0px;
}

.fullwidth .divContactSectionRight .textholder-image {

}
.fullwidth .divContactSectionRight .textholder-image img {
 
}
.fullwidth .divContactSectionRight .videoholder {
    width: 100%;
}
.fullwidth .divContactSectionRight .videoholder iframe {
    width: 100%;

}
.fullwidth .divContactSectionRight #gmap {
    width: 100%;

    margin-top: 0px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	    
}

#divGetDirections {

	width: 100%;   
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

#getdirections {
	
}

#mapframe {
	background: #f2f2f2;
	border: 1px solid #cccccc;
	padding: 3px;	

}

#getdirections input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	height: 34px;
	line-height: 34px;
}

#getdirections input[type=submit] {
	padding: 0px;
	width: 35%;
}

#getdirections input[type=text] {
	padding-top: 0px;
	width: 60%;
}

input.address_textbox {
	font-style: italic;
}

input.address_textbox:focus {
	font-style: normal;
}
.blogsidemenu {
    margin-bottom: 20px;
}
.blog-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.txtBlogSearch.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.blogsidemenucontent { 
    line-height: 30px;
    border: 1px solid #cccccc;
    border-top: none;
}
.blogsidemenucontent a {
    padding: 0 10px;
}
.blogsidemenucontent a:hover {
    text-decoration: none;
}
.blogsidemenubanner {
    background: #cccccc;
    margin-top: 10px;
}


.blogsidemenuchooser {
    display: block;
    float: left;
    padding: 4px;
    color: white;
    width: 50%;
    text-align: center;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;  
    text-transform: uppercase;  
}
.blogsidemenuchooser:hover {
    background: #1358a4;
    color: white;  
    text-decoration: none;  
} 

.content-div a.blogsidemenuchooser.current {
    color: white;
    background: #93c53d;
    border-color: #93c53d;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.content-div a.blogsidemenuchooser {
    color: #929487;
    border-color: #cccccc;
}

.content-div a.blogsidemenuchooser:hover {
    color: white;
}

.content-div a.blogsidemenuchooser.current:hover {
    text-decoration: none;
    background: #7cb023;
    border-color: #7cb023;
    color: white;
}
.anchYearLink, .anchMonthLink, .anchTagLink {
    display: block;
}
.anchYearLink {
    font-weight: bold;
}
.content-div a.anchYearLink:hover, .content-div a.anchTagLink:hover {
    background: #1358a4;
    border-color: #1358a4;
    color: white;
}
a.anchYearLink.current-year, a.anchMonthLink.current-month, a.anchTagLink.current-tag {
    border-bottom: 1px solid #93c53d;
    background: #93c53d;
    color: white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

a.anchYearLink.current-year:hover, a.anchMonthLink.current-month:hover, a.anchTagLink.current-tag:hover {
    background: #7cb023;
    border-color: #7cb023;
    color: white;
}

.content-div a.anchMonthLink.current-month {
    border-left: 5px solid #93c53d;
}

.content-div a.anchMonthLink.current-month:hover {
    border-left: 5px solid #7cb023;
    color: white;
}

.content-div a.anchMonthLink {
    display: none;  
    border-left: 5px solid white;
}
.content-div a.anchMonthLink:hover {
    border-left: 5px solid #1358a4;
    color: #1358a4;
}

.anchMonthLink span {
    padding-left: 8px;
}
a.anchMonthLink:hover {
   
}

.anchTagLink:hover {
    background: #e1e1e1;
}
.blogholder {



}
.divPullWrapper .blogholder {

}
.divPullWrapper {
	float: none;
	width: 100%;
}
.blogSubTitle-date {
    color: #888888;
    font-family: Trebuchet Ms;
    font-size: 16px;
    font-style: italic;
}
.blogSubTitle {
	font-size: 12px;
	color: ;
}
.divCurrentStatus {
    color: ;
    float: right;
    font-size: 12px;
}
.blogImage img {
	max-width: 692px;
}
.blogSubTitle-date, .blogSubTitle-tags {
    font-style: italic;
}
.blogSubTitle-tags a {
    font-style: normal;
}
.blogImageSection {
	padding: 10px 0;
	text-align: center;
}
.blogImageSection .third {
	width: 226px;
	float: left;
	margin: 0px;
	margin-right: 20px;
}
.blogImageSection .half {
	float: left;
	margin: 0px;
	margin-right: 20px;
    width: 350px;
}
.blogImageSection .third.last, .blogImageSection .half.last{
	margin: 0;
}
.prevNextButtons {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.prevButton {float: left;}
.nextButton {float: right;}


.content-div a.prevButton, .content-div a.prevButton:hover, .content-div a.nextButton, .content-div a.nextButton:hover {
    border: none;
}
.content-div a.prevButton .prevButtontext, .content-div a.nextButton .nextButtontext {
    text-decoration: underline;
}

.blogComments {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.divCommentApproval {
    background: #e1e1e1;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 20px 0px;
}
.commentholder {
	padding: 10px;
}
.commentholder:nth-child(even) {background: #e5e5e5;}
.commentAuthor {
	font-weight: bold;
}
.commentDate {
	font-size: 12px;
	color: ;
}
#frmPostComments {
	padding: 10px 0;

}
#frmPostComments input {
	width: 208px;
}
#frmPostComments textarea {
	width: 328px;
	height: 75px;
}

.blogsearch input {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
    height: 30px;
    line-height: 30px;  
}

input.btnBlogSearch {
    float: left;
    width: 25%;
    padding: 0px 2px;
    text-transform: uppercase;
}
.txtBlogSearch {
    width: 60%;
    float: left;
}
.contentsection {
    display: none;
}
#tagsection {
    float: right;
}

.content-div a.blogrssicon {
    float: right;
    text-decoration: none;
    border: none;
}

.content-div a.blogrssicon:hover {
    border: none;
}

.subcatbutton.archivebutton, .subcatbutton.tagbutton {
    margin-bottom: 0px;
}

.author {
	font-style: italic;
	text-align: right;
}
.testimonial {
    position: relative;
    z-index: 2;
}
.testimonialinner {
    position: relative;
}

.testimonial .rightquote {
    position: relative;
    display: inline-block;
    float: right;
}
.testimonial .rightquote::after {
    content: "”";
    font-size: 150px;
    opacity: 0.2;
    filter: alpha(opacity=20);    
    font-weight: bold;
    font-family: Georgia, Times, serif;
    display: block;
    position: absolute;
    z-index: -1;
    height: 50px;
    line-height: 50px;
    right: 0px;
    bottom: 0px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

.testimonial .leftquote {
    position: relative;
    display: inline;
}

.testimonial .leftquote::after {
    content: "“";
    font-size: 150px;
    opacity: 0.2;
    filter: alpha(opacity=20);    
    font-weight: bold;
    font-family: Georgia, Times, serif;
    display: block;
    position: absolute;
    z-index: -1;
    height: 50px;
    line-height: 150px;
    left: 0px;
    top: 0px;   
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;     
}

.testimonial:hover .leftquote::after, .testimonial:hover .rightquote::after {
    opacity: 0.1;
    filter: alpha(opacity=10);   
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.ads-column {
	width: 171px;
	float: right;
	margin-left: 10px;
	border-left: 1px solid #cccccc;
	z-index: 2;
	margin-top: -11px;
}
.ads-column a {
	display: block;
	width: 160px;
	height: 160px;
	padding-left: 10px;
	background: none;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
		margin-bottom: 10px;
}
.ads-column img {
	border: none;
	background: none;
	padding: 0px;
}


.imageholder.half {
	width: 49%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	margin-right: 2%;
	margin-bottom: 10px;
}

.imageholder.half.last {
	margin-right: none;
}

.imageholder.half a, .imageholder.third a {
	display: block;
	text-align: center;
}

.imageholder.half a img, .imageholder.third a img, .imageholder.full a img {
	vertical-align: bottom;
}

.imageholder.third {
	width: 32%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	margin-right: 1.25%;
	margin-bottom: 10px;	
	display: inline-block;
	float: none;
	vertical-align: top;	
}

.imageholder.third.last {
	margin-right: none;
}

.imageholder.full {
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	margin: 0px;
}

.imageholder.full a {
	display: block;
	text-align: center;	
}

.fullimg {
    width: 100%;
}


.label {
    color: black;
}
table, .listingholder, .divTileWrapper {
    border: 0px solid #cccccc;
    text-align: left;
    background: transparent;
    margin-bottom: 0;
}
.textholder table {
    float: none;
}
.listingholder .label {
    color: black;
    font-size: inherit;
}
.listingholder {
    float: none;
}
.trShowHide {
    display: none;
}
.trTableHeaderRow {
    background: #cccccc;
}
.rowHover td {

}
table th p, table td p, .divDescriptionPrimary p  {
    padding: 10px;  
    margin: 0px;
}   
td {
    background: transparent;
    border-bottom: none;
    vertical-align: middle;
}
.anchMoreDetails:hover {
    text-decoration: none;
}
.trSpacerRow td {
    background: #f2f2f2; 
}

.listingholder img {

    margin: 10px 10px 10px 0px;
}
.trSecondaryProperty .label, .divTiledListing .label {
    font-weight: bold;
}
.trSecondaryProperty p {
    padding: 4px;
    padding-left: 10px;
}
table .trSocialMedia img, .divTiledListing .trSocialMedia img {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0px;
    margin: 5px 0px 5px 10px;
    float: none;
    display: inline-block;
}
.divDescriptionPrimary h3 {
    padding: 10px;      
}

.divTileWrapper {
    background: none;
    border: none;
    width: 100%;
}   

.pLabel .label {
    padding-left: 0px;
    font-size: 100%;
}

.divTiledListing .pValue {
    padding-left: 0px;
}

.content-div .divTiledListing .trSocialMedia a {
    display: inline-block;
}

table .trSocialMedia img, .divTiledListing .trSocialMedia img {
    margin: 0px;
}

.content-div .divTiledListing a {
    display: inline-block;
}

.content-div .divTiledListing a.anchMoreDetails {
    display: inline-block;
}

.divTiledListing img {
    height: auto;
    max-height: 300px;
}



.DirectoryImageOuter {
    display: table;
    width: 100%;
    height: 300px;   
    text-align: center; 
    background: white;
}

.DirectoryImageInner {
    display: table-cell;
    vertical-align: middle;
}

.DirectoryImageInner .textholder-image {
    margin-bottom: 0px;
}

.textholder .firsttextholderh3 {
    margin-top: 10px;
}

.fullwidth .divTiledListing, .divTiledListing {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

p.trSocialMedia {
    display: block;
    height: 25px;
}

.listingholder {
    
}

.listingholder .label {
    padding-left: 0px;
    font-size: 100%;
}

.listingholder p {
    display: inline-block;
}

.listingsocialmedia img {
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.listingsocialmedia a, .listingsocialmedia a:hover {
    border: none;
    display: inline-block;
    margin-right: 10px;
}


.listingholder .pPropertyWrapper {
    display: inline-block;
    margin-right: 10px;
}


.DirectoryImageOuter img {
    padding: 0px;
    border: none;
}



@media (max-width: 768px){
    
    .textholder-image img {
        width: auto;
    }    
    
    .DirectoryImageOuter {
        height: 328px;
        
    }    
    .divTiledListing img {
        max-height: 328px;
    }    
}

@media (max-width: 480px){
    
    .textholder-image img {
        width: auto;
    }    
    
    .DirectoryImageOuter {
        height: 313px;
        
    }    
    .divTiledListing img {
        max-height: 313px;
    }    
}

@media (min-width: 769px){
    
    .DirectoryImageOuter {
        height: 253px;
        
    }     
    .divTiledListing img {
        max-height: 253px;
    }
}


#mapframe, #gmap {
    height: 348px;
}
.divPullWrapper #mapframe, .divPullWrapper .textholder-image.DirectionsWrapperExternal {
    height: 356px;
    margin-bottom: 20px;
}

.DirectionsWrapperExternal {
    padding: 0px;
    background: #f2f2f2;
    border: 1px solid #cccccc;   
    display: table;

    width: 100%;
    text-align: center;    
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
}

.DirectionsWrapperInner {
    display: table-cell;
    vertical-align: middle;    
}
.DirectionsWrapperInner img {
    padding: 0px;
    background: transparent;
    border: none;       
}

.verticalimage {
    max-height: 100%;
    width: auto;    
}

.horizontalimage {
    max-width: 100%;
    height: auto;        
}

.divPullWrapper .horizontalimage, .divPullWrapper .verticalimage  {
    max-height: 350px;
}
.fullwidth .horizontalimage, .fullwidth .verticalimage {
    max-height: 342px;
}

.HasCaption {
    
}
.divPullWrapper .HasCaption .horizontalimage, .divPullWrapper .HasCaption .verticalimage  {
    max-height: 325px;
}
.fullwidth .HasCaption .horizontalimage, .fullwidth .HasCaption .verticalimage {
    max-height: 317px;
}

.footer-div {
	background: #cccccc;
	color: #191714;

	padding: 20px;
	font-size: 12px;
}
.footer-div a {
	color: #1358a4;
	text-decoration: none;
}

.topfooter {
    background: black;
    color: white;
}



.container.full-width {
    width: 100%;
}

.PageFooterOuter {
    background: lightgray;
}


.static .divMainCalloutTextWrapper {
    height: 960px;
}
.static .divMainCalloutImage {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 960px;
}

.static .divMainCalloutTextInner {
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
}

.static .divMainCalloutText {
    width: 100%;
    height: 960px;
}

.divMainCalloutWrapper.static {
    width: 100%;
    overflow: hidden;
    height: 960px;
}

img.staticimage {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.divMainCalloutWrapper {
    padding-top: 0px;
    margin-bottom:65px;
}
.divMiniCalloutImageWrapper {
    height: 400px;
    overflow: hidden;
}
.divMiniCalloutImageWrapper .textholder-image {

}

.divMiniCallout {
    height: 400px;
    padding: 0px;
} 

.minicalloutcontent {
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    color: white;
}

a.minicalloutlink {
    display: block;
    border: none;
    height: 400px;
    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;   
}

.scaletoheight {
    /*height: 100%;
    width: auto;*/
}
.scaletoheight {
    /*width: 100%;
    height: auto;*/
}

.scaletowidth {
    /*width: 100%;
    height: auto%;*/
}

.divMiniCallout figure, .divMiniCallout picture {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    position: absolute;     
    overflow: hidden;
    width: 100%;
    height: 400px; 
}

.divMiniCalloutRow {
    height: 400px; 
}
.divMiniCalloutImageWrapper picture {
    /*height: 400px;
    display: block;*/    
}

.SlideImage {

}

.swiper-pagination {
    width: 100%;
	text-align:right;
	bottom:25px;
}

.slideshowfullwidth .divMainCalloutImage {
    height: 960px;
    width: 100%;
}

.slideshowfloatleft .divMainCalloutImage, .slideshowfloatright .divMainCalloutImage {
    height: 960px;
}

.swiper-slide {
    overflow: hidden;
}

.slideshowfullwidth .swiper-slide {
    height: 960px;
}

.slideshowfloatleft .swiper-slide, .slideshowfloatright .swiper-slide {
    height: 960px;
}

.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%);
	opacity:0.7;
}

img.SlideImage {
    min-height: auto;
    min-width: auto;    
}

.slideshowfullwidth .divMainCalloutSlideshowText {
    position: absolute;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    background: transparent;
    zoom: 1;  
    padding: 10px;
}

.slideshowsitewidth .slideshowpicture {
    display: block;
    width: 100%;
    height: 960px;
}

.slideshowsitewidth img.SlideImage {

}

.slideshowsitewidth .divMainCalloutSlideshowText {
    z-index: 3; 
    background: transparent;
    zoom: 1;  
    position: absolute;
    bottom: 0px;
}

.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: 960px;
}

.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%;
    }
    .divMainCalloutWrapper.static {
        height: 500px !important;
    }     
    .divMainCalloutTextWrapper, .divMainCalloutText, .divMainCalloutTextInner {
        height: 100% !important;
    }
    .divMainCalloutWrapper {
        padding-top: 0px;
        margin-top: 0px;
		margin-bottom:20px;
    } 
    .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: 730px;
    }    
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}






.divMainCalloutWrapper {
	padding-top: 0px;
}


.slideshowfigure {
	background:rgba(25,23,20,1);
}

.slideTextHolder {
	position:absolute;
	height:100%;
	width:100%;
}

.slideshowfullwidth .divMainCalloutSlideshowText {
	top:60%;
	width:60%;
}

.divMainCalloutSlideshowText h2 {
	color:#ffffff;
	font-size:120px;
	text-align:center;
	line-height:1;
	margin:5px 0;
}

.divMainCalloutSlideshowText h2:after {
	display:block;
	content:"";
	height:1px;
	background:#ffffff;
    position: relative;
    width:75%;
    bottom: 0px;
    margin: 0 auto;
}

.divMainCalloutSlideshowText h3 {
	font-size:65px;
	text-align:center;
	color:#ffffff;
	margin:5px 0;
}
.divMainCalloutSlideshowText p {
	color:#ffffff;
	font-size:18px;
	text-align:center;
	margin:0;
}

.divMainCalloutSlideshowText p a {
	position:relative;
	top:0;
	margin-top:25px;
	color:#191714;
	font-family:'oranienbaumregular';
	font-size:25px;
	line-height:75px;
	display:inline-block;
	width:370px;
	height:72px;
	border:1px solid #fbd181;
	background:rgba(251,209,129,0.5);
	-moz-transition: all 0.3s ease;
    				-o-transition: all 0.3s ease;
    				-webkit-transition: all 0.3s ease;
    				transition: all 0.3s ease;
}

.divMainCalloutSlideshowText p a:hover {
	background:rgba(251,209,129,1);
}


.divMainCalloutSlideshowText p a:after {
	display:block;
	content:"";
	background:url(https://www.jags.com/layout/images/cta_border.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	position:absolute;
	height:115px;
	width:400px;
	left:-15px;
	top:-23px;
}


/* //controls //swiper //thumbdots //dots */

.outer-swiper-pagination {
	position:absolute;
	bottom:0;
	width:100%;
}

.swiper-pagination {
	width:40%;
	right:0;
	bottom:60px;
}


.buttonHolder {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    bottom: 55px;
    z-index: 100;
}

.buttonHolder .scroll-btn {
	position:relative;
	display:block;
	z-index:100;
	bottom:0;
	-moz-transition: all 0.3s ease;
    				-o-transition: all 0.3s ease;
    				-webkit-transition: all 0.3s ease;
    				transition: all 0.3s ease;
}

.buttonHolder .scroll-btn:hover {
	bottom:5px;
}

.swiper-button-next,
.swiper-button-prev {
	background-repeat:no-repeat;
	background-size:100%;
	height:105px;
	width:60px;
	opacity:0.5;
	-moz-transition: all 0.3s ease;
    				-o-transition: all 0.3s ease;
    				-webkit-transition: all 0.3s ease;
    				transition: all 0.3s ease;
	top:-390px;
}

.swiper-button-next {
	background-image:url(https://www.jags.com/layout/images/arrow_next.png);
	right:-10%;
}

.swiper-button-prev {
	background-image:url(https://www.jags.com/layout/images/arrow_prev.png);
	left:-10%;
}


.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity:1;
}

.swiper-pagination-bullet {
	height:18px;
	width:18px;
	background:#ffffff;
	border-radius:10px;
	margin:0;
	margin-right:30px;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet.active {
	background:#929487;
}



.divMiniCalloutRow {
	height:400px;
	margin:50px 0;
}

.divMiniCallout {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:400px;
}



.textholder-image {
	height:400px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;	
}

.PageMiddle {
	height:400px;
	text-align:center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}

.textholder-image p,
.videoholder-image p {
	font-size:18px;
	color:#ffffff;
	font-weight:normal;
	font-style:normal;
	font-family:'pt_serifregular';
}

.PageMiddle h2,
.PageMiddle h3,
.PageMiddle p,
.PageMiddle * {
	color:#ffffff;
}

.PageMiddle p a {
	position:relative;
	top:0;
	margin-top:25px;
	color:#191714;
	font-family:'oranienbaumregular';
	font-size:25px;
	line-height:75px;
	display:inline-block;
	width:370px;
	height:72px;
	border:1px solid #fbd181;
	background:rgba(251,209,129,0.5);
	-moz-transition: all 0.3s ease;
    				-o-transition: all 0.3s ease;
    				-webkit-transition: all 0.3s ease;
    				transition: all 0.3s ease;
}

.PageMiddle p a:hover {
	background:rgba(251,209,129,1);
}


.PageMiddle p a:after {
	display:block;
	content:"";
	background:url(https://www.jags.com/layout/images/cta_border.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
	position:absolute;
	height:115px;
	width:400px;
	left:-15px;
	top:-23px;
}

.PageHeaderOuter,
.PageMiddleOuter,
.PageFooterOuter {
	margin:65px auto;
}




@media (min-width:1800px) {
	img.SlideImage {
		min-width:100%;
	}
}

@media (min-width:1199px) and (max-width:1368px) {
	.divMainCalloutSlideshowText h2 {
		font-size:96px;
	}
	
	.divMainCalloutSlideshowText h3 {
		font-size:48px;
	}	
}


@media (min-width:1024px) and (max-width:1366px) {
	.swiper-button-prev {
		left:3%;
	}
	
	.swiper-button-next {
		right:3%;
	}
	
	.buttonHolder,
	.swiper-pagination {
		bottom:35px;
	}
	
}

@media (max-width:1024px) {
	.swiper-button-next,
	.swiper-button-prev {
		display:none;
	}
	
	.slideshowfullwidth .divMainCalloutSlideshowText {
		top:60%;
		width:85%;
	}
	
	.slideshowfullwidth .divMainCalloutImage,
	.slideshowfullwidth .swiper-slide {
		height:800px;
	}
	
	.divMainCalloutSlideshowText h2 {
		font-size:88px;
	}
	
	.divMainCalloutSlideshowText h3 {
		font-size:48px;
	}
	
	.pageTextSection {
		padding:0 40px;
	}
	
	.pageTextSection h2 {
		font-size:2.7em;
		margin-top:5px;
	}
	
	.pageTextSection h3 {
		font-size:2em;
		margin-top:5px;
	}
}


@media (min-width:768px) and (max-width:1023px) {
	
	.slideshowfullwidth .divMainCalloutSlideshowText {
		top:57%;
		width:85%;
	}
		
	.divMainCalloutSlideshowText h2 {
		font-size:80px;
	}
	
	.divMainCalloutSlideshowText h3 {
		font-size:45px;
	}

	.divMainCalloutSlideshowText p a {
		line-height:60px;
		width: 310px;
   		height: 55px;
	}

	.divMainCalloutSlideshowText p a:after {
		height: 90px;
	    width: 338px;
	    left: -15px;
	    top: -18px;
	}
	.buttonHolder,
	.swiper-pagination {
		bottom:25px;
	}
	
	
}

@media (max-width:767px) {
	.slideshowfullwidth .divMainCalloutSlideshowText {
		width:95%;
	}
	
	.divMainCalloutSlideshowText h2 {
		font-size:42px;
	}
	.divMainCalloutSlideshowText h3 {
		font-size:32px;
	}
	
	.divMainCalloutSlideshowText p {
		color:#ffffff;
		font-size:15px;
	}
	
	.PageHeaderOuter, .PageMiddleOuter, .PageFooterOuter {
		margin:30px auto;
	}
	
	.pageTextSection {
		margin:20px auto;
	}
	
	.PageMiddle {
		height:auto;
		min-height:400px;
	}
	
	.PageMiddle h2,
	.PageMiddle h3 {
		margin-top:5px;
	}
	
	.PageMiddle p a {
		display:block;
		margin:0 auto;
		margin-top:25px;
	}
	
	.swiper-pagination-bullet {
		margin-right:12px;
	}
	h2, h2 a {
		font-size:2.5em;
		line-height:1;
	}
	
	h3, h3 a {
		font-size:1.8em;
		line-height:1;
	}
	
}

@media (max-width:480px) {
	
	.divMainCalloutSlideshowText {
		top:57%;
	}
	
	.divMainCalloutSlideshowText h2 {
		font-size:36px;
	}
	.divMainCalloutSlideshowText h3 {
		font-size:28px;
	}

	.divMainCalloutSlideshowText p,
	.PageMiddle p {
		font-size:15px;
	}
	.divMainCalloutSlideshowText p a,
	.PageMiddle p a {
		display:block;
		clear:both;
		width:100%;
	}
	
	.divMainCalloutSlideshowText p a {
		margin-top:5px;
	}
	
	.divMainCalloutSlideshowText p a:after,
	.PageMiddle p a:after {
		width:100%;
		left:0;
	}
	
	.PageMiddle h2, .PageMiddle h3, .PageMiddle p {
		margin-top:8px;
	}

	.PageMiddle h2 {
		font-size:32px;
	}
	
	.PageMiddle h3 {
		font-size:26px;
		margin-top:5px;
	}
	
	
}



.divMainCalloutSlideshowText h3 {
	font-size: 45px;
}

@media (min-width:1025px) {

	.divMainCalloutSlideshowText h2 {
		font-family: utopia-std-display;
		font-size: 100px;
	}
}

@media (max-width:767px) {
	
	img.SlideImage {
		min-height:100%;	
	}
	
	.slideshowfullwidth .divMainCalloutSlideshowText {
		width:100%;
	}
	
	.divMainCalloutSlideshowText h2 {
		font-size:50px;
		margin:5px 0;
	}
	
	.divMainCalloutSlideshowText h3 {
		font-size:36px;
	}
	
	.swiper-pagination {
		bottom:0px;
		width:100%;
		text-align:center;
	}
	
	.swiper-pagination-bullet {
		margin:0 1.5%;
	}
	
	.buttonHolder {
		bottom:30px;
	}
	
}

@media (max-width:380px) {
	.divMainCalloutSlideshowText h2 {
		font-size:50px;
	}
}

