
body{
    font-family: "Freight Big Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-size: 1.05rem;
}
.site-wrapper, .sqs-catalog-item-list{
    font-family: "Freight Big Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-size: 1.05rem;
}

.container a{color: #001a48;}
.container a:hover, .container a:focus{opacity: .8;}

h2{
    font-size: 50px;
} 

.page-section {
    color: inherit;
}

div.eapps-widget {
  position: relative;
}

div.eapps-widget.eapps-widget-show-toolbar::before {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  pointer-events: none;
  border: 1px solid transparent;
  transition: border 0.3s ease;
  z-index: 1;
}

.eapps-widget-toolbar {
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  z-index: 99999;
  padding-bottom: 4px;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 0;
}

.eapps-widget:hover .eapps-widget-toolbar {
  opacity: 1;
  pointer-events: auto;
}

.eapps-widget-toolbar a {
  text-decoration: none;
  box-shadow: none !important;
}
 
.eapps-widget-toolbar-panel {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 28px;
  background-color: #222;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.2);
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

.eapps-widget:hover .eapps-widget-toolbar-panel {
  opacity: 1;
}

.eapps-widget-toolbar-panel-wrapper {
  width: 100%;
  position: relative;
}

.eapps-widget-toolbar-panel-only-you {
  position: absolute;
  top: -24px;
  font-size: 11px;
  line-height: 14px;
  color: #9c9c9c;
  padding: 5px 4px;
} 
.eapps-widget-toolbar-panel-logo {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.eapps-widget-toolbar-panel-logo svg {
  width: 15px;
  height: 15px;
  fill: #f93262;
}
 
.eapps-widget-toolbar-panel-edit {
  display: inline-flex;
  align-items: center;
  padding: 9px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.eapps-widget-toolbar-panel-edit-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.eapps-widget-toolbar-panel-edit-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
} 
.eapps-widget-toolbar-panel-views {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.eapps-widget-toolbar-panel-views-label,
.eapps-widget-toolbar-panel-views-percent {
  font-size: 12px;
  line-height: 14px;
  margin: 0 8px;
}

.eapps-widget-toolbar-panel-views-bar {
  width: 70px;
  height: 3px;
  margin-left: 8px;
  background-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 2px;
}

.eapps-widget-toolbar-panel-views-bar-inner {
  height: 100%;
  border-radius: 2px;
  background-color: #4ad504;
}

.eapps-widget-toolbar-panel-views-green .eapps-widget-toolbar-panel-views-bar-inner {
  background-color: #4ad504;
}

.eapps-widget-toolbar-panel-views-red .eapps-widget-toolbar-panel-views-bar-inner {
  background-color: #ff4734;
}

.eapps-widget-toolbar-panel-views-orange .eapps-widget-toolbar-panel-views-bar-inner {
  background-color: #ffb400;
}

.eapps-widget-toolbar-panel-views-get-more {
  padding: 9px 16px;
  background-color: #f93262;
  color: #fff;
  font-size: 12px;
  border-radius: 0 6px 6px 0;
} 

.eapps-widget-toolbar-panel-share {
  position: absolute;
  top: 0;
  margin-left: 8px;
  width: 83px;
  height: 28px;
}

.eapps-widget-toolbar-panel-share-button {
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 28px;
  background-color: #1c91ff;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
}

.eapps-widget-toolbar-panel-share-button svg {
  margin-right: 6px;
  fill: #fff;
} 
.eapps-widget-toolbar-panel-share-block {
  position: absolute;
  top: 32px;
  width: 209px;
  background: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.1);
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transform: translateX(-63px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.eapps-widget-toolbar-panel-share:hover .eapps-widget-toolbar-panel-share-block {
  opacity: 1;
  pointer-events: all;
}

.eapps-widget-toolbar-panel-share-block-text {
  font-size: 15px;
  padding: 12px 0;
  text-align: center;
  color: #111;
}

.eapps-widget-toolbar-panel-share-block-actions {
  display: flex;
  border-top: 1px solid hsla(0, 0%, 7%, 0.1);
}

.eapps-widget-toolbar-panel-share-block-actions-item {
  flex: 1;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.eapps-widget-toolbar-panel-share-block-actions-item:hover {
  background-color: #fafafa;
}

.eapps-widget-toolbar-panel-share-block-actions-item:not(:last-child) {
  border-right: 1px solid hsla(0, 0%, 7%, 0.1);
}
 
.eapps-widget-toolbar-panel-share-block-actions-item-facebook svg {
  fill: #3c5a9b;
}

.eapps-widget-toolbar-panel-share-block-actions-item-twitter svg {
  fill: #1ab2e8;
}

.eapps-widget-toolbar-panel-share-block-actions-item-google svg {
  fill: #dd4b39;
}
 
.loadMoreButton {
  border: none;
  color: inherit;
}
 
.content_body, .content_body p, .content_body label, .content_body control-label, .content_body input, .content_body select, .content_body textarea {
    font-family: "Freight Big Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    font-size: 1.05rem;
}

h1, h2, h3, h4{ 
    font-family: "Freight Big Pro", serif; 
    font-style: normal; 
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.page-title {
    font-family: "Freight Big Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #404040;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-align:center;
    white-space:pre-wrap;
    margin-top: 0px;
}

.content_body .btn.btn-primary {
    background-color: #001a48;
    color: #ffffff; 
}

/* Buttons (Submit & others) */
.content_body button,
.content_body input[type="submit"],
.content_body input[type="button"],
.content_body .btn { 
    font-family: "Freight Big Pro", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.05rem;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    border: none;
    padding: 0.4rem .5rem;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

/* Hover & focus states */ 
.content_body .btn:hover {
    background-color: #00153a;
}
 
.content_body .btn.btn--border:hover {
     background-color: #ffffff !important;   /* hover background */
    color: #000000 !important;              /* hover text */
    border-color: #ffffff !important;
    opacity: 1 !important; 
}

/* Disabled state */
.content_body button:disabled,
.content_body input[type="submit"]:disabled,
.content_body input[type="button"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.text-red{color:#dd4b39 !important;}
.m-t-20{margin-top: 20px;}
.m-top-40{margin-top: 40px;}
.m-b-40{margin-bottom: 40px;}
.m-b-10{margin-bottom: 10px;} 
.section_title{margin-bottom: 10px;font-size: 1.2rem;}
 
fieldset{    
    border: none;
    margin: none;
    padding: none;
}

.fe-66608f2b92ee81c96a558808 {
    --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11.0px);
    --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (8 - 1)) ) / 8 );
    display: grid;
    position: relative;
    grid-area: 1/1/-1/-1;
    grid-template-rows: repeat(36,minmax(24px, auto));
    grid-template-columns:
    minmax(var(--grid-gutter), 1fr)
    repeat(8, minmax(0, var(--cell-max-width)))
    minmax(var(--grid-gutter), 1fr);
    row-gap: 11.0px;
    column-gap: 11.0px;
    overflow-x: hidden;
    overflow-x: clip;
}

.red{color:red;}
.cursor-pointer{cursor: pointer;}
.f-w-200{ font-weight: 200; } 
.has-error-captcha iframe{
    border:1px solid #a94442;
}
.page-header{
    margin-top: 10px;
}
.form-control-feedback {
    right: 10px;
    top: 5px;
}
.help-block { 
    margin-top: 0px; 
    font-size: 70%;
}
.datepicker {
    z-index: 99999 !important;
}

.datepicker-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* ================================
    Candidate Form Wrapper
 ================================ */
#add_ev_form {
    background: #ffffff;
    padding: 10px 30px 30px 30px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);   
}

/* ================================
   Header
================================ */
#add_ev_form .page-header{ 
    border-bottom: 1px solid #e5e5e5;
}

#add_ev_form .page-header h3 {
    color: #31708f;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

#add_ev_form .page-header .red {
    color: #d9534f;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

#add_ev_form .form-group.required .control-label:after {
    content: " *";
    color: red;
}

/* ================================
   Legend
================================ */
#add_ev_form legend {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

/* ================================
   Form Groups
================================ */
#add_ev_form .form-group {
    margin-bottom: 20px;
    height: auto; 
}

#add_ev_form .control-label {
    display: block; 
    margin-bottom: 6px;
}

