﻿@import url("https://fonts.googleapis.com/css2?family=Cabin:ital@0;1&family=Roboto+Condensed:wght@400;700&family=Material+Icons&display=swap");

/* Bootstrap theme overrides */
/*.container-fluid {
  max-width: 850px;
}*/
#page-content .container {
	max-width: 850px;
}
.navbar-brand a, .navbar-brand {
  font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
}
.navbar-inverse {
  background-image: none;
  background-color: #000;;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: #187089;
}
ul.dropdown-menu.dropdown-search {
  padding: 0;
  border:  none;
}
.dropdown-search {
  min-width: 400px;
}
.dropdown-search input {
  height: 42px;
}
.breadcrumb {
  font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #666666;
  padding-left: 0;
}
.breadcrumb > li {
  margin-bottom: 0;
}
.breadcrumb > li a, .breadcrumb > li a:hover {
	text-decoration: none;
}
 .breadcrumb > .active {
    color: #666666;
	  font-weight:400;
}
.jumbotron-empty {
	background-color: transparent;
}

a {
	color: #0f4099;
} 
/*h1, .h1 {
  text-transform: uppercase;
}*/
p {
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
.subtitle {
	font-size: 1.5rem;
}
h4.validation-header {
	font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.25rem;
	color: #a2403f;
}
h6, .h6 {
  text-transform: uppercase;
}
/*h3, .h3 {
font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 800;
line-height: 1.4;
}*/
.banner-note {
font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 800;
line-height: 1.7;
}
.alert-danger {
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  color: #a2403f;
  background-color: #f4e4e4;
  border-color: #dca7a7;
}

h2.body-font, h3.body-font {
font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 800;
font-size: 1.125rem;
line-height: 1.4;
margin-top: 0px;
margin-bottom: 10px;
padding: 0;
}
.accordion-link {
	font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #0f4099;
}
.external-link {
	font-family: Cabin, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	color: #0f4099;
	text-decoration: underline;
}
legend {
  font-size: 1.125rem;
  font-weight: 800;
  color: #000;
}
ol > li {
	padding-left:5px;
}
ul.fa-ul {
    line-height: 1.5;
	margin-left: 2.5em;
}
ul.fa-ul > li > ul {
    padding-inline-start: 20px;
    list-style: disc;
	margin-top: 10px;
}
ul.fa-ul ul ul li {
    margin-top: -10px;
    margin-left: -2.5em;
    list-style-type: none;
}
p.list-aligned {
	margin-left: 2.5em;
}

ol {
	padding-inline-start:40px;
	}
ol > li > ul {
    padding-inline-start:40px;
	list-style: disc;
	}
ol ul ul {
    list-style-type: disc;
    margin-top: 10px;
}
ol ul.fa-ul {
    margin-left:2.5em;
	}
/*ul.fa-ul > li > ul {
    padding-inline-start:40px;
	} */

li a {
  margin-left: 0;
}
li, .li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.icon-box {
	text-align: center;
}
.icon-red-alert {
	font-size:3rem;
	color:#9d341e;
}

/* Padding small, medium, large */
.p-t-sm {
  padding-top: 20px;
}
.p-b-sm {
  padding-bottom: 20px;
}
.p-t-md {
  padding-top: 40px;
}
.p-b-md {
  padding-bottom: 40px;
}
.p-t-lg {
  padding-top: 80px;
}
.p-b-lg {
  padding-bottom: 80px;
}

/* add space between when columns stack */
.row [class*="col-"]+[class*="col-"] {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .row [class*="col-lg-"] + [class*="col-lg-"] {
      margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row [class*="col-md-"] + [class*="col-md-"] {
      margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row [class*="col-sm-"] + [class*="col-sm-"] {
      margin-top: 0;
  }
}

/* Hero */
.kc-hero {
    background: linear-gradient(20deg, rgba(2,0,36,.5) 0%, rgba(9,70,121,.1) 51%),
    url("./homehero.jpg") no-repeat center bottom;
    /*background-image: url("https://kc1.sharepoint.com/:i:/r/teams/IT/PMCOE/CCE/Shared%20Documents/Development%20documentation/UX/Assets/homehero.jpg?csf=1&web=1&e=K4ggoK");
    */
    background-size: cover;
    margin-top: -20px;
    display: grid;
}
.kc-hero .row {
  align-self: flex-end;
}
.kc-hero h1 {
  color: #fff;
  text-shadow: 0px 1px rgba(0,0,0,0.5);
}
.row-bkgd {
  background-color: #f4f4f4;
  margin-top:-15px;
}
.addon-row-bkgd {
  background-color:#f4f4f4;
  border: none;
  margin-right:0;
  margin-left: 0;
}
.addon-row-bkgd .col-sm-10, .addon-row-bkgd .col-sm-2 {
  padding: 20px 10px 0px 10px;
}

/* Home page before login */
.kc-section-underlined {
  border-bottom: 2px solid #ececec;
}
.kc-section-bg-gray {
  background-color: #ececec;
}
.right-rail-item {
  border-left: 1px solid #e4e4e4;
  padding-left: 10px;
}

/* Sticky footer styles (when page is too short)
-------------------------------------------------- */
html, body {
  /* IE 10-11 didn't like using min-height */
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#page-content {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  /*padding: 20px;*/
}
.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  background-color: #333;
}
.footer .legal {
  background-color: #000;
  padding: 10px 0;
}
/*.footer .legal a {
  display: block;
  padding-top: 7px;/*to get it to align vertically with logo
}*/
.footer .legal ul.list-unstyled {
  margin: 0 0 0 -5px;
  padding-top: 7px;
  font-size: .81rem;
}
.footer .legal a.kc-logo {
  padding-top: 0px;
}
.footer a, .footer, .footer a:hover, .footer a:active {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .legal div.text-right {
    text-align: left;
    margin-top: 6px;
    font-size: .81rem;
  }
}
.emphasis-link {
  padding-left: 10px;
  border-left: 2px solid #319E7F;
}
/* Buttons */

btn {
	border-radius: 0px;
}
/*.btn-default,*/
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
 /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
/*.btn-default:focus,*/
.btn-primary:focus,
.btn-success:focus,
.btn-info:focus,
.btn-warning:focus,
.btn-danger:focus,
/*.btn-default.focus,*/
.btn-primary.focus,
.btn-success.focus,
.btn-info.focus,
.btn-warning.focus,
.btn-danger.focus {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(26, 108, 255, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(26, 108, 255, 0.5);
}
.btn-primary {
  background-image: none;
  background-color: #187089;
	border-color: #187089;
	border-radius: 0px;
}
.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #0e4b5c;
	border-color: #0e4b5c;
 }
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-transform: uppercase;
}
.btn-default {
  color: #187089;
  background: transparent;
  border: none;
  -webkit-box-shadow: 0 0 0 1px #187089;
  box-shadow: 0 0 0 1px #187089;
  border-radius: 0px;
}
.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active{
  color: #187089;
	background: transparent;
	border: none;
	border-radius: 0px;
  -webkit-box-shadow: 0 0 0 2px #187089;
  box-shadow: 0 0 0 2px #187089;
}
/*.btn-default:active,
.btn-default.active {
  -webkit-box-shadow: 0 0 0 2px #187089;
  box-shadow: 0 0 0 2px #187089;	
}*/
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  opacity: 0.3;
}
.previous-btn {
	padding: 16px 18px;
}
.submit-btn {
    padding: 16px 20px;
}
/* File upload button */
#AttachFile::-webkit-file-upload-button, #file-upload-button {
  content: 'CHOOSE FILE';
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #187089;
  border: 1px solid #187089;
  border-radius: 0px;
  padding: 16px 18px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);  
}
#AttachFile::-webkit-file-upload-button:hover, #file-upload-button:hover,
 #AttachFile::-webkit-file-upload-button:active, #file-upload-button:active,
 #AttachFile::-webkit-file-upload-button:focus, #file-upload-button:focus {
  background-color: #0e4b5c;
  border-color: #0e4b5c;
}     
/* Horizontal rule with line */
hr {
	border-top: 1px solid #666;
}
.hr-text {
  line-height: 1.5rem;
  position: relative;
  outline: 0;
  border: 0;
  color: #333;
  text-align: center;
  height: 2rem;
  opacity: 1;
}
.hr-text:before {
  content: '';
  background: #666;
  /*background: linear-gradient(to right, transparent, #333, transparent);*/
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: #333;
  padding: 0 1em;
  line-height: 2rem;
  color: #333;
  background-color: #fff;
}
/*vertical link list*/
.list-unstyled li {
  padding: 2px 0;
}

