body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.display {
    background-color: #000022;
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#why {
	scroll-margin-top: 120px;
}

p {
  line-height: 1.6;
}

a {
  color: #0098a8;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #0098a8 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ----------------------------------------------------------------------------
    SPACING
---------------------------------------------------------------------------- */
.pad-y-1 {
    padding-bottom:1em !important;
    padding-top:1em !important;
}
.pad-y-2 {
    padding-bottom:2em !important;
    padding-top:2em !important;
}
.pad-y-3 {
    padding-bottom:3em !important;
    padding-top:3em !important;
}
.pad-y-4 {
    padding-bottom:4em !important;
    padding-top:4em !important;
}
.pad-y-5 {
    padding-bottom:5em !important;
    padding-top:5em !important;
}
.pad-t-1 {
    padding-top:1em !important;
}
.pad-t-2 {
    padding-top:2em !important;
}
.pad-t-3 {
    padding-top:3em !important;
}
.pad-t-4 {
    padding-top:4em !important;
}
.pad-t-5 {
    padding-top:5em !important;
}
.pad-b-1 {
    padding-bottom:1em !important;
}
.pad-b-2 {
    padding-bottom:2em !important;
}
.pad-b-3 {
    padding-bottom:3em !important;
}
.pad-b-4 {
    padding-bottom:4em !important;
}
.pad-b-5 {
    padding-bottom:5em !important;
}
.pad-r-1 {
    padding-right:1em !important;
}
.pad-r-2 {
    padding-right:2em !important;
}
.pad-r-3 {
    padding-right:3em !important;
}
.pad-r-4 {
    padding-right:4em !important;
}
.pad-r-5 {
    padding-right:5em !important;
}
.pad-l-1 {
    padding-left:1em !important;
}
.pad-l-2 {
    padding-left:2em !important;
}
.pad-l-3 {
    padding-left:3em !important;
}
.pad-l-4 {
    padding-left:4em !important;
}
.pad-l-5 {
    padding-left:5em !important;
}
.no-top-margin {
	margin-top: 0!important;
}
.neg15-top-margin {
	margin-top: -15px!important;
}
.neg10-top-margin {
	margin-top: -10px!important;
}
.neg5-top-margin {
	margin-top: -5px!important;
}
.neg2-top-margin {
	margin-top: -2px!important;
}
.no-bottom-margin {
	margin-bottom: 0!important;
}
.neg15-bottom-margin {
	margin-bottom: -15px!important;
}
.neg10-bottom-margin {
	margin-bottom: -10px!important;
}
.neg5-bottom-margin {
	margin-bottom: -5px!important;
}
.neg2-bottom-margin {
	margin-bottom: -2px!important;
}
.m-t-025 {
	margin-top: 0.25em !important;
}
.m-t-05 {
	margin-top: 0.5em !important;
}
.m-t-1 {
	margin-top: 1em !important;
}
.m-t-1_5 {
	margin-top: 1.5em !important;
}
.m-t-2 {
	margin-top: 2em !important;
}
.m-t-3 {
	margin-top: 3em !important;
}
.m-t-4 {
	margin-top: 4em !important;
}
.m-t-5 {
	margin-top: 5em !important;
}
.m-b-025 {
	margin-bottom: 0.25em !important;
}
.m-b-05 {
	margin-bottom: 0.5em !important;
}
.m-b-1 {
	margin-bottom: 1em !important;
}
.m-b-2 {
	margin-bottom: 2em !important;
}
.m-b-3 {
	margin-bottom: 3em !important;
}
.m-b-4 {
	margin-bottom: 4em !important;
}
.m-b-5 {
	margin-bottom: 5em !important;
}
.kern-out {
    letter-spacing:0.025em !important;
}
.kern-in {
    letter-spacing:-0.008em !important;
}
/* ========== END SPACING ============ =========== ========== ==========*/

.bodysub3 {
	font-size: 20px;
	color: #333333;
	font-weight: 400;
}
section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	text-align: center;
}



/* My ADDITIIONS */