/* ================================
   Inputs / Select / Textarea
================================ */
#add_ev_form input[type="text"],
#add_ev_form select,
#add_ev_form textarea {
    width: 100%;
    height: 42px;
    padding: 8px 12px; 
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

#add_ev_form textarea {
    height: auto;
    resize: none;
}

#add_ev_form input:focus,
#add_ev_form select:focus,
#add_ev_form textarea:focus {
    border-color: #66afe9;
    outline: none;
}

/* ================================
   Help Text
================================ */
#add_ev_form .text-muted {
    font-size: 12px;
    color: #777;
    margin-top: -2px;
    display: block;
}

/* ================================
   Two Column Layout (Name Fields)
================================ */
#add_ev_form .col-sm-6 {
    width: 50%;
    float: left;
}

#add_ev_form .col-sm-12 {
    width: 100%;
    float: left;
}

#add_ev_form .no-padding {
    padding-left: 0;
    padding-right: 0;
}

#add_ev_form .no-rpadding {
    padding-right: 0;
}

/* Clear floats */
#add_ev_form .clearfix {
    clear: both;
} 
/* ================================
   Captcha
================================ */
#add_ev_form .custom_captcha {
    margin-top: 15px;
}

#add_ev_form #err_recaptcha {
    font-size: 13px;
}