/*Forms */
 .crmEntityFormView fieldset {
 	 border-top:none;
	 border-right: none;
	 border-left: none;
	 border-bottom: none;
     padding: 20px 0px 0px 40px;
	 margin: 0px 40px 30px 0px;
     border-radius: 0;
    }
fieldset[aria-label="Benefit enrollment"],
fieldset[aria-label="User Agreement"],
fieldset[aria-label="Help enrolling for benefits"],
fieldset[aria-label="Trợ giúp ghi danh nhận phúc lợi"],
fieldset[aria-label="Ayuda para inscribirse en los beneficios"] {
	border-bottom: 1px solid #666;
}
	
fieldset[aria-label="Alternate Mailing Address"],
fieldset[aria-label="Địa chỉ gửi thư thay thế"],
fieldset[aria-label="Dirección postal alternativa"],
fieldset[aria-label="Contact information for person filling out application"],
fieldset[aria-label="Thông tin liên hệ của người điền đơn"],
fieldset[aria-label="Información de contacto de la persona que rellena la solicitud"] {
    border: 1px solid #666;
	border-radius: 4px;
}
	
	
fieldset[aria-label="Applicant Information"],
fieldset[aria-label="Thông Tin của Người Nộp Đơn"],
fieldset[aria-label="Información del solicitante"],
fieldset[aria-label="Contact Preferences (required)"],
fieldset[aria-label="Tùy Chọn Liên Hệ (bắt buộc)"],
fieldset[aria-label="Preferencias de contacto (obligatorio)"],
fieldset[aria-label="Please choose one of the following:"],
fieldset[aria-label="Chọn một trong những lựa chọn sau:"],
fieldset[aria-label="Elija una de las siguientes opciones:"],
fieldset[aria-label="who is filing out the application"],
fieldset[aria-label="là người điền đơn"],
fieldset[aria-label="que rellena la solicitud"] {
    margin-bottom: 0;
}
fieldset[aria-label="Please choose one of the following:"],
fieldset[aria-label="Chọn một trong những lựa chọn sau:"],
fieldset[aria-label="Elija una de las siguientes opciones:"],
fieldset[aria-label="Help enrolling for benefits"],
fieldset[aria-label="Trợ giúp ghi danh nhận phúc lợi"],
fieldset[aria-label="Ayuda para inscribirse en los beneficios"] {
	padding-top: 0;
}

