/*
##################################################
##################################################
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
##################################################
##################################################




*/

/*
Theme Name: Excalibur 2026
Description: A description about the theme
Author: J Vaughn
Version: 1.0 
*/

/* 

$dkgray=#333333;

$gray=#666666;
$ltgray=#9499b4;

$red=#76232F;
$ltred=#c70013;

$dkblue=#13294B;
$mddkblue=#28336d;
$ltblue=#4d8ac3;



*/

/*
.gen_content svg {
	width:100%;
	height:auto;
	max-width:1000px;
	outline:1px solid red;
	color:red;
}

.gen_content svg text {
	font-family:'Montserrat', sans-serif !important;
	font-size:1.15em;
	font-weight:600;
	letter-spacing:.05em;
	fill:#13294B;
}

.gen_content svg rect {
	cursor:pointer;
}
*/


.main_img {
	width:100%;
	height:auto;
	max-width:1405px;
	display:block;
	margin:0 auto !important;
	padding:0 !important;
	overflow:hidden;
	/*outline:1px solid red;*/
}

.iconcloud,
.test_icon_cloud {
	position:relative;
	
	margin:0 auto;
	/*outline:5px solid green;*/

	max-width:1200px;

	/*
	max-width:1405px;
	transform: scale(.85);
	*/
}

.iconcloud_inner_wrap {
	width:100%;
	height:100%;
}


.iconbox {
	width:17%;
	height:17%;

	/*
	width:240px;
	height:160px;
	*/

	border-radius:10px;
	
	/*border:1px solid red;*/

	-webkit-box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.26); 
	box-shadow: 5px 5px 16px 0px rgba(0,0,0,0.26);
	

	text-align:center;
	padding:15px 5px;


	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;

	background-color:white;

	

	position:absolute;
	z-index:2;
	cursor:pointer;

	transition: box-shadow .25s;

	text-decoration:none;
	color:#13294B;

	transition: transform .25s, color .25s;
}

.iconbox:active {
	/* DO NOT. These are very tight, and even a 1px border will cause line breaking inside the box */
	/* border:10px solid #e7e9ed; */

	outline:2px solid #DDDDFF;
}

.iconbox:hover {
	color:#76232F;
	xtransform:scale(1.05);
}

.iconbox img {

	height:35%;
	width:auto;

	/*
	width:100%;
	width:auto;
	max-height:50px;
	*/
	display:block;
	/*outline:1px solid red;*/
}

.iconbox p {
	/* scaling font size handled by js */
	margin:0;
	padding:0;

	font-size:15px;

	xline-height:17px;

	font-weight:500;
	/*outline:1px solid red;*/

}

.iconbox p span {
	display:block;
	font-size:.65em;
}

/****************************************/
/*  Analytics Enabled Outsourcing icons */
/****************************************/

#iconbox_1 {
	top:27.46132785724273%;
	left:.5%;
}

#iconbox_2 {
	top:47.25424757281553%;
	left:1.9517543859649125%;
}

#iconbox_3 {
	top:67.25424757281553%;
	left:11.417927046263346%;
}


#iconbox_4 {
	top:82.79250212855929%;
	left:30.884114583333332%;
}

#iconbox_5 {
	top:82.79250212855929%;
	right:30.503781138790035%;
}
#iconbox_6 {
	top:67.25424757281553%;
	right:11.07317615658363%;
}
#iconbox_7 {
	top:47.44842233009709%;
	right:2.1052046263345194%;
}

#iconbox_8 {
	top:27.28155339805825%;
	right:.5%;
}

@media all and (max-width:900px) {
	.iconbox {
		width:19%;
		height:18%;
	}
}


/****************************************/
/*  Professional Services Icons         */
/****************************************/



#iconbox_9 {
	top:20.485436893203886%;
	left:-0.0711743772241993%;
}
#iconbox_10 {
	top:39.6116504854369%;
	left:0.8540925266903915%;
}
#iconbox_11 {
	top:58.64077669902913%;
	left:6.832740213523132%;
}
#iconbox_12 {
	top:76.89320388349515%;
	right:61.779359430604984%;
}
#iconbox_13 {
	top:83.68932038834951%;
	right:41.85053380782918%;
}
#iconbox_14 {
	top:77.08737864077669%;
	right:21.637010676156585%;
}
#iconbox_15 {
	top:58.44660194174758%;
	right:7.259786476868327%;
}
#iconbox_16 {
	top:39.51456310679612%;
	right:1.2099644128113878%;
}
#iconbox_17 {
	top:20.485436893203886%;
	right:0.2846975088967972%;
}



.reference_image {
	width:100%;


	max-width:1662px;
	height:auto;

	/*height:948px;*/
}

/*
@media all and (max-width:1245px) {
	

	.iconbox {
		width:210px;
		height:150px;
	}

	.iconbox p {
		font-size:14px;
		line-height:16px;
		font-weight:500;
	}
}
*/