/*
.intro-text>div {
    opacity: 0;
}
.intro-text>div:nth-child(1){
    animation: animation 20s infinite;
	animation-timing-function: cubic-bezier(0.5, 1, 0.85, 1);
    animation-delay: -10s;
	position: absolute;
}
.intro-text>div:nth-child(2){
    animation: animation 20s infinite;
    animation-delay: 0s;
	animation-timing-function: cubic-bezier(0.5, 1, 0.85, 1);
	position: absolute;
}
.intro-text>div:nth-child(3){
    animation: animation 20s infinite;
    animation-delay: 10S;
	animation-timing-function: cubic-bezier(0.5, 1, 0.85, 1);
	position: absolute;
}
@keyframes animation {
    0% {opacity: 0; height: auto;}
    16% {opacity: 1;}
    33% {opacity: 0; height: 0px;}
    100% {opacity: 0; height: 0px;}
}
*/

.quotes {
	display: none;
}

#navbar {
  overflow: hidden;
  z-index: 1020;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.menu {
    margin: 0;
    padding: 0;
    width: 100%;
}
a.anchor {
    display: block;
    position: relative;
    top: -214px;
    visibility: hidden;
}
.sticky {
    top: 152px;
    position: fixed;
}

.card {
	display: inline-flex;
	width: 12rem;
    background-color: #fff;
    border: 1px solid #e3bcad;
	margin-top: 20px;
}
.card img {
	border-radius: 3px 3px 0px 0px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #f1f3fa;
}
h6 {
	font-size: 1.1rem;
	font-weight: 300;
	font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.35em;
}
.card-body a {
    color: #000000;
}
.card-body a:hover {
    color: #7396ce;
	text-decoration: underline;
}
.card-date {
	color:#999;
	font-size:0.85em;
	font-style:italic;
	letter-spacing:0.04em;
	line-height:0.9;
}

/* CAROUSEL CONTROLS */
.carousel-caption {
    position: absolute;
    right: 10%;
    top: 52%;
    left: 15%;
    z-index: 10;
	text-shadow: 0px 0px 20px #ffffff;
}
.carousel {
    margin-top: 150px;
    margin-bottom:-4em;
    z-index: -10;
}


/*.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 146px;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}
*/


/*.content {
  padding: 50px;
}
.sticky {
  position: fixed;
  top: 146px;
  width: 100%;
}
.sticky + .content {
  padding-top: 20px;
}
*/


section.resource-nav {
	margin-bottom: -90px;
}

section.resource-section {
	padding: 200px 0 0 0;
	/*margin-bottom:-100px;*/
	margin-bottom:100px;
}
ul.resources li {
	margin-bottom: 0.7em;
}
.sub-nav-style {
	border-bottom:4px solid #f78f1e;
	border-right:1px solid #fff;
	border-radius: 0px !important;
	color:#fff;
	background:#0098a8;
	padding:6px 0 4px 0;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	margin-bottom:-5px;
	text-decoration: underline;
	font-weight: 400;
}
.last-item-no-right {
	border-right:0px solid #fff;
}
.sub-nav-style:hover, .sub-nav-style:focus {
	border-bottom:4px solid #0098a8;
	border-radius: 0px !important;
	color:#fff;
	background:#f78f1e;
	text-decoration: underline;
}
.nav .nav-link.active {
	border-bottom:4px solid #f78f1e;
	border-radius: 0px !important;
	text-decoration: underline;
	background:transparent;
}

section.fixed-top {
    top: 151px;
	position: fixed;
    z-index: 1020;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 9999 !important;
}

.affix + .container-fluid {
	padding-top: 152px;
}


.lead {
    font-weight: 300;
    font-size: 19px;
}

