﻿@font-face {
    font-family: 'Gotham-book';
    src: url(../../fonts/Gotham-Book.otf);
}

@font-face {
    font-family: 'Gotham-bold';
    src: url(../../fonts/Gotham-Bold.otf);
}

@font-face {
    font-family: 'Gotham-medium';
    src: url(../../fonts/Gotham-Medium.otf);
}

.ui-widget {
	font-family: 'Open Sans', sans-serif!important;
}

.overlay {
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0,0,0,.7);
}

.top-nav {
    background: #000;
    height: 94px;
}

.top-nav .button:hover {
	opacity: 1;
	background-color: #d64d99;
}

.top-nav-left {
    padding-left: 70px;
    line-height: 94px;
}

.top-nav-right {
    padding-right: 25px !important;
    line-height: 94px;
}

#warnAndGoHome {
	margin-right: 15px;
}

.top-nav-right .button {
    margin-top: 15px;
}

.headline-content {
    padding-bottom: 30px;
    padding-top: 50px;
}

.greybox .headline-content {
    padding-top: 41px;
    padding-bottom: 10px;
}


.headline-content p {
    font-family: 'Open Sans';
    font-size: 24px;
}

.greybox {
    padding-top: 30px;
    background: #f7f7f7;
}

.greybox h3 {
    margin: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Gotham-medium';
}

.tiles {
    padding-bottom: 30px;
    padding-top: 0px;
}

.tile {
    background: #fff;
    padding: 0px 20px 20px 20px;
    min-height:;
    margin: 0px 0px 10px 0;
}

.tile:nth-child(3) {
    margin-left: 20px;
    margin-right: 20px;
}

.tile-number {
    font-family: 'Biryani';
    font-size: 18px;
    color: #e479ac;
    padding-bottom: 0px;
}

.tile-header {
    font-family: 'Biryani';
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.tile-body {
    font-family: 'Open Sans';
    font-size: 18px;
}

.tile-inner {
    padding: 35px 30px 20px;
}

.privacy {
    background: #e479ac;
    padding: 20px;
    margin-bottom: 60px;
}

.arrow-holder {
    display: block;
    background: url("../../images/arrow-right.jpg") no-repeat center 55px;
    min-height: 130px;
}

.start-button-wrapper {
    padding: 35px 0 67px;
}

.white-box {
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
}

.subheadline {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 20px;
    font-family: 'Biryani';
    font-weight: 700;
}

.headline {
    font-size: 43px;
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Gotham-bold';
    margin-bottom: 30px;
}

.info-section h3 {
    font-family: 'Gotham-medium';
    font-size: 30px;
    margin-bottom: 0;
}

.info-section .headline-content {
    padding-top: 70px;
    padding-bottom: 12px;
}

.button {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    padding: 1em 2.3em;
    text-transform: uppercase;
}

a.button:link, a.button:visited {
    color: #fff;
}

.greybox.helpful {
    padding-top: 55px;
}

.privacy-header {
    font-size: 30px;
    font-family: 'Gotham-medium';
    line-height: 25px;
}

.privacy-body {
    font-family: 'Open Sans';
    font-size: 24px;
}

footer {
    background: #000;
    height: 55px;
    display: block;
    color: #ededed;
    font-size: 11.5px;
}

.helpful ul {
    margin-top: 10px;
}

.helpful li,
.helpful li a {
    font-size: 18px;
    font-family: 'Open Sans';
    list-style-image: url(../../images/list-icon.png);
    margin-bottom: 5px;
    transition: all .3s ease;
    color: #000;
}

.helpful li a:hover {
    color: #c5006e;
}

.helpful .section-title {
    font-family: 'Biryani';
    color: #e479ac;
    font-size: 18px;
    font-weight: 700;
}

.helpful .section-header {
    font-family: 'Open Sans';
    color: #0b0b0c;
    font-size: 22px;
    font-weight: 700;
}

.arrow-section {
    font-family: 'Biryani';
    font-weight: 700;
    font-size: 22px;
}

.arrow-section .column {
    padding-left: 0;
    padding-right: 0;
}

.arrow-section p {
    margin-top: 15px;
}

.top-nav-right .button {
    vertical-align: inherit;
}

h3 {
    font-weight: 700;
}

#print-options {
    position: absolute;
    background: #c5006e;
    padding: 10px;
    float: right;
}

#print-options li {
    list-style: none;
}

table tbody, table tfoot, table thead {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-right: none;
    border-left: none;
}

#add_all_family_members_dialog table tbody {
	border-bottom: none;
}


/* Form */

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.ui-dialog .ui-dialog-content {
    margin: 0;
}