body,html {
	height:100%;
	font:16px 'Montserrat', sans-serif;
}

body {
	margin:0;
	padding:0;
	background-color:white;
	/*overflow-x:hidden;*/

	color:#333333;
}

* {
	box-sizing: border-box;
}

img {
	outline:none;
	border:none;
}

.gen_width {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}

.big_top_marg {
	margin-top:75px;
}

.gen_pad {
	padding-left:20px;
	padding-right:20px;
}

.gen_content h1 {
	font-weight:400;
	font-size:3em;
	text-align:center;
	margin:0;
}

.gen_img {
	width:100%;
	height:auto;
	max-width:100%;
}

h1.bigh1,
h2.bigh1 {
	font-weight:400;
	font-size:2.5em;
	text-align:center;
	margin:0;
	/*outline:1px solid red;*/
}

h1.bigh1 a,
h2.bigh1 a {
	text-decoration: none;
	color:#666666;
}

h1.bigh1 a:hover,
h2.bigh1 a:hover {
	color:#76232F;
}

.gen_content h2 {
	font-weight:500;
	font-size:2.25em;
	margin:0;
	/*outline:1px solid red;*/
}


.gen_content p {
	font-family: Roboto;
	font-weight:300;
	font-size:1em;
	margin:1.5em 0 0 0;
	line-height:1.55em;
	font-weight:300;
	letter-spacing:.05em;
}

.centered_content {
	text-align:center;
}


.home_marquee {
	padding:0 20px;
	margin-top:100px;
}

.home_marquee p {
	font-size:1.75em;
	letter-spacing: .025em;
	text-align:left;
}

.burger {
	display:none;
}

.header_top {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	margin-top:40px;
}

.header_top>div {
	flex:0 0 33%;
	text-align:center;
}

.header_top img {
	width:100%;
	height:auto;
	max-width:400px;
	transition: transform .25s;
}

.header_top img:hover {
	transform:scale(1.025);
}

.mobile_buttons {
	display:none;
}

.butt_red {
	display:inline-block;
	color:white;
	text-decoration:none;
	background-color:#76232F;
	font-size:1em;
	border-radius:100px;
	padding:7px 20px;
	transition: background-color .25s;
	width:230px;
		text-align:center;
}

.butt_red:hover {
	background-color:#c70013;
}


.butt_blue {
	display:inline-block;
	color:white;
	text-decoration:none;
	background-color:#13294B;
	font-size:1em;
	border-radius:100px;
	padding:7px 20px;
	transition: background-color .25s;
	margin-top:5px;
	width:230px;
		text-align:center;
}


.scrolled_nav_wrap .butt_blue,
.scrolled_nav_wrap .butt_red {
	width:190px;
	text-align:center;
}


.butt_blue:hover {
	background-color:#4d8ac3;
}

.butt_blue.big,
.butt_red.big{
	font-size:1.25em;
	padding:10px 50px;
}

.header_nav nav {
	margin-top:30px;
	text-align:center;
}

.header_nav nav>ul {
	list-style:none;
	margin:0 auto;
	padding:0;

	font-size:1.125em;
	font-weight:500;
	text-transform:uppercase;

	display:inline-flex;
	justify-content:center;
	align-items:flex-start;
	align-content:flex-start;
	flex-flow:row nowrap;

	text-align:left;
	
	position:relative;
}

.header_nav nav>ul>li {
	padding:0 1.25em;
	xposition:relative;

}

.header_nav nav>ul li a span {
	/* the caret */
	display:inline-block;
	transform: scale(1.25,.75);
	margin-left:.5em;
}

.header_nav nav>ul li a {
	text-decoration: none;
	color:#666666;
}

.header_nav nav>ul li a:hover {
	text-decoration: none;
	color:#76232F;
}

.header_nav nav>ul>li>ul {
	display:none;
	position:absolute;
	top:1em;
	left:0;
	list-style:none;
	margin:0;
	padding:10px 0 0 0;
}

.header_nav nav>ul>li:hover ul {
	display:block;

}

.header_nav nav>ul>li>ul>li {
	margin:0;
	padding:0;
}

.header_nav nav>ul>li>ul>li a {
	display:block;
	padding:8px 10px;
	/*background-color:#EEE;*/
	/*border-top:2px solid white;*/
	transition: background-color .5s;
	border-radius:3px;
	font-size:.85em;
	background-color:white;

	background-color:#F9F9F9;

}


.header_nav nav>ul>li>ul>li a:hover {
	transition: background-color 0s;
	background-color:#EEE;
}

.scrolled_nav_wrap {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10;
}


.scrolled_nav {
	background-color:rgba(255,255,255,.95);
	padding:7px 20px;

	width:100%;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.25); 
	box-shadow: 0px 0px 5px 0px  rgba(0,0,0,.25);
}

.scrolled_nav>div:nth-child(1),
.scrolled_nav>div:nth-child(3) {
	flex:0 0 200px;
}

