
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 #999999;
  		-webkit-box-shadow: 0px 1px 5px #999999; 
  		box-shadow: 0px 1px 5px #999999;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 30px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #333333;
    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 #333333;
    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 'Arial', Trebuchet MS, Arial, sans-serif;
    color: #09064a;
    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: #4c70ab;}
ul.social-networking-small li.twitter:hover {background-color: #00adff;}
ul.social-networking-small li.linkedin:hover {background-color: #0073b2;}
ul.social-networking-small li.google-plus:hover {background-color: #dd4b39;}
ul.social-networking-small 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-small li.pinterest:hover {background-color: #d73532;}
ul.social-networking-small li.yelp:hover {background-color: #c31202;}
ul.social-networking-small li.youtube:hover {background-color: #ef2b2c;}
ul.social-networking-small li.vimeo:hover {background-color: #17b3e8;}
ul.social-networking-small li.feed:hover {background-color: #f7991c;}

.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: #333333;
	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 Arial, Trebuchet MS, sans-serif;
	color: #333333;
}
.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: 'Lato', 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 Arial, Trebuchet MS, sans-serif;  
	padding: 3px 0px;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #333333;
}
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: #09064a;
}

.content-div a.subcatbutton, .content-div a.subcatbutton:hover  {
    border: none;
}

#collapsesidemenu, #datesectionmobile, #tagsectionmobile {
    padding-top: 10px;
    background: #f2f2f2;
    border-bottom: 1px solid #bfc1c4;
}

#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 #333333;
  		-webkit-box-shadow: 0px 2px 10px #333333; 
  		box-shadow: 0px 2px 10px #333333;
  		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 #999999;
	background: #cccccc;	
	color: #333333;
	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 #09064a;
    padding: 0px 12px;
    color: white;
    text-shadow: 0px -1px 2px #333333;
    text-align: center;
    float: none;
    font: 16px/30px Arial;
    text-transform: none;
    margin: 10px auto;
    width: auto;
    height: 30px;
}
#ancSendForgotPassword:hover {
    text-decoration: none;
    background: #09064a;
    border-color: #333333;
    color: #f2f2f2;
}

#ancLogout {
	float: right;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
.pLogInOut {
	padding: 10px;
	border: 2px solid #999999;
	background: #cccccc;
	font-style: italic;
}
input, select, textarea {
	border: 1px solid #cccccc;
	background: #ffffff;	
	color: #333333;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px Arial, Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px Arial, Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px Arial, Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 15px/26px Arial, Trebuchet MS, sans-serif;
}
input[type=submit], .anchCheckoutButton, a.button {
    display: block;
    cursor: pointer;
    font: 16px/25px Arial, Trebuchet MS, sans-serif;
    background: #1358a4;    
    border: 1px solid #09064a;
    color: white;
    padding: 5px 15px;
    height: auto;
	text-align: center;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Lato', 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: #09064a;
}


.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: #09064a;
}

.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: #09064a;
}


.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 #bfc1c4;
    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: #bfc1c4;
    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: #999999;
    border-color: #bfc1c4;
}

.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: #eeeeee;}
.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: #333333;

	padding: 20px;
	font-size: 12px;
}
.footer-div a {
	color: #1358a4;
	text-decoration: none;
}

.topfooter {
    background: black;
    color: white;
}



html {
	overflow-x:hidden;
}

.container.full-width {
    width: 100%;
}

.PageFooterOuter {
    background: lightgray;
}


.static .divMainCalloutTextWrapper {
    height: 750px;
}
.static .divMainCalloutImage {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 750px;
}

.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: 750px;
}

.divMainCalloutWrapper.static {
    width: 100%;
    overflow: hidden;
    height: 750px;
}