.p-6 {
  padding: 5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.board-name {
	font-size: 14px;
    margin-bottom: 0;
    padding-top: 8px;
}
p.title-job {
	font-size: 14px;
	font-weight:300;
    letter-spacing: .025em;
/*	font-style: italic; */
}
p.bullet-lead {
	font-weight:700;
    letter-spacing: .025em;
	margin-bottom: 0.125em;
	color:#467ec1;
}
p.body {
	font-weight:300;
    letter-spacing: .025em;
}
p > a {
	color:#7396ce;
	text-decoration: underline;
}
p.foundation {
	letter-spacing: 0.035em;
	line-height: 1.75em;
}
.dark_background {
	background-color: #4d4d4f;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.bg-light-trans {
	background: rgba(255, 255, 255, 0.95)!important;
}
.bg-30th-image {
	background:url("../img/CHNCT-30th_header.jpg");
	background-color: #ffffff !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size:auto;
}
.bg-30th-dual {
	background:url("../img/CHNCT-30th_header-dual.png") center no-repeat, url("../img/confetti-background.png") top repeat-x;
	background-color: #ffffff !important;
	background-size:auto;
}
.gold-30th-ribbon {
	position:fixed;
	z-index: 1;
	left:-1rem;
	margin-top: -7px;
}

.make-invisible {
	opacity: 0;
}

#mainNav {
  	border-bottom:2px solid #467ec1;
}

.circle-why-sm {
	width: 333px;
	height: 333px;
	border-radius: 50%;
	justify-content: center;
	text-align: center;
    vertical-align: middle;
	padding: 46px;
	background-color: rgba(247, 143, 30, 1.0);
}
.circle-why-md {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	justify-content: center;
	text-align: center;
    vertical-align: middle;
	padding: 52px;
	background-color: rgba(70, 126, 193, 0.25);
	z-index: 100;
}
.circle-why-lg {
	width: 420px;
	height: 420px;
	border-radius: 50%;
	justify-content: center;
	text-align: center;
    vertical-align: middle;
	padding: 52px;
	margin-left:-30px;
	margin-right:-30px;
	background-color: rgba(0, 152, 168, 0.5);
	z-index: 100;
}
.comp-box {
 	background-color: rgba(57,181,74,0.25);
	padding: 16px 20px 5px;
	border-radius: 10px;
    margin-top:22px;
}
.circle_container {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ae1e23;
	min-width: 1em;
	border-radius: 50%;
	vertical-align: middle;
	padding:.15em;
	border: 2px solid #ae1e23;
	font-size: 1.25em;
}

ul.social-buttons.top_nav {
	position: absolute;
	top: 14px;
	right: 20px;
}

.top_right {
	position: absolute;
	top: 0px;
	right: 10px;
}
.ko-type {
	color:#ffffff !important;
}

.double-rule-ko {
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	width:100%;
	padding:4px 0;
	color:#ffffff !important;
}

.double-rule {
	text-align: center;
	border-top: 2px solid #0098a8;
	border-bottom: 2px solid #0098a8;
	width:100%;
	padding:4px 0;
	color:#0098a8 !important;
}

h3.double-rule {
    text-align: center;
    border-top: 1px solid #0098a8;
    border-bottom: 1px solid #0098a8;
    width: 100%;
    padding: 3px 0;
    color: #0098a8 !important;
    font-size: 23px;
    font-weight: 300;
	letter-spacing: 0.025em;
}

h3.double-rule-ko {
    text-align: center;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 3px 0;
    color: #ffffff !important;
    font-size: 23px;
    font-weight: 300;
	letter-spacing: 0.025em;
}

.accreditation {
	background-color:#e9edf7;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	padding:10px 0;
	width:100%;
}
p.urac {
    text-align: center;
    font-size: 14px;
    line-height: 1.35em;
    margin-bottom:0;
    margin-top:-2px;
}
.display-mast {
    background-color: #000022;
	color:#ffffff;
/*	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
*/	text-align: center;
	padding-top: 25px;
	margin-top:1%;
}

.about-us-mast {
	background-size: cover;
	background-position: center;
	background-image:url(../img/about-us-mast.jpg);
	color:#ffffff;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top:149px;
}

.solutions-mast {
	background-size: cover;
	background-position: center;
	background-image:url(../img/solutions-mast.jpg);
	color:#ffffff;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top:149px;
}