fieldset[aria-label="Contact Preferences (required)"] > table > tbody > tr > td > div.info label{
    padding-right: 0;
}

fieldset[aria-label="Tùy Chọn Liên Hệ (bắt buộc)"] > table > tbody > tr > td > div.info label{
    padding-right: 0;
}

fieldset[aria-label="Preferencias de contacto (obligatorio)"] > table > tbody > tr > td > div.info label{
    padding-right: 0;
}


#kcit_allowvideorelay_label, #kcit_allowphone_label,
#kcit_allowmail_label, #kcit_allowemail_label{
	margin: 0px 0px 0px 1px;
}
.crmEntityFormView fieldset[aria-label="Contact Preferences (required)"] .cell.checkbox-cell,
.crmEntityFormView fieldset[aria-label="Contact Preferences (required)"] .cell.checkbox-cell:first-child {
    padding: 0 10px 15px 0;
}
fieldset[aria-label="User Agreement"] .cell.checkbox-cell ul{
	margin-top: 10px;
	margin-bottom:0px;
}
fieldset[aria-label="User Agreement"] .cell.checkbox-cell ul li:last-child {
	margin-bottom:0px;
}
div[data-name=tab_applicant] {
    border-bottom: 1px solid #666;
}
div[data-name=tab_household_size] fieldset:first-of-type {
	border-bottom: 1px solid #666;
}
table[data-name=tab_applicant_section_8] td.clearfix.cell.picklist-cell {
    padding-bottom:0;
}
table[data-name=tab_applicant_section_whoisfiling] tbody tr:first-of-type{
	border-bottom: 1px solid #666;
}
table[data-name=tab_applicant_section_alternatefiler] .validators{
	display:none;
}

