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 {
	font-size: 2rem;
	font-weight: bold;
}
h2 {
	font-size: 1.75rem;
	font-weight: bold;
}
h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
body {
	background-position: left top;
	background-repeat: repeat;
	font-family: Oxygen, sans-serif, Swiss, SunSans-Regular;
}
.wrapperwide {
	display: none;
	position: absolute;
	top: 0;
	height: 300px;
	width: 100%;
	z-index: -1;
}
#body-container {
	box-shadow: 0 0 15px -3px rgba(68, 68, 68, 1);
}
.bg-header {
	padding: 20px;
	background-color: #fff;
}
.bg-header .cms-cm-icons, .bg-header .cms-custom-links {
	display: none;
}
#cm-cms-default-logo img {
	padding: 5px 0px;
}
.bg-main {
	background-color: #ffffff;
	padding-bottom: 20px !important;
	padding-top: 20px;
}
a:hover, a:focus {
	text-decoration: underline;
}
/* main nav */
.navbar-toggle {
	background-color: #cccccc;
}
.navbar {
	min-height: 37px;
}
.navbar-default {
	border-bottom: 3px solid;
	border-left: medium none !important;
	border-radius: 0;
	border-right: medium none !important;
	margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
	line-height: 16px;
}
.navbar-default .navbar-nav > li[marker="member login"] > a {
	font-weight: bold;
}
.dropdown-menu {
	font-size: inherit;
}
.cms-flexslider {
	margin: 0 0 40px !important;
}
h1 {
	font-size: 1.8em;
	margin: 0.67em 0;
}
.widget .line {
	margin-bottom: 22px;
}
.no-margin {
	margin-top: 0;
}
.no-padding {
	padding: 0;
}
.headline {
	background: url("../images/headline-bg.png") repeat-x scroll left 0 bottom 15px rgba(0, 0, 0, 0);
	display: block;
	line-height: 30px;
	margin: 24px 0 8px;
}
.headline h3, .headline h4 {
	background-color: #fff;
	display: inline;
	padding: 0 10px 0 0;
}
.panel-title {
	font-size: 20px;
}
.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 10px 15px;
}
.panel-default-highlight > .panel-heading {
	padding: 10px 15px 0;
}
#sidebar {
	padding-top: 30px;
}
#sidebar .title-sep-container {
	display: table-cell;
	height: 6px;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
#sidebar .title-sep.sep-double {
	border-bottom-width: 1px;
	border-color: #ccc;
	border-top-width: 1px;
	height: 6px;
}
.sidebar-nav {
	list-style: none outside none;
	padding-left: 0;
	text-align: right;
}
.sidebar-nav > li,  .sidebar-nav .nav-item {
	display: block;
	padding: 0 0 2px;
	position: relative;
}
.sidebar-nav > li > a,  .sidebar-nav .nav-item a {
	background-color: #eeeeee;
	border-bottom: 2px solid #fff;
	color: #555;
	display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.sidebar-nav > li > a:hover,  .sidebar-nav > li > a:focus,  .sidebar-nav .nav-item a:hover,  .sidebar-nav .nav-item a:focus {
	color: #000;
	text-decoration: none;
}
#sociallinks a, .sociallinks a {
	margin-right: 5px;
	margin-bottom: 10px;
}
#sociallinks a img,  .sociallinks a img {
	/*height: 28px;*/
	opacity: 0.7;
	/*width: 28px;*/
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
#sociallinks a img:hover,  .sociallinks a img:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#cm-icons {
	height: 85px;
	margin-top: 20px;
}
#cm-icons div {
	float: left;
	text-align: center;
	width: 20%;
}
#cm-icons div a {
	font-size: 13px;
	text-decoration: none;
}
#cm-icons div a img {
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	height: 70%;
	width: 70%;
	border: 2px solid;
}
#cm-icons div a img:hover {
	opacity: 1;
}
#footer-content .col-md-4 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
}
.footer {
	border-top: 3px solid;
	margin-bottom: -10px;
	padding-top: 10px;
}
.footer a:hover, #footer a:focus {
	text-decoration: none;
}
.footer .copyright {
	margin-top: 15px;
}
.footer .footer-text {
	margin: 20px 0;
}
.footer .footer-text .glyphicon {
	margin-left: 5px;
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	background-color: transparent;
	color: #ccc;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #fff;
}
#sociallinks,  .sociallinks {
	text-align: center;
}
.footer .row .container .col-md-2 {
	margin-top: 15px;
}
}

@media only screen and (min-width : 768px) {
.bg-header .cms-cm-icons, .bg-header .cms-custom-links {
	display: block;
}
}