.scrolled_nav>div:nth-child(1) img {
	/* scrolled nav logo */
	width:100%;
	height:auto;
	max-width:100px;
}

.scrolled_nav>div:nth-child(3) {
	text-align:right;
}

.header_nav.scrolled_nav nav{
	margin-top:0;
}

.scrolled_nav .butt_red,
.scrolled_nav .butt_blue {
	padding:3px 12px;
	font-size:.85em;

}




/***********************************************/
/* DATE BLOCK */


.date_block_overwrap {
	max-width:900px;
	margin:60px auto;
}


.date_block {
	width:100%;
	padding-bottom:50px;
	border:3px dotted #AAA;

	border-left:3px solid #AAA;
	border-bottom:3px solid #AAA;
	border-radius:10px;

	cursor:pointer;
	padding:20px;
	margin-top:60px;

	position:relative;

	transition: background-color .25s, opacity 2s;
}

.date_block h3 {
	color:#666;
}

.date_block:hover {
	transition: opacity .25s;
	opacity:.65;
}

.date_block.expanded {
	background-color:white !important;
	background:white !important;
}

.datebox_arrow {
	position:absolute;
	top:35px;
	left:-9px;
	z-index:2;
	width:15px;
	opacity:0;

	transition: opacity 0s;
}

.date_block.expanded .datebox_arrow {
	transition: opacity .25s;
	opacity:1;
}

.date_block.expanded:hover {
	opacity:1;
}




.date_num {
	border:3px solid #AAA;


	border-radius:10px;

	position:absolute;
	top:50%;
	left:20%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

	padding:45px;
	border-radius:200px;

	background-color:white;

	width:90px;

	transition: top .25s, border-radius .75s, width .5s, border-color .5s, left 1s;
}

.date_num.fixed_date {
	top:10px;
	left:50% !important;

	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 

	border-radius:0;
	width:85%;
	border-top-color:transparent !important;
	border-left-color:transparent !important;
	border-right-color:transparent !important;

	border-bottom-color:#CCC !important;
	border-style:dotted;

	background-color:transparent !important;
}

/*
.date_num .carat {
	position:absolute;
	top:50%;
		-ms-transform: translateY(-50%);
	transform: translateY(-50%); 

	right:-100px;
	color:white;

	font-size:3em;
	color:white;
	line-height:0;
}
*/


.date_num span {
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

	z-index:1;
	font:bold 2.5em 'Bebas Neue';
	text-align:center;

	transition: color .25s, font-size .25s;
}

.date_num.fixed_date span {
	font-size:4em;
	xcolor:#13294B !important;
}



.date_block_content {
	display:none;
	padding-top:100px;
}

.date_block_content h3 {
	font:600 1.15em "Open Sans",Times;
	color:#ab293a;
	margin:1em 0 0 0;
}




/***********************************************/
/* END DATE BLOCK */

.our_story_logo {
	width:100%;
	height:auto;
	max-width:150px;
	display:block;
	margin:0 auto;
	opacity:.4;
}

/*

.imgbar_content {
	background-image: url(/wp-content/uploads/our_story_bkg.jpg);
	background-size:cover;
	background-position: center center;

	padding:80px 20px;
}
*/

.bluebar_content {
	padding:80px 20px;
	background-color:#13294B;
	color:white;
}

.bluebar_content cite {
	display:block;
	text-align:right;
	margin-top:1em;
	border-top:1px solid rgba(255,255,255,.25);
	padding-top:1em;
}

.gray_bar {
	background-color:#f2f2f2;
	padding:80px 20px;
}

.team_bar {
	background-image: url(/wp-content/uploads/Excalibur_Themed_Background.webp);
	background-size:cover;
	background-position:center center;
	background-attachment: fixed;
	padding:80px 20px;
	
}

.team_back {
	background-color:rgba(255,255,255,.97);
	padding:20px;
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,.5);
	border-radius:10px;
}

.team_watermark {

	background-image: url(/wp-content/uploads/team_watermark.png?v=2);
	background-size:contain;
	background-position: center center;
	background-repeat:no-repeat;

}

.team_flex {
	display:flex;
	justify-content:center;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
}

.team_block {
	flex:0 0 21%;
	margin:2% 1%;


	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:column nowrap;
	
	background-color:white;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;

	padding:30px;
}

.team_block>div:first-child {
	flex:1 1 100%;
}

.team_block>div:last-child {

}

.team_block img {
	border-radius:10px;
	width:100%;
	height:auto;
	max-width:350px;


}

.team_block h5 {
	font-size:1.5em;
	margin:0;
}

.team_block p {
	font-size:1em;
	color:#9499b4;
	margin:0 0 2em 0;
}

.team_block svg {
	width:100%;
	height:auto;
	max-width:50px;
	fill:#BBB;

	transition: fill 1s;
}

.team_block svg:hover {
	transition: fill .25s;
	fill:#0072b1;
}

.team_block_right {
	flex-direction:row-reverse;
}

