/*
Theme Name: Emory HPV Eighteen
Theme URI: http://biscuitstudios.com/
Description: Templates for the Emory HPV Cancer Free Georgia website using Bootstrap 4.0
Version: 1.0
*/

/*
    Mark Ellingson Additions
*/

.researcherImage{
	width: 200px;
	height: auto;
}
.error {
    color: red;
    font-size: small;
}

.forum-reply {
    cursor: pointer;
    width:100%;
    font-size:small;
    font-weight:bold;
}
.forum-reply:hover{
    background-color:aliceblue;
}
.forum-thread {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}
.comment {
    margin-left: 20px;     
    padding-top: 5px;
    border-top: thin solid lightgray;
}

.comment-group {
    /*border-style:solid;
    border-color:black;
    border-width:.6px;*/
    /*outline: 2px dashed blue;*/
    width: 100%;
    display: none;
    position: relative;
    border: 1px solid gray;
    float: left;
}
.discussion-researcher { 
    font-weight: bold;
    font-size: 13px;
}

.imageContainer {
    width: 80%;
    height: 200px;
    background: aqua;
    margin: auto;
    padding: 10px;
}

.discussionImage {
    width: 15%;
    height: 200px;
    background: red;
    float: left;
}

.discussionName {
    margin-left: 15%;
    height: 200px;
    background: black;
}


/* ME removed to make links have underline as directed. */
/*.noDecoration, a:link, a:visited {
    text-decoration: none;
    border-bottom:none;
}*/
.postMessage {
    font-size: medium;    
    color: black;
    line-height: normal;    
}

.new-comment {
    position: relative;    
    margin-bottom:10px;
}
.comment-button{
    float:right;    
}


/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* blue = #009CA6 */
/* red = #800020 */
/* black = #4A4A4A */
/* gray = #727272 */

.text-blue {
	color: #009CA6;
}
.text-red {
	color: #800020;
}
.text-black {
	color: #4A4A4A;
}
.text-gray {
	color: #727272;
}

/*-------------------------------------------------------------------------*/

/* FONTS */

/*-------------------------------------------------------------------------*/

