html {font-size: 100%;} /*16px*/

p {margin-bottom: 1rem;}

h1, h2, h3, h4, h5 {
  margin-bottom: 1.38rem;
  line-height: 1.3;
}

h1, .h1 {
  margin-top: 0;
  font-size: 2.488rem;
}

h2, .h2 {font-size: 2.074rem;}

h3, .h3 {font-size: 1.728rem;}

h4, .h4 {font-size: 1.44rem;}

h5, .h5 {font-size: 1.2rem;}

small, .text_small {font-size: 0.833rem;}

h3.articles-feed-title{
    font-size: 1.2rem;
}
/* Quote */
 .quote .bg-image-content{
	 padding: 1em 1.5em;
}
 .quote .bg-image-content .padbottom5{
	 padding-left: 1em;
	 border-left: 6px solid #eee;
}
 .quote .bg-image-content .intro-text{
	 margin-bottom: 1em;
	 font-size: 18px;
	 font-family: Georgia,Times,Times New Roman,serif;
}
 .quote .bg-image-content .quote-top{
	 color: rgba(51, 103, 140, .5);
	 margin-bottom: 1em;
}
.flex{
    display:flex;
}



/* Captions aligned to bottom */

.imageblock div.flexslider-hp-caption {
	 position: absolute;
	 margin-top: 0px;
	 padding: 20px;
	 margin-right: 0px;
	 text-align: left;
	 background: rgba(255, 255, 255,.9);
	 opacity: 1;
	 filter: alpha(opacity=100);
	 line-height: 30px;
	 min-height: 80px;
	 max-height: none;
	 color: #fff;
	 bottom: 20px;
	 right: 15px;
}
.imageblock div.flexslider-hp-caption:hover{
    background: rgba(255, 255, 255,1);
	opacity: 100;
	filter: alpha(opacity=100);
} 
div.flexslider-hp-caption h2{
	margin: 0;
}

div.flexslider-hp-caption p{
	margin: 10px 0 0;
}
div.flexslider-hp-caption ul{
	margin: 10px 0 0;
	padding-left: 15px;
	color:black;
}
div.flexslider-hp-caption ul a{
   color: #228000;
	 font-weight: bold;
}
div.flexslider-hp-caption ul a:hover{
	 color: #113e01;
}
 @media screen and (max-width: 767px){
	 .imageblock div.flexslider-hp-caption {
		 position: relative;
		 bottom: 0;
		 right: 0;
	}
	.flex{
	    display: block;
	}
	.text-right.statement{
	    text-align: left;
	}
}

 .imageblock, .imageblock .container{
	 position: relative;
}
.btn-sm{
    border-radius: 0;
    text-transform: uppercase;
}

/* 20230911 - Upstate Advantage / Header Image CSS */
.advantage{
    min-height: 30vh;
    font-size: 12px;
    padding-top:300px;
}
.advantage p{
    text-transform: uppercase;
    color: white;
    line-height: 1;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.advantage-heavy{
    font-weight: 800;
}
.advantage-bold{
    font-weight: 700;
}
.advantage hr{
    border-color: white;
}
.advantage-3x{
    font-size: 4em;
    margin: 0;
}
.advantage-2x{
    font-size: 2.4em;
    margin: 0;
}
.advantage-text{
    font-size:1.4em;
    padding-bottom: .25em;
}
.advantage-elements{
    background-image: url('/assets/images/homepage/upstate-advantage-wipe-top-2000w.png');
    background-position: 0 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.fix-header > .bg-image-container {
        background-position: center top;
        background-size: 110%;
    }
.fix-header a {
	text-decoration:none;
}
@media screen and (min-width: 768px){
    .advantage{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        min-height: 40vh;
        padding-top: 0;
        padding-left: 5%;
    }
    .advantage-elements{
        background-image: url('/assets/images/homepage/upstate-advantage-wipe-left-2000w.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 50vh;
    }
    .fix-header > .bg-image-container {
        background-position: right center;
        background-size: 80%;
    }
    .right-left{
        text-align:right;
    }
}

@media screen and (min-width: 992px){
    .advantage {
        min-height: 50vh;
        font-size: 14px;
        align-items: center;
    }
    .fix-header > .bg-image-container {
        /*background-position: 150px 15%;*/
        background-size: 75%;
    }
}
@media screen and (min-width: 1200px){
    .advantage {
        font-size: 16px;
    }
    .fix-header > .bg-image-container {
        /*background-position: 150px 15%;*/
        background-size: 66%;
    }
}