.resources-mast {
	background-size: cover;
	background-position: center;
	background-image:url(../img/resources-mast.jpg);
	color:#ffffff;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top:149px;

/*	margin-top:200px; (if we use sub-nav on top of page) 
    margin-bottom: -136px; */
}


.contact-us-mast {
	background-size: cover;
	background-position: center;
	background-image:url(../img/contact-us-mast.jpg);
	color:#ffffff;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top:149px;
}

.careers-mast {
	background-size: cover;
	background-position: center;
	background-image:url(../img/careers-mast.jpg);
	color:#ffffff;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top:149px;
}

.privacy-mast {
/*	background-size: cover;
	background-position: center;
	background-image:url(../img/careers-mast.jpg); */
	background-color: #467dc0;
	color:#ffffff;
	border-top:2px solid #b8c6e6;
	border-bottom:2px solid #b8c6e6;
	min-height: 100px;
	text-align: center;
	padding-top: 25px;
	margin-top:149px;
}

h2.page-intro {
	font-size:2.4rem;
}

.urac_spacing {
	margin-bottom:0;
}

.counter-area {
	margin:2px;
}
.count {
	line-height: 100px;
	color:#4d4d4f;
	font-size:72px;
	text-align:center;
	font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.counter-area span.additional {
	line-height: 100px;
	color:#4d4d4f;
	font-size:72px;
	text-align:center;
	font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p.page-intro {
    font-weight:300;
	font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#4d4d4f;
	text-align:center;
    font-size: 24px;
    line-height: 1.5em;
}
section.intro-spacing {
    padding: 30px 0 26px 0;
}

section.intro-spacing-resources {
    padding: 36px 0 22px 0;
    margin-bottom: -160px;
}

section.homepage-solutions{
    padding: 72px 0 0 0;
}

section.accreditations {
    padding: 50px 0 0px 0;
}

section.counter-about {
    padding: 2px 0 10px 0;
}

section.privacy h4 {
	margin:6px 0;
    padding-top: 16px;
}
section.privacy h5 {
	color:#666;
	margin:4px 0;
}


.dots-divider {
	border-top: 0;
	border-bottom: 2px dotted #9db2dc;
	padding: 0;
	margin-left: 72px;
	margin-right: 72px;
}

/*  My Background colors */

.foundation-bckgrnd-maroon {
	background-color: rgba(102, 55, 0, 1.0)!important;
}

.orange-bckgrnd-100 {
	background-color: rgba(255, 81, 0, 1.0)!important;
}
.orange-bckgrnd-95 {
	background-color: rgba(255, 81, 0, 0.95)!important;
}
.orange-bckgrnd-75 {
	background-color: rgba(255, 81, 0, 0.75)!important;
}
.orange-bckgrnd-50 {
	background-color: rgba(255, 81, 0, 0.5)!important;
}
.orange-bckgrnd-25 {
	background-color: rgba(255, 81, 0, 0.25)!important;
}
.orange-bckgrnd-10 {
	background-color: rgba(255, 81, 0, 0.1)!important;
}

.teal-bckgrnd-100 {
	background-color: rgba(0, 152, 168, 1.0)!important;
}
.teal-bckgrnd-95 {
	background-color: rgba(0, 152, 168, 0.95)!important;
}
.teal-bckgrnd-75 {
	background-color: rgba(0, 152, 168, 0.75)!important;
}
.teal-bckgrnd-50 {
	background-color: rgba(0, 152, 168, 0.5)!important;
}
.teal-bckgrnd-25 {
	background-color: rgba(0, 152, 168, 0.25)!important;
}
.teal-bckgrnd-10 {
	background-color: rgba(0, 152, 168, 0.1)!important;
}

.blue-bckgrnd-100 {
	background-color: rgba(70, 126, 193, 1.0)!important;
}
.blue-bckgrnd-95 {
	background-color: rgba(70, 126, 193, 0.95)!important;
}
.blue-bckgrnd-75 {
	background-color: rgba(70, 126, 193, 0.75)!important;
}
.blue-bckgrnd-50 {
	background-color: rgba(70, 126, 193, 0.5)!important;
}
.blue-bckgrnd-25 {
	background-color: rgba(70, 126, 193, 0.25)!important;
}
.blue-bckgrnd-10 {
	background-color: rgba(70, 126, 193, 0.1)!important;
}

.teal-compliment-100 {
	color: #ae1f23 !important;
}

.teal-comp25 {
	background-color:#e3bcad !important;
}

.teal-comp10 {
	background-color:#f1dfd7 !important;
}

.teal-comp5 {
	background-color:#f7ede8 !important;
}

.teal-comp03 {
	background-color:#faf3ef !important;
}

.teal-comp02 {
	background-color:#fbf6f4 !important;
}
.blue_sky {
	background-color:#6bc5f2 !important;
}
.border-rule-2pt {
    border: 2px solid #ae1e23;
    outline: none;
    text-align: center;
    padding:20px;
}

/* END of My Background colors */

footer h1 {
	font-size: 16px;
    text-align: center;
    border-top: 1px solid #688a9e;
    border-bottom: 1px solid #688a9e;
    width: 100%;
    padding: 2px 0;
    color: #688a9e;
	font-weight: 300;
}

footer p {
	font-size: 14px;
    border-bottom: 1px dotted #546776;
    width: 100%;
    padding: 0 0 4px 0;
    color: #ccdde7;
	font-weight: 300;
	letter-spacing: 0.05em;
}

footer a {
    color: #ccdde7;
}

footer .btn-outline-light {
    color: #ccdde7;
    background-color: transparent;
    background-image: none;
    border-color: #ccdde7;
}
.career_btn {
    color: #343a40;
    background-color: rgba(0, 152, 168, 0.2);
    background-image: none;
    border-color: #0098a8;
}


/*  START Scroll to top button */

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/*  END Scroll to top button   */



/* END My ADDITIIONS */






@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
    .block-leveler {
        display: block;
        clear: both;
        padding-top: 10px;
    }
}

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #fed136;
  border-color: #fed136;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #fed136;
  text-shadow: none;
}

::selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: transparent;
}


/* Made Change */

#mainNav .navbar-toggler {
        font-size: 18px;
        right: 0;
        padding: 9px;
        text-transform: uppercase;
        color: #ae1f23;
        border: 1px solid #ae1f23;
        font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        background-color:#ffffff;
        font-weight: 400;
}

/* End Changes */



#mainNav .navbar-brand {
  color: #f78f1e;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f78f1e;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 1.35em;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 0.05em;
  color: #467ec1;
  font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #f78f1e;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #f78f1e;
  text-decoration:underline;
  text-shadow:2px 2px rgba(0, 152, 168, 0.05);
}


@media (min-width: 992px) {

/* My ADDITIIONS */
.navbar-collapse {
	position: absolute;
	bottom: 0;
	right: 0;
}

.navbar>.container, .navbar>.container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position:relative;
}
	img.logo {
	width:100%;
	height:100%
	}


/* END My ADDITIIONS */


#mainNav {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
/*    border: none; */
    background-color: transparent;
  }
#mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
#mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em 0.3em 1em !important;
  }
#mainNav.navbar-shrink {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #212529;
  }
#mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/home-page-hero-lrg.jpg"); 
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -30px 20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    border-bottom: 2px solid #467ec1;
}

header.masthead .intro-text {
  padding-top: 48px;
  padding-bottom: 36px;
	min-height:400px;
}

header.masthead .intro-text .intro-lead-in {
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 38px;
	margin-bottom: 2%;
	font-family: 'Museo-slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:left;
	color:#ae1f23;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

header.masthead .intro-text .intro-heading {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 4px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:left;
	letter-spacing: 0.025em;
	color:#b63539;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

@media (min-width: 768px) {
/* My ADJUSTMENTs */
    header.masthead .intro-text .intro-lead-in {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 25px;
    }


    header.masthead .intro-text .intro-heading {
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
	color:#ae1f23;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
    .comp-box {
        padding: 16px 20px 16px;
    }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

/* Edited bottom from 0 to 300px */
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 300px;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}
/* Edited above rule: bottom from 0 to 400px */


.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 10px;
}


@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }
    .timeline > li {
        min-height: 100px;
      }
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
	
/* CHANGED STYLE */
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 40px;
  }
