body
{
	background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
h1 {
    color:white; 
    font-family: 'Teko', sans-serif;
    font-size: 3.8vw;
    font-weight: bold;
	letter-spacing: 2px;
	line-height: 120%;
    margin-left:10%;
    margin-right:10%;
	margin-top:50px;
	position: absolute;
}

h2 {
	border-bottom: 3px solid #0A4F74;
	width: 25%;
	margin-bottom: 30px;
    color: #0A4F74;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 2.5em;
	text-align: right;
	min-width: 250px;
	line-height: 1.3;
}

h3 {
	/* font-family: 'Teko', sans-serif;
	font-weight: bold;
	font-size: 1.6em ;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 0px; */

	color: white;
	font-family: 'Teko', sans-serif;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 0px
}

h4 {
	/* font-family: 'Monserrat', sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #2093B1;
	line-height: 120%;
	margin-bottom: 0px;
	margin-top: 0px; */

	color: #2093B1;
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
	text-transform: none;
	line-height: 1.3;
	margin-bottom: 20px;
}

h5 {
	color: white;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
	text-transform: none;
	line-height: 1.5;
	margin-bottom: 5px;
	/* min-width: 150px; */
}

p {
	/* font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 14px;
	margin-top: 3px;
	color: #848484; */

	color: #848484;
	font-family: 'Montserrat', sans-serif;
    font-size: var(--p-font-size);
    line-height: 18px;
    font-style: normal;
    font-weight: 400;
}

b {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 18px !important
}

.boldlinks{
	font-family: 'Teko', sans-serif;
	font-size: 1em;
	font-weight: 500;
	padding: 20px 15px 20px 15px;
	height: 40px;
	color: white !important;
	transition: color 0.5s;
	text-decoration: none;
	text-align: center;
}
.boldlinks:hover{
	color: #949494 !important;
}

/* a {
	
	
} */

/* a:hover {
	
} */

.mobileNavItem {
	font-size: 1.3em;
	padding: 20px 20px 20px 20px;
	text-align:right;
	display:block;
	font-family: 'Teko', sans-serif;
	font-size: 1em;
	font-weight: 500;
	padding: 20px 15px 20px 15px;
	height: 40px;
	color: white !important;
	transition: color 0.5s;
	text-decoration: none;
	text-align: center;
}
.mobileNavItem:hover{
	color: #949494 !important;
}

.blueBoxText {
	font-weight: 400;
	color: white;
	line-height: 18px;
	margin-bottom: 0px !important;
}
.blueBoxDiv {
	border-left: 1px solid white;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}


strong {
	font-weight: 400;
	color: #2093B1;
}

.translucentBox {
	opacity: 0.9;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.solidBox {
	opacity: 1.0;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.widescreenNavbar {
	padding-right:15%;
	padding-top: 20px;
	width:100%;
	z-index: 1;
	padding-bottom: 10px;
}

td {
	text-align: left;
	vertical-align: top;
	border-left-style: solid;
	border-width: 1px;
	border-color: #0A4F74;
	padding-left: 10px;
	margin-bottom: 20px !important;
}

tr {
	border-color: inherit;
}

table {
	margin-top: 0px;
	border-color:black;
	border-collapse:separate; 
	border-spacing:0 15px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px
}

#parent {
    display: flex;
}
#narrow {
    width: 200px;
    background: lightblue;
    /* Just so it's visible */
  }
#wide {
    flex: 1;
    /* Grow to rest of container */
    background: lightgreen;
    /* Just so it's visible */
}
.v-application--wrap {
	min-height: 100% !important
}
.v-application{
	margin-bottom: 0px !important;
	line-height: 0px !important
}

:root {
	--dynamic-margin: 0;
	--p-font-size: 14px;
	--company-viewport: 500px;
	--company-gradient-height: 375px;
	--company-gradient-margin: 125px;
}


[v-cloak] {
	display: none;
}


/* Transition effects for navbar*/
.lower-enter-active, .lower-leave-active {
	transition: all .5s ease
}

.lower-enter, .lower-leave-to  {
	transform: translateY(-80px)
}

.slide-enter-active, .slide-leave-active {
	transition: all .5s ease
}

.slide-enter, .slide-leave-to  {
	transform: translateX(120px)
}

.fade-enter-active, .fade-leave-active {
	transition: opacity 1s;
}

.fade-enter, .fade-leave-to {
	opacity: 0;
}

/* .swiper-container {
	height: 300px;
	width: 100%;
  } */
  
.swiper-slide {
	background-color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
}

.clc-contact-form-container {
  margin: 0 auto;
  padding-left: 10px;
}

.clc-contact-form-container input,
.clc-contact-form-container textarea {
  background-color: #ffffff;
  color: #818181;
  font-size: 13px;
  margin: 5px;
  padding: 15px;
  width: 280px;
}

.clc-contact-form-container input.clc-form-button {
  border: 2px solid #303030;
  border-radius: 4px;
  color: #303030;
  font-size: 13px;
  font-weight: bold;
  padding: 20px 15px;
  text-transform: uppercase;
  width: 90px;
}

.clc-contact-form-container input.clc-form-button:hover {
  background-color: #1abc9c;
  border: 2px solid #1abc9c;
  color: #fff;
}

.clc-contact-form-container textarea {
  height: 200px;
  line-height: normal;
  padding: 20px;
  width: 575px;
}

.logos .v-image { margin: 0 auto;}