.team_block_left {
	text-align:right;
}

.team_block_inner {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;
}
.team_block_inner>div {
	width:100%;
}

.team_block_inner>div:first-child {
	flex:0 0 45%;
}

.team_flex_cap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
	max-width:1200px;
}
.team_flex_cap .team_block_v1 {
	flex:0 0 50%;
	margin:0 auto;
	flex-direction:row-reverse;
}



.team_flex_v1 {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
}

.team_block_v1 {
	flex:0 0 50%;
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.team_block_v1>div {
	flex:1 1 50%;
	padding:20px;


}

.team_block_v1 img {
	border-radius:10px;
	width:100%;
	height:auto;
	max-width:350px;
}

.team_block_v1 h5 {
	font-size:1.5em;
	margin:0;
}

.team_block_v1 p {
	font-size:1em;
	color:#9499b4;
	margin:0 0 2em 0;
}

.team_block_v1 svg {
	width:100%;
	height:auto;
	max-width:50px;
	fill:#BBB;

	transition: fill 1s;
}

.team_block_v1 svg:hover {
	transition: fill .25s;
	fill:#0072b1;
}

.team_block_v1_right {
	flex-direction:row-reverse;
}

.team_block_v1_left {
	text-align:right;
}

.team_block_v1_inner {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;
}
.team_block_v1_inner>div {
	width:100%;
}

.team_block_v1_inner>div:first-child {
	flex:0 0 45%;
}


.join_team {
	background-image: url(/wp-content/uploads/join_background.jpg?v=2);
	background-size:cover;
	background-position: center center;

	padding:50px 0; 

}

.join_team>div {
	padding:80px 20px;
	/*background:rgba(255,255,255,.85);*/

	background-color:#EEE;
}


.join_team>div>div {
	max-width:700px;
	margin:0 auto;
}


/* MAP V2 CRAP */
.map2 {
	background-image: url(/wp-content/uploads/map_background.jpg);
	background-size: cover;
	background-position: center center;
	background-color:#76232F;
	/*height: 800px;*/
	color:white;
	padding:40px 20px;
}

.map2 .wrapper {
	padding-top:50px; 
	max-width:960px;
	margin:0 auto;
}

.map2 h2 { 
	font-size: 2em;
	color: #fff;
	text-align: center;
	margin:0;
}

.map2 p {
	text-align: center;
}

.map2 img {
	width:100%;
	height:auto;
	max-width:960px;
}


/* END MAP V2 CRAP */

/* MAP CRAP */


/* Client Map */
.clientMap {
	background-color:#13294B;
	/*height: 800px;*/
	color:white;
	padding:40px 20px;
	border-radius:10px;
}

.clientMap a {
	
}

.clientMap .wrapper {
	padding-top:50px; 
	xmax-width:960px;
}

.clientMap h2 { 
	font-size: 2em;
	color: #fff;
	text-align: center;
	margin:0;
}

.clientMap p {
	text-align: center;
}


.us_map {
	width:100%;
	height:auto;
	max-width:960px;
	opacity:.25;
}

.clientMap .map {
	width:100%;
	max-width:960px;
	position: relative;
	margin:0 auto;
}

.clientMap a {
	position: absolute; 
	width: 14px;
	height: 21px;
	background: url(/wp-content/uploads/map-marker.png);
	background-size: 14px 42px;
	background-position: inherit;
	cursor:pointer;
}

.clientMap a:hover {
	background-position: right bottom;
}

.clientMap a span {
	display: none;
	position: relative;
	width: 210px;
	left: -98px;
	top: -118px;
	height: 122px;
	padding: 10px 20px 20px;
	background: url(/wp-content/uploads/map-tooltip-background.png) no-repeat;
}

.clientMap a span img {
	width: 170px;
}

.clientMap a:hover span {
	display: block;
	z-index: 9000;
}

/*
.bearCreek { top: 321px; left: 119px; }
.communityHealthSystem { top: 301px; left: 668px; }
.navigantCymetrix { top: 338px; left: 115px;}
.dekalbMedical { top: 348px; left: 705px; }
.fhn { top: 183px; left: 591px; }
.gadsenRegional { top: 351px; left: 677px; }
.glendaleAdventist { top: 325px; left: 86px; }
.hartfordHealtchare { top: 133px; left: 855px; }
.hma { top: 491px; left: 790px; }
.hoag { top: 341px; left: 105px; }
.kaiser { top: 240px; left: 54px; }
.kaweahDelta { top: 272px; left: 95px; }
.lynnCounty { top: 388px; left: 403px; }
.northArkansas { top: 327px; left: 550px; }
.medeAnalytics { top: 237px; left: 60px; }
.partners { top: 114px; left: 877px; }
.resolutionConsulting { top: 243px; left: 350px;}
.sanJoaquin { top: 306px; left: 91px; }
.sistersOfCharity { top: 262px; left: 506px; }
.simiValley { top: 327px; left: 92px; }
.stAnthonys { top: 440px; left: 525px; }
.stVincent { top: 255px; left: 305px; }
.whiteMemorial { top: 334px; left: 99px; }
*/


.bearCreek { top: 56.315789473684%; left: 12.395833333333%; }
.communityHealthSystem { top: 52.80701754386%; left: 69.583333333333%; }
.navigantCymetrix { top: 59.298245614035%; left: 11.979166666667%;}
.dekalbMedical { top: 61.052631578947%; left: 73.4375%; }
.fhn { top: 32.105263157895%; left: 61.5625%; }
.gadsenRegional { top: 61.578947368421%; left: 70.520833333333%; }
.glendaleAdventist { top: 57.017543859649%; left: 8.9583333333333%; }
.hartfordHealtchare { top: 23.333333333333%; left: 89.0625%; }
.hma { top: 86.140350877193%; left: 82.291666666667%; }
.hoag { top: 59.824561403509%; left: 10.9375%; }
.kaiser { top: 42.105263157895%; left: 5.625%; }
.kaweahDelta { top: 47.719298245614%; left: 9.8958333333333%; }
.lynnCounty { top: 68.070175438596%; left: 41.979166666667%; }
.northArkansas { top: 57.368421052632%; left: 57.291666666667%; }
.medeAnalytics { top: 41.578947368421%; left: 6.25%; }
.partners { top: 20%; left: 91.354166666667%; }
.resolutionConsulting { top: 42.631578947368%; left: 36.458333333333%;}
.sanJoaquin { top: 53.684210526316%; left: 9.4791666666667%; }
.sistersOfCharity { top: 45.964912280702%; left: 52.708333333333%; }
.simiValley { top: 57.368421052632%; left: 9.5833333333333%; }
.stAnthonys { top: 77.19298245614%; left: 54.6875%; }
.stVincent { top: 44.736842105263%; left: 31.770833333333%; }
.whiteMemorial { top: 58.59649122807%; left: 10.3125%; }



.datebar_wrap {
	max-width:1100px;
	margin:200px auto;
	padding:0 50px;
}


.datebar {
	position:relative;
	padding:5px 0;
	background-color:#76232F;
	border-radius:200px;

	display:flex;
	justify-content:space-around;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.datebar>div {
	position:relative;
	/*outline:1px solid red;*/
}

.datebar_dot {

	position:absolute;
	left:50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%); 

	background-color:#13294B;
	color:white;
	text-decoration: none;
	font-size:1.25em;
	font-weight:600;
	text-align:center;

	border-radius:50px;

	border:4px solid #76232F;

	padding:36px;

	z-index:2;

	cursor:pointer;

	transition: box-shadow 1.25s, padding .25s;

}

.datebar_dot.hilight {
	xtransition: box-shadow 1.25s, padding .25s;
	padding:40px;
}

.datebar_dot span {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	color:white;
	z-index:3;
}

.odd_date{
	top:-110px;
}

.even_date {
	bottom:-30px;
}

.date_pointer_wrap {
	position:relative;
}

.odd_pointer,
.even_pointer {
	position:absolute;
	left:0;
	height:75px;
	width:50px;

	border-radius:10px;
}

.odd_pointer {
	bottom:0px;
	left:-20px;
	border-top:4px dotted #76232F;
	border-right:4px dotted #76232F;
	opacity:.5;
}

.even_pointer {
	top:0px;
	left:0;
	

	bottom:0px;
	left:-20px;
	border-bottom:4px dotted #76232F;
	border-right:4px dotted #76232F;
	opacity:.5;
}


.datebar a,
.datebar {

	-webkit-box-shadow: 0px 0px 0px 5px #cd8c92; 
	box-shadow: 0px 0px 0px 5px #cd8c92;


	transition: box-shadow 1.25s;
}

.datebar_dot:hover {

	transition: box-shadow .25s;

	-webkit-box-shadow: 0px 0px 0px 9px rgba(187, 48, 61,.5); 
	box-shadow: 0px 0px 0px 9px #f499a2 0px 0px 0px 5px rgba(187, 48, 61,.5);
}


.datebar>div:nth-child(odd) {
	transition: transform 1.25s, opacity 1.25s;
}


/*
.datebar>div:nth-child(odd):hover {
	transition: transform .25s, opacity .25s;
	transform:scale(1.125);
	opacity:.75;
}
*/


.datebar_details {
	max-width:1100px;
	margin:40px auto;
}

.datebar_details h2 {
	/* date */
	font-size:3em;
	font-weight:600;
	color:#76232F;
	text-align:center;
	border-bottom:4px dotted #76232F;
	border-radius:200px;
	margin:0 0 1em 0;
	padding-bottom:.5em;
}

.datebar_details h3 {
	font-size:1.125em;
	font-weight:600;
	color:#76232F;
}

.datebar_details ul {

}

.datebar_details ul li {
	margin-bottom:.5em;
	font-size:1.125em;
	line-height:1.25em;
}

.datebar_details li::marker {
	color: #76232F;
	font-weight:bold;
	content: "✤ ";
}

.datebar_details p {
	font-size:1.25em;
	line-height:1.25em;
}

.datebar_details_section {
	display:none;
	position:relative;
	padding-top:20px;
}

.datebar_details_section_closer {
	text-align:right;
	position:absolute;
	top:5px;
	right:5px;
	font-size:2em;
	outline:1px solid black;
	border-radius:3px;
	color:black;
	padding:3px 2px;
	margin:0;
	line-height:.65em;
	height:30px;
	cursor:pointer;
	opacity:.35;
	background-color:white;
}

.datebar_details_section_closer:hover {
	opacity:1;
}



#mobile_timeline_wrap {
	margin-top:60px;
	padding:0 20px;
	display:none;
}