.ui-dialog {
    border-radius: 0 !important;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
    line-height: 1.2em;
    padding-bottom: 6px;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: -35px !important;
    top: -12px !important;
}
.ui-dialog {
	width: 775px!important;
	min-height: 300px!important;
}

.ui-dialog .ui-dialog-content {
	min-height: 470px!important;
}

@media screen and (max-width: 63.9375em) {
    .stack th {
        display: none !important;
    }

    .stack td.information {
        padding: 5px 0px;
    }

    tr.summary_category_header_row {
        margin-bottom: 10px;
    }

    .ui-dialog {
        max-width: 100%;
    }
}

@media screen and (max-width: 39.9375em) {
    .ui-dialog {
    	top: 10px!important;
    }

    .ui-dialog .ui-dialog-content {
    	min-height: 260px!important;
    }

    .top-nav {
        height: 70px;
    }

    .top-nav img {
        margin-top: -10px;
        width: 97px;
    }

    .top-nav-right .button {
       padding: 5px;
       font-size: 12px;
    }

    .headline {
        line-height: 1.2;
    }

    .hero .button {
        padding: .85em 1.4em;
        font-size: 12px;
    }

    .greybox:nth-child(3) {
        padding-top: 13px;
    }

    .greybonx h3 {
        line-height: 1.3em;
    }

    .headline-content p {
        line-height: 1.4em;
    }

    .greybox.tiles {
        padding-top: 0;
    }

    .tile {
        padding: 0px 20px 7px 20px;
    }

    .tile-inner {
        padding: 25px 37px 20px;
    }

    .tile-header {
        font-size: 19px;
    }

    .privacy {
        margin-left: 20px;
        margin-right: 20px;
    }

    .info-section .headline-content {
        padding-top: 38px;
    }

    .info-section h3 {
        font-size: 22px;
        line-height: 1.3em;
    }

    .row.arrow-section .medium-expand.text-center img {
        width: 100px;
    }

    .arrow-section p {
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        line-height 1.5;
    }

    .greybox.helpful {
        padding-top: 20px;
    }

    .ui-dialog {
        max-width:100% !important;
    }

    .headline {
        font-size: 23px;
    }

    .subheadline {
        font-size: 9px;
        line-height: 1.2;
        padding-top: 15px;
        font-family: 'Biryani';
        font-weight: 700;
        padding-bottom: 10px;
    }

    .top-nav-left {
        padding-left: 15px;
        line-height: 94px;
    }

    .top-nav-right {
        padding-right: 0;
	    line-height: 94px;
	    position: absolute;
	    top: -4px;
	    right: 0;
	    left: 0;
	    width: 100%;
	    flex: none;
	    max-width: 100%;
    }

    .top-nav a.button,
    .top-nav a.button:hover {
    	background-color: transparent;
    	padding: 0;
    	color: #ea77af;
    	display: block;
    	text-align: right;
    	font-size: 14px;
    }

    #warnAndGoHome {
    	margin-right: 5px;
    }

    .tile {
        margin: 5px 0px;
    }

    .tiles {
        padding-bottom: 0px;
    }

    .tile:nth-child(3) {
        margin: 10px 0px;
    }

    .headline {
        font-size: 23px;
    }

    .hero .button {
        white-space: nowrap;
    }

    .arrow-holder {
        display: block;
        background: url("../../images/arrow-down.jpg") no-repeat top;
        min-height: 80px;
    }

    .start-button-wrapper {
        padding: 15px;
    }

    .helpful .section-header {
        font-size: 18px;
    }

    .helpful li {
        font-size: 16px;
    }

    .ui-dialog {
    	left:0!important;
    	padding: 20px!important;
    }

    .ui-dialog .ui-dialog-titlebar-close {
    	right: 0px !important;
    	top: 0px !important;
    }


}

.arrow-section p {
    font-size: 18px;
    padding: 10px 20px 0px;
}

.privacy {
    margin-bottom: 40px;
}

.privacy-body {
    font-size: 20px;
}