/*.crmEntityFormView fieldset:first-child {
    border-bottom: 1px solid #333;
}*/
/*.crmEntityFormView fieldset:last-child {
    border-bottom: 1px solid #333;
}*/
legend .section-title {
	font-size: 1.125rem;
}
label {
  /*color: #666;*/
  color: #000;
  margin: 0 20px 0 1px;
}
.info label {	
  color: #000000;	
  font-size: 16px;
  font-weight:600;	
  line-height: 18px;             
    }
#AttachFileLabel {
	display:none;
}
/* checkbox label that's long enough to be a paragraph */
#kcit_benefitsapplicantagreementinfo_label,
#kcit_benefitsuseragreementpermissions_label,
#kcit_benefitsuseragreementorcause_label,
#kcit_benefitinformationsharing_label,
#kcit_benefitenrollingassistance_label,
#kcit_userinfoagreement_label,
#kcit_usermedicalreleaseagreement_label {
	font-weight: 400;
	line-height: 1.5;
	padding-left: 0;
}

#kcit_mayleavemessage_label,
#kcit_medicaleligibility_label,
#kcit_personfilingapplication_label, 
#kcit_alternatemailingoptions_label{
	padding-bottom: 15px;
}
#kcit_alternatemailingoptions input[type=radio], #kcit_personfilingapplication 
 input[type=radio], #kcit_medicaleligibility input[type=radio] {
    float: left;
    display: block;
    margin-top: 4px;
     }
#kcit_alternatemailingoptions label, #kcit_personfilingapplication
 label, #kcit_medicaleligibility label {
    margin: 0 0 0 18px;
    display: block;
    line-height: 1.5;
    font-size: 1rem;
}
/*required asterisk*/
.crmEntityFormView .cell div.info.required label:after {
  /*color: #333;*/
   content: none;
}
.crmEntityFormView .actions {
	border-top: none;
}
.crmEntityFormView .actions > .col-sm-6.clearfix {
	padding-left:0px;
}
.crmEntityFormView .actions .btn:first-child {
    margin-right: 10px;
}
.crmEntityFormView h2.tab-title {
	padding: 0 0 2px 5;
	border-bottom: 1px solid #666;
	margin: 20px 40px 10px 10px;
	font-size: 1.5rem;
}

.tab-column > div > fieldset:nth-child(3) > legend.section-title {
    display:block;
    padding: 0px 0px 2px 5px;
    border-bottom: 1px solid #666;
    position: relative;
    left: -40px;
    /*width: calc(100% + 40px);*/
	width:100%;
    font-family: "Roboto Condensed", Georgia, "Times New Roman", Times, serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin: 20px 10px 10px 10px;
}
.form-control, .datetimepicker span.input-group-addon, span.input-group-addon {
  border:none;
  border-bottom: 1px solid #666;
}
.form-control:focus {	
  /*background-color: #F1F5F7;	
  box-shadow: inset 0 -2px 0 0 #2370B4;*/
  box-shadow: inset 0 -2px #187089;
  border-bottom: none;
}
.datetimepicker span.input-group-addon:focus {
  outline: none;
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(49, 158, 127, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(49, 158, 127, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(49, 158, 127, 1);
}
.crmEntityFormView .section-title.show-bar {
  padding-bottom: 15px;
}
span.boolean-radio {
  line-height: 2rem;
}
.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  vertical-align: middle;
}
.crmEntityFormView .cell {
  padding: 0 40px 30px 0;
}
/*adding bottom margin to fields with "description below" text immediately after */
#kcit_numberinhousehold {
    margin-bottom: 30px;
}
.picklist {
  border-bottom: none;
}
textarea.form-control {
  border-bottom: 1px solid #666;
}
.crmEntityFormView .cell select {
    border-bottom: 1px solid #666;
}
.crmEntityFormView .cell .picklist input[type=radio] {
  margin: 2px 5px 15px 0;
  margin-left: 0px;
  vertical-align: top;
	}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ffffff;
  opacity: 1;
  box-shadow: none;
  border-bottom: 1px solid #cbcbcb;
}
/* media queries for size-specific styling==============================================================*/
@media (max-width: 767px){
  .navbar-inverse .navbar-collapse {
    background-color: #333;
  }
  .kc-hero {
    height:200px;
  }
.jumbotron-empty {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 30px;
	}
.addon-row-bkgd .col-sm-10, addon-row-bkgd .col-sm-2 {
  padding: 0px 10px 0px 10px;
}
#icon-stack {
	margin-top: 20px;
}
  h1, .h1 {
    font-size: 2.25rem;
  }
  h2, .h2, h3, .h3 {
   /* font-size: 1.5rem*/
  font-size: 1.125rem;
  }