/* ================================
   Alerts
================================ */
#add_ev_form .alert-danger {
    background: #f2dede;
    color: #a94442;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}
 
.overlay_white {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 9 !important; 
}

.overlay_loader {
    font-size: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-red{
    color: #dd4b39 !important;
}
.fe-block-66608f2b8dbb5260ed880dc5 .sqs-block {
    justify-content: flex-start;
}
.fe-block-66608f2b8dbb5260ed880dc5 .sqs-block-alignment-wrapper {
    align-items: flex-start;
}
.fe-block-66608f2b3d44970e371204eb {
    grid-area: 1/2/12/10;
    z-index: 0;
    @media (max-width: 767px) {
    }
}
.fe-block-66608f2b3d44970e371204eb .sqs-block {
    justify-content: flex-start;
}
.fe-block-66608f2b3d44970e371204eb .sqs-block-alignment-wrapper {
    align-items: flex-start;
}
.fe-block-66608f2b8dbb5260ed880dc5 {
    grid-area: 12/2/37/10;
    z-index: 1;
    @media (max-width: 767px) {
    }
}
.bg-yellow {
    background-color: #f39c12 !important;
}
.modal-title{color: #FFF;}
.alert p{margin: 0;}
p span{font-size: 1.05rem !important;}
.alert{margin-bottom: 0;}

/* ================================
    Candidate Form Wrapper
 ================================ */
.web_link_form {
    background: #ffffff;
    padding: 10px 30px 30px 30px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);   
}

/* ================================
   Header
================================ */
.web_link_form .page-header{ 
    border-bottom: 1px solid #e5e5e5;
}

.web_link_form .page-header h3 {
    color: #31708f;
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

.web_link_form .page-header .red {
    color: #d9534f;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.web_link_form .form-group.required .control-label:after {
    content: " *";
    color: red;
}

/* ================================
   Legend
================================ */
.web_link_form legend {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

/* ================================
   Form Groups
================================ */
.web_link_form .form-group {
    margin-bottom: 20px;
    height: auto; 
}

.web_link_form .control-label {
    display: block; 
    margin-bottom: 6px;  
}

/* ================================
   Inputs / Select / Textarea
================================ */
.web_link_form input[type="text"],
.web_link_form select,
.web_link_form textarea {
    width: 100%;
    height: 42px;
    padding: 8px 12px; 
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.web_link_form textarea {
    height: auto;
    resize: none;
}

.web_link_form input:focus,
.web_link_form select:focus,
.web_link_form textarea:focus {
    border-color: #66afe9;
    outline: none;
}

/* ================================
   Help Text
================================ */
.web_link_form .text-muted {
    font-size: 12px;
    color: #777;
    margin-top: 10px;
    display: block;
}

/* ================================
   Two Column Layout (Name Fields)
================================ */
.web_link_form .col-sm-6 {
    width: 50%;
    float: left;
}


.web_link_form .no-padding {
    padding-left: 0;
    padding-right: 0;
}

.web_link_form .no-rpadding {
    padding-right: 0;
}

/* Clear floats */
.web_link_form .clearfix {
    clear: both;
} 
/* ================================
   Captcha
================================ */
.web_link_form .custom_captcha {
    margin-top: 15px;
}

.web_link_form #err_recaptcha {
    font-size: 13px;
}

/* ================================
   Alerts
================================ */
.web_link_form .alert-danger {
    background: #f2dede;
    color: #a94442;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.has-feedback label~.form-control-feedback{
    top: 36px;
} 
.modal-header {
    background: #001a48 none repeat scroll 0 0;
    color: #ffffff;
}
.modal-header .close {
    margin-top: 2px;
    color: white;
} 

.bg-white{
    background-color: #ffffff;
    color: #000;
}
.content_body .eligibility_popup.sweet-alert{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: 70%;
}
.content_body .eligibility_popup.sweet-alert p{font-size: 14px;}
#newSignature {
  touch-action: none;
  -ms-touch-action: none;
}

.remove_language{
    margin-top: 3px;
}

/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
  display: inline-flex;
  margin-left: 20px;
  margin-top: 6px;
}

/* make hover effect work properly in IE */
.rating__icon {
  pointer-events: none;
}

/* hide radio inputs */
.rating__input {
 position: absolute !important;
 left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

/* set default star color */
.rating__icon--star {
  color: #ddd;
}

/* set color of none icon when unchecked */
.rating__icon--none {
  color: #eee;
}

/* if none icon is checked, make it red */
/*  .rating__input--none:checked + .rating__label .rating__icon--none {
  color: red;
}*/

/* if any input is checked, make its following siblings grey */
/*  .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}*/

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star {
  color: black;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
   color: #eee;
}

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none {
  color: red;
}

.add_language{
    font-size: 15px;
}

.tooltip {
  pointer-events: none;
}
.width50{width: 50%;}
.printname{margin-top: 4%;}

.sqs-gallery-design-grid-slide img {
    width: 123px;
    height: 123px;
}
.clear_option{width: 70px; float: right;}
@media (max-width: 1367px) {
    .sqs-gallery-design-grid-slide img {
        width: 110px;
        height: 110px;
    } 
} 
@media (max-width: 1024px) {
    .sqs-gallery-design-grid-slide img {
        width: 55px;
        height: 55px;
    } 
}   
@media (max-width: 768px) {
    .web_link_form .col-sm-6 {
        width: 100%;
        float: none;
    }

    .web_link_form .no-rpadding{
        padding: 0px;
    }

    .web_link_form .ev_lname {
        margin-top: 0;
    }
    .content_body .eligibility_popup.sweet-alert {
        width: 90% !important;
        max-width: none !important;
    }
    .printname{margin-top: 2%;}  
    .content_body .eligibility_popup.sweet-alert p{font-size: 12px;} 
    .clear_option{width: 60px; float: right;} 
}
 
@media (min-width: 768px) {
    .background-width--inset .fe-66608f2b92ee81c96a558808 {
     --inset-padding: calc(var(--sqs-site-gutter) * 2);
    }
    .fe-66608f2b92ee81c96a558808 {
        --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11.0px);
        --cell-max-width: calc( ( var(--sqs-site-max-width, 1500px) - (11.0px * (24 - 1)) ) / 24 );
        /*--inset-padding: 0vw;*/
        --row-height-scaling-factor: 0.0215;
        --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding) ));
        grid-template-rows: repeat(28,minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
        grid-template-columns:
        minmax(var(--grid-gutter), 1fr)
        repeat(24, minmax(0, var(--cell-max-width)))
        minmax(var(--grid-gutter), 1fr);
    }
}

