/* ----------------------------------------------------------
::::: Table of Contents :::::
I. Global CSS
	1. Buttons
	2. Backgrounds
	3. Typography
II. Layout CSS
	1. Alignment
	2. Columns
III. Forms
IV. Templates
	1. Sections
	2. Page Headers
V. Header CSS
	1. Sticky
	2. Top
	3. Bottom
VI. Modules CSS
	1. Mod
	2. Text
	3. Categories
	4.
	5.
	6.
	7.
	8.
	9.
	10.
X. Articles CSS
X. Template-Specific CSS
X. Footer CSS
---------------------------------------------------------- */


@font-face {
	font-family: ncsu-icons;
	src:url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot?1496864039);
	src:url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.eot?1496864039#iefix) format('embedded-opentype'),url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.woff?1496864039) format('woff'),url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.ttf?1496864039) format('truetype'),url(https://cdn.ncsu.edu/brand-assets/icons/ncsu-icons.svg?1496864039#ncsu-icons) format('svg');
}

/* --------------------
:: Global CSS
-------------------- */
body {
	color: #1a1a1a;
	font-family: 'Univers',sans-serif;
	font-weight: 400;
	font-style: normal;
}
/*** 1. global Buttons ***/
.btn-primary {
	color: #fff;
	background-color: #c00;
	border-radius: 0;
	border: none;
	padding: 20px 25px;
	font-size: 20px;
	font-family: 'Univers',sans-serif;
	font-weight: 700;
	line-height: 1;
}
.btn-secondary {
	color: #c00;
	background-color: transparent;
	border: 2px solid #c00;
	border-radius: 0;
	padding: 5px 16px 5px 16px;
	font-size: 16px;
	font-family: 'Univers',sans-serif;
	font-weight: 700;
}
.btn-primary:hover {
	background-color: #900;
}
.btn-primary::after,
.btn-secondary::after,
.btn-secondary.btn-next::after,
.btn-secondary.btn-prev::before,
.mod-story .story_teaser::after,
.social-tweet .handle a span::before,
.mod.mod-cats .btn-primary.first::after,
.section-footer .btn.btn-secondary.btn-next:hover::after,
.mod_categories .mod-cat::after,
.mod_related .mod-cat::after {
	font-size: 1.5em;
	line-height: 1.5rem;
	vertical-align: middle;
	position:relative;
	display:inline-block;
	font-family:ncsu-icons;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.btn-primary::after,
.btn-secondary::after,
.btn-secondary.btn-next::after,
.mod.mod-cats .btn-primary.first::after,
.mod_categories .mod-cat::after,
.mod_related .mod-cat::after,
.section-footer .btn.btn-secondary.btn-next:hover::after {
	content: 'A';
}
.mod_categories .mod-cat::after,
.mod_related .mod-cat::after {
	content: 'a';
}
.mod-story .story_teaser::after,
.glyphicon-thin-chevron:before {
	content: 'B';
}
.btn-secondary.btn-prev::before {
	content: 'T';
}
.btn-secondary.btn-prev::after {
	content: '';
}
.btn-primary::after,
.btn-secondary::after,
.btn-secondary.btn-next::after,
.mod-story .story_teaser::after {
	left: 0;
}
.btn-primary:hover::after,
.btn-secondary:hover::after,
.btn-secondary.btn-next:hover::after,
.mod-story .story_link:hover .story_teaser::after {
	left: 4px;
}
.btn-secondary.btn-prev::before,
.mod_categories .mod-cat::after,
.mod_related .mod-cat::after {
	right: 0;
}
.btn-secondary.btn-prev:hover::before {
	right: 4px;
}
p .btn-secondary {
	text-decoration: none;
}
p a.btn-secondary:hover {
	font-family: 'Univers',sans-serif;
	font-weight: 700;
}
.btn-secondary.btn-next::after {
	color: #c00;
}
.btn-secondary.btn-next:hover::after {
	color: #900;
}
.btn-secondary:visited,
.btn-secondary:hover,
.btn-secondary:active {
	color: #900;
	border-color: #900;
}
.btn-menu {
	text-align: left;
}
.btn-tertiary {
	color: #c00;
	border: 2px solid #c00;
	font-family: 'Univers',sans-serif;
	font-weight: 400;
	margin: 20px 0;
	padding: 8px 10px;
	border-radius: 0;
}
.btn-green {
	background-color: #505a14;
	border: none;
}
.btn-lg {
	width: 100%;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus {
	background-color: #900;
	border-color: #900;
}
/*** 2. global Backgrounds ***/
.bg_indigo {
	background-color: #4156a1;
}
.bg_black {
	background-color: #000;
}
.bg_dkgray {
	background-color: #333;
}
.bg_ltgray {
	background-color: #f2f2f2;
}
.bg_green {
	background-color: #6f7d1c;
}
.bg_reynolds_red {
	background-color: #900 !important;
}
.bg_wolfpack_red {
	background-color: #c00;
}
.wolfpack_red {
	color: #c00;
}
/*** 3. global Typography ***/
h1.section-title, h2, h2 a, h3 {
	color: #c00;
}
h1 {
	color: #000;
	font: 400 normal 60px/1.2 'Glypha',serif;
}
h1 span {
	color: #999;
}
h1.section-title {
	font-family: 'Univers',sans-serif;
	font-weight: 300;
}
h1.section-title,
.mod_stories h1 {
	font-size: 48px;
}
h2 {
	font-family: 'Univers',sans-serif;
	font-weight: 300;
	margin-top: 40px;
}
h3 {
	font-size: 24px;
	font-family: 'Univers',sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
h5, .subtitle, .mod_subtitle, .mod-story_subtitle, .mega-dropdown-subtitle, .breadcrumbs {
	font: 400 normal 14.4px/1 'Univers',sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
h6 {
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.UniversCondensed {
	font-family: 'UniversCondensed',sans-serif;
}
b, strong {
	font-family: 'Univers',sans-serif;
	font-weight: 700;
}
.post-body ol li,
.post-body ul li,
.mod-article ol li,
.mod-article ul li {
	padding-left: 22px;
	text-indent: -25px;
	margin: 5px 0;
	list-style-position: inside;
}
.post-body ul li,
.article-body ul li {
	list-style-type: square;
}
.post-body ol li,
.article-body ol li {
	list-style-type: decimal;
}

article.post div.post-body ol li ul li {
	list-style-type: disc;
}

p, .post ul, .post ol, .mod-article ul, .mod-article ol {
	color: #666;
	font: 300 normal 18px/1.6 'Univers',sans-serif;
}
.post p {
	margin-bottom: 25px;
}
p.section-subtitle {
	color: #333;
	font-size: 18px;
	font-family: 'Univers',sans-serif;
	font-weight: 300;
}
p a,
p a:hover,
.post-body ul li a,
.article-body ul li a,
.post-body ol li a,
.article-body ol li a {
	color: #c00;
	font-family: 'Univers',sans-serif;
	font-weight: 300;
	text-decoration: underline;
}
p a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 20px 0;
}
a, :hover {
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.text-left {
	text-align: left !important;
}
.txt-white {
	color: #fff !important;
}
.body-copy {
	margin-bottom: 2.25rem;
}
.link-list,
.list-unstyled {
	font-size: 21px;
	margin: 0;
	padding: 0;
}
.link-list li {
	margin: 1.2em 0 0;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.link-list li:first-child {
	margin-top: 0;
}
.link-list li::before {
	content: '\f105';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-family: FontAwesome;
	padding-right: 0.4em;
}
.link-list li a,
.link-list li::before {
	color: #c00;
}
.link-list li a:hover {
	text-decoration: underline;
}
.link-list li a {
	font-family: 'Univers',sans-serif;
	font-weight: 300;
}
.author.sme {
	display: inline-block;
}
.author.sme::after {
	content: 'SME';
	color: #c00;
	font-family: 'Univers',sans-serif;
	font-weight: 700;
	font-size: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	padding: 1px 3px;
	margin-left: 5px;
	position: relative;
}
.article-body .navbar-form {
	padding-left: 0;
	padding-right: 0;
}
/*** 4. images ***/
picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}
picture img {
	width: auto;
	max-width: none;
}
/*** 5. ncsu icons ***/
.glyphicon {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:ncsu-icons;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.glyphicon-thin-chevron:before{content:'C'}
.glyphicon-thin-arrow-left:before{content:"U"}
.glyphicon-thin-arrow:before{content:"a"}
.glyphicon-thin-arrow-right:before{content:"a"}
.glyphicon-up-thin-arrow:before{content:"J"}
.glyphicon-roman-arrow-left:before{content:"V"}
.glyphicon-roman-arrow:before{content:"B"}
.glyphicon-roman-arrow-right:before{content:"B"}
.glyphicon-bold-arrow-left:before{content:"T"}
.glyphicon-bold-arrow:before {content:"A";}
.glyphicon-bold-arrow-right:before { content:"A";}
.glyphicon-twitter:before{content:'v'}

/* --------------------
:: II. Layout CSS
-------------------- */
/*** 1. layout Alignment ***/
.d-none {
	display: none!important;
}
.block-fix {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.inner ,
.img-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.inner {
	width: 80%;
}
.table-wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell-wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
/*** 2. layout Columns ***/
.two-col {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	column-break-inside:avoid;
}
.masonry {
	column-count: 4;
	column-gap: 5em;
}
.masonry .item { /* Masonry bricks or child elements */
	display: inline-block;
	margin: 0 0 2em;
	width: 100%;
}
.masonry .item h2 .count {
	color: #333;
}
/*** 3. layout Spacers ***/
.spacer {
	display: block;
	width: 100%;
}
.spacer_20 {
	margin-top: 20px;
}
.spacer_30 {
	margin-top: 30px;
}
.spacer_100 {
	margin-top: 100px;
}
.section_padding_50_0 {
    padding-top: 50px;
}
.section_padding_50_100 {
    padding-top: 50px;
    padding-bottom: 100px;
}
.section_padding_70 {
    padding: 70px 0;
}
.padding_0 {
	padding: 0px;
}
.padding_50 {
	padding: 50px;
}

.well {
	border-radius: 0;
}

/* --------------------
:: III. Components CSS
-------------------- */
.micro {
	display: none !important;
}
.well {
	border-radius: 0;
}
#scrollUp {
	background-color: #cc0000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* --------------------
:: III. Forms CSS
-------------------- */
.form-group .form-control,
.input-group .form-control {
	font-size: 16px;
	font-family: 'Univers',sans-serif;
	font-weight: 300;
}
.form-control {
	padding: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.freeform-row .form-control {
	border: 1px solid #ccc;
}
.form-inline {
	font-size: 0;
}
.form-inline .form-control {
	border: 1px solid #ccc;
	border-right: none;
}
.form-inline .form-group {
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.form-inline .form-group .form-control {
	width: 100%;
}
form .input-group-btn > .btn-primary::after {
	content: '';
}
.input-group-btn > .btn {
	padding: 15px;
}
form .btn-default {
	color: #fff;
	height: 50px;
	width: 50px;
	border-radius: 0;
	border: 1px solid #c00;
	border-left: none;
	background-color: #c00;
}
form .btn-default:hover {
	color: #fff;
	background-color: #900;
	border-color: #900;
}
form .btn-default i {
	font-size: 24px;
	position: relative;
	left: 2px;
}

/* --------------------
:: III. Templates CSS
-------------------- */
/*** 1. template Sections ***/
section {
	position: relative;
}
.section-header,
.section-footer {
	text-align: center;
}
.section-footer .btn.btn-secondary.btn-next,
.section-footer .btn.btn-secondary.btn-prev,
.section-footer p {
	display: inline;
}
.section-footer .btn.btn-secondary.btn-prev {
	margin-right: 10px;
	padding-left: 8px;
}
.section-footer .btn.btn-secondary.btn-next {
	margin-left: 10px;
	padding-right: 8px;
}
.section-footer .btn.btn-secondary.btn-next:hover::after {
	color: #c00;
}
.section-footer p > a {
	text-decoration: none;
}
.section-header,
.section-form {
	margin-bottom: 30px;
}
.section-header h2.section-title {
	margin-top: 0;
}
/*** 2. template Headers ***/
.page-header {
	padding-bottom: 0;
	margin: 0;
	margin-bottom: 60px;
	border-bottom: none;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.template_erm-library .page-header {
	overflow: visible;
}
.page-header::after {
	content: '';
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.page-header .table-wrap {
	height: 544px;
}
.page-header-title {
    width: 100%;
    height: 544px;
    position: relative;
    z-index: 1;
    background-position: top center;
}
.page-header-title .subtitle,
.page-header-title h1.title,
.page-header-title h1.title span {
    color: #fff;
}
.page-header .meta,
.page-header .meta a {
	color: #fff;
	font-size: 16px;
	font-family: 'Univers',sans-serif;
	font-weight: 300;
}
.page-header .meta a {
	text-decoration: underline;
}
.landing-header .inner {
	z-index: 5;
}
.landing-header h1,
.landing-header h2 {
	color: #fff;
}
.landing-header .single-blog-post-content .subtitle {
	color: #fff;
	font-family: 'Univers',sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.landing-header .single-blog-post-content {
	right: 0 !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	padding: 40px 60px 40px 40px;
	height: 450px;
	text-align: center;
}
.landing-header .bgimg {
	height: auto;
	width: 100%;
	opacity: 0.5;
	max-width: initial;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* --------------------
:: IV. Header CSS
-------------------- */
#masthead {
	height: 123px;
}
#masthead.sticky {
	height: 65px;
}
/*** 0. Bottom Header ***/
.bottom-header {
	height: 87px;
	z-index: 999;
	background-color: #f2f2f2;
	border-top: none;
	border-bottom: 1px solid #ddd;
	position: absolute;
}
/*** 1. header Sticky ***/
.sticky nav {
	text-align: right;
}
.sticky nav > li {
	float: none;
	display: inline-block;
}
.sticky nav > li > a {
	line-height: 1;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.sticky .navbar-header {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}
.sticky .navbar-brand {
	background-image: url(img/erm-img/logo-ncsu-brick-stacked-white.png);
	width: 200px;
	margin-left: 0 !important;
}
.sticky .navbar-default .navbar-toggle .icon-bar,
.sticky .navbar-default .navbar-toggle:hover .icon-bar,
.sticky .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
#masthead.sticky .bottom-header {
	height: 65px;
	background-color: #900;
	border-bottom-color: #900;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#masthead.sticky .bottom-header nav > li > a {
	color: #fff;
	opacity: 0.65;
}
#masthead.sticky .bottom-header .navbar-default nav > li.active > a,
#masthead.sticky .bottom-header .navbar-default nav > li:hover > a {
	opacity: 1;
}
#masthead.sticky .bottom-header nav > li > a > span {
	display: none;
}
#masthead.sticky .bottom-header .mega-dropdown-menu {
	top: 65px;
}
#masthead.sticky .bottom-header .navbar-header,
#masthead.sticky .bottom-header .navbar-default .navbar-collapse {
	margin-top: 0px;
}
#masthead.sticky .bottom-header .indicator-mask {
	top: calc(65px + 1px);
}
/*** 2. header Top ***/
.top-header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	height: auto;
	font-size: 0;
}
.top-header a {
	color: #c00;
	font-family: 'Univers',sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	padding: 13px 0 10px;
}
.top-header li.erm-top-nav a {
	font-size: 11.2px;
	font-family: 'Univers',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.top-header a:hover {
	text-decoration: underline;
}
.top-header ul {
	float: right;
	text-align: right;
	overflow: hidden;
	margin: 0;
}
.top-header ul li {
	display: inline-block;
	float: left;
	padding-left: 20px;
}
.top-header ul li a,
.top-header .logo-area a {
	display: block;
	color: #c00;
}
.top-header .logo-area i::before {
	content: '\f053';
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-family: FontAwesome;
	padding-right: 0.4em;
}
.top-header ul li i {
	font-size: 8px;
	position: relative;
	top: -2px;
}
.header-search-form {
	position: relative;
	display: inline-block;
	padding: 0 12px;

	-webkit-transition: width ease 0.2s;
	transition: width ease 0.2s;
}
.header-search-form form input {
	width: 100%;
	font-style: normal;
	line-height: 1;
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}
.header-search-form form {
	position: relative;
}
#searchbtn {
	text-align: right;
	float: right;

	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: none;
	font-size: 0;
}
#searchbtn i {
	color: #999;
	font-size: 10px;
	top: 1px;
}
.top-header .ncsu-top-nav {
	display: inline-block;
	color: #c00;
}
.top-header .ncsu-top-nav .glyphicon {
	top: 2px;
}
/*** Bootstrap Navbar ***/
.navbar {
	margin: 0;
	padding: 0;
	height: 86px;
	border: none;
}
.navbar-header,
.navbar-default .navbar-collapse {
	margin-top: 20px;
}
.navbar-header .erm-logo {
	margin: 0;
}
.navbar-header .erm-logo a,
.navbar-header .erm-tag {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.navbar-brand {
	width: 225px;
	height: 42px;
	background: url(img/erm-img/logo-ncsu-brick-stacked-black.png) no-repeat center center;
	background-size: 100%;
	padding: 0;
}
.navbar-default .navbar-brand {
	margin-left: 0 !important;
}
nav {
	width: 100%;
	float: left;
	font-family: 'Univers',sans-serif;
	font-weight: 400;
	font-size: 16px;
}
nav > li > .dropdown-menu {
	background-color: #f2f2f2;
	-webkit-box-shadow: none;
	box-shadow: none;
}
nav > li {
	float: left;
	display: block;
	transition: opacity 0.5s linear;
	position: static !important;
}
nav > li.nav-sec {
	display: none;
}
nav > li:hover {
	opacity: 1;
}
nav > li:hover * {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
nav > li > a {
	color: #333;
	display: block;
	font-size: 16px;
	padding: 0px 15px;
}
nav > li > a > span {
	color: #999;
	font-size: 12px;
	text-transform: none;
	display: block;
	padding-top: 3px;
}
.tab-content,
.nav-tabs {
	display: inline-block;
}
.navbar-form .form-group {
	width: calc(100% - 50px);
}
.navbar-form .form-control {
	border: 1px solid #ccc;
	border-right: none;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
}
.navbar-default .navbar-collapse {
	float: right;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.navbar-default nav > a {
	color: #333;
}
.navbar-default nav > .open > a:hover,
.navbar-default nav > .open > a:focus,
.navbar-default nav > .open > a,
.navbar-default nav > .open,
.navbar-default nav > li > a:hover,
.navbar-default nav > li > a:focus {
	color: #c00;
	background-color: transparent;
}
.indicator-mask,
.navbar-default nav > li::after {
	display: none;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translate(50px,-100%);
	-ms-transform: translate(15px,-100%);
	transform: translate(50px,-100%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #ddd;
	-webkit-transition: border-bottom-width .1s ease-out;
	-o-transition: border-bottom-width .1s ease-out;
	transition: border-bottom-width .1s ease-out;
}
.indicator-mask {
	border-bottom-width: 12px;
	border-bottom-color: #f2f2f2;
	top: calc(86px + 1px);
	z-index: 1001;
}
.navbar-default nav > li.open .indicator-mask,
.navbar-default nav > li:hover .indicator-mask,
.navbar-default nav > li.open::after,
.navbar-default nav > li:hover::after {
	display: block;
}
.navbar-default nav > li.active > a,
.navbar-default nav > li.active > a:hover,
.navbar-default nav > li.active > a:focus {
	color: #c00;
	background-color: transparent;
}
/*** Bottom Header: Megamenu  ***/
.mega-dropdown .dropdown-menu .mega-dropdown-body a:hover .panel {
	background-color: #c00;
}
.mega-dropdown .dropdown-menu .mega-dropdown-body a:hover .panel h3,
.mega-dropdown .dropdown-menu .mega-dropdown-body a:hover .panel p,
.mega-dropdown .dropdown-menu .mega-dropdown-body a:hover .panel .event-date span {
	color: #fff;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	top: 86px;
	margin: 0;
	padding: 30px 50px;
	text-align: left;
	width: 100%;
	border: none;
	border-radius: 0;
	height: 450px;
	background-color: #f2f2f2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mega-dropdown-header,
.mega-dropdown-body,
.mega-dropdown-footer {
	display: inline-block;
	width: 100%;
}
.mega-dropdown-header {
	text-align: center;
	margin-bottom: 20px;
}
.mega-dropdown-title,
.mega-dropdown-subtitle {
	color: #333;
}
.mega-dropdown-title {
	font-size: 22px;
	font-family: Glypha,Georgia,serif;
	font-weight: 400;
}
.mega-dropdown-title span {
	display: block;
}
.mega-dropdown-subtitle {
	margin-bottom: 20px;
}
/*** Bottom Header: Megamenu: Tabs ***/
.nav-tabs {
	border-bottom: none;
	float: left;
	margin-top: 0;
	font-size: 14px;
	width: 100%;
}
.nav-tabs > li,
.nav-tabs > li > a {
	line-height: 1;
	width: 100%;
}
.nav-tabs > li {
	float: none;
	margin-bottom: 10px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom: 1px solid #c00;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.tab-content .nav-list li::before {
	color: #c00;
}
.tab-content {
	position: relative;
	top: -35px;
	width: 100%;
}
.tab-content .nav-list {
	margin: 0;
	font-family: Univers,sans-serif;
	font-weight: 400;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	column-break-inside:avoid;
}
.tab-content .nav-list li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.tab-content .nav-list li::before {
	content: '\f105';
	font: normal normal normal 14px/1 FontAwesome;
	text-indent: 20px;
	margin-left: -15px;
	margin-right: 10px;
}
.tab-content .nav-list > li a {
	font-size: 13px;
}
.tab-content .nav-list > li:hover a {
	color: #c00;
}
.tab-content .btn {
	margin-bottom: 0;
}
/*** Bottom Header: Megamenu: List ***/
.nav-list {
	font-size: 14px;
}
.nav-list > li {
	line-height: 1;
	margin-bottom: 12px;
}
.nav-list > li > a:hover {
	color: #c00;
	text-decoration: none;
}
.nav-list > li > a > span {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
}
/*** Bottom Header: Megamenu: Panel ***/
.panel {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
}
.panel-default > .panel-heading {
	background-color: transparent;
	border-color: transparent;
	border-bottom: 1px solid #ddd;
	padding-top: 25px;
	padding-right: 45px;
	padding-left: 45px;
}
.panel-default > .panel-heading,
.panel-default > .panel-heading a {
	color: #c00;
}
.panel-default > .panel-heading .icon {
	width: 30px;
	margin-bottom: 0;
	position: relative;
	top: -3px;
	left: -7px;
}
.panel-title {
	font-size: 18px;
}
.panel-body {
	padding: 25px 45px;
}
.dropdown-menu .icon {
	width: 150px;
	margin-bottom: 30px;
}
.mega-dropdown-body .btn.btn-secondary {
	position: relative;
	top: -35px;
}
.mega-dropdown-body .event a .panel {
		height: 140px;
		overflow: hidden;
}
.mega-dropdown-footer {
	margin-top: 10px;
}
.mega-dropdown-body .event a:hover .panel {
	background-color: #c00;
	border-color: #900;
}
.mega-dropdown-body .event a:hover .event-date,
.mega-dropdown-body .event a:hover .event-details,
.mega-dropdown-body .event a:hover .event-details .event-title,
.mega-dropdown-body .event a:hover .event-details p,
.mega-dropdown-body .event a:hover .event-details p span {
	color: #fff;
}
.mega-dropdown-body .event a:hover .event-date,
.mega-dropdown-body .event a:hover .event-details p span {
	border-color: #fff;
}
.mega-dropdown-body .experts-list {
	margin: 0;
}
.mega-dropdown-body .experts-list li {
	margin-bottom: 10px;
}
.mega-dropdown-body .experts-list li:nth-child(4) .panel,
.mega-dropdown-body .experts-list li:nth-child(5) .panel,
.mega-dropdown-body .experts-list li:nth-child(6) .panel {
	margin-bottom: 0;
}
 .mega-dropdown-body .experts-list li:hover .panel {
	background-color: #c00;
	border-color: #900;
 }
 .mega-dropdown-body .experts-list li:hover h3.panel-title,
 .mega-dropdown-body .experts-list li:hover p {
	color: #fff;
}
.mega-dropdown-body .experts-list li .panel {
	height: 90px;
}
.mega-dropdown-body .experts-list li .sme-img {
	height: calc(100% + 2px);
	max-width: initial;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.mega-dropdown-body .experts-list li h3.panel-title,
.mega-dropdown-body .experts-list li p {
	margin-left: 60px;
}
.mega-dropdown-body .experts-list li p {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}
.mega-dropdown-body h3.panel-title,
.mega-dropdown-body .event-details h3.event-title {
	color: #c00;
	font-size: 16px;
}
.mega-dropdown-body .event-details h3.event-title {
	margin-bottom: 0;
}
.mega-dropdown-body p,
.mega-dropdown-body .experts-list li p {
	margin-bottom: 0;
	margin-top: 7px;
}
.mega-dropdown-body p {
	font-size: 14px;
}
/*** mobile Nav ***/
.navbar-default .navbar-toggle {
	border: none;
	border-radius: 0;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar  {
	background-color: #c00;
}

/* --------------------
:: VI. Modules CSS
-------------------- */
/*** 1. mod ***/
.mod {
	margin-bottom: 60px;
}
/*** 2. mod Text ***/
.mod_txt .txt_teaser {
	font-family: Univers,sans-serif;
	font-weight: 300;
	font-size: 16px;
}
/*** 3. mod Categories ***/
.mod_categories .mod-cat .mod_title,
.mod_categories .mod-cat .mod_subtitle,
.mod_categories .mod-cat p {
	color: #fff;
}
.mod_categories .mod-cat {
	display: block;
	background-color: #c00;
	margin-bottom: 30px;
	padding: 50px;
	height: 250px;
	text-align: left;
}
.mod_categories .mod-cat:hover {
	background-color: #900;
}
.mod_related .mod-cat::after,
.mod_categories .mod-cat::after,
.mod_related .mod-cat::after {
	color: #fff;
	font-size: 2em;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(0,-50%);
}
.mod_categories .mod-cat .mod_title {
	margin: 20px 0 10px;
}
.mod_categories .mod_title {
	font-size: 21px;
}
.mod_categories .mod-cat p {
	font-size: 14px;
	margin: 0;
	position: absolute;
	bottom: 70px;
}
.mod.mod-cats h5 {
	color: #333;
	font-size: 14px;
	font-family: Univers,sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.mod.mod-cats .btn-primary {
	width: 100%;
	text-align: left;
}
.mod.mod-cats {
	padding-right: 0;
	padding-left: 0;
}
.template_erm-categories .mod_txt h2 {
	margin-bottom: 20px;
}
.template_erm-categories .mod_txt h2 .count {
	color: #999;
	font-family: Glypha,Georgia,serif;
	font-weight: 400;
}
.template_erm-categories h2 a {
	color: #c00;
}
.template_erm-categories .link-list {
	font-size: 16px;
}
.template_erm-categories .link-list li::after {
	content: '';
	display: none;
}
.template_erm-categories .link-list li {
	margin-top: 0.6em;
}
/*** 4. mod Related ***/
.mod_related .mod-cat .mod_title,
.mod_related .mod-cat .mod_subtitle,
.mod_related .mod-cat p {
	color: #fff;
}
.mod_related .mod-cat {
	display: block;
	background-color: #c00;
	margin-bottom: 30px;
	padding: 50px;
	height: 250px;
	text-align: left;
}
.mod_related .mod-cat:hover {
	background-color: #900;
}
.mod_related .mod-cat .mod_title {
	margin: 20px 0 10px;
}
.mod_related .mod_title {
	font-size: 21px;
}
.mod_related .mod-cat p {
	font-size: 14px;
	margin: 0;
	position: absolute;
	bottom: 70px;
}
/*** 5. mod Subscribe ***/
.mod_subscribe {
	padding: 50px;
	position: relative;
}
.mod_subscribe.mod_subscribe-ver {
	padding: 0;
}
.mod_subscribe-ver .wrap {
	padding: 100px 20px 20px;
	width: 100%;
	position: relative;
	z-index: 3;
	text-align: left;
}
.mod_subscribe-ver img {
	width: 100px;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
}
.mod_subscribe-hor .wrap {
	padding: 40px 50px 20px;
	width: 100%;
	float: right;
	position: relative;
	z-index: 3;
	text-align: center;
}
.mod_subscribe-hor img {
	position: absolute;
	top: -35px;
	left: -50px;
	z-index: 2;
	width: 200px;
}
.mod_subscribe h2,
.mod_subscribe p,
.mod_subscribe p a {
	color: #fff;
}
.mod_subscribe h2 {
	font-family: Glypha,Georgia,serif;
	font-weight: 400;
	font-size: 23px;
	margin-top: 0;
}
.mod_subscribe p a {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.mod_subscribe form .btn-default {
	border-color: #900;
	background-color: #900;
	font-size: 0;
}
.mod_subscribe form.hubcapture-form input.btn-default::after {
	color: #fff;
	border-radius: 0;
	content: '\f015';
	font-size: 24px;
	position: relative;
	left: 2px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mod_subscribe h5 {
	font-size: 12px;
	font-family: Univers,sans-serif;
	font-weight: 700;
}
.mod_subscribe p {
	font-size: 16px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.mod_subscribe i {
	font-size: 14px;
}
.mod_subscribe .hubcapture-form .hs-input {
	border: 1px solid #ccc!important;
	border-right: none!important;
	text-indent: 15px!important;
	font-weight: 300px!important;
}
.post .mod_subscribe-hor {
	display: inline-block;
	background-color: #c00;
	margin-top: 30px;
	padding: 0;
}
.post .mod_subscribe-hor img {
	top: -15px;
	left: -30px;
	width: 100px;
}
/*** 6. mod Social ***/
.social-tweet {
	text-align: center;
}
.social-tweet p,
.social-tweet p a,
.social-tweet .handle a span {
	font-family: 'Glypha',serif !important;
	font-weight: 400;
}
.social-tweet p {
}
.social-tweet p {
	color: #4156a1;
	font-size: 28px;
}
.social-tweet p a {
	color: #c00;
	text-decoration: underline;
}
.social-tweet p a:hover {
	color: #900;
}
.social-tweet .handle a {
	color: #c00;
	font-family: Univers,sans-serif;
	font-weight: 700;
	display: block;
	margin: 0 auto 20px;
}
.social-tweet .handle a span {
	color: #fff;
	background-color: #c00;
	margin: 0 5px;
	padding: 10px;
	text-decoration: none;
}
.social-tweet .handle a span::before {
	content: 'v';
	font-size: 1.1em;
	top: -1px;
}
.social-tweet .handle a img {
	width: 14px;
	position: relative;
	top: -1px;
}
/*** 7. mod Feature ***/
.mod_feature {
	height: 375px;
}
.mod_feature .container {
	position: relative;
	z-index: 5;
}
.mod_feature img.bg-feature {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.mod_feature .table-wrap {
	height: 375px;
}
.mod_feature h2,
.mod_feature h5,
.mod_feature p,
.mod_feature .btn-secondary,
.mod_feature .lSAction > a {
	color: #fff;
}
.mod_feature .btn-secondary {
	border-color: #fff;
}
.mod_feature.bg-green .btn-secondary {
	border-color: transparent;
	background-color: #505a14;
}
.mod_feature .addthis_inline_share_toolbox_sdil {
	clear: none !important;
	display: inline-block;
	position: relative;
	top: 3px;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-share-btn-elements {
	background-color: transparent !important;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-style-responsive .at-share-btn {
	padding: 0 !important;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-resp-share-element .at-share-btn {
	margin: 0 !important;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-share-btn-elements > a > .at-label {
	font-size: 14px !important;
	line-height: 1;
	height: auto;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-share-btn-elements > a > .at-icon-wrapper {
	line-height: 1;
	width: 0;
	height: 0;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-share-btn-elements > a > .at-icon-wrapper::before {
	display: inline-block;
	font: normal normal normal 13px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-share-btn-elements .at-svc-email .at-icon-wrapper::before {
	content: '\f0e0';
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-share-btn-elements .at-svc-email .at-icon-compact::before {
	content: '\f067';
}
.mod_feature .addthis_inline_share_toolbox_sdil .at-resp-share-element .at-share-btn .at-label {
	font-family: Univers,sans-serif;
	font-weight: 400;
}
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
	transform: none;
}
.mod_feature h2 {
	font-size: 36px;
	font-family: Glypha,Georgia,serif;
	font-weight: 400;
	margin-top: 0;
}
.mod_feature p {
	font-size: 18px;
	font-family: Univers,sans-serif;
	font-weight: 300;
	margin: 15px 0;
}
.mod_feature .lSSlideOuter .lightSlider {
	background-color: transparent;
}
.mod_feature .lSSlideOuter .lSPager.lSpg > li:not(.active) a {
	background-color: #fff;
}
.mod_feature h5 {
	color: #fff;
}
.mod_feature .btn-group {
	display: block;
	margin-top: 30px;
}
.mod_feature .btn-group a {
	color: #fff;
	margin-right: 15px;
}
.mod_feature .btn-group a i {
	font-size: 13px;
	margin-right: 5px;
}
.mod_feature .btn-group a:hover {
	text-decoration: underline;
}
.mod_feature .btn-group a:hover i {
	text-decoration: none;
}
.mod_feature.bg_indigo.bg_indigo_img {
	background-image: url(img/erm-img/bg-texture-3-dkblue.png);
	background-repeat: no-repeat;
	background-position: -400px center;
}
.mod_feature.bg_indigo .btn,
.mod_feature.bg_indigo .event .event-date {
	background-color: #212b51;
	border-color: #212b51;
}
.mod_feature .lSAction > a {
	color: #fff;
}
.mod_feature .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #fff;
}
.mod_feature .lSSlideOuter .lSPager.lSpg > li:hover a, .mod_feature .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #ccc;
}
.mod_feature .lSSlideOuter .lSPager.lSpg {
	margin-top: -40px !important;
}
.template_erm-categories .mod_feature {
	background-image: url(img/erm-img/bg-texture-4-dkblue.png);
	background-repeat: no-repeat;
}
.template_erm-categories .mod_feature h2 {
	font-size: 32px;
}
/*** 8. mod Stories ***/
.mod_stories .col-md-4:nth-child(3n+1) {
	clear: left;
}
/*** 8. mod Events ***/
.event-date {
	float: left;
	width: 20.83333%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 4px;
	background-color: #fff;
	color: #c00;
	border: 2px solid #c00;
	font-family: Glypha,Georgia,serif;
	font-weight: 400;
	text-transform: uppercase;
}
.event-date time {
	display: block;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2;
}
.event-date time span {
	font-family: Univers,sans-serif;
	font-weight: 700;
}
.event-date span {
	display: block;
	font-size: 2em;
}
.event-details {
	float: left;
	width: 79.16667%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 0;
}
.event-details p {
	margin: 0;
	font-size: 14.4px;
	color: #333;
}
.event-details p span {
	margin-left: 5px;
	padding-left: 8px;
	border-left: 1px solid #333;
}
.event-details .event-title {
	margin-top: 6px;
	margin-bottom: 11px;
	color: #c00;
	font-size: 19px;
	font-family: Univers,sans-serif;
	font-weight: 700;
	line-height: 1.3;
}
.mod_events .col-md-4:nth-child(3n+1) {
	clear: left;
}
.mod_events .mod-event {
	display: block;
	float: left;
	min-height: 175px;
	margin-bottom: 1.4em;
	padding: 1em 0;
}
.mod_events .mod-event:hover .event-date {
	color: #fff;
}
.mod_events .mod-event:hover .event-date {
	border-color: #900;
	background-color: #900;
}
.mod_events .mod-event:hover .event-details .event-title {
	color: #900;
}
.mod_feature .mod-event .event-date {
	color: #fff;
	float: none;
	width: auto;
	border-color: #fff;
	margin-bottom: 30px;
}
.mod_feature.bg_indigo .mod-event .event-date {
	background-color: #4156a1;
}
.mod_feature.bg_green .mod-event .event-date {
	background-color: #6f7d1c;
}
.mega-dropdown-events .mod-event .panel {
	height: 150px;
}
.mega-dropdown-events .event-details .event-title {
	font-size: 16px;
}
.mega-dropdown-events .mod-event:hover .event-details .event-title,
.mega-dropdown-events .mod-event:hover .event-date {
	color: #fff;
}
.mega-dropdown-events .mod-event:hover .event-details p span,
.mega-dropdown-events .mod-event:hover .event-date {
	border-color: #fff;
}
.mega-dropdown-events .mod-event:hover .event-date {
	background-color: #c00;
}
/*** 8. mod Share ***/
.mod.mod_share {
	padding-right: 0;
	padding-left: 0;
}
.mod.mod_share ul {
	display: block;
	margin-top: 30px;
}
.mod.mod_share ul li {
	width: 30%;
	display: table-cell;
}
.mod.mod_share ul li a {
	color: #fff;
	background-color: #c00;
	padding: 20px;
}
.mod.mod_share ul li a:hover {
	background-color: #900;
}
/*** 8. mod Calls-to-Action ***/
.mod_ctas .mod-cta {
	background-color: #6f7d1c;
	padding: 30px 30px;
	display: block;
	text-align: left;
	overflow: hidden;
}
.mod_ctas .mod-cta.cta-lg {
	height: 175px;
}
.mod_ctas .mod-cta.cta-md {
	height: 175px;
}
.mod_ctas .mod-cta:hover {
	background-color: #505a14;
}
.mod_ctas .mod-cta::after {
	color: #fff;
	content: '\f105';
	font: normal normal normal 24px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(0,-50%);
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mod_ctas .mod-cta.cta-md::after,
.mod_ctas .mod-cta.cta-lg::after {
	top: 40%;
	transform: translate(0,-40%);
}
.mod_ctas .mod-cta:hover::after {
	right: 45px;
}
.mod_ctas .mod-cta .cta-title,
.mod_ctas .mod-cta .cta-subtitle,
.mod_ctas .mod-cta .cta-teaser,
.mod_ctas .mod-cta .btn-secondary {
	color: #fff;
}
.mod_ctas .mod-cta .cta-subtitle {
	line-height: 1;
}
.mod_ctas .mod-cta .cta-teaser {
	font-size: 14px;
	margin-bottom: 0;
}
.mod_ctas .mod-cta h3 {
	font-family: Glypha,Georgia,serif;
	font-weight: 400;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 0;
}
.mod_ctas .mod-cta p {
	margin-top: 10px;
}
.mod_ctas .icon {
	margin: 0 auto;
	display: block;
}
.mod_ctas .mod-cta.cta-lg .icon {
	width: 55%;
}
.mod_ctas .mod-cta.cta-sm .icon,
.mod_ctas .mod-cta.cta-md .icon {
	width: 75%;
}
.mod_ctas .mod-cta .btn-secondary {
	display: none;
	margin-top: 10px;
    	border-color: #fff;
}
.section-cta {
	display: block;
	margin-top: 30px;
}
/*** mod Experts / Profiles ***/
.mod-expert:hover h3.expert_heading {
	color: #900;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mod-expert p.expert_teaser {
	color: #666;
	font-size: 14px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.mod_experts .mod-expert:hover .btn-secondary {
	color: #900;
	border-color: #900;
}
.mod_experts .mod-expert {
	margin: 20px 0 10px;
	display: block;
}
.mod_experts .mod-expert .expert_image-container {
	height: 500px;
}
.mod_experts .mod-expert .expert_excerpt-container {
	padding-top: 30px;
}
.mod_experts .mod-expert .expert_excerpt-container h3 {
	margin-top: 15px;
}
.mod_experts .mod-expert .subtitle {
	font-family: Univers,sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
.mod_experts .mod-expert ul {
	display: none;
	margin: 20px 0;
}
.mod_experts .mod-expert ul li:first-child {
	font-family: Univers,sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.mod_experts .mod-expert ul li:not(:first-child) {
	color: #666;
	font-family: Univers,sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	list-style: square;
	list-style-position: inside;
}
.mod_experts_slide .block-fix {
	top: 50px;
	z-index: 5;
}
.mod_experts_slide .section-header {
	position: absolute;
	bottom: 20px;
	left: 30px;
	right: 50px;
}
.mod_experts_slide .section-header .btn.btn-secondary {
	color: #fff;
	border-color: #fff;
	float: left;
	background-color: #900;
}
.mod_experts_slide .section-header h2.section-title {
	display: inline-block;
	font-family: Univers,sans-serif;
	font-weight: 700;
	color: #fff;
	position: relative;
	top: 0;
	text-align: left;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mod_experts_slide .mod-expert:hover h2.section-title {
	top: -5px;
}
.mod_experts_slide .mod-expert {
	display: block;
	margin: 0 0 30px 0;
	color: #666;
	position: relative;
}
.mod_experts_slide .mod-expert .expert_cover {
	background-color: #900;
	height: 500px;
	position: relative;
	background-image: url(img/erm-img/bg-texture-1-c00.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 145%;

	-webkit-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.mod_experts_slide .mod-expert .expert_cover:hover {
	background-size: 150%;
}
.mod_experts_slide .mod-expert .expert_cover:hover .btn-secondary {
	background-color: #900;
}
.mod-expert .expert_image-container {
	background-color: #000;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.mod-expert .expert_image-container .expert_image-background img {
	position: relative;
	-webkit-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.mod-expert .expert_image-container .expert_image-background img.expert_image-hover {
	position: absolute;
}
.mod-expert:hover .expert_image-container .expert_image-background img,
.mod-expert .expert_image-container .expert_image-background img.expert_image-hover {
	z-index: 3;
	opacity: 0;
}
.mod-expert .expert_image-container .expert_image-background img,
.mod-expert:hover .expert_image-container .expert_image-background img.expert_image-hover {
	z-index: 5;
	opacity: 1;
	width: auto;
	max-width: none;
}
.mod_experts_slide .mod-expert:hover .icon-sme {
	opacity: 1;
}
.mod-expert .expert_image-container .icon-sme {
	display: none;
	opacity: 1;
	height: 60px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mod_experts_slide .mod-expert p.expert_teaser {
	padding: 20px 30px 0;
}
.mod_experts_slide .mod-expert:hover p.expert_teaser {
	color: #c00;
}
.mod_experts_slide .mod-expert h3.expert_heading {
	color: #fff;
	border-top: none;
	margin: 0;
	padding: 0;

	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 99;
}
.mod_experts_slide .mod-expert:hover h3.expert_heading {
	bottom: 35px;
}
.mod_experts_slide .mod-expert .author.sme::after {
	color: #fff;
	background-color: #c00;
	border-color: #c00;
	margin-left: 0;
	top: -5px;
}
.mod_experts_slide .lSAction > a {
	color: #fff;
}
.mod_experts_slide .lSAction > .lSPrev {
	left: 30px;
}
.mod_experts_slide .lSAction > .lSNext {
	right: 30px;
}
/*** mod Navigation Menu ***/
.mod.mod_nav .count {
	color: #999;
}
.mod.mod_nav .panel {
	border: none;
	border-radius: 0;
	background-color: transparent;
	margin: 0;
}
.mod.mod_nav .panel-heading {
	border: none;
	padding: 0;
}
.mod.mod_nav .panel-default > .panel-heading .btn-primary:hover::after {
	left: 7px;
}
.template_erm-single-event .mod.mod_nav,
.template_erm-single-expert .mod.mod_nav {
	margin-top: 0;
}
/* mod_nav > nav-group */
.mod.mod_nav .nav-group:not(:first-child) {
	margin-top: 7px;
}
/** mod_nav > nav-group >> list-group **/
.mod.mod_nav .list-group {
	background-color: #f2f2f2;
	padding: 20px 25px;
	margin: 0;
	width: 100%;
}
.mod.mod_nav .list-group > li {
	position: relative;
}
.mod.mod_nav .list-group .list-group-item {
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 5px 0;
}
.mod.mod_nav .list-group > li > li {
	border-bottom: 1px solid #c00;
}
.mod.mod_nav .list-group .list-group-item:hover,
.mod.mod_nav .list-group .list-group-item:focus,
.mod.mod_nav .list-group .list-group-item.active,
.mod.mod_nav .list-group .list-group-item.active:hover,
.mod.mod_nav .list-group .list-group-item.active:focus {
	color: #c00;
}
.mod.mod_nav .list-group > .active > a:not(.btn-child),
.mod.mod_nav .list-group > .active > a:not(.btn-child):hover,
.mod.mod_nav .list-group > .active > a:not(.btn-child):focus {
	color: #c00;
	border-bottom-color: #c00;
	background-color: transparent;
}
.mod.mod_nav .list-group > li > a:hover {
	color: #c00;
	background-color: transparent;
}
.mod.mod_nav .list-group > li > a {
	color: #333;
	display: block;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mod.mod_nav .list-group > li > a.btn-parent {
	padding-right: 40px;
	padding-left: 0;
}
.mod.mod_nav .list-group > li:last-child > a.btn-parent {
	border-bottom-color: transparent;
}
.mod.mod_nav .list-group > li > a.btn-child {
	border-bottom: none;
	padding-top: 0px;
	padding-bottom: 0;
}
/*** mod_nav > nav-group >> list-group >>> btn ***/
.mod.mod_nav .btn-primary {
	font-size: 16px;
	position: relative;
}
.mod.mod_nav .btn-primary::after {
	content: '';
}
.mod.mod_nav .btn-primary:active:hover,
.mod.mod_nav .btn-primary.active:hover,
.mod.mod_nav .open > .dropdown-toggle.btn-primary:hover,
.mod.mod_nav .btn-primary:active:focus,
.mod.mod_nav .btn-primary.active:focus,
.mod.mod_nav .open > .dropdown-toggle.btn-primary:focus,
.mod.mod_nav .btn-primary:active.focus,
.mod.mod_nav .btn-primary.active.focus,
.mod.mod_nav .open > .dropdown-toggle.btn-primary.focus {
	background-color: #900;
}
.mod.mod_nav .btn-menu {
	background-color: #c00;
	color: #fff;
}
.mod.mod_nav .btn-menu .btn-stats {
	font-size: 13px;
	font-weight: 400;
	opacity: 0.5;
}
.mod.mod_nav .btn-menu .btn-txt {
	width: 80%;
	white-space: normal;
	float: left;
}
.mod.mod_nav .nav-group .btn-menu .btn-icon::after,
.mod.mod_nav .nav-group .btn-child::after,
.mod.mod_nav .nav-group .btn-menu.collapsed .btn-icon::after,
.mod.mod_nav .nav-group .btn-child.collapsed::after {
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}
.mod.mod_nav .nav-group .btn-menu .btn-icon::after,
.mod.mod_nav .nav-group .btn-child.collapsed::after {
	font-size: 12px;
}
.mod.mod_nav .nav-group .btn-child::after,
.mod.mod_nav .nav-group .btn-menu.collapsed .btn-icon::after {
	font-size: 10px;
}
.mod.mod_nav .nav-group .btn-menu .btn-icon::after,
.mod.mod_nav .nav-group .btn-child[aria-expanded="true"]::after {
	content: '\f077';
}
.mod.mod_nav .nav-group .btn-menu.collapsed .btn-icon::after,
.mod.mod_nav .nav-group .btn-child[aria-expanded="false"]::after {
	content: '\f078';
}
.mod.mod_nav .nav-group .btn-menu .btn-icon::after {
	right: 25px;
}
.mod.mod_nav .nav-group .btn-child::after {
	color: #999;
	right: 0;
	background-color: #fff;
	padding: 4px 5px 6px;
	z-index: 5;
}
.mod.mod_nav .nav-group .btn-child:hover::after {
	color: #c00;
}
/* mod_nav > collapseAccordion */
.mod.mod_nav #collapseAccordion .panel-group {
	background-color: #f2f2f2;
	padding: 20px 15px;
}
.mod.mod_nav #collapseAccordion .panel-heading a.panel-title {
	color: #333;
	display: block;
	font-size: 13px;
	padding: 15px 10px;
}
.mod.mod_nav #collapseAccordion .list-group .list-group-item::before {
	content: '\f078';
	color: #999;
	margin-right: 5px;
}
.mod.mod_nav #collapseAccordion .panel-heading a.panel-title:hover,
.mod.mod_nav #collapseAccordion .list-group .list-group-item:hover {
	color: #c00;
}
.mod.mod_nav #collapseAccordion .list-group .list-group-item:hover {
	background-color: #fff;
}
.mod.mod_nav .dropdown-menu {
	position: initial;
	background-color: #f2f2f2;
	padding: 20px 25px;
	margin: 0;
	width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mod.mod_nav .dropdown-menu > .active > a,
.mod.mod_nav .dropdown-menu > .active > a:hover,
.mod.mod_nav .dropdown-menu > .active > a:focus {
	color: #c00;
	border-bottom: 1px solid #c00;
	background-color: transparent;
}
.mod.mod_nav .dropdown-menu > li > a {
	color: #333;
	display: block;
	font-size: 13px;
	padding: 10px 40px 10px 0;
	border-bottom: 1px solid #ccc;
}
.mod.mod_nav .dropdown-menu > li > a:hover {
	color: #c00;
	background-color: transparent;
}
.mod.mod_nav .dropdown-menu > li:last-child > a {
	border-bottom-color: transparent;
}
/* mod_nav > panel */
.mod.mod_nav .panel:not(:first-child) {
	margin-top: 7px;
}
.mod.mod_nav .panel-group .panel-heading + .panel-collapse > .panel-body, .mod.mod_nav .panel-group .panel-heading + .panel-collapse > .list-group {
	border: none;
}
.mod.mod_nav .panel-title a:hover,
.mod.mod_nav .panel-title a:focus {
	background-color: #900;
}

/* --------------------
:: IV. Article
-------------------- */
.post-img {
	margin: 40px 0;
}
.post-img .img-caption {
	font-family: Univers,sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #666;
	text-align: left;
	padding: 6px 16px;
	margin: 12px 0 0;
	border-left: 5px solid #ccc;
}
.post-img.pull-left img,
.post-img.pull-right img,
.post-img .img-full-width img {
	height: auto;
}
.post-img .img-caption a,
.post-img .img-caption .download-transcript a {
	color: #c00;
}
.post-img.pull-left,
.post-img.pull-right {
	margin-top: 0;
	width: 50%;
}
.img-full-width,
.post-img .img-full-width {
	width: 100%;
}
.video-full-width {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.video-full-width iframe, .video-full-width object, .video-full-width embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-img.pull-left {
	margin-right: 40px;
}
.post-img.pull-right {
	margin-left: 40px;
}
.mod-story {
	display: inline-block;
	margin-bottom: 30px;
	text-align: left;
	width: 100%;
}
.mod-story.story-iso {
	background-color: #f2f2f2;
}
.mod-story h3.story_title {
	color: #c00;
}
.mod-story .story_link {
	color: #666;
	font-weight: 300;
	clear: both;
}
.mod-story .story_link .pull-right {
	width: calc(100% - 50px);
}
.mod-story .story_link .icon {
	width: 25px;
	margin-bottom: 12px;
	margin-top: 45px;
}
.mod-story .story_link .story_preview {
	padding: 30px;
}
.mod-story .story_link:hover .story_title {
	color: #900;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.mod-story .story_img .caption {
	color: #666;
	font-size: 14px;
	font-family: Univers,sans-serif;
	font-weight: 300;
	text-align: left;
	margin: 12px 0px 40px;
	padding: 6px 16px;
	border-left: 5px solid #ccc;
}
.mod-story .story_date,
.mod-story .story_teaser {
	font-size: 16px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.mod-story .story_date {
	margin-bottom: 16px;
}
.mod-story .story_excerpt p a {
	color: #c00;
	font-family: Univers,sans-serif;
	font-weight: 300;
	text-decoration: underline;
}
.mod-story_subtitle {
	color: #333;
}
.mod-story .tags {
	color: #666;
	border: 2px solid #666;
	padding: 2px 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: inline-block;
}
.mod-story .story_link:hover .story_teaser {
	color: #000;
}
.mod-story .story_teaser::after {
	color: #999;
}
.mod-story .story.bg-ltgray {
	padding: 30px;
}
.mod-story .story_img {
	background-color: #000;
	position: relative;
}
.mod-story .story_img.img_video img {
	opacity: 0.5;
}
.mod-story .story_img.img_video::before {
	color: #fff;
	content: '\f144';
	font-size: 60px;
	font-family: 'FontAwesome';
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
.mod-story .story_tags li a,
.mod-story .story_tag,
.post .story_tags li a,
.post .story_tag {
	color: #c00;
	font-style: normal;
	line-height: 1;
}
.mod-story .story_tag,
.post .story_tag {
	display: inline-block;
	margin: 15px 0;
	font-size: 12px;
	font-family: Univers,sans-serif;
	font-weight: 700;
	background-color: transparent;
	border: 2px solid #c00;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px;
	text-transform: uppercase;
}
.mod-story .story_tags p,
.mod-story .story_tags li a,
.post .story_tags p,
.post .story_tags li a {
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.mod-story .story_tags li a,
.post .story_tags li a {
	display: inline-block;
}
.mod-story .story_tags p,
.post .story_tags p {
	color: #666;
}
.mod-story .story_tags li,
.post .story_tags li {
	display: inline-block;
}
.mod-story .story_tags li:not(:first-child)::after,
.post .story_tags li:not(:first-child)::after {
	content: ',';
}
.mod-story .story_tags li:last-child::after,
.post .story_tags li:last-child::after {
	content: '';
}
.mod-story .story_tags li a:hover,
.post .story_tags li a:hover {
	text-decoration: underline;
}
.mod-story .story_link .wrap,
.post .story_link .wrap {
	padding: 0 30px;
}
.mod-story .story_tags {
	margin-top: 30px;
}
.post .story_tags {
	font-size: 14px;
}
/*** homepage feature content */
.single-post-title {
	width: 100%;
	height: 340px;
	position: relative;
	z-index: 1;
}
.single-post-title-content h2 {
color: #fff;
font-size: 48px;
}
.single-post-title-content p {
	color: #fff;
	font-size: 16px;
	font-style: italic;
}
.single-post-title-content {
	padding-bottom: 15px;
}
 .single-blog-post-content:hover a {
	width: 100%;
	height: 100%;
}
.single-blog-post-content:hover h3 {
	color: #fff;
}
.single-blog-post-content h3,
.single-blog-post-content .date,
.single-blog-post-content .tags {
	position: relative;
	top: 0;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.single-blog-post-content h3 {
	font-weight: normal;
	font-size: 32px;
}
.single-blog-post-content .tags {
	font-size: 12px;
	font-family: Univers,sans-serif;
	font-weight: 400;
	background-color: transparent;
	border: 2px solid #fff;
	letter-spacing: 1px;
	line-height: 1;
	padding: 5px;
}
.single-blog-post-content .date {
	color: #fff;
	font-size: 16px;
	font-family: Univers,sans-serif;
	font-weight: 700;
	font-style: normal;
	display: block;
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.single-blog-post-content .author {
	color: #fff;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	bottom: 40px;
}
.single-blog-post-content .author span {
	color: #fff;
	text-transform: uppercase;
}
.single-blog-post-content .author.sme::after {
	border: 2px solid #fff;
	background-color: #fff;
	margin-left: 5px;
}
.post .post-footer {
	margin-bottom: 60px;
}
.post .post-header {
	margin-bottom: 40px;
}
.post .post-header h1 {
	font-size: 48px;
}
.post .post-resources {
	margin-top: 40px;
}
.post .post-resources h3 {
	color: #c00;
	font-size: 24px;
	font-weight: normal;
	font-family: Univers,sans-serif;
	font-weight: 700;
}
.post .post-resources ul li {
	margin: 5px 0;
	padding: 10px 0 10px 22px;
	border-bottom: 1px solid #c00;
	text-indent: -10px;
}
.post .post-resources ul li a {
	color: #c00;
	font-size: 16px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.post .post-resources ul li a:hover,
.post .post-resources ul li a:hover::before {
	color: #900;
}
.post .post-resources ul li a::before {
	content: '\f105';
	color: #c00;
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	margin-right: 10px;
}
.post .post-resources ul li:hover {
	border-color: #900;
}


/* --------------------
:: Lightslider CSS
-------------------- */
.lSSlideOuter .lightSlider {
	background-color: #fff;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #c00;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #999;
	border-radius: 0;
	height: 5px;
	width: 50px;
}
.lSAction > .lSNext {
	right: 20px;
}
.lSAction > .lSNext::before {
	content: '\f105';
}
.lSAction > .lSPrev {
	left: 20px;
}
.lSAction > .lSPrev::before {
	content: '\f104';
}
.lSAction > a {
	color: #c00;
	font: normal normal 30px/50px 'FontAwesome';
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	background-image: none;
	opacity: 1;
	top: 40%;
}
/*** 1. Feature Slider ***/
.feature-article-slide .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #f2f2f2;
}
.feature-article-slide .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #ccc;
}
.feature-article-slide .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #999;
}
.feature-article-slide .lSSlideOuter .lSPager.lSpg {
	margin-top: 0 !important;
}
.feature-article-slide .lSSlideOuter .lSPager.lSpg > li {
	padding: 0;
	width: 20%;
}
.feature-article-slide .lSSlideOuter .lSPager.lSpg > li a {
	width: 100%;
}
.feature-article-slide .lSSlideOuter .lSPager.lSpg {
	position: relative;
	top: -14px;
}
.feature-article-slide .lSAction > a {
	color: #fff;
}
.feature-article-slide {
	margin-bottom: 60px;
}
.feature-article-slide li.content-video,
.feature-article-slide li.content-event {
	background-color: #000;
}
.feature-article-slide li.content-video h3::after {
	content: '\f144';
	font-size: 28px;
	font-family: 'FontAwesome';
	margin-left: 10px;
}
.feature-article-slide li.content-video .single-blog-post-slide img,
.feature-article-slide li.content-event .single-blog-post-slide img {
	opacity: 0.5;
}
.landing-header li,
.feature-article-slide li {
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.feature-article-slide li.bg_reynolds_red {
	background-image: url(img/erm-img/bg-texture-1-c00.png);
	background-position: 250px -300px;
}
.feature-article-slide li.bg_reynolds_red:hover {
	background-position: 225px -275px;
}
.landing-header li.bg_wolfpack_red,
.feature-article-slide li.bg_wolfpack_red {
	background-image: url(img/erm-img/bg-texture-3-900.png);
}
.landing-header li.bg_wolfpack_red,
.feature-article-slide li.bg_wolfpack_red {
	background-position: 250px 300px;
}
.landing-header li.bg-wolfpack-red:hover,
.feature-article-slide li.bg-wolfpack-red:hover {
	background-position: 225px 275px;
}
.landing-header li.bg_indigo,
.feature-article-slide li.bg_indigo {
	background-image: url(img/erm-img/bg-texture-4-dkblue.png);
}
.landing-header li.bg_green,
.feature-article-slide li.bg_green {
	background-image: url(img/erm-img/bg-texture-4-dkgreen.png);
}
.feature-article-slide li.bg_indigo,
.feature-article-slide li.bg_green {
	background-position: -250px 300px;
}
.feature-article-slide li.bg_indigo:hover,
.feature-article-slide li.bg_green:hover {
	background-position: -200px 250px;
}
.feature-article-slide li.bg_dkgray {
	background-image: url(img/erm-img/bg-texture-3-666.png);
	background-position: 250px 300px;
}
.feature-article-slide li.bg_dkgray:hover {
	background-position: 225px 275px;
}
.feature-article-slide li .single-blog-post-slide {
	overflow: hidden;
	position: relative;
}
.feature-article-slide li .single-blog-post-content {
	right: 0 !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	padding: 40px 60px 40px 40px;
	height: 500px;
	position: relative;
	z-index: 5;
}
.feature-article-slide li .single-blog-post-content .date {
	text-transform: none;
	letter-spacing: normal;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.feature-article-slide li .single-blog-post-content:hover h3 {
	top: -5px;
}
.feature-article-slide li .single-blog-post-content .btn.btn-primary {
	position: absolute;
	bottom: 50px;
}
.feature-article-slide li.bg_reynolds_red .single-blog-post-content .btn.btn-primary,
.feature-article-slide li.bg_wolfpack_red .single-blog-post-content .btn.btn-primary,
.feature-article-slide li.bg_dkgray .single-blog-post-content .btn.btn-primary,
.feature-article-slide li.bg_ltgray .single-blog-post-content .btn.btn-primary {
	color: #c00;
	background-color: #fff;
}
.feature-article-slide li.bg_green .single-blog-post-content .btn.btn-primary {
	background-color: #363d0e;
}
.feature-article-slide li.bg_indigo .single-blog-post-content .btn.btn-primary {
	background-color: #212b51;
}

/* --------------------
:: TBO
-------------------- */
/*** mod essentials ***/
.mod.mod_essentials {
	margin-top: 30px;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mod.mod_essentials .well {
	border: none;
}
.mod.mod_essentials h5 {
	color: #fff;
	font-family: Univers,sans-serif;
	font-weight: 700;
	background-color: #c00;
	margin: 0;
	padding: 20px 25px;
	text-transform: none;
}
.mod.mod_essentials ul,
.mod.mod_essentials ul p {
	font-size: 14px;
}
.mod.mod_essentials ul li {
	list-style: none;
	margin-top: 20px;
	padding-left: 0px;
	text-indent: 0px;
}

/*** ctas ***/
.post-ctas {
	text-align: center;
}
.post-ctas .btn-group a {
	margin: 5px;
	font-size: 16px;
}
.post-ctas .btn-primary::after {
	content: '';
}
.post-ctas.ctas-ver .btn-group > a,
.addthis_inline_share_toolbox_sdil .at-share-btn-elements > a {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.addthis_inline_share_toolbox_sdil .at-share-btn-elements > a > .at-label {
	font-size: 14px !important;
	line-height: 1 !important;
	height: auto !important;
}
.addthis_inline_share_toolbox_sdil .at-share-btn-elements > a > .at-icon-wrapper::before {
	display: inline-block;
	font: normal normal normal 13px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
.addthis_inline_share_toolbox_sdil .at-share-btn-elements .at-svc-email .at-icon-wrapper::before {
	content: '\f0e0';
}
.addthis_inline_share_toolbox_sdil .at-share-btn-elements .at-svc-email .at-icon-compact::before {
	content: '\f067';
}
.addthis_inline_share_toolbox_sdil .at-resp-share-element .at-share-btn .at-label {
	font-family: Univers,sans-serif !important;
	font-weight: 700 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.addthis_inline_share_toolbox_sdil .at-resp-share-element .at-share-btn .at-icon-wrapper {
	float: none !important;
}
.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
	transform: none;
}
.post-ctas .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper,
.post-ctas .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper > svg {
	width: 24px !important;
	height: 24px !important;
}
/* horizontal */
.post-ctas.ctas-hor {
	margin: 20px 0 30px;
}
.page-header .post-ctas.ctas-hor {
	margin-top: 40px;
}
.post-ctas.ctas-hor .btn-group a {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil {
	clear: none !important;
	display: inline-block;
	margin-left: -1px;
}
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-style-responsive .at-share-btn {
	padding: 0px 25px !important;
	height: 54px;
	line-height: 54px;
}
.page-header .post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-resp-share-element .at-share-btn {
	margin: 0 4px 0 0 !important;
}
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper {
	margin-right: 3px;
	line-height: 1!important;
}
.post-ctas.ctas-hor .btn-group .addthis_inline_share_toolbox_sdil .at-share-btn-elements > a:hover {
	background-color: #900 !important;
}
.post-ctas.ctas-hor .at-resp-share-element .at-icon,
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-resp-share-element .at-share-btn-elements .at-share-btn .at-label {
	color: #fff !important;
}
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper > svg,
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper > svg {
	fill: #fff !important;
}
.post-ctas.ctas-hor .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper {
	margin-right: 0;
	position: relative;
	top: 6px;
}
/* vertical */
.mod.mod_essentials .post-ctas.ctas-ver a {
	color: #c00 !important;
	background-color: transparent !important;
	padding: 0 !important;
}
.mod.mod_essentials .post-ctas.ctas-ver {
	margin-bottom: 0;
}
.post-ctas.ctas-ver .btn-primary i {
	margin-right: 5px;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > a {
	padding: 10px 25px;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-style-responsive .at-share-btn,
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn > .at-label,
.post-ctas.ctas .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper,
.post-ctas.ctas .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper {
	line-height: 1 !important;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-style-responsive .at-share-btn,
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn > .at-label {
	height: auto !important;
}
.post-ctas.ctas-ver .at-resp-share-element .at-icon,
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements .at-share-btn .at-label {
	color: #c00 !important;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper > svg,
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper > svg {
	fill: #c00 !important;
}
.post-ctas .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper,
.post-ctas .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper > svg {
	width: 13px !important;
	height: 13px !important;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper,
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-label,
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-label {
	position: relative;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-icon-wrapper {
	margin-right: 7px;
	top: 0;
	left: -6px;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-compact > .at-label {
	top: -6px;
	left: -10px;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-label {
	left: -1px;
}
.post-ctas.ctas-ver .addthis_inline_share_toolbox_sdil .at-share-btn-elements > .at-share-btn.at-svc-email > .at-icon-wrapper {
	margin-right: 9px;
	line-height: 1!important;
}
/*** mod_share ***/
.mod.mod_share .at-resp-share-element .at-share-btn .at-label {
	display: none;
}
/*** image gallery ***/
.img-gallery {
	margin-top: 50px;
}
.img-gallery ul li {
	margin-bottom: 40px;
	padding-left: initial !important;
	text-indent: 0 !important;
	list-style: none !important;
}
.img-gallery .gallery-col-4 li:nth-child(4n+1) {
	clear: left;
}
.img-gallery ul li figcaption {
	font-size: 12px;
	text-align: center;
}
.img-gallery ul li figcaption strong {
	display: block;
}
.img-gallery ul li img {
	margin-bottom: 20px;
}

/*** list gallery ***/
.list-gallery ul li {
	margin-bottom: 40px;
	padding-left: initial !important;
	text-indent: 0 !important;
	list-style: none !important;
}
.list-gallery ul .list-heading {
	color: #c00;
	font-size: 24px;
	font-family: Univers,sans-serif;
	font-weight: 700;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}
.list-gallery p {
	color: #666;
	font-size: 16px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.list-gallery p.list-title {
	color: #333;
	font-family: Univers,sans-serif;
	font-weight: 700;
}
.list-gallery p.list-bio {
	font-size: 16px;
}
.list-gallery p.list-meta {
	font-size: 14px;
}
.list-gallery p.list-meta a {
	color: #c00;
}
.list-gallery p.list-meta a,
.list-gallery p.list-meta strong,
.list-gallery p.list-meta span {
	display: inline-block;
	margin-right: 10px;
}
.list-gallery p.list-meta a strong {
	margin-right: 0;
}
.list-gallery .btn {
	margin-top: 20px;
}
.breadcrumbs {
	margin-top: 30px;
}
/*** library form ***/
.section-form.library-form {
	display: inline-block;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 65%;
}
.section-form.library-form form {
	margin-bottom: 10px;
	width: 100%;
}
.library-form form,
.library-form .select-menu {
	width: calc(50% - 5px);
	position: relative;
}
.library-form .select-menu select {
	display: none;
}
.library-form .select-menu .select-items div::before {
	content: '\f105';
	font: normal normal normal 18px/1 FontAwesome;
	padding-right: 1em;
}
.select-selected,
.select-items {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 14px;
	font-family: Univers,sans-serif;
	font-weight: 300;
	background-color: #c00;
	border: none;
	border-radius: 0;
	margin: 0;
	width: 100%;
	z-index: 80;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select-selected {
	position: relative;
	float: left;
	height: 50px;
	line-height: 34px;
	padding: 0;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 22px;
	right: 20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 17px;
}
/* style the items (options), including the selected item: */
.select-items div,.select-selected {
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	display: block;
	background-color: #c00;
}
/* Style items (options): */
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}
.select-items > div {
	text-indent: -25px;
	padding-left: 45px;
}
/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: #900;
}

/* -----------------------
:: Template-Specific CSS
-------------------------- */
/*** template Single Event ***/
.template_erm-single-event .page-header {
	margin-bottom: 10px;
}
.template_erm-single-event .post .post-body .list-group .list-group-item,
.template_erm-single-event .post .post-body .panel-group .panel {
	background-color: #f5f5f5;
	padding: 30px;
	text-indent: 0px;
}
.template_erm-single-event .post .post-body .panel .panel-heading {
	border-bottom: 0;
	padding: 0;
}
.template_erm-single-event .post .post-body .panel .panel-heading a {
	font-size: 18px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.template_erm-single-event .post .post-body .panel .panel-body {
	padding-left: 0;
	padding-right: 0;
	border-top: none;
}
.template_erm-single-event .post .post-body .panel .panel-body p {
	font-size: 14px;
}
.template_erm-single-event .post .post-body .list-group .list-group-item .row,
.template_erm-single-event .post .post-body .panel .panel-body .row {
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin: 0;
}
.template_erm-single-event .post .post-body .list-group .list-group-item .row > div,
.template_erm-single-event .post .post-body .panel .panel-body .row > div {
	padding: 0;
}
.template_erm-single-event .post .post-body .list-group .list-group-item .list-group-item-header {
	color: #c00;
}
.template_erm-single-event .post .post-body .list-group .list-group-item p {
	font-size: 14px;
}
.post .post-body .post-ctas a,
.mod.mod_essentials .post-ctas a {
	display: block;
	text-align: left;
	font-size: 14px;
}
.post .post-body .post-ctas .btn-group,
.post .post-body .post-ctas a,
.mod.mod_essentials .post-ctas .btn-group,
.mod.mod_essentials .post-ctas a {
	width: 100%;
}
/*** template About ***/
.template_erm-about .sidebar-area p {
	font-size: 14px;
}
.post {
	margin-bottom: 60px;
}
.template_erm-about .navbar-form .form-control {
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
}
.template_erm-about .img-gallery figure > div {
	height: 50px;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.template_erm-about .img-gallery figure > div img {
	height: auto;
	width: 100%;
}

/* --------------------
:: Footer CSS
-------------------- */
.footer-area {
	font-family: Univers,sans-serif;
	font-weight: 300;
	background-image: url('img/erm-img/bg-texture-1-c00.png');
	background-repeat: no-repeat;
	background-position: 800px 200px;
}
.footer-area .mod_drawer .btn.btn-secondary {
	text-align: center;
	background-color: #900;
	border-color: #900;
	color: #fff;
	margin-left: 5px;
	padding-bottom: 0;
	top: -1px;
}
.footer-area .mod_drawer .btn.btn-secondary::after {
	content: '\f107';
	font: normal normal normal 18px/1 FontAwesome;
	left: 4px;
}
.footer-area .mod_drawer .well {
	margin-bottom: 0;
	background-color: #900;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.footer-area .mod_drawer .well .col-xs-12 {
	border-bottom: 1px solid #c00;
}
.footer-area .mod_drawer h2 {
	font-size: 18px;
}
.footer-area .mod_drawer .link-list {
	font-size: 14px;
}
.footer-area .mod_drawer .link-list li {
	margin-top: 0.6em;
	padding-left: 20px;
	text-indent: -20px;
}
.footer-area .mod_drawer h2 a,
.footer-area .mod_drawer .link-list li::before,
.footer-area .mod_drawer .link-list li a {
	color: #fff;
}
.footer-area .mod_drawer h2,
.footer-area .mod_drawer .link-list li {
	text-align: left;
}
.footer-area .mod_drawer .link-list li a:hover {
	border: none;
	text-decoration: underline;
}
.footer-area .mod_drawer .link-list li::before {
	padding-right: 1em;
}
.single-footer-mod {
	margin-top: 0.4em;
}
.single-footer-mod li {
	margin: 7px 0;
}
.single-footer-mod li a {
	font-size: 14.4px;
	font-family: Univers,sans-serif;
	font-weight: 300;
}
.single-footer-mod li a::before {
	content: '\f105';
	font: normal normal normal 18px/1 FontAwesome;
	padding-right: 1em;
}
.single-footer-mod li:hover a {
	text-decoration: underline;
}
.single-footer-mod li:hover a::before {
	text-decoration: none;
}
.address {
	padding: 2em 0;
}
.address p {
	font-size: 14.4px;
}
.copywrite-text,
.single-footer-mod h4.mod-title,
.single-footer-mod p,
.single-footer-mod a {
	color: #fff;
}
.footer-sub .copywrite-text {
	padding: 0;
}
.single-footer-mod .ncsu-brick-logo {
	width: 200px;
}
.single-footer-mod p.UniversCondensed {
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 20px;
}
.footer-sub {
	margin-top: 3em;
}
.copywrite-text {
	margin-top: 50px;
}
.copywrite-text a {
	font-size: 0;
}