.crmEntityFormView h2.tab-title {
	font-size: 1.25rem;
	padding: 0px 0px 2px 0px;
	margin-right:10px;
	}
.info label {
	padding-right: 5px;
	}	
 .crmEntityFormView fieldset {
 	 border-top:none;
	 border-right: none;
	 border-left: none;
	 border-bottom: none;
	 /*border-bottom: 1px solid #666666;*/
     padding: 10px 5px 0px 5px;
     margin: 0px 5px 20px 5px;
     border-radius: 0;
    }	
 .crmEntityFormView .cell {
  padding: 0 0px 15px 0;
    }	
.crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 0 15px 0;	
}
/*.checkbox-cell > .description {
	padding-bottom: 10px;
	font-weight: 800;
	font-size: 1.125rem;
}
.checkbox-cell > .description .below {
	font-size: 1rem;
	font-weight: 400;
	padding-top: 5px;
}
.checkbox-cell > .description > ul {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: -10px;
}
.checkbox-cell > .description . ul > li {
	margin-bottom: 5px;
}*/
.tab-column > div > fieldset:nth-child(3) > legend.section-title {
    left: 0;
    width: 100%;
    font-size: 1.25rem;
    margin: 20px 10px 10px 0px;
}	
ul.fa-ul {
	margin-left: 1.9em;
	}
ol {
	padding-inline-start:20px;
	}
ol > li > ul {
    padding-inline-start:20px;
	}
ol ul.fa-ul {
    margin-left:1.5em;
	}
ul.fa-ul > li > ul {
    padding-inline-start:20px;
	}
p.list-aligned {
	margin-left: 1.9em;
}	

}
/*next size up==========================================================*/
@media (min-width: 768px){
 .kc-hero {
    height: 300px;
    background: linear-gradient(20deg, rgba(2,0,36,.5) 0%, rgba(9,70,121,.1) 100%),
    url("./homehero-md.jpg") no-repeat center bottom;
  }
.jumbotron-empty {
	padding-top: 20px;
	padding-bottom: 20px;
}
.button-row {
	margin-top: 40px;
	margin-bottom: 40px;
	}
  h1, .h1 {
    /*font-size: 3rem;*/
	font-size: 2.25rem;
  }
  h2, .h2, h3, .h3 {
    /*font-size: 1.5rem*/
	font-size: 1.125rem;
  }
	.info label {
	padding-right: 40px;
	}
table[data-name=tab_student_documentation_section_benefitenrollment] td.clearfix.cell.text.form-control-cell {
    padding-bottom:50px;
}
table[data-name=tab_applicant_section_contact_preference] tbody tr:first-of-type > td {
	padding-right: 10px;
}
/*    .crmEntityFormView .cell {
        padding: 0 40px 30px 0;
    }
 .crmEntityFormView fieldset {
 	border-top:none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #666666;
	border-radius: 0;
	padding: 20px 0px 20px 40px;
	margin: 0px 40px 30px 0px;
	}*/
}
@media (min-width: 992px){

  .kc-hero {
    height: 400px;
  }
	h1, .h1 {
    /*font-size: 3.75rem;*/
	font-size: 2.25rem;
  }
  h2, .h2 {
   /* font-size: 2rem;*/
	  font-size: 1.125rem;
  }
  h3, .h3 {
   /* font-size: 1.5rem;*/
	  font-size: 1.125rem;
  }
}
@media (min-width: 1200px){
 .kc-hero {
    height: 450px;
    background: linear-gradient(20deg, rgba(2,0,36,.5) 0%, rgba(9,70,121,.1) 51%),
    url("./homehero-lg.jpg") no-repeat center bottom;
  }
	h1, .h1 {
   /* font-size: 4.5rem;*/
	font-size: 2.25rem;
  }
  h2, .h2 {
    /*font-size: 2.25rem;*/
	  font-size: 1.125rem;
  }
  h3, .h3 {
    /*font-size: 2rem;*/
	  font-size: 1.125rem;
  }
}