/* font-family: 'Nunito', Helvetica, Arial, sans-serif; (400, 700) */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	background: #FFF;
	font: 400 18px/180% 'Nunito', Helvetica, Arial, sans-serif;
	color: #525252;
	font-variant-ligatures: no-common-ligatures; /* no ligatures */
}
header, a, img, li {
    transition: all 0.3s ease;
}
a {
	color: #009CA6;
	border-bottom: 1px solid #009CA6;
	text-decoration: none;
    transition: all 0.3s ease;
}
a:hover {
	color: #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
	text-decoration: none;
}
a:active,
a:focus {
	color: #2A2A2A;
	border-bottom: 1px solid #2A2A2A;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0 0 24px 0;
}
li {
	line-height: 140%;
	margin: 0 0 8px 0;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 12px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
address {
    margin-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
}
blockquote {
	clear: both;
	color: #727272;
	background-color: #f4f4f4;
	font-size: 22px;
	font-weight: 700;
	line-height: 150%;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 30px;
	margin: 0 0 32px 0;
	overflow: hidden;
}
blockquote p:last-child {
	margin: 0;
}
hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

.content-wrapper {
	padding-top: 0;
}
@media (min-width: 992px) {
	.content-wrapper {
		padding-top: 140px;
	}
}
#content {
	clear: both;
}
footer {
    clear: both;
    background: transparent;
    width: 100%;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar {
	background: #FFF;
	border: none;
	padding: 0;
    transition: all 0.3s ease;
}
.navbar a {
	border-bottom: none;
}
.navbar a:hover {
	border-bottom: none;
}

/* --- POSTIION NOT FIXED FOR MOBILE --- */

header {
    position: relative;
	width: 100%;
}
.fixed-top {
    position: relative;
	box-shadow: none;
	width: 100%;
}
@media (min-width: 992px) {
	.fixed-top {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
		box-shadow: none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.fixed-top.nav-small {
	    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.25);
	}
}

/* --- MOBILE LOGO --- */

.navbar .logo h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar .logo > a {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 24px 0 10px 30px;
	width: 152px;
	height: 80px;
	transition: all 0.3s ease;
	z-index: 1040;
}
.navbar .logo > a img {
	max-height: 100%;
	transition: all 0.3s ease;
}

/* --- DESKTOP LOGO --- */

@media (min-width: 992px) {
	.navbar .logo > a {
		margin: 30px 0 14px 0;
		width: 182px;
		height: 96px;
	}
	.navbar.nav-small .logo > a {
		margin: 24px 0 10px 0;
		width: 152px;
		height: 80px;
	}
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-toggler {
	margin: 0 15px 0 0;
}
.nav-hamburger {
	width: 30px;
	height: 24px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-hamburger span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #009CA6;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-hamburger span:nth-child(1) {
	top: 0px;
}
.nav-hamburger span:nth-child(2),
.nav-hamburger span:nth-child(3) {
	top: 9px;
}
.nav-hamburger span:nth-child(4) {
	top: 18px;
}
.nav-hamburger.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.nav-hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-nav-button {
	display: none;
	position: absolute;
	top: 28px;
	right: 75px;
}
@media (min-width: 360px) {
	.mobile-nav-button {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.mobile-nav-button {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 1000;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
	display: inline-block;
}
.sf-menu > li {
	float: left;
}
.sf-menu a {
	display: block;
	position: relative;
}


/* --- MAIN MENU STYLES --- */

.desktop-menu {
	display: none;
}
@media (min-width: 992px) {
	.desktop-menu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1001;
	}
}
.desktop-menu .sf-menu {
	float: left;
	margin: 40px 0 0 238px;
    transition: all 0.3s ease;
}
.nav-small .desktop-menu .sf-menu {
	margin: 30px 0 0 210px;
}
.desktop-menu .sf-menu ul {
	min-width: 12em;
}
.desktop-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 0 0 5px;
}
.desktop-menu .sf-menu li:hover {
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}
.desktop-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.desktop-menu .sf-menu li:hover > a {
	background-color: #FFF;
	color: #4A4A4A;
	text-decoration: none;
}
.desktop-menu .sf-menu li a {
	color: #009CA6;
    background-color: #FFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 16px 10px;
}
@media (min-width: 1120px) {
	.desktop-menu .sf-menu li a {
	    font-size: 15px;
	}
}

/* --- SUB MENU STYLES --- */

.desktop-menu ul.sf-menu li ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	line-height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 10px 10px 16px 10px;
}
.desktop-menu ul.sf-menu li ul li {
    display: block;
	background-color: transparent;
    border: none;
	box-shadow: none !important;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.desktop-menu ul.sf-menu li ul li a {
	color: #525252;
	background-color: #FFF;
	font-size: 14px;
	font-weight: 400;
    text-transform: none;
	margin: 0;
    padding: 10px;
}
.desktop-menu ul.sf-menu li ul li a:hover {
	color: #FFF;
	background-color: #009CA6;
	border-radius: 4px !important;
}

/* --- SECONDARY MENU STYLES --- */

.secondary-menu {
	display: none;
}
@media (min-width: 992px) {
	.secondary-menu {
	    display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 1002;
	}
}
.secondary-menu .sf-menu {
    float: right;
	margin: 6px 30px 0 0;
	transition: all 0.3s ease;
}
.secondary-menu .sf-menu ul {
    min-width: 12em;
}
.secondary-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 0 0 3px;
}
.secondary-menu .sf-menu li:hover {
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}
.secondary-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.secondary-menu .sf-menu li:hover > a {
	background-color: #FFF;
	color: #4A4A4A;
	text-decoration: none;
}
.secondary-menu .sf-menu li a {
	color: #009CA6;
    background-color: #F2F2F2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
	text-decoration: none;
    text-transform: none;
    margin: 0;
    padding: 10px;
}
.secondary-menu .feather-search {
	width: 13px;
	height: 13px;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	cursor: pointer;
}

/* --- MOBILE MENU --- */

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
    	display: none !important;
	}
}
.mobile-menu {
	clear: both;
	display: none;
    background-color: #FFF;
	padding: 0 15px 0 15px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-menu ul li span .feather-chevron-down {
	float: right;
	width: 22px;
	height: 22px;
	stroke: #4A4A4A;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	margin-top: 4px;
	cursor: pointer;
}
.mobile-menu ul li a.active span .feather-chevron-down {
	stroke: #009CA6;
}
.mobile-menu ul li a {
	display: block;
	color: #4A4A4A;
	padding: 12px;
	font-size: 16px;
	font-weight: 400;
    line-height: 150%;
	text-decoration: none;
    text-transform: normal;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #009CA6;
	background-color: #F2F2F2;
}
.mobile-menu ul li a.active span {
	color: #4A4A4A;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    color: #4A4A4A;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    padding-left: 32px;
}
.mobile-menu ul .sub-menu li li a {
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    padding-left: 52px;
}

/*-------------------------------------------------------------------------*/

/* MODAL SEARCH */

/*-------------------------------------------------------------------------*/

.modalsearch-form {
	position: relative;
	margin: 17px auto;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.modalsearch-input {
	background-color: #009CA6;
	border: none;
	border-radius: 4px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	padding: 20px 10% 20px 12px;
	width: 100%;
	height: 60px;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
	display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.20);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.20);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.20);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.20);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-submit {
	position: absolute;
	top: 17px;
	right: 15px;
	background: transparent url(/Content/images/magnifier.png) no-repeat center center;
	background-size: 100%;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: 100px;
	overflow: hidden;
	opacity: 1.0;
	transition: all 0.3s ease;
}
.modalsearch-submit:hover {
	opacity: 1.0;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}

