html {
	font-size: 16px;

}
body {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 1rem;
    line-height: 1.3;
	margin: 0 auto;
}
/*-------------------------FONT STYLING START----------------------*/
p {
	font-size: 1rem;
}
h1 {
	color: #005d7f;
    font-size: 2rem;
	font-weight: bold;
}
h2 {
	font-size: 1.75rem;
	font-weight: bold;
}
h3 {
	color: #007f22;
    font-size: 1.5rem;
	font-weight: bold;
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/*-------------------------FONT STYLING START----------------------*/

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
/*-------------------------FONT STYLING END------------------------*/

/*-------------------------SITE CLASSES START----------------------*/
.sidebar-nav.vertical .nav-item a {
    opacity:1;
}
.sidebar-nav.vertical .nav-item a:hover {
    opacity:.8;
}

.wrapperwide {
	width: 100%;
}
.wrapper {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.subwrapper {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.featured {
	border: 5px solid #ffffff;
	box-shadow: 0 0 5px 2px #888;
	margin-bottom: 25px;
	position: relative;
}
.header-svg .curve-outer-svg {
	stroke: #ffffff;
}
.overlay {
	position: relative;
	min-height: inherit;
	padding-left: 15px;
	display: none;
}
.featured .cms-flexslider .slide-wrapper,
.featured .cms-flexslider .slide-wrapper img {
	height: auto;
	max-width: 100%;
}
.featured .cms-flexslider .flex-control-nav {
	display: none;
}
.featured .cms-flexslider {
	margin: 0;
}
.slider {
	position: relative;
	min-height: inherit;
	padding-left: 0;
	padding-right: 0;
}
.navigation {
	display: none;
}
.navicon {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
	text-align: center;
	border: 1px solid #E2E2E2;
	padding: 9px;
	margin-top: 10px;
	font-weight: bold;
}
.navicon:after {
	content: '\2630  Menu';
	top: 0;
	left: 0;
	font-size: 17px;
	padding: 9px;
}
.navbar {
	background-color: transparent;
	border-color: transparent;
	min-height: 32px;
	padding-top: 20px;
	margin-bottom: 0;
}
.navbar-nav>li>.dropdown-menu {
	border-top-right-radius: 4px;
}
#cm-cms-menu > ul > li {
	margin: 0 2px;
}
#cm-cms-menu > ul > li > a {
	font-size: 12px;
	padding: 5px 10px;
}
.sociallinks a {
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 14px;
}
.sociallinks a img {
	/*height: 28px;*/
	opacity: 0.7;
	/*width: 28px;*/
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.sociallinks a img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#cm-icons {
	height: 85px;
	margin-top: 20px;
	text-align: center;
}
#cm-icons div {
	float: left;
	width: 20%;
}
#cm-icons div a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: auto auto;
}
#cm-icons div a img {
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	height: 35%;
	width: 35%;
	border: 2px solid;
	text-align: center;
	margin: auto auto;
}
/* class specific to Almost-Flat-Multi Module Icons  */
img[src*="Almost-Flat-Multi-1"] {
	-moz-border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	border-radius: 0px!important;
	border: none!important;
	/*margin: 0px 5px 0px 5px;*/
	opacity: .8;
}
#cm-icons div a,
#cm-icons div a img:hover {
	opacity: 1;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
#feature-text .cms-custom-links .sidebar-nav a:hover, div[pageareaid="Sidebar Top 0"] .cms-custom-links .sidebar-nav a:hover, div[pageareaid="10"] .cms-custom-links .sidebar-nav a:hover {
  opacity: 1;
}
/*-------------------------SITE CLASSES END------------------------*/

/*-------------------------HEADER START----------------------------*/

.header {
	padding-top: 20px;
	text-align: center;
}
.logo img {
	max-width: 100%;
	height: auto;
}
.header-svg {
	display: none;
}
header .cms-cm-icons,
header .cms-custom-links {
	display: none;
}
/*-------------------------HEADER END------------------------------*/

/*-------------------------MAIN START------------------------------*/