.mobile_datebar {
	color:white;
	text-align:center;
	padding:10px 10px;
	font-size:1.25em;
	font-weight:bold;
	border-radius:10px;
	cursor:pointer;
	transition: opacity .25s;
	margin-top:5px;
}

.mobile_datebar:hover {
	opacity: .5;
}

.odd_mobile_datebar {
	background-color:#28336d;
}

.even_mobile_datebar {
	background-color:#76232F;
}

.mobile_timeline_content {
	display:none;
}


.form_selection {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
	color:#000;
}

.form_selection>div {
	flex:0 0 24%;
	
	border:1px solid #CCC;

	border-left:5px dotted #4d8ac3;

	padding:20px;

	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;
	
}

.form_selection>div:nth-child(even) {
	border-left:5px dotted #76232F;
}

.form_selection>div>div:last-child {
	width:100%;
	margin-top:2em;
}

.form_selection a {
	display:inline-block;
	color:white;
	text-decoration:none;
	background-color:#28336d;
	font-size:1em;
	border-radius:100px;
	padding:7px 20px;
	transition: background-color .25s;
	cursor:pointer;
	width:100%;
	text-align:center;
}


.form_selection a:hover {
	background-color:#4d8ac3;
}


.form_selection h2 {
	font:1.5em 'Open Sans',sans-serif;
	text-align:center;
}