@media (min-width: 992px) {
	.modalsearch-form {
		margin: 0 auto;
		height: 130px;
	}
	.modalsearch-input {
		background-color: #F25760;
	    background-color: rgba(255, 255, 255, 0.20);
		border: none;
	    border-radius: 4px;
		color: #FFF;
		font-size: 72px;
		font-weight: 700;
		line-height: 130%;
		padding: 0 10% 0 10px;
		height: 120px;
	}
	/* placeholder */
	.modalsearch-input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input:-moz-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input::-moz-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-submit {
	    top: 28px;
		right: 15px;
		width: 56px;
		height: 56px;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
    color: #4A4A4A;
    font: 400 42px/110% 'Nunito', Helvetica, Arial, sans-serif;
	margin: 0 0 30px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h1 {
		font-size: 52px;
	}
}
h2 {
    color: #4A4A4A;
    font: 400 32px/110% 'Nunito', Helvetica, Arial, sans-serif;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h2 {
		font-size: 42px;
	}
}
h3 {
	/* paragraph title  - with spacing below */
    color: #4A4A4A;
    font: 400 28px/120% 'Nunito', Helvetica, Arial, sans-serif;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - with no spacing below */
    color: #4A4A4A;
    font: 400 26px/120% 'Nunito', Helvetica, Arial, sans-serif;
    margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	h3, h4 {
		font-size: 32px;
	}
}
h5 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font: 400 22px/140% 'Nunito', Helvetica, Arial, sans-serif;
    margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with no spacing below */
    color: #4A4A4A;
	font: 400 24px/140% 'Nunito', Helvetica, Arial, sans-serif;
    margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	h5, h6 {
		font-size: 28px;
	}
}
h1 a, h2 a, h3 a, h4 a {
	color: #4A4A4A;
	border-bottom: none;
}
h1 a:hover, h2 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #d2d2d2;
}