img.staticimage {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.divMainCalloutWrapper {
    padding-top:26px;
}
.divMiniCalloutImageWrapper {
    height: 300px;
    overflow: hidden;
}
.divMiniCalloutImageWrapper .textholder-image {

}

.divMiniCallout {
    height: 300px;
    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: 300px;
    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: 300px; 
}

.divMiniCalloutRow {
    height: 300px; 
}
.divMiniCalloutImageWrapper picture {
    /*height: 300px;
    display: block;*/    
}

.SlideImage {

}

.swiper-pagination {
    width: 100%;
    background-color:rgba(9,6,74,0.8);
    bottom:0;
}

.slideshowfullwidth .divMainCalloutImage {
    height: 750px;
    width: 100%;
}

.slideshowfloatleft .divMainCalloutImage, .slideshowfloatright .divMainCalloutImage {
    height: 750px;
}

.swiper-slide {
    overflow: hidden;
}

.slideshowfullwidth .swiper-slide {
    height: 750px;
}

.slideshowfloatleft .swiper-slide, .slideshowfloatright .swiper-slide {
    height: 750px;
}

.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: 750px;
}

.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: 750px;
}

.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: -15px;
    } 
    .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;
    }
	
}












.divMainCalloutSlideshowTextHolder {
    position:absolute;
    width:100%;
    bottom:40px;
    text-align:center;
    background:transparent;
    z-index:100;
}

.divMainCalloutSlideshowTextHolder h2 {
    font-family:'Mission Gothic Bold';
    color:#ffffff;
    font-size:48px;
    line-height:1.5;
    margin:0 auto;
    text-transform:uppercase;
    text-shadow: 0px 4px 4px rgba(50, 50, 50, 0.55);
}

.divMainCalloutSlideshowTextHolder h3 {
    font-family:'Mission Gothic Bold';
    color:#ffffff;
    font-size:36px;
    line-height:1.5;
    margin:0 auto;
    text-shadow: 0px 4px 4px rgba(50, 50, 50, 0.55);
}

.divMainCalloutSlideshowTextHolder p {
    font-family:'Bodoni Std';
    color:#ffffff;
    font-size:24px;
    line-height:1.5;
    margin:0 auto;
}


.divMainCalloutSlideshowTextHolder a {
    font-family:'Arial';
    color:#ffffff;
    font-size:24px;
    line-height:3.5;
    padding:15px 25px;
    background-color:#eb6d21;
    margin:0 auto;
    text-transform:uppercase;
    border-radius:20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;       
    
}
.divMainCalloutSlideshowTextHolder a:hover,
.divMainCalloutSlideshowTextHolder a:active {
    background-color:#ebab21;
}


/* swiper pagination -- swiper arrows */