.privacy-header {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.headline-content {
    padding: 40px 20px;
}

.greybox .headline-content {
    padding: 20px 20px 0px;
}

.headline-content p {
    font-size: 15px;
}

.greybox {
    padding-top: 20px;
}

.greybox h3 {
    font-size: 22px;
}

footer {
    text-align: center;
    font-size: 11.5px;
    font-family: 'Gotham-book';
}

footer a:link,
footer a:visited {
	color: #ea77af;
}

.reveal-modal-bg {
 background: #000000;
 background: rgba(0, 0, 0, 0.45);
 bottom: 0;
 display: none;
 left: 0;
 position: fixed;
 right: 0;
 top: 0;
 z-index: 1004;
 left: 0; }

.reveal-modal {
 border-radius: 3px;
 display: none;
 position: absolute;
 top: 0;
 visibility: hidden;
 width: 100%;
 z-index: 1005;
 left: 0;
 background-color: #FFFFFF;
 padding: 1.875rem;
 border: solid 1px #666666;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
 @media only screen and (max-width: 40em) {
   .reveal-modal {
     min-height: 100vh; } }
 .reveal-modal .column, .reveal-modal .columns {
   min-width: 0; }
 .reveal-modal > :first-child {
   margin-top: 0; }
 .reveal-modal > :last-child {
   margin-bottom: 0; }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal {
     left: 0;
     margin: 0 auto;
     max-width: 62.5rem;
     right: 0;
     width: 80%; } }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal {
     top: 6.25rem; } }
 .reveal-modal.radius {
   box-shadow: none;
   border-radius: 3px; }
 .reveal-modal.round {
   box-shadow: none;
   border-radius: 1000px; }
 .reveal-modal.collapse {
   padding: 0;
   box-shadow: none; }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal.tiny {
     left: 0;
     margin: 0 auto;
     max-width: 62.5rem;
     right: 0;
     width: 30%; } }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal.small {
     left: 0;
     margin: 0 auto;
     max-width: 62.5rem;
     right: 0;
     width: 40%; } }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal.medium {
     left: 0;
     margin: 0 auto;
     max-width: 62.5rem;
     right: 0;
     width: 60%; } }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal.large {
     left: 0;
     margin: 0 auto;
     max-width: 62.5rem;
     right: 0;
     width: 70%; } }
 @media only screen and (min-width: 40.0625em) {
   .reveal-modal.xlarge {
     left: 0;
     margin: 0 auto;
     max-width: 62.5rem;
     right: 0;
     width: 95%; } }
 .reveal-modal.full {
   height: 100vh;
   height: 100%;
   left: 0;
   margin-left: 0 !important;
   max-width: none !important;
   min-height: 100vh;
   top: 0; }
   @media only screen and (min-width: 40.0625em) {
     .reveal-modal.full {
       left: 0;
       margin: 0 auto;
       max-width: 62.5rem;
       right: 0;
       width: 100%; } }
 .reveal-modal.toback {
   z-index: 1003; }
 .reveal-modal .close-reveal-modal {
   color: #AAAAAA;
   cursor: pointer;
   font-size: 2.5rem;
   font-weight: bold;
   line-height: 1;
   position: absolute;
   top: 0.625rem;
   right: 1.375rem; }

.about_dialog {
	display: none;
	width: 1000px;
	background-color: #fff;
	padding: 20px;
	position: absolute;
	top: 10px;
	z-index: 50;
	-webkit-box-shadow: 0px 0px 28px 9px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 28px 9px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 28px 9px rgba(0,0,0,0.46);
	left: 50%;
	margin-left: -500px;
	height: 90%;

}

.about_dialog a {
	transition: all .3s ease;
	color: #c5006e;
}

.about_dialog a:hover {
	color: #a7005e;
}

.about_dialog iframe {
	width: 100%;
	height: 100%;
	border: none;
	min-height: 700px;
}


.about_dialog.active {
	display: block;
}

.show_print {
	display: none;
}

.show_screen {
	display: inline-block;
}

.ui-dialog {
	-webkit-box-shadow: 0px 0px 28px 9px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 0px 28px 9px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 28px 9px rgba(0,0,0,0.46);
}

.start_history {
	margin-right: 18px;
}
.ng-isolate-scope {
position:absolute;
top:0px;
background:#fff;
}

/*FHHT hero updates/redesign 3/20/2022  -- START*/

.hero {
    display: block;
    padding:0;
}

.imgRow{
    background-position: center !important;
    min-height: 157px;
}

.midRow{
    padding-top:10px;
    padding-bottom: 10px;
}

.topRow{
    background: url(../../images/komen-banner_desktop_row1.jpg) repeat-x;
    background-size: cover;
}

.btmRow{
    background: url(../../images/komen-banner_desktop_row2.jpg) repeat-x;
    background-size: cover;
}

@media screen and (max-width: 375px){
    .topRow{
        background-size: cover !important;
    }

    .btmRow{
        background-size: cover !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .imgRow{
        min-height: 96px !important;
    }

    .topRow{
        background: url(../../images/komen_banner_mobile_row1.jpg) repeat-x !important;
        background-size: contain !important;
    }

    .btmRow{
        background: url(../../images/komen_banner_mobile_row2.jpg) repeat-x !important;
        background-size: contain !important;
    }
}

/*FHHT hero updates/redesign 3/20/2022  -- END*/