.content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.subcontent {
	padding-top: 40px;
	padding-bottom: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
/* Redlin Featured Buttons */
.featured-button {
	color: #ccc;
	background-position: 95% center;
	background-repeat: no-repeat;
	border: 2px solid #efefef;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 20px;
	padding: 6px 14px;
	text-transform: uppercase;
	width: 200px;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.featured-button:after {
    content:">";
    padding-right:5px;

}
a.featured-button:hover {
	color: #ffffff;
	text-decoration: none;
}
/*-------------------------MAIN END--------------------------------*/

/*-------------------------FOOTER START----------------------------*/

.footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer a,
.small a {
	text-decoration: underline;
	color: #eee;
}
.footer a:hover {
	text-decoration: none;
	color: #888;
}
.footer p {
	font-size: 11px;
}

/*-------------------------FOOTER END------------------------------*/

/*-------------------------MEDIA QUERIES START---------------------*/

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
    div[pageareaid="Footer 1"],
    div[pageareaid="Footer 2"],
    div[pageareaid="Footer 3"] {
	    display: none;
    }
    .navbar {
	    padding-top: 0;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wrapper {
	    position: relative;
	    z-index: 2;
	    margin: auto;
	    width: 748px;
    }
    .navbar-nav {
	    float: right;
	    margin: 0;
    }
    .subwrapper {
	    position: relative;
	    z-index: 2;
	    margin: auto;
	    width: 748px;
    }
    .col-sm-15 {
	    width: 20%;
	    float: left;
    }
    .navigation {
	    text-align: center;
	    margin-top: 20px;
	    display: block;
    }
    .navicon {
	    display: none;
    }
    .container.header,
    .container.content {
	    width: 100%;
    }
    #cm-cms-menu > ul > li {
	    margin: 0 2px;
    }
    #cm-cms-menu > ul > li > a {
	    font-size: 12px;
	    padding: 5px 10px;
	    border-radius: 5px;
    }
    #cm-cms-menu > ul > li.open a {
	    border-radius: 5px 5px 0px 0px;
    }
    .footerwide {
	    position: relative;
    }
    .footer {
	    padding-top: 70px;
    }
    .featured {
	    min-height: 300px;
	    border: 5px solid #ffffff;
	    box-shadow: 0 0 5px 2px #888;
	    margin-bottom: 25px;
	    position: relative;
    }
    .featured .cms-flexslider .slide-wrapper,
     .featured .cms-flexslider .slide-wrapper img {
	    min-height: 300px;
	    max-width: inherit;
	    width: 773px;
    }
    .featured .flex-prev {
	    margin-left: 50px;
    }
    .featured .flex-next {
	    margin-right: 20px;
    }
    .overlay {
	    min-height: 300px;
	    display: block;
	    position: absolute;
	    background-color: transparent;
	    z-index: 3;
    }
    .slider {
	    position: relative;
	    min-height: 300px;
	    z-index: 2;
    }
    .header-svg {
	    position: absolute;
	    z-index: -1;
	    margin-left: 155px;
	    display: block;
    }
    .header div.cms-search {
	    padding-left: 40px;
	    padding-right: 40px;
    }
    header .cms-cm-icons,
    header .cms-custom-links {
	    display:block;
    }
}
/* 992 breakpoint - text in slider */
@media (min-width: 768px) and (max-width: 992px) {
#feature-text {
	display:  none;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .wrapper {
	    margin: auto;
	    width: 972px;
    }
    .subwrapper {
	    margin: auto;
	    width: 972px;
    }
    .col-md-15 {
	    width: 20%;
	    float: left;
    }
    .header {
	    text-align: right;
    }
    .header div.cms-search {
	    padding-left: 40px;
	    padding-right: 40px;
    }
    .navigation {
	    text-align: right;
	    margin-top: 30px;
    }
    .logo {
	    text-align: left;
    }
    .footerwide {
	    margin-top: -30px;
    }
    .sidebar-bg {
	    width: 19.5%;
	    height: 100%;
	    position: absolute;
	    z-index: 0;
    }
    .header-svg {
	    margin-left: 220px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .wrapper {
	    margin: auto;
	    width: 1170px;
    }
    .subwrapper {
	    margin: auto;
	    width: 1170px;
    }
    .col-lg-15 {
	    width: 20%;
	    float: left;
    }
    .navigation {
	    margin-top: 38px;
    }
    .header-svg {
	    margin-left: 295px;
    }
    .header div.cms-search {
	    padding-left: 40px;
	    padding-right: 40px;
    }
}
/*-------------------------MEDIA QUERIES END-----------------------*/
cms #cm-cms-edit-widget[currentarea="Home Local Feature 1"] .image-controls[show="2"] #preserve-aspect-option {
    display: none;
}