.form_selection p {
	font-size:1em;
}

.forms_section {
	max-width:800px;
	margin:0 auto;
}

.contact_forms input[type=text],
.contact_forms input[type=email],
.contact_forms textarea {
	width:100%;
	max-width:800px;
	padding:5px 10px;
	font:1.125em 'Montserrat', sans-serif;
	border:1px solid #AAA;
	border-radius:20px;
	outline:none;
	margin-top:1em;
}

.contact_forms textarea {
	padding:10px 10px;
}

.contact_forms input[type=submit]{
	display:inline-block;
	color:white;
	text-decoration:none;
	background-color:#76232F;
	font-size:1em;
	border-radius:100px;
	border:2px solid #76232F;
	padding:7px 20px;
	transition: background-color .25s;
	cursor:pointer;
}

.contact_forms input[type=submit]:hover {
	background-color:#c70013;
}

.form_wrap {
	display:none;
	scroll-padding-top:100px;
	scroll-margin-top:100px;
}

.intro_section {
	border:1px solid #CCC;

	border-left:5px dotted #4d8ac3;

	border-right:5px dotted #76232F;

	padding:30px;

	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;
}

.intro_section p:first-of-type {
	margin-top:0;
}


.intro_list li {
	margin-top:1.5em;
}

.intro_list li b {
	display:block;
	color:#4d8ac3;
}


.readmore {
	font-weight:bold;
	color:#4d8ac3;
	transition: color .25s;
	cursor:pointer;
	display:inline-block;
	margin:1em 0;
}

.readmore:hover {
	color:#76232F;
}

.readmore_target {
	padding-bottom:30px;
	display:none;
}

.service_section {
	margin-top:60px;
	

	padding:0 20px 30px 20px;

	border-bottom:5px dotted #4d8ac3;
	border-radius:30px;
	scroll-padding-top:60px;
	scroll-margin-top:60px;
}

.service_section:nth-child(even) {
	border-bottom:5px dotted #76232F;
}