/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image,
#header-image-faded {
	clear: both;
	position: relative;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
	height: 400px;
}
#header-image:before,
#header-image-faded:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	line-height: 100%;
    text-transform: uppercase;
	margin-top: 0;
}
.entry-header h1 a {
	color: #FFF;
}
#header-image img {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#header-image-faded img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 0;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 80px;
}
.white-bg-none {
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper,
.white-bg-none .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gray-bg-top {
	background-color: #F2F2F2;
	padding-top: 80px;
	padding-bottom: 0;
}
.gray-bg-bottom {
	background-color: #F2F2F2;
	padding-top: 0;
	padding-bottom: 80px;
}
.gray-bg-none {
	background-color: #F2F2F2;
	padding-top: 12px;
	padding-bottom: 12px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper,
.gray-bg-none .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.blue-bg,
.red-bg,
.black-bg {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.blue-bg a,
.red-bg a,
.black-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.blue-bg {
	background-color: #009CA6;
}
.red-bg {
	background-color: #800020;
}
.black-bg {
    background-color: #2A2A2A;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6 a,
.red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6,
.red-bg h1 a, .red-bg h2 a, .red-bg h3 a, .red-bg h4 a, .red-bg h5 a, .red-bg h6 a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.blue-bg .video-wrapper,
.red-bg .video-wrapper,
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}
.blue-bg .btn-white {
	color: #009CA6;
    border-bottom: none;
}
.red-bg .btn-white {
	color: #800020;
    border-bottom: none;
}

.top-half {
	padding-top: 40px;
}
.bottom-half {
	padding-bottom: 40px;
}

/*-------------------------------------------------------------------------*/

/* BRUSH STROKE BACKGROUNDS */

/*-------------------------------------------------------------------------*/

.brush-stroke-bottom {
    position: absolute;
    bottom: -3px;
    left: 0;
	background: transparent url(/Content/images/brush_stroke_bottom.png) no-repeat bottom left;
    background-size: cover;
    height: 40px;
    width: 100%;
    z-index: 1;
}
.brush-stroke-top {
    position: absolute;
    top: 0;
    left: 0;
	background: transparent url(/Content/images/brush_stroke_top.png) no-repeat top left;
    background-size: cover;
    height: 39px;
    width: 100%;
    z-index: 1;
}

/*-------------------------------------------------------------------------*/

/* TWO COLUMN */

/*-------------------------------------------------------------------------*/

.copy-left,
.copy-right {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.copy-left {
		padding-right: 40px;
	}
	.copy-right {
		padding-left: 40px;
	}
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	text-align: center;
}
.callout p {
	font-size: 24px;
    font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.callout p {
		font-size: 36px;
	}
}

/*-------------------------------------------------------------------------*/

/* QUOTE  */

/*-------------------------------------------------------------------------*/

.quote-wrapper {
	margin: 10px auto;
}
.quote {
    background: url(/Content/images/icon_blockquote_top.png) no-repeat center 0 / 75px 56px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 84px;
	padding-bottom: 50px;
	overflow: visible !important;
}
.red-bg .quote,
.black-bg .quote {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.quote p {
	font-size: 22px;
    font-weight: 400;
    line-height: 160%;
	margin-bottom: 6px;
}
.quote span {
    font-size: 16px;
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH AND WITHOUT TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text,
.full-width-no-text {
    position: relative;
	margin: 10px auto;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-no-text .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    min-width: 90%;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* IMAGE + COLUMN */

/*-------------------------------------------------------------------------*/

.copy-image-left,
.copy-image-right {
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 80px;
	    padding-right: 80px;
	}
}

/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faq h4 {
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E5E5;
}
.faqs-accordion .accordion-toggle:after {
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	content: url(/Content/icons/feather/chevron-down.svg);
	margin-top: 5px;
	fill: #ccc !important;
	color: #ccc !important;
	stroke-width: 2;
}
.faqs-accordion.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: url(/Content/icons/feather/chevron-up.svg);
}
.faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E5E5;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 22px;
    padding-top: 8px;
    cursor: pointer;
}
.white-bg .collapse,
.white-bg-top .collapse,
.white-bg-bottom .collapse,
.white-bg-none .collapse {
    background-color: #F6F6F6;
    border-radius: 0;
    transition: all 0.6s ease;
}
.gray-bg .collapse,
.gray-bg-top .collapse,
.gray-bg-bottom .collapse,
.gray-bg-none .collapse {
    background-color: #FFF;
    border-radius: 0;
    transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 0;
    padding: 40px;
}
@media (min-width: 992px) {
    .faq-answer {
		padding: 40px 60px 30px 60px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS FULL SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-full {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
}
.testimonials-full .item {
    min-height: 300px;
}
.testimonials-full p.testimonials-name,
.testimonials-full p.testimonials-name a {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
	border-bottom: none;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.testimonials-full .testimonials-excerpt {
    color: #FFF;
	font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 36px;
    text-indent: 40px;
    background: url(/Content/images/icon_blockquote_top.png) no-repeat left top / 83px 64px,
    url(/Content/images/icon_blockquote_bottom.png) no-repeat right bottom / 83px 64px;
}
@media (min-width: 992px) {
    .testimonials-full .testimonials-excerpt {
        font-size: 28px;
		line-height: 150%;
    }
}
.testimonials-full .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #FFF;
	display: block !important;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-full .owl-dots .owl-dot.active span,
.testimonials-full .owl-dots .owl-dot:hover span {
	background: #2A2A2A;
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS HALF SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-half .testimonial-carousel .item {
    text-align: center;
    padding: 48px 15px 30px 15px;
}
@media (min-width: 768px) {
    .testimonials-half .testimonial-carousel .item {
        padding: 48px 60px 30px 60px;
    }
}
.testimonials-half img.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-half p.testimonials-name {
	color: #4A4A4A;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 2px;
}
.testimonials-half p.testimonials-name a {
	color: #4A4A4A;
	border-bottom: none;
}
.testimonials-half p.testimonials-title {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-half .testimonials-excerpt {
    font-size: 16px;
	font-style: italic;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}
.testimonials-half .owl-dots {
	text-align: center;
	margin-bottom: 30px;
}
.testimonials-half .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #009CA6;
	display: block !important;
	text-align: center;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-half .owl-dots .owl-dot.active span,
.testimonials-half .owl-dots .owl-dot:hover span {
	background: #2A2A2A;
}

/* --- TESTIMONIAL HALF - LEFT SIDE --- */

.testimonials-half .testimonial-callout {
    position: relative;
    /* background-image: url(images/bg_grow_fund.png);
    background-repeat: no-repeat;
    background-position: center center; */
    min-height: 420px;
}
.testimonials-half .testimonial-callout .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 18px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding-left: 15px;
	padding-right: 15px;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 768px) {
    .testimonials-half .testimonial-callout .details {
		padding-left: 60px;
		padding-right: 60px;
    }
}
.testimonials-half .testimonial-callout h4 {
    color: #FFF;
}
.testimonials-half .testimonial-callout p {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* MODAL FULLSCREEN */

/*-------------------------------------------------------------------------*/

.modal-fullscreen {
    background: #009CA6;
    z-index: 10000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
}
/* override scss */
@media (min-width: 576px) {
	.modal-dialog {
    	max-width: 90%;
    	margin: 0 auto;
	}
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 4px;
    opacity: 1.0;
}
@media (min-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 8px;
    }
}
.modal-fullscreen .modal-body {
    background-color: #009CA6;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-image {
    margin-bottom: 36px;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 24px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 22px;
}
.modal-fullscreen .modal-title span a {
    color: #FFF;
}
.modal-fullscreen .modal-icons {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #FFF;
	border-bottom: none;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: 1px solid #FFF;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP CARDS */

/*-------------------------------------------------------------------------*/

/* --- CREATES MATCH HEIGHT --- */

.row-cards {
  	display: flex;
  	flex-wrap: wrap;
  	margin-left: -15px;
  	margin-right: -15px;
}
.row-cards > div[class*='col-'] {
	display: flex;
}

/* --- STYLE THE CARD --- */

.card {
    position: relative;
	background: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border: none;
    border-radius: 4px;
	width: 100%;
	overflow: hidden;
}
.card a {
    cursor: pointer;
	border-bottom: none;
}
.card-body a.card-img-url {
	display: block;
	position: relative;
}
.card-body a.card-img-url:hover {
	opacity: 0.7;
}
.card-body span.feather-id {
	position: absolute;
	bottom: 30px;
	right: 15px;
}
.card-body .feather {
	width: 36px;
	height: 36px;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
.card-date {
    font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.card-title {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	margin-bottom: 0;
}
.card-title a {
	color: #4A4A4A;
	border-bottom: none;
}
.card-title a:hover {
	color: #319ED2;
	border-bottom: 1px solid #319ED2;
}
.card-subtitle {
	color: #929292;
	font-size: 14px;
	text-transform: uppercase;
}
.card-text {
	font-size: 14px;
	line-height: 160%;
}
hr.cards-hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 20px 0;
}
.cards-avatar img {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP VIDEO IFRAMES */

/*-------------------------------------------------------------------------*/

.embed-responsive {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .embed-responsive {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/

/* SINGLE POSTS */

/*-------------------------------------------------------------------------*/

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #929292;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 160%;
	font-feature-settings: 'lnum'; /* even number height */
}
.postmetadata a {
	color: #929292;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #009CA6;
	border-bottom: 1px solid #009CA6;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
img.post-author-image {
	border: 8px solid #FFF;
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    border: 8px solid #FFF;
}
.post-author-info h1 {
    font-size: 36px;
	line-height: 100%;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- OWL THEME --- */

.owl-slider-home {
	margin: 0;
	padding: 0;
	height: 420px;
}
.owl-slider-home .item {
	height: 420px;
}
@media (min-width: 992px) {
	.owl-slider-home {
		margin: 0 0 140px 0;
		padding: 140px 0 0 0;
		height: 580px;
	}
	.owl-slider-home .item {
		height: 580px;
	}
}
.owl-slider-home .details-bg {
   position: absolute;
   background: rgba(0, 0, 0, 0);
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   overflow: hidden;
   width: 100%;
   height: 100%;
}
.owl-slider-home .details {
	position: absolute;
	top: 50%;
	left: 50%;
	background: transparent;
	text-align: center;
	padding: 30px 15px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 90%;
	max-width: 900px;
}
.owl-slider-home p.slider-title {
	color: #FFF;
	font-size: 62px;
	font-weight: 400;
	text-transform: none;
	margin: 0 auto 24px auto;
	padding: 0;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-home p.slider-text {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	text-transform: uppercase;
	margin: 0 auto 24px auto;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-home .btn {
	text-shadow: none;
}
@media (min-width: 992px) {
	.owl-slider-home .details {
		padding: 40px 30px;
	}
	.owl-slider-home h1 {
		font-size: 48px;
	}
	.owl-slider-home p {
		font-size: 20px;
	}
}

/* --- OWL CAROUSEL DOTS NAV --- */

.owl-slider-home .owl-dots button {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.owl-slider-home .owl-dots {
	display: block;
	position: relative;
	text-align: center;
	margin: -50px auto 22px auto;
	z-index: 1000;
}
.owl-slider-home .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #FFF;
	display: block !important;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.owl-slider-home .owl-dots .owl-dot.active span,
.owl-slider-home .owl-dots .owl-dot:hover span {
	background: #26CAD3;
}

/* --- OWL CAROUSEL DIRECTION NAV --- */

.owl-slider-home .owl-nav {
	display: none;
}
@media (min-width: 992px) {
	.owl-slider-home .owl-nav {
		position: absolute;
	    display: block;
	    position: absolute;
	    top: 40%;
		width: 100%;
		z-index: 1000;
	}
}
.owl-slider-home .owl-nav button.owl-prev {
	float: left;
	margin-left: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-home .owl-nav button.owl-next {
	float: right;
	margin-right: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-home .owl-nav button.owl-prev .feather,
.owl-slider-home .owl-nav button.owl-next .feather {
	float: left;
	width: 100px;
	height: 100px;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;

}
.owl-slider-home .owl-nav button.owl-prev:hover,
.owl-slider-home .owl-nav button.owl-next:hover {
	opacity: 1;
	outline: none;
}

.home {
	text-align: center;
}

/* --- HOMEPAGE EMERGENCY MESSAGE --- */

.homepage-message {
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
}
.homepage-message.alert {
	margin-bottom: 0;
}
.homepage-message h6 {
	color: #8a6d3b;
}
.homepage-message p:last-child {
	margin-bottom: 0;
}

/* --- HOMEPAGE INTRO --- */

.homepage-intro {
    padding-top: 120px;
	padding-bottom: 120px;
}
.homepage-intro-text {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 24px;
}

/* --- HOMEPAGE INFO --- */

.homepage-blocks h3:after {
	content: "";
    display: block;
    width: 220px;
    margin: 24px auto 0 auto;
    border-bottom: 5px solid #E8E8E8;
}
.homepage-blocks a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
}
.homepage-blocks a:hover {
	text-decoration: underline;
}

/* --- HOMEPAGE HISTORY --- */

.homepage-large-message {
    position: relative;
	background-color: #FFF;
	margin: 10px auto;
}
.homepage-large-message .details-bg {
    position: absolute;
    background: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.homepage-large-message .details {
    position: absolute;
    top: 50%;
    left: 50%;
	background: #FFF;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.20);
    opacity: 0.85;
    border: none;
    border-radius: 0;
    color: #525252;
    font-size: 16px;
	font-weight: 400;
	line-height: 180%;
    padding: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	width: 90% !important;
}
.homepage-large-message h3:after {
	content: "";
    display: block;
    width: 220px;
    margin: 24px auto 0 auto;
    border-bottom: 5px solid #E8E8E8;
}
@media (min-width: 768px) {
    .homepage-large-message .details {
		-webkit-transform: translate(-10%, -50%);
        -moz-transform: translate(-10%, -50%);
        -ms-transform: translate(-10%, -50%);
        -o-transform: translate(-10%, -50%);
        transform: translate(-10%, -50%);
        overflow: hidden;
        width: 50% !important;
    }
}
@media (min-width: 1170px) {
    .homepage-large-message .details {
		-webkit-transform: translate(20%, -50%);
	    -moz-transform: translate(20%, -50%);
	    -ms-transform: translate(20%, -50%);
	    -o-transform: translate(20%, -50%);
	    transform: translate(20%, -50%);
	    width: 40% !important;
    }
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AD --- */

.footer-callout {
    position: relative;
	background: #009CA6;
	color: #FFF;
    font: 400 24px/160% 'Nunito', Helvetica, Arial, sans-serif;
    text-align: center;
	padding-top: 90px;
	padding-bottom: 110px;
}
.footer-callout h5 {
	color: #FFF;
}

/* --- FOOTER AREA --- */

#colophon {
    font: 400 14px/180% 'Nunito', Helvetica, Arial, sans-serif;
    margin: 0;
	padding: 0 0 80px 0;
}
#colophon a {
	border-bottom: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER LINKS --- */

.footer-links {
	padding-top: 80px;
	padding-bottom: 40px;
}
.footer-links-logo {
	display: block;
    text-align: center;
	margin: 0 auto;
	padding: 0;
}
.footer-links-logo img {
	max-height: 100%;
}
@media (max-width: 992px) {
	.footer-links-logo {
		text-align: center;
        margin-left: auto;
		margin-right: auto;
	}
}

/* --- SOCIAL --- */

.footer-links-social {
	text-align: center;
    margin: 28px auto 18px auto;
}
.footer-links-social img {
	margin: 0 6px 0 0;
    max-width: 48px;
}
.footer-links-social img:hover,
.footer-links-social a:hover,
.footer-links-social a:active {
	filter: alpha(opacity=60);
    opacity: 0.6;
    text-decoration: none;
    border-bottom: none;
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
	clear: both;
    color: #828282;
	font-size: 14px;
	line-height: 200%;
    text-align: center;
    margin-top: 40px;
}
.footer-links-copyright a {
	color: #828282;
	text-decoration: none;
}
.footer-links-copyright a:hover {
	color: #828282;
	text-decoration: underline;
}

/* --- COPYRIGHT MENU --- */

.footer-links-copyright-menu {
	position: relative;
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
.footer-links-copyright-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s ease;
}
.footer-links-copyright-menu > li {
	display: inline-block;
    margin-right: 4px;
}
.footer-links-copyright-menu > li a {
    margin-right: 8px;
}
.footer-links-copyright-menu > li:after {
	content: "|";
}
.footer-links-copyright-menu > li:last-child:after {
	content:  none;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
}
.alignright {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 0 24px 0;
}
img.alignright {
	margin: 6px 0 24px 0;
}
img.aligncenter {
	margin: 12px auto 24px auto;
}
@media (min-width: 768px) {
	.alignleft {
		float: left;
	}
	.alignright {
		float: right;
	}
	img.alignleft {
		margin: 6px 24px 12px 0;
		max-width: 40%;
	}
	img.alignright {
		margin: 6px 0 12px 24px;
		max-width: 40%;
	}
	img.aligncenter {
		margin: 12px auto 24px auto;
	}
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST PAGINATION */

/*-------------------------------------------------------------------------*/

.pagination {
	clear: both;
	border-top: 1px solid #E5E5E5;
	margin-top: 30px;
	padding-top: 40px;
}
.pagination a.page-link {
	padding: 6px 9px 5px 9px;
	color: #009CA6;
	line-height: 120%;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 4px;
    margin-right: 3px;
}
.pagination a.page-link:visited {
	text-decoration: none;
	color: #727272;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 4px;
}
.pagination a.page-link:hover {
	color: #FFF;
	background-color: #009CA6;
	border: 1px solid #009CA6;
	border-radius: 4px;
}
.pagination a.page-link.active {
	color: #FFF;
	background-color: #009CA6;
	border: 1px solid #009CA6;
	border-radius: 4px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-responsive {
    border: none;
}
.table {
    font-size: 16px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.dataTable th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    /*padding: 16px 8px;*/
    padding: 8px 4px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.tooltip {
	font-size: 12px;
    z-index: 10001;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
    font-weight: 400;
	background-color: #009CA6;
	border: 1px solid #009CA6;
	border-radius: 4px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #009CA6;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
    text-transform: uppercase;
	margin-top: 4px;
	padding: 14px 18px;
	white-space: normal;
}
.btn-lg {
    font-size: 16px;
	padding: 14px 24px;
}
.btn-md {
    font-size: 14px;
	padding: 14px 18px;
}
.btn-sm {
    font-size: 12px;
	padding: 12px 12px;
}

/* --- BLUE --- */

.btn-primary,
.btn-blue {
	color: #FFF;
	background-color: #009CA6;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	color: #FFF;
	background-color: #2A2A2A;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-blue:active,
.btn-blue.active {
	background-image: none;
}

/* --- RED --- */

.btn-red {
	color: #FFF;
	background-color: #800020;
	border: none;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	color: #FFF;
	background-color: #2A2A2A;
	border: none;
}
.btn-red:active,
.btn-red.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #009CA6;
	background-color: #FFF;
	border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #2A2A2A;
	border: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}

/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #4A4A4A;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #2A2A2A;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #929292;
	background-color: #F2F2F2;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #2A2A2A;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	#header-image,
	#header-image-faded {
		height: 80px;
	}
	#header-image img,
	#header-image-faded img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