@media (min-width: 768px) {
    .fe-block-66608f2b3d44970e371204eb {
        grid-area: 1/2/6/26;
        z-index: 0;
    }
    .fe-block-66608f2b3d44970e371204eb .sqs-block {
        justify-content: flex-start;
    }
    .fe-block-66608f2b3d44970e371204eb .sqs-block-alignment-wrapper {
        align-items: flex-start;
    }
} 
@media (min-width: 768px) {
    .fe-block-66608f2b8dbb5260ed880dc5 {
        grid-area: 6/2/28/26;
        z-index: 1;
    }
    .fe-block-66608f2b8dbb5260ed880dc5 .sqs-block {
        justify-content: flex-start;
    }
    .fe-block-66608f2b8dbb5260ed880dc5 .sqs-block-alignment-wrapper {
        align-items: flex-start;
    }
}
@media (max-width: 767px) { 
    .fe-66608f2b92ee81c96a558808 {
        grid-template-rows: auto !important;
        row-gap: 11 !important;
    } 
    
    /* Remove forced square aspect ratio */
    .sqs-gallery-aspect-ratio-square 
    .slide .margin-wrapper,
    .sqs-gallery-aspect-ratio-square 
    .slide .margin-wrapper .content-wrapper {
        padding-bottom: 0 !important;
        height: auto !important;
    }

    /* Ensure image sizes naturally */
    .sqs-gallery-aspect-ratio-square img {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
    
    /* Stack buttons vertically */
    .form_btn_group {
        display: flex;
        flex-direction: column;
        gap: 12px; /* spacing between buttons */
    }

    /* Full-width buttons */
    .form_btn_group .btn {
        width: 100%;
        margin: 0 !important;
    }

    /* Remove desktop left margins */
    .form_btn_group .m-left-5 {
        margin-left: 0 !important;
    }
    
    .page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--small>.content-wrapper{
        padding-bottom: 0vmax;
    }
    .width50{width: 100%;} 
}
@media (max-width: 400px) {
    .content_body .eligibility_popup.sweet-alert p{
        font-size: 8px; 
    }
}

@media (max-height: 450px) and (orientation: landscape) {

    .content_body .eligibility_popup.sweet-alert {
        top: 10% !important;
        left: 50% !important;

        transform: translateX(-50%) !important;

        margin-top: 0 !important;
        max-height: 90vh;
        overflow-y: auto;
        width: 95% !important;
    }
}
@media (max-height: 600px) {

    .content_body .eligibility_popup.sweet-alert {
        position: fixed !important;

        top: 5% !important;
        left: 50% !important;

        transform: translateX(-50%) !important;

        margin-top: 0 !important;
        margin-left: 0 !important;

        width: 95% !important;
        max-width: 700px;

        max-height: 90vh !important;
        overflow-y: auto !important;
    }

    .sweet-overlay {
        overflow-y: auto !important;
    }
}