.swiper-button-prev {
    background-image:url(https://www.leadershipky.org/layout/images/arrow_prev.png);
    background-size:56px 49px;
    width:56px;
    height:49px;
    left:5%;
    top:-365px;
     -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;     
}

.swiper-button-prev:hover,
.swiper-button-prev:active {
    background-image:url(https://www.leadershipky.org/layout/images/arrow_prev_hover.png);
}

.swiper-button-next {
    background-image:url(https://www.leadershipky.org/layout/images/arrow_next.png);
    background-size:56px 49px;
    width:56px;
    height:49px; 
    right:5%;
    top:-365px;  
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;      
}
.swiper-button-next:hover,
.swiper-button-next:active {
    background-image:url(https://www.leadershipky.org/layout/images/arrow_next_hover.png);
}


.swiper-pagination-bullet {
    border-radius:0;
    background:#ebab21;
    opacity:1;
    height:13px;
    width:13px;
    margin-right:15px;
}

.swiper-pagination-bullet-active {
    background:#e32506;
    opacity:1;
}




@media (min-width:768px) and (max-width:1023px){
    .slideshowfullwidth .divMainCalloutImage {
        height:710px;
    }
    
    .divMainCalloutSlideshowTextHolder {
        bottom:75px;
    }
    
    .swiper-button-prev {
        left:0;
    }
    .swiper-button-next {
        right:0;
    }
}



.divMiniCalloutRow {
    height:400px;
    background-color:#bfc1c4;
    margin-top:40px;
    padding:55px 0;
}

.divMiniCallout {
    background-color:#ebab21;
    height:290px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;        
    
}
.divMiniCallout:hover,
.divMiniCallout:active {
    background-color:#eb6d21;
}

.divMiniCallout-1,
.divMiniCallout-2,
.divMiniCallout-3 {
    width:31%;
    margin:0 1%;
    background-repeat: no-repeat;
    background-position: center 40%;    
}

.divMiniCallout-1 {
    background-image: url(https://www.leadershipky.org/layout/images/minicallout1.png);
    background-size: 40% !important;
    /*background-image: url(https://www.leadershipky.org/layout/images/minicallout1.svg), none;*/
}

.divMiniCallout-2 {
    background-image: url(https://www.leadershipky.org/layout/images/minicallout2.png);
   background-size: 33% !important;
    /*background-image: url(https://www.leadershipky.org/layout/images/minicallout2.svg), none;*/
}

.divMiniCallout-3 {
    background-image: url(https://www.leadershipky.org/layout/images/minicallout3.png);
   background-size: 33% !important;
   /*background-image: url(https://www.leadershipky.org/layout/images/minicallout3.svg), none;*/

}


.miniCalloutContent {
    display:block;
    position:absolute;
    width:100%;
    height:40px;
    bottom:15px;
    background:transparent;
    text-align:center;
}

.miniCalloutContent .h3,
.miniCalloutContent .h3,
.miniCalloutContent .h2,
.miniCalloutContent .h2 {
	font-family:'Arial';
	font-weight:bold;
	text-transform:uppercase;
    font-size:23px;
    color:#ffffff;

}

@media (min-width:768px) and (max-width:1023px) {
	
	.divMiniCallout {
		height:265px;
	}
	
	.divMiniCallout-1,
    .divMiniCallout-2,
    .divMiniCallout-3 {
		background-position: center 33%;
    }
	
	.miniCalloutContent {
		bottom:40px;
	}
}


@media (max-width:767px) and (orientation:landscape) {
	.divMiniCallout-1,
    .divMiniCallout-2,
    .divMiniCallout-3 {
		background-size:20% !important;
		background-position: center 33%;		
    }
}


@media (max-width:767px) {
    .divMiniCallout-1,
    .divMiniCallout-2,
    .divMiniCallout-3 {
        width:100%;
        margin:2% 0;
    }
}



.PageHeaderOuter,
.PageFooterOuter {
    background:transparent;
}



.slideshowfullwidth .divMainCalloutSlideshowText {
	top: 580px;
	width: 80%;
	background: none;
}

.slideshowfullwidth .divMainCalloutSlideshowText:hover {
	background: none;
}

.divMainCalloutSlideshowText h2,
.divMainCalloutSlideshowText h3 {
	font-size: 3.125em;
    color: white;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
	font-family: 'Mission Gothic Bold';
}

.divMainCalloutSlideshowText p {
	font-size: 2.5em;
    text-shadow: none;
    line-height: 1em;
	font-family: 'Bodoni Std BoldCondensed';
	color: white;
	text-align: center;
}

.divMainCalloutSlideshowText p a {
	font-size: .5em;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-shadow: none;
    padding: 10px 30px;
    border-radius: 15px;
    background: #eb6d21;
	font-family: 'Open Sans Semibold';
}

.divMainCalloutSlideshowText p a:hover {
	background: #f94527;
}

.slideshowfullwidth .slideshowfigure {
	background: #09064a;
}

.slideshowfullwidth .slideshowpicture {
	opacity: .8;
}

@media (max-width:767px) {
	
	.slideshowfullwidth .divMainCalloutImage,
	.slideshowfullwidth .swiper-slide {
		height:600px;
	}
	
	.slideshowfullwidth .divMainCalloutSlideshowText {
		top:400px;
	}
	
	.swiper-button-prev, .swiper-button-next {
		display:none;
	}
	
	
	.divMiniCalloutRow {
		margin-top:0;
		height:auto;
	}		
    .divMainCalloutSlideshowTextHolder {
        bottom:75px;
    }
    
    .divMainCalloutSlideshowTextHolder h2 {
        line-height:1.2;
    }

}

@media (max-width:480px) {
	
	.divMainCalloutSlideshowText h2,
	.divMainCalloutSlideshowText h3 {
		font-size: 2em;
	}
	
	.divMainCalloutSlideshowText p {
		font-size: 1.5em;
	}
	
	.divMainCalloutSlideshowText p a {
		font-size: .5em;
		white-space:nowrap;
		position:relative;
		top:20px;
	}

}

@media (max-width:320px) {
	.slideshowfullwidth .divMainCalloutSlideshowText {
		width: 90%;
	}
}

