/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 20, 2016, 1:39:48 PM
    Author     : amirajka
*/

/*Fonts */
@font-face {
    font-family:"Fort-Book";
    src: url("../project_fonts/FortLT-Book.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
font-family:"Shift-Light";
src:url("../project_fonts/Shift-Light.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family:"Fort-Bold";
    src: url("../project_fonts/FortLT-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
font-family:"Shift-Book";
src:url("../project_fonts/Shift-Book.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face{
font-family:"Shift-Bold";
src:url("../project_fonts/Shift-Bold.otf") format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face{
    font-family:"Fort-Light";
    src:url("../project_fonts/FortLT-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Fort-Medium";
    src:url("../project_fonts/FortLT-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family:"Shift-Book-Italic";
    src:url("../project_fonts/Shift-BookItalic.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
a{
    color: #279aba !important;
    text-decoration: none !important;
}
body
{
    font-family:"Fort-Book";
    font-weight: normal;
    font-style: normal;
}

body,div
{
    font-family:"Fort-Book";
    padding:0;
    margin:0;
}

.inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.logo{
    float: left;
    /*margin-top: 39px;*/
    display: inline-block;
    /* margin-top: 18px; */
}
.logo a img
{
    /* height:40px;
    width:auto; */

    margin-right:72px;
    height: 80px;
}
.page-body{
    background-image: src('images-icons/homepage-hero.jpg');
}
#legal_banner{
    /* overflow: auto;
    display: block; */
    background-color: #000;
    height: 40px;
    padding: 10px 200px;
    /* gap: 10px;
    align-self: stretch; */
}
.notice_text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    cursor: pointer;
    .close_notice_icon{
        width: 26px;
        height: 26px;
        padding: 6px 5px;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        border-radius: 100px;
        border: 1px solid var(--gray-10000, #000);
        top: 50%;
        &:hover{
            background: var(--gray-00-ff, #FFF);
            color: #000;
        }
    }
    .notice_text_ttl{
        align-self: center;
    }
}
.page-header-wrapper{
    /* background-color: #FFF; */
    /*height: 183px;*/
    /* height: 132px; */
} 
.page-navbar{
    background-color: #25263C;
/*    height: 60px;*/
    height: 50px;
}
.request-navbar{
    background-color: #f7f7f7;
    height: 53px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}
.header-row{
    background-color: #FFF;
    height: 95px;
    padding-top: 8px;
    border-bottom: 1px solid var(--border-border-00, rgba(0, 0, 0, 0.15));
}
.header-flex{
    display: flex;
    flex-direction: row;
}
.nav-items{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 16px;
    float: left;
    /*margin-top: 18px;*/
    margin-top: 13px;
}
.request-items{
    color: #707070;
    font-family: 'Fort-Medium',Arial, Helvetica, sans-serif;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.2px;
    /* text-decoration-line: underline; */
    margin-top: 18px;
}
/* .request-item{
    color: #707070;
} */
/* .request-item:hover{
    
} */
.request-item-active{
    color: #222;
    text-decoration: underline;
}
.request-item-visited{
    color: #222;
    cursor: pointer;
    text-decoration: underline;
}
.request-item-visited:hover{
   color: #222;
    text-decoration: underline;
}
.header-items{
    margin-top: 38px;
    height: 48px;
    width: 427px;
    
    display: flex;
    /* justify-content: space-between; */
    gap: 36px;
    font-size: 14px !important;
    a{
        color: #000 !important;
    }
    .header-item-ttl{
        font-family: 'Fort-Medium',Arial, Helvetica, sans-serif !important;
    }
}
.header-item-active{
    border-bottom: 4px solid #ff6400;
}
.header-item{
    display: inline-block;
    &:hover{
        border-bottom: 4px solid #ff6400;
    }
}
.nav-item{
    color: #000;
    
}
.nav-item:hover{
    text-decoration: underline;
    color: #FFF;
}
.nav-item-active{
    color: #FF6600;
}
.text_header{
    font-weight: bold;
}
.bar{
    color: #736e84;
    margin-left: 18px;
    margin-right: 18px;
}
.request-separator{
    /*&#xf04b*/
}
.fa-chevron-right{
    color: #707070;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
    font-size: 8px;
}
.sign-in-block{
    width: 337px;
    margin-top: 32px;
    padding-right: 5px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
    /* font-weight: 500; */
}
.sign-in-btn{
    display: inline-flex;
    height: 34px;
    width: 108px;
    font-family:'Fort-Bold',Arial, Helvetica, sans-serif;
    padding: 13px var(--15-rem, 15px) 13px var(--2-rem, 20px);
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 25px;
    background: var(--gray-9911, #111);
    border: 1px solid #000;
    a {
        color: #FFF !important;
    } 
    .fa-arrow-right{
        float: none;
        margin-right: 0px;
        margin-left: 3px;
    }
    &:hover{
        border-radius: 25px;
        border: 1px solid #000;
        background-color: #FFF;
        a{
            color: #000 !important;
        }
        .fa-arrow-right{
            color: #FA6400;
        }
    }
}
#sign_out{
    margin-top: 3px;
}
.sign-in-item{
    display: inline-block;
    font-family:'Fort-Bold',Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    padding: 13px 20px 13px var(--2-rem, 20px);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid transparent;
    a {
        color: #000 !important;
    }
    &:hover{
        
        border-radius: 25px;
        border: 1px solid var(--button-button-tertiary-hover, rgba(0, 0, 0, 0.05));
        background: var(--button-button-tertiary-hover, rgba(0, 0, 0, 0.05));
    }
}
.sign-in-text{
    display: inline-block;
}
.profile-name{
    text-decoration: underline !important;
}
/* .prh-footer{
    background-color: #000;
    float: left;
    width: 100%;
    /*margin-top: 60px;
} */
input
{
    outline:none;
    font-family:"Fort-Book";
    font-size: 18px;
    line-height: 17px;
    padding-left:20px;
    height:40px;
    border:1px solid #fff;
    border-radius: 4px;
    background:#f7f7f7;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.5);
    color: #000;
}
textarea{
    border:1px solid #fff;
    border-radius: 4px;
    background:#f7f7f7;
    box-shadow: inset 1px 1px 0px rgba(0,0,0,0.5);
    color: #000;
    font-family:"Fort-Book";
    font-size: 18px;
    line-height: 17px;
    padding:20px;
}
input:focus
{
    box-shadow: none;
    border:1px solid #007dac;
}
.problem
{
    box-shadow: none;
    border:1px solid #ff6400;
}

.problem:focus
{
    border:1px solid #ff6400;
}

.inputlabel
{
    font-family:'Fort';
    font-size: 13px;
    line-height: 17px;
    margin:0;
    margin-bottom:5px;
}
select
{
    outline: none;
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:8px 11px;
    padding-right:34px; /*to make space for arrow*/
    height:40px;
    font-size:15px;
    border:1px solid #fff;
    border-radius: 4px;
    background-color:#f7f7f7;
    box-shadow:1px 1px 0px rgba(0,0,0,0.25);
    background-image:url('../images-icons/dropdown-arrow.png');
    background-position: right 8px center;
    background-repeat: no-repeat;
}
select:focus
{
    box-shadow: none;
    border:1px solid #007dac;
}
.page-title{
    border-bottom: 2px solid #CCC;
    padding: 50px 0 20px 0;
    height: 124px;
}
.page-title-text{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 48px;    
    float: left;
}
.fields-box{
    width: 640px;
    float: left;
}
.comments-box{
    width: 300px;
    margin-left: 40px;
}
.form-txt{
    padding: 15px;
}
/*.modal-backdrop {
   background-color: rgba(41,42,64,0.98);
   height: 100%;
   width: 100%;
   opacity: 0.5;
}*/
.modal-backdrop.in {
    opacity: 1;
    background-color: rgba(41,42,64,0.98);
    height: 100%;
    width: 100%;
}
.modal-dialog{
    width: 100%;
    margin-top: 0px;
}
.modal-content {
    text-align: center;
    background-color: rgba(41,42,64,0.98);
     -webkit-background-clip: none; 
     background-clip: none; 
     border: none; 
     border: none; 
     border-radius: none;  
     outline: 0; 
     -webkit-box-shadow: none; 
     box-shadow: none; 
     color: #FFF;
}
.close{
    font-size: 72px;
    color: #FFF;
    opacity: 1;
/*    background: url("images-icons/popup-close.svg");*/
}
.modal-title{
    font-family:'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 32px;    
    margin-bottom: 40px;
    line-height: 1;
}
.sign-in-body{
    width: 395px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.remove_item_body{
    width: 395px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 120px;
    margin-top: 10%;
}
.modal-header{
    border-bottom: none;
}
.signin-filed-txt{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 14px;  
    margin-bottom: 10px;
    line-height: 1;
}
.signin-col1{
    float: left;
}
.signin-col2{
    float: right;
}
.remove_item_col1{
    float: left;
    width: 188px;
}
.remove_item_col2{
    float: right;
    width: 188px;
}
.signin-item{
    width: 187px;
    box-shadow: none;
}
.modal-row{
    height: 66px;
    margin-bottom: 20px;
}
.modal-row-btn{
    margin: 40px 0px;
    border: 1px solid #FFF;
    border-radius: 4px;
    color: #FFF;
    padding: 12px;
    font-family: 'Fort-Bold',Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
}
.full_width{
    width: 100%;
}
.modal-input-comment{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 12px;  
    /*opacity: 0.75;*/
    margin-bottom: 20px;
    font-style: italic;
}
.checked_item{
    font-family: 'Fort-Book',Arial, Helvetica, sans-serif;
    color: #C0C1D8;
    font-style: normal;
}
.unchecked_item{
    font-family: 'Fort-Bold',Arial, Helvetica, sans-serif;
    color: #FFF;
    font-style: normal;
}
.fa-check{
    font-size: 11px;
    margin-right: 10px;
}
.modal-footer-txt{
    opacity: 0.75;
    padding-top: 40px;
    border-top: 1px solid;
}
.modal-desc-text{
    opacity: 0.75;
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 14px;  
}
.modal-title-left{
    text-align: left;
}
.footer-top{
    height: 80px;
}
.footer-box{
    text-align: left;
    height: 160px;
    padding: 40px 0 80px 0;
}
.footer-col{
    width: 300px;
    float: left;
    color: #FFF;
}
.footer-links{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
.footer-middle-col{
    margin: 0 40px;
    color: #FFF;
}
.footer-desc{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.required_msg{
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-left: 15%;
}



/* makes all fonts a bit thinner and nicer on mac */
body, div {
    -webkit-font-smoothing: antialiased;
}

/* lighter text under project types */
.project-item-desc {
    color: #bebec5;
}

/* reduce margin between giant h1 on homepage and rule */
hr {
    margin-top: 10px;
}

/* more line height for tagline */

.display-text-a {
    line-height: 29px;
}

/* slight button size change */
.start_request, .index-btn {
    padding: 15px;
    padding-bottom: 16px;
    width: 300px;
    background: rgba(38,38,60,0.35); /* makes button copy slightly more readable by default */
}

/* reduce space between links in header */
.sign-in-block .bar {
    color: #ccc;
    margin-left: 5px;
    margin-right: 5px;
}

/* tweaks to background image in big hero space */
.main-body {
    background-size: cover;
    background-position: bottom center;
    box-shadow: inset 0px 30px 60px rgba(255,255,255,0.25);
}

.errors_list{
    padding-left: 0px;
    margin-top: 10px;
    list-style: none;
    color: #ff6400;
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.service_errors_list{
    padding-left: 0px;
    margin-top: 10px;
    list-style: none;
    color: #ff6400;
    font-family:'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.small_left_col{
    float: left;
    width: 328px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom:100px;
    text-align: left;
    background-color: #F7F7F7;
    /*height:600px;*/
    
    
}
.big_right_col{
    float: right;
    width: 652px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    margin-bottom: 200px;
}
.hidden{display: none;}

.highlights{
    color: #007DAC;
}
.page_title{
    font-family: 'Fort-Light',Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 48px;
    padding: 50px 0px 0px 0px;
    /* height: 118px; */
    letter-spacing: -1.5px;
    line-height: 1;
}
.page_title_separator {
    border: 2px solid #F2F2F2;
    margin-bottom: 0px;
    margin-top: 20px;
}
.modal.fade .modal-dialog, .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.legal_notice{
    height: 470px;
    padding: 20px;
    overflow-y:scroll;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-word;
}
.terms_of_use{
    height: 470px;
    padding: 20px;
    text-align: justify;
    text-justify: inter-word;
}
#sign_up{
    cursor: pointer;
}
.contact-us-body{
    min-height: 900px;
}
/*Adding Classes for FAQ*/
.page_sub_title {
  font-family: 'Shift-Book-Italic',Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 24px;
  padding: 20px 0px 0px 0px;
  border-bottom:1px solid #7f7f7f;
  /* height: 118px; 
  letter-spacing: -1.5px;
  */
}
.page_sub_title_secondary {
  font-family: 'Shift-Book-Italic',Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 24px;
  padding: 50px 0px 0px 0px;
  border-bottom:1px solid #7f7f7f;
  float:left;
  width:100%;
  margin-bottom: 10px;
}
.faq_answer { 
  width:95%;
  float: left;
}
.faq_scroller {
  height:800px;
  overflow: scroll;
}
#send_form_success{
    padding-top: 40px;
    padding-bottom: 16px;
    font-size: 14px;  

}
.show {
 display:block;   
}
.imprint_col {
 width:50%;
 float:left;
 font-size: 14px;
}
.imprint_col li {
 padding-top:10px;
 text-align:left;
 margin:none;
 font-family: 'Fort-Book',Arial, Helvetica, sans-serif;
 font-size: 13px;
}
.imprint_col ul{
 list-style: none; 
 padding-left:0;
}
.imprint_col.imprint_name li {
 padding-top:10px;
 text-align:left;
 margin:none;
 font-family: 'Fort-Bold',Arial, Helvetica, sans-serif;
 font-size: 13px;
}
.imprint_name li {
 padding-top:10px;
 text-align:left;
 margin:none;
 font-family: 'Fort-Bold',Arial, Helvetica, sans-serif;
 font-size: 13px;
}
.footer-col-1 {
  width: 86px;
  float: left;
  color: #FFF;
  margin-right:40px;
}
.footer-col-2 {
  width: 450px;
  float: left;
  color: #FFF;
  margin-right:140px;
}
  
.penguin-permissions {
  font-family:'Fort-Bold',Arial, Helvetica, sans-serif;
  font-size:13px;  
}
.footer-col-2 a {
  font-family:'Fort-Book',Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#fff;
  text-decoration: underline; 
}
.footer-col-2 a:hover {
  color:#ff6600;  
}
.footer-col-3 {
  float:left;
  width: 100px;  
}
.footer-col-3 a {
  font-family:'Fort-Bold',Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#ff6600;  
  text-decoration: none; 
}  
#file_upload_errors{
    font-size: 16px;
    font-weight: bolder;
}
.norma_links:hover{
    color: #FFFFFF;
}
.under_links:hover{
    color:  #ff6600;
}
.footer-col-3 a:hover {
 color:#fff;    
 text-decoration: none;    
}
.penguin-permissions-pipe {
   color:#3a3a3a;  
}

.imprint_row {
 width:100%;
 float:left;
 margin-bottom:2px;
}
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }




.faq_q {
    width: 5%;
    float: left;
    padding-top: 40px;
    padding-bottom: 8px;
    font-family: 'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ccc;
}

.faq_question {
    width: 95%;
    float: left;
    padding-top: 40px;
    padding-bottom: 8px;
    font-family: 'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.faq_a {
    width: 5%;
    float: left;
    font-family: 'Shift-Bold',Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top: 5px;
    color: #ccc;
}
.search_meta_box{
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    font-family: 'Fort-Book',Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    float: left;
}
.ver_bar{
    color: #CCC;
}
.r_info_block{
    float: left;
}

select::-ms-expand {
    display: none;
}
.left_aligned{
    float: left;
}
.requested_titles.sticky {
    position: fixed;
    top: 0;
    width: 300px;
    bottom: 160px;
    overflow-y: auto;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
}
.clearfix:after {
    clear:both;
}
.inner_ext{
    overflow: hidden;
    position: relative
}
#duplicate_ttl_msg{
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 50px;
    display: block;
}
.submittion_note{
    padding-top: 20px;
    padding-bottom: 0px;
}
.requests_submittion_note{
    display: inline-block;
    text-align: left;
    margin: 25px 0px;
    border-bottom: 1px solid #e8e5e5;
    padding-bottom: 20px;
}
.note_alert{
    color: #ff6400;
}
.txt_separator{
    margin-top: 16px;
    margin-bottom: 16px;
}
.notice_txt{
    font-size: 15px;
}
.txt_imp{
    font-family: 'Fort-Bold',Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}
.imprint_col_header{
    float: left;
    width: 50%;
}
#handled{
    color: #FF6600;
}