.service_header {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.service_header>div {

}

.service_header>div:nth-child(1) {
	flex:0 0 100px;
	margin-right:1em;
}

.service_header img {
	width:100%;
	height:auto;
	max-width:100px;
}

.service_header img.has_readmore {
	cursor:pointer;
	transition:opacity .25s;
}

.service_header img.has_readmore:hover {
	opacity:.55;
}

.service_section h2 {
	font-weight:600;
	font-size:1.5em;
	margin:0;
}

.service_section h3 {
	font-weight:600;
	font-size:1.125em;
	margin:0;
}

.service_section h4 {
	font-weight:600;
	font-size:1.125em;
	margin:1em 0 0 0;
	color: #76232F;
}

.service_section h5 {
	font-weight:600;
	font-size:1em;
	margin:1em 0 0 0;
	color: #76232F;
}

.service_section h5+p {
	margin-top:0;
}

.service_section ul {
	font-weight:500;
	font-size:1em;
	
	line-height:1.55em;
	letter-spacing:.05em;
}

.service_section ul li {
	margin:.5em 0 0 0;
}

.service_section ul li::marker {
	color: #4d8ac3;
	font-weight:bold;
	content: "✤ ";
}


.service_two_col {
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.service_two_col>div {
	flex:0 0 50%;
}


.service_img_block {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.service_img_block img {
	width:30%;
	height:auto;
	max-width:300px;

	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
}






footer {
	background-color:#13294B;
	padding:60px 20px;
	color:white;
	margin-top:60px;
}

.map2+footer {
	margin-top:0;
}


.footer_inner {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.footer_inner>div {

}

.footer_inner>div:first-child {
	flex:0 0 230px;
	padding-right:30px;
}

.footer_inner>div:last-child {
	flex:1 1 100%;
}

.foot_logo {
	width:100%;
	height:auto;
	max-width:200px;
	opacity:.75;
}

.footer_inner_right {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:stretch;
	flex-flow:column nowrap;
	
}

.footer_inner_right>div {
	width:100%;
	flex:0 0 50%;
	text-align:right;
}

.footer_inner_right>div:first-child {
	border-bottom:1px solid white;
	padding-bottom:20px;
}

.footer_inner_right>div:last-child {
	padding-top:20px;
}

.footer_inner a {
	color:white;
	text-decoration:none;
}

.footer_inner a:hover {
	opacity:.75;
}

.foot_bottom_half {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.foot_bottom_half>div:first-child {
	text-align:left;
}


.foot_socials {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.foot_socials a {
	display:inline-block;
	transition:opacity 1s;
	margin:0 5px;
}

.foot_socials a img {
	width:100%;
	height:auto;
	max-width:35px;
}

.tel {
	font-size:1.125em;
	font-weight:bold;
	margin-bottom:10px;
	display:inline-block;
}

.foot_socials a:hover {
	transition:opacity 0s;
	opacity:.74;
}

.foot_bottom {
	text-transform: uppercase;
	letter-spacing:.25em;
	opacity:.50;
	font-size:.75em;
	text-align: center;
	margin-top:40px;
}


/*******************************************************/
/*******************************************************/
/*******************************************************/


.social_block_wrap {
	background-color:rgba(0,0,0,.025);
	padding:20px 0;
}

.resource_socials {
	display:flex;
	justify-content:center;
	align-items:stretvh;
	align-content:flex-start;
	flex-flow:row nowrap;

	max-width:1920px;
	padding:0 20px;
	margin:0 auto;
}

.resource_socials .social_block {
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color:white;

	flex:0 0 18%;
	margin:1%;
	padding:5px;
	min-height:210px;

	max-width:250px;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:column nowrap;
}

.social_block>div {
	
}

.social_block a:hover {
	opacity:.75;
}


.social_thumb {
	/* serves as thumbnail and excerpt */
	font-size:1em;
	line-height:1.25em;
	background-color:#e8f3ff;

	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;

	padding-bottom:65%;
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;

	position:relative;

	width:100%;

}

.excerpt_container {
	/* excerpt container */
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90%;
	padding:20px;
	overflow:hidden;
}

.social_flag {
	position:absolute;
	bottom:0;
	right:0;
	xbackground-color:#000099;
	width:70px;
	height:70px;
}

.social_flag img {
	width:100%;
	height:auto;
	max-width:100%;
	border-radius:0 !important;
}

.social_thumb img {
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;

	width:100%;
	height:auto;
	max-width:300px;
}

.fb_icons {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	width:90%;
	margin:0 auto;
}


.fb_icons span {
	font-size:1em;
	vertical-align:top;
	padding-left:5px;
}



.fb_icons a img:hover {
	opacity:.5;
}

.fb_icons>div {
	flex:0 0 50%;
}
.fb_icons>div:last-child {
	text-align:right;
}

.fb_icons img {
	width:100%;
	height:auto;
	max-width:20px;
}



.posts_wrap {
	
	
}


.posts {
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row wrap;
	max-width:1400px;
}

.post_block {
	flex:0 0 33%;
	padding:20px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	align-content:flex-start;
	flex-direction:column;
}

.post_block>div {

}

.post_thumb {
	width:100%;
	padding-bottom:100%;

	background-position:center center;
	background-size:100%;
	background-repeat:no-repeat;

	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
}

.post_exerpt {
	flex:1 1 100%;
}

.post_block h2 {
	font-size:1.25em;
	color:#4d8ac3;
}

.post_bottom {
	text-align: right;
	width:100%;
	
	width:100%;

	align-self:flex-end;
}

.post_readmore {
	font-weight:bold;
	color:#4d8ac3;
	transition: color .25s;
	cursor:pointer;
	display:inline-block;
	margin:1em 0 0 0;
	text-decoration: none;
}

.post_readmore:hover {
	color:#76232F;
}




.blog_post {
	max-width:1200px;
	padding:20px;
	margin:40px auto;
}

.blog_post h1 {
	font:bold 1.75em Arial,sans-serif;
	letter-spacing:.025em;
	margin:1em 0;
}

.blog_post p {
	line-height:1.5em;
}

.blog_post_header_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.blog_img {
	width:100%;
	height:auto;
	max-width:100%;
}

.blog_head_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.blog_head_flex .blog_img_div {
	flex:1 1 30%;
	xmax-width:800px;
}

.blog_head_flex .title_div {
	flex:1 1 70%;
	padding-left:40px;
}

@media all and (max-width:650px) {
	.blog_head_flex {
		display:block;
	}

	.blog_head_flex .title_div {
		padding-left:0;
	}
	.blog_post {
		margin:0 auto;
	}
}


.roadmap_3col {
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	flex-flow:row nowrap;

	background-image: url("/wp-content/uploads/road_icons_background.jpg");
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	
}

.roadmap_3col>div {
	flex:0 0 30%;
	background-color:white;
	text-align:center;
	font-size:.95em;
	font-weight:600;
	padding:20px;
	max-width:300px;

	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;

	-webkit-box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.1);

	color:#28336d;
}

.roadmap_3col>div:nth-child(2) {
	margin:0 1%;
	}

.roadmap_3col>div>div {
	padding-top:20px;
}

.roadmap_3col img {
	width:100%;
	height:auto;
	max-width:150px;
	border-radius:500px;
	border:5px solid #13294B;
}

.cta_contact {
	text-align:center;
	background-color: #2e5d9f;
	color:white;
	font-size:1.125em;
	padding:30px 20px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;

	border-radius: 20px;

	line-height:1.45em;

	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	
}

.cta_contact>div {

}

.cta_contact>div:nth-child(2) {
	padding:0 20px;
}

.cta_contact>div:nth-child(1),
.cta_contact>div:nth-child(3) {
	flex: 0 0 200px;
	
}


.cta_contact img {
	width:100%;
	height:auto;
	max-width:100px;
}

.cta_contact a {
	color:#aecefa;
}


.roi {
	margin-top:40px;
}

.roi_header {
	text-align:center;
	padding:30px 20px;
	margin-top:40px;
}

.roi_header h1 {
	margin:0;
	color:$blue;
}

.roi_header p {
	font-size:2em;
	font-weight:bold;
	margin:15px 0 0 0;
	color:white;
	background-color: #76232F;
	color:white;
	padding:15px 0;
	border-radius:5px;
}

.roi_block {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	flex-flow:row wrap;

	border-bottom:4px dotted #4d8ac3;
	border-radius:40px;
	padding-bottom:20px;
	margin-bottom:20px;
}

.roi_block h2 {
	color:#76232F;
	font-size:1.5em;
	font-weight:bold;
}

.roi_block ul {
	padding-left:1em;
	margin-top:0;
}

.roi_block ul li {
	margin-bottom:1em;
	font-size:1.125em;
}

.roi_block>div {
	xoutline:1px solid green;
}

.roi_block>div:first-child img {
	width:100%;
	height:auto;
	max-width:70px;
}


.roi_block>div:first-child {
	flex:0 0 100px;
}

.roi_block>div:last-child {
	flex:0 0 100%;
	padding-left:100px;
}

.roi_foot h3 {
	margin:2em 0 4em 0;
	font-size:1.75em;
	color:#28336d;
	text-align:center;
}

.roi_foot h3 a {
	color:#28336d;
	transition:opacity 1.25s;
}

.roi_foot h3 a:hover {
	transition:opacity .25s;
	opacity:.75;
}

.roi_img_wrap {
	text-align:center;
}

.roi_img_wrap img {
	width:100%;
	height:auto;
	max-width:800px;
}


.service_page_header {

	position:relative;
	padding-left:170px;
	margin-top:100px;
}


.service_page_header .watermark {
	position:absolute;
	top:50%;
	left:0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); 

	opacity:.1;
		

	background-size:contain;
	background-repeat: no-repeat;
	background-position:left center;
	width:150px;
	height:150px;
	z-index:-1;
}

.service_page_header h1 {
	font-size:2.5em;
	color:#28336d;
	margin:0;
}


.service_page_header h2 {
	font-size:1.5em;
	color:#28336d;
	margin:0;
}

.single_service_page_wrap {
	padding-bottom:100px;
}

.single_service_page_wrap p {
	line-height:1.55em;
	font-size:1.125em;
}

.single_service_page_wrap ul {
	line-height:1.55em;
	font-size:1.125em;
	margin-top:2em;
}

.single_service_page_wrap ul li {
	margin-top:1.5em;
}

.single_service_page_wrap h4 {
	font-size:1.35em;
}


.single_service_page_wrap .service_section {
	padding-bottom:100px;
}