/* END CHANGED STYLE */
	
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
	
/* CHANGED STYLE */
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 40px 20px 20px;
  }
/* END CHANGED STYLE */
	
}

.about-us {
/* 	  margin-bottom: 50px; */
	  text-align: center;
}

.about-us img {
	  width: 225px;
	  height: 225px;
	  border: 7px solid #fff;
}

.about-us h4 {
	  margin-top: 25px;
	  margin-bottom: 0;
	  text-transform: none;
	  color: #467ec1;
	  font-weight: 400;
}

.about-us p {
	  margin-top: 0;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #0098a8;
  background-image: url("../img/bg-chnct_contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
	padding: 20px 0 60px 0;
	text-align: left;
	background-color: #262c30;
}
footer.display {
    padding: 0 0 10px 0;
    background-color: #000022;
}

footer span.copyright {
	font-size: 95%;
	line-height: 20px;
	text-transform: none;
	font-family: 'Museo-slab', 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight:100;
	color: #688a9e;
}

footer ul.quicklinks {
  font-size: 95%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}
.list-inline-item a .fab, .list-inline-item a .fa-brands {
	line-height:26px;
	margin-left: -2px;
}

/* FONT AWESOME general reset/setup styling for icons - needed on all */
.icon::before, .icon::after {
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
/* FONT AWESOME general reset/setup styling for icons - needed on all */

ul.social-buttons li a.word-btn {
    width: auto;
    color: #f78f1e;
    border: none;
    text-decoration:underline;
    outline: none;
	text-align: center;
    font-size: 1.1em;
}
ul.social-buttons li a.word-btn:active, ul.social-buttons li a.word-btn:focus, ul.social-buttons li a.word-btn:hover {
	background-color:transparent;
	color: #467ec1;
	border: none;
}
ul.social-buttons li a {
    font-size: 1em;
    display: block;
    width: 28px;
    height: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #f78f1e;
    border-radius: 100%;
    border: 1px solid #f78f1e;
    outline: none;
	background-color:transparent;
	line-height: 26px;
	text-align: center;
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	background-color: #467ec1;
	color: #ffffff;
	border: 1px solid #467ec1;
}
.privacy li {
	font-weight:300;
	margin-top:6px;
}



/* MY MEDIA Queries */

@media (max-width: 991px) {
section.fixed-top {
    top: 149px;
	position: fixed;
    z-index: 1020;
}
	
#mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.5em 1em 0.3em 1em !important;
	width: 100%;
	border-bottom: 1px dotted #cf8771;
}

.collapsenav-toplink {
	border-top: 1px dotted #cf8771;
    margin-top: 16px;
}

ul.social-buttons {
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.footer-logo {
	float:none;
	padding-right:0;
	align-items: center;
}

.medium-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:100%;
	text-align: center;
 }

.urac_spacing {
	margin-bottom:18px;
}

.about-us-mast, .solutions-mast, .contact-us-mast, .careers-mast, .resources-mast, .privacy-mast {
	margin-top:119px;
}

.showcase .showcase-text {
    padding: 2rem 2rem 5rem 2rem;
  }

.timeline:before {
  bottom: 460px;
}

}

@media (min-width: 768px) {
      header.masthead {
        padding-top: 10rem;
        padding-bottom: 4rem;
      }
      header.masthead h1 {
        font-size: 3rem;
      }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
	min-height: 28rem;
	background-size: cover;
	background-position: center;
}

@media (min-width: 992px) {
  .showcase .showcase-text {
    padding: 5rem 2rem 5rem 2rem;
  }
}

@media (max-width: 767px) {
    dl, ol, ul {
        margin-bottom: 0;
    }
    section.intro-spacing {
        padding: 36px 0 26px 0;
    /*	margin-top: 144px; */
    }
    section.home-intro-spacing {
        margin-top:101px;
    }
    .carousel {
        display:none;
    }
    .col-md-12.text-sm-center {
        text-align:center;
        margin-bottom: 16px;
    }
    section.intro-spacing-resources {
        margin-bottom: -220px;
    }
    .sm-no-leftpad {
        padding-left: 0 !important;
    }
    .timeline:before {
      bottom: 300px;
    }
	.circle-why-sm {
		padding: 24px;
		width: auto;
		height: auto;
	}
	.circle-why-md {
		padding: 43px;
		width: auto;
		height: auto;
	}
	.circle-why-lg {
		width: auto;
		height: auto;
		padding: 36px;
		margin: -24px 0 -32px;
	}

    .sub-nav-style {
        border-right:1px solid #fff;
        border-radius: 0px !important;
        color:#fff;
        background:#0098a8;
        padding:12px;
        text-decoration: underline;
    }
    /*.sub-nav-style:nth-last-child(1) {
        border-right:0px solid #fff;
    }  */
    .sub-nav-style:hover, .sub-nav-style:focus {
        border-radius: 0px !important;
        color:#fff;
        background:#f78f1e;
        text-decoration: underline;
    }
                                            /*section.resource-section {
                                                padding: 270px 0 0 0;
                                                margin-bottom:-140px;
                                            }

        (if we use sub-nav on top of page) .resources-mast {
                                                margin-top:260px;
                                            }
    */
}

@media (max-width: 483px) {
	.timeline:before {
	  bottom: 396px;
	}
}

@media (max-width: 302px) {
	section.resource-section {
		padding: 270px 0 0 0;
	}
}

/*
@media (min-width: 1600px) {
	header.masthead .intro-text .intro-lead-in {
		font-size: 34px;
	}
	header.masthead .intro-text .intro-heading {
		font-size: 30px;
		margin-bottom: 4px;
	}
}
*/

@media (max-width: 1260px) {
	.carousel {
		margin-bottom:-1em;
	}
	header.masthead .intro-text .intro-heading {
		line-height:40px
	}
}


@media (max-width: 1200px) {
	header.masthead .intro-text {
		padding: 10px 10px 4px;
		background-color: rgba(255, 255, 255, 0.6);
		margin-top: 28px;
		min-height: 290px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.circle-why-md {
		margin-top:-80px;
		margin-left:-107px;
        height: 402px;
        width: 410px;
        padding: 47px;
    }
}

@media screen and (max-width: 992px) and (min-width: 831px) {
	.bg-30th-image, .bg-30th-dual {
		background-size:99%;
	}
}

@media screen and (max-width: 830px) and (min-width: 768px) {
	.bg-30th-image, .bg-30th-dual {
		background-size:108%;
	}
}

@media screen and (max-width: 767px) and (min-width: 691px) {
	.bg-30th-image, .bg-30th-dual {
		background-size:120%;
	}
}

@media screen and (max-width: 690px) and (min-width: 576px) {
	.bg-30th-image, .bg-30th-dual {
		background-size:133%;
	}
}

@media (max-width: 992px) {
	.carousel {
		margin-bottom:0em;
	}
	.privacy-mast h2.page-intro {
		font-size: 2rem;
		margin-top: -10px;
		margin-bottom: 16px;
	}
	header.masthead .intro-text .intro-lead-in {
		font-size: 28px;
		line-height:32px
	}
	header.masthead .intro-text .intro-heading {
		font-size: 26px;
		margin-bottom: 2px;
		line-height:30px
	}
	img.logo {
		width:75%;
		height:75%
	}
	.gold-30th-ribbon {
		position:fixed;
		left:-1rem;
		margin-top: -41px;
	}
}

@media (max-width: 575px) {
	.board-name {
		text-align:center;
	}
	.title-job {
		text-align:center;
	}
	img.logo {
	width:60%;
	height:60%
	}
	.about-us-mast, .solutions-mast, .contact-us-mast, .careers-mast, .resources-mast, .privacy-mast {
		margin-top:101px;
	}
	.bg-30th-image, .bg-30th-dual {
		background-image:none;
	}
	.make-invisible {
		opacity:1.0;
	}
}
/* END My MEDIA Queries */
