@font-face {
  font-family: 'fs_sammyregular';
  src: url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.eot');
  src: url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.woff') format('woff'), url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.ttf') format('truetype'), url('../fonts/FSSammy/fs_sammy-regular-webfont-webfont.svg#fs_sammyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/************************************
*                                              
*  Top header bar             
*                                              
************************************/

.top-header  .red-bar .membership-item {
	display: none !important;
}


.top-header {
  position: fixed;
  right: 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #fff;
  /*
    .red-bar .items .link-item:before {
        content: "";
        height: 32px;
        width: 1px;
        background: #ccc;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -16px; // half of your height 
    }*/
}
.top-header .red-bar {
  background-color: #E2231A;
  padding: 8px 5px;
}
.top-header .red-bar .main-text {
  color: #fff;
}
.top-header .red-bar a {
  color: #fff;
}
.top-header .red-bar a:hover {
  color: #fff;
  text-decoration: underline;
}
.top-header .red-bar .items {
  width: 100%;
}
.top-header .red-bar .items .link-item {
  position: relative;
  padding: 0px 0px 0px 5px;
}
@media screen and (min-width: 768px) {
  .top-header .red-bar .items .link-item {
    padding: 0px 10px;
  }
}
.top-header .red-bar .items .save-form {
  display: inline-block;
}
.top-header .red-bar .items .save-form .loading:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.top-header .red-bar .items .membership-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-header .red-bar .items .membership-item {
    display: inline-block;
  }
}
.top-header .red-bar .items .membership-item {
  cursor: pointer;
}
.top-header .red-bar .items .membership-item > span.user-icon,
.top-header .dropdown-panel span.user-icon {
  font-size: 26px;
  margin-top: -2px;
  margin-right: 3px;
}
.top-header .red-bar .items .section-left {
  float: left;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .top-header .red-bar .items .section-left {
    display: none;
  }
}
.top-header .red-bar .items .section-right {
  float: left;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .top-header .red-bar .items .section-right {
    float: none;
    width: 100%;
  }
}
.top-header .red-bar .items .section-right .wrapper-right {
  text-align: right;
}
.top-header .red-bar .items .language-dropdown {
  display: inline-block;
  width: 110px;
}
.top-header .red-bar .items .language-dropdown .wpml-ls-legacy-dropdown-click {
  width: 98px;
}
.top-header .red-bar .items .language-dropdown .wpml-ls-legacy-dropdown-click a {
  background-color: #E2231A;
  border: none;
  padding: 3px 10px;
  text-align: center;
}
.top-header .red-bar .items .language-dropdown .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  right: 0px;
  top: 35%;
}
.top-header .red-bar .items .language-dropdown ul.wpml-ls-sub-menu {
  top: 138%;
  border-top: 1px solid #fff;
}
.top-header .red-bar .items .language-dropdown ul.wpml-ls-sub-menu li a.wpml-ls-link {
  line-height: 25px;
}
.top-header .header {
  padding: 10px 0px 5px 0px;
}
@media screen and (min-width: 768px) {
  .top-header .header {
    padding: 10px 0px 10px 0px;
  }
}
.top-header a.logo-link {
  display: block;
  text-align: center;
  float: none;
}
@media screen and (min-width: 768px) {
  .top-header a.logo-link {
    float: left;
  }
}
.top-header a.logo-link > img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  .top-header a.logo-link > img {
    width: 150px;
  }
}
.top-header .main-message {
  float: left;
}
.hamburger-menu a {
  color: #FFFFFF;
  display: block;
  font-size: 0.72222rem;
  font-weight: bold;
  text-transform: uppercase;
  height: 24px;
  width: 44px;
  padding: 0px;
  position: relative;
}
.hamburger-menu a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.83333rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 20px;
}
body .dropdown-panel {
  display: none;
}
body.hm-expanded .dropdown-panel {
  display: block;
}
@media screen and (min-width: 768px) {
  body.hm-expanded .dropdown-panel {
    width: 250px;
    top: 41px;
  }
}
.dropdown-panel {
  position: fixed;
  top: 40px;
  width: 100%;
  background-color: #E2231A;
  z-index: 1002;
}
.dropdown-panel ul {
  margin: 0px;
}
.dropdown-panel ul li {
  text-align: center;
  list-style-type: none;
}
.dropdown-panel ul li > a {
  padding: 5px 0px;
  display: block;
  color: #fff;
}
.dropdown-panel .divider {
  border-top: solid 1px #fff;
  clear: both;
  height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dropdown-panel ul li.user-info {
    display: none;
  }
}
/************************************
*                                              
*  Home           
*                                              
************************************/
.home .rip-top {
  margin-top: 175px;
}
.home #section-1 {
  padding: 10px 0px 40px 0px;
}
.home h1.left {
  font-style: normal;
}
.home h1.left sup {
  font-size: 1.1rem;
  position: relative;
  top: 1px;
  left: 0px;
}
@media only screen and (min-width: 40.0625em) {
  .home h1.left sup {
    font-size: 1.4rem;
    position: relative;
    top: -1px;
    left: 0px;
  }
}
.home h2.sub-header {
  text-transform: initial;
  text-align: left;
  width: 100%;
  margin-bottom: 25px;
  font-family: 'fs_sammyregular', Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.25;
}
@media only screen and (min-width: 40.0625em) {
  .home h2.sub-header {
    font-size: 32px;
    line-height: 1.25;
  }
}
.wrapper #nm-section1,
.wrapper #gi-section1 {
  margin-top: 140px;
}
/*
.top-header {
    .header {
        padding: 7px 0px;
    }
    .page-header {
        padding: 0px 16px 3px 16px;
    }
    .page-desc {
        font-size: 14px;
    }
}
.wrapper {  
    #nm-section1,
    #gi-section1 {
        margin-top: 215px;
    }

    #nm-section1 > .container > .row > .columns > h1:first-of-type {
        display: none;
    }
    #gi-section1 > .container > .row > .columns > h1:first-of-type {
        display: none;
    }
}
.home {
    .page-header {
        display: none;
    }
}
*/
/************************************
*                                              
*  Message   
*                                              
************************************/
.message {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .message {
    float: left;
    width: 80%;
  }
}
.message > div {
  font-size: 13px;
  padding: 10px;
  margin: 10px;
  border-radius: 4px;
  line-height: 14px;
}
@media screen and (min-width: 768px) {
  .message > div {
    padding: 15px;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 16px;
  }
}
.message > div ul {
  margin-bottom: 0px;
}
.message > div ul li {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .message > div ul li {
    font-size: 14px;
  }
}
.message .success {
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
}
.message .error {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  color: #B94A48;
}
.message .email-not-found {
  margin-top: 5px;
}
/************************************
*                                              
*  Fix error msg to align left    
*                                              
************************************/
.frm_style_formidable-style.with_frm_style .frm_error {
  position: relative;
  left: 0;
  clear: both;
}
@media screen and (min-width: 651px) {
  .frm_style_formidable-style.with_frm_style .frm_error {
    margin-left: 1rem !important;
  }
}
@media screen and (min-width: 501px) {
  .with_frm_style .frm_left_container > .frm_error::before {
    width: 0;
    margin-right: 0 !important;
  }
}
.frm_style_formidable-style.with_frm_style .frm_left_container .frm_error {
  margin-left: 0rem !important;
}
@media screen and (min-width: 651px) {
  .frm_style_formidable-style.with_frm_style .frm_left_container .frm_error {
    margin-left: 12.6rem !important;
  }
}
/************************************
*                                              
*  Hide save draft button    
*                                              
************************************/
#frm_form_29_container .frm_submit a.frm_save_draft {
  display: none;
}
/************************************
*                                              
*  Application form (id: 29)         
*                                              
************************************/
#frm_form_29_container .frm_field_small input,
#frm_form_29_container .frm_field_small select {
  width: 100px;
}
#frm_form_29_container span.field_desc {
  font-weight: normal;
  font-size: 12px;
}
#frm_form_29_container .frm_section_heading .frm_form_field.frm_tel_bkmc_container {
  width: auto !important;
  margin-right: 0px;
}
#frm_form_29_container .section-description {
  font-size: 13px;
}
#frm_form_29_container #frm_field_817_container .frm_checkbox > label,
#frm_form_29_container #frm_field_751_container .frm_checkbox > label,
#frm_form_29_container #frm_field_863_container .frm_checkbox > label,
#frm_form_29_container #frm_field_867_container .frm_checkbox > label {
  visibility: hidden;
}
#frm_form_29_container #frm_field_817_container .frm_checkbox > label > input[type=checkbox],
#frm_form_29_container #frm_field_751_container .frm_checkbox > label > input[type=checkbox],
#frm_form_29_container #frm_field_863_container .frm_checkbox > label > input[type=checkbox],
#frm_form_29_container #frm_field_867_container .frm_checkbox > label > input[type=checkbox] {
  visibility: visible;
  cursor: pointer;
}
#frm_form_29_container #frm_field_818_container select {
  width: 150px;
}
#frm_form_29_container #frm_field_838_container input {
  width: 100%;
}
#frm_form_29_container #frm_field_845_container {
  display: none;
}
#frm_form_29_container #frm_field_764_container > label {
  display: none;
}
#frm_form_29_container #frm_field_844_container {
  margin-bottom: 10px;
  position: relative;
}
#frm_form_29_container #frm_field_844_container > textarea {
  /*
        border: none;
        box-shadow: none;
        resize: none;
        color: #444444;
        padding: 3px 3px;*/
  visibility: hidden;
}
#frm_form_29_container #frm_field_844_container > span.display-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #frm_form_29_container #frm_field_844_container > span.display-text {
    position: absolute;
    top: 3px;
    left: 205px;
  }
}
#frm_form_29_container h3 sup.header-sup {
  font-size: 14px;
}
#frm_form_29_container #frm_field_785_container,
#frm_form_29_container #frm_field_862_container,
#frm_form_29_container #frm_field_866_container {
  height: 90px;
}
#frm_form_29_container #frm_field_860_container p,
#frm_form_29_container #frm_field_754_container p {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 13px;
}
#frm_form_29_container #frm_field_764_container .frm_description {
  display: block;
}
@media screen and (min-width: 992px) {
  #frm_form_29_container #frm_field_764_container .frm_description {
    display: none;
  }
}
#frm_form_29_container div.frm_error_style,
#frm_form_29_container > div.frm_message {
  display: none;
}
#frm_form_29_container .sigPad {
  width: 100%;
}
.frm_forms button[type=submit] {
  background: #E2231A!important;
  color: #FFF !important;
  border-color: #ccc !important;
}
.frm_forms button[type=submit]:hover {
  background: #AB192D !important;
  border-color: #AB192D !important;
}
.frm_style_formidable-style.with_frm_style .frm_loading_form .frm_button_submit:before {
  border-width: 2px;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.bkff-primary-button {
  background: #E2231A;
  color: #FFF ;
  border: 1px solid #ccc ;
  box-shadow: 0 1px 1px #eeeeee;
  padding: 6px 15px;
  border-radius: 4px;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
}
.bkff-primary-button:hover {
  background: #AB192D ;
  border-color: #AB192D ;
  color: #FFF;
  cursor: pointer;
}
input[type=submit].bkff-primary-button {
  border-radius: 4px;
}
/************************************
*                                              
*  Fix e-signature in form
*                                              
************************************/
#frm_form_29_container .sigPad,
#frm_form_30_container .sigPad {
  float: left;
}
/************************************
*                                              
*  Application Review
*                                              
************************************/
.page-template-template_application_review h3 sup.header-sup {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.page-template-template_application_review #frm_field_775_container p {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 13px;
}
.page-template-template_application_review #frm_form_30_container div.frm_error_style,
.page-template-template_application_review #frm_form_30_container > div.frm_message {
  display: none;
}
.page-template-template_application_review #frm_form_30_container .sigPad {
  width: 100%;
}
.page-template-template_application_review #nm-section1 table {
  width: 100%;
  /* tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}*/
}
.page-template-template_application_review #nm-section1 table thead {
  /*   display: none; */
  /* ADA - Acessibility */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media screen and (min-width: 768px) {
  .page-template-template_application_review #nm-section1 table thead {
    position: static;
    top: 0px;
    left: 0px;
  }
}
.page-template-template_application_review #nm-section1 table tr:nth-of-type(2n) {
  background-color: inherit;
}
.page-template-template_application_review #nm-section1 table tr td:first-child:before {
  /*   display: none; */
  /* ADA - Acessibility */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media screen and (min-width: 768px) {
  .page-template-template_application_review #nm-section1 table tr td:first-child:before {
    position: static;
    top: 0px;
    left: 0px;
  }
}
.page-template-template_application_review #nm-section1 table tbody td {
  display: block;
  text-align: center;
  clear: both;
}
@media screen and (min-width: 768px) {
  .page-template-template_application_review #nm-section1 table tbody td {
    display: table-cell;
    text-align: center;
  }
}
.page-template-template_application_review #nm-section1 table tbody td:before {
  content: attr(data-th);
  display: inline;
  text-align: left;
  float: left;
}
@media screen and (min-width: 768px) {
  .page-template-template_application_review #nm-section1 table tbody td:before {
    display: none;
  }
}
/************************************
*                                              
*  Membership
*                                              
************************************/
.page-template-template_membership .rip-top {
  margin-top: 180px;
}
.page-template-template_membership #gi-section1 {
  margin-top: 0px;
  padding: 10px 0px 40px 0px;
  background: url(../img/bg-about.jpg) no-repeat center center;
  background-size: cover;
}
.page-template-template_membership .wrapper-m {
  background: #fff;
  padding: 15px;
}
.page-template-template_membership .wrapper-m .content {
  border: 1px solid #d7d7d7;
  padding: 15px 15px 15px 15px;
}
.page-template-template_membership .block-header {
  color: #582000;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "blockbecondensed", Helvetica, Roboto, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .page-template-template_membership .block-header {
    font-size: 1.75rem;
  }
}
.page-template-template_membership .block-content {
  border: 1px solid #d7d7d7;
  padding: 10px;
  margin-top: 10px;
  color: #4d4d4d;
  font-size: 14px;
}
.page-template-template_membership .right-side.small-12.columns > h1 ~ #message {
  display: none;
}
/************************************
*                                              
*  Membership - Login
*                                              
************************************/
.page-template-template_membership .login .new-applicant {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .page-template-template_membership .login .new-applicant {
    float: left;
    width: 38%;
    margin-bottom: 0px;
  }
}
.page-template-template_membership .login .new-applicant .btn {
  margin-top: 15px;
}
.page-template-template_membership .login .new-applicant sup {
  position: relative;
  top: 1px;
  font-size: 8px;
}
.page-template-template_membership .login .new-applicant sup.bk {
  font-size: 10px;
}
.page-template-template_membership .login .new-applicant .block-content {
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .page-template-template_membership .login .returning-applicant {
    float: right;
    width: 60%;
  }
}
.page-template-template_membership .login .returning-applicant .swpm-login-submit input {
  border-radius: 4px;
  padding: 6px 35px;
}
.page-template-template_membership .login .returning-applicant .swpm-forgot-pass-link {
  margin-bottom: 12px;
}
.page-template-template_membership .login .returning-applicant .swpm-login-submit {
  margin-bottom: 0px;
}
.page-template-template_membership .login .returning-applicant .block-content {
  padding: 20px 10px;
}
/************************************
*                                              
*  Membership - Register
*                                              
************************************/
.page-template-template_membership .register span.required {
  color: #B94A48;
}
.page-template-template_membership .register table {
  border: none;
  width: 100%;
}
.page-template-template_membership .register table tr.even,
.page-template-template_membership .register table tr.alt,
.page-template-template_membership .register table tr:nth-of-type(even) {
  background: #fff;
}
.page-template-template_membership .register table tr td {
  min-width: 175px;
  padding-bottom: 0;
}
.page-template-template_membership .register table tr td label {
  text-align: left;
}
.page-template-template_membership .register table tr td input {
  margin: 0px;
}
.page-template-template_membership .register .consent > div {
  height: 200px;
}
.page-template-template_membership .register .consent > div p {
  font-size: 14px;
}
.page-template-template_membership .register .i-agree {
  margin: 15px 0px;
}
.page-template-template_membership .register .i-agree .frm_opt_container > input {
  cursor: pointer;
}
.page-template-template_membership .register table,
.page-template-template_membership .register tbody,
.page-template-template_membership .register td,
.page-template-template_membership .register tr:not(.hide) {
  display: block;
}
.page-template-template_membership .register table.i-agree td:first-child {
  float: left;
  min-width: initial;
  padding-left: 0;
}
.page-template-template_membership .register table.i-agree td:not(:first-child) {
  position: relative;
  top: 3;
}
@media screen and (min-width: 768px) {
  .page-template-template_membership .register table {
    display: table;
    width: initial;
  }
  .page-template-template_membership .register tbody {
    display: table-row-group;
  }
  .page-template-template_membership .register tr:not(.hide) {
    display: table-row;
  }
  .page-template-template_membership .register td {
    display: table-cell;
  }
  .page-template-template_membership .register table tr td {
    padding-bottom: 0.5625rem;
  }
  .page-template-template_membership .register table.i-agree td:first-child {
    float: none;
    min-width: 175px;
    padding-left: 0.625rem;
  }
  .page-template-template_membership .register table tr td label {
    text-align: right;
  }
}
/************************************
*                                              
*  Membership - Forgot Password
*                                              
************************************/
.page-template-template_membership .forgot-password .btns > a {
  float: left;
}
.page-template-template_membership .forgot-password .btns > input {
  float: right;
}
/************************************
*                                              
*  Membership - My Account (Profile)
*                                              
************************************/
.page-template-template_membership .my-account span.required {
  color: #B94A48;
}
.page-template-template_membership .my-account table {
  border: none;
  width: 100%;
}
.page-template-template_membership .my-account table tr.even,
.page-template-template_membership .my-account table tr.alt,
.page-template-template_membership .my-account table tr:nth-of-type(even) {
  background: #fff;
}
.page-template-template_membership .my-account table tr td {
  min-width: 175px;
  padding-bottom: 0;
}
.page-template-template_membership .my-account table tr td label {
  text-align: left;
}
.page-template-template_membership .my-account table tr td input {
  margin: 0px;
}
.page-template-template_membership .my-account .consent > div {
  height: 200px;
}
.page-template-template_membership .my-account .consent > div p {
  font-size: 14px;
}
.page-template-template_membership .my-account .i-agree {
  margin: 15px 0px;
}
.page-template-template_membership .my-account .i-agree .frm_opt_container > input {
  cursor: pointer;
}
.page-template-template_membership .my-account table,
.page-template-template_membership .my-account tbody,
.page-template-template_membership .my-account td,
.page-template-template_membership .my-account tr:not(.hide) {
  display: block;
}
.page-template-template_membership .my-account table.i-agree td:first-child {
  float: left;
  min-width: initial;
  padding-left: 0;
}
.page-template-template_membership .my-account table.i-agree td:not(:first-child) {
  position: relative;
  top: 3;
}
@media screen and (min-width: 768px) {
  .page-template-template_membership .my-account table {
    display: table;
    width: initial;
  }
  .page-template-template_membership .my-account tbody {
    display: table-row-group;
  }
  .page-template-template_membership .my-account tr:not(.hide) {
    display: table-row;
  }
  .page-template-template_membership .my-account td {
    display: table-cell;
  }
  .page-template-template_membership .my-account table tr td {
    padding-bottom: 0.5625rem;
  }
  .page-template-template_membership .my-account table.i-agree td:first-child {
    float: none;
    min-width: 175px;
    padding-left: 0.625rem;
  }
  .page-template-template_membership .my-account table tr td label {
    text-align: right;
  }
}
.page-template-template_membership .my-account .swpm-edit-profile-submit-section {
  text-align: left;
}
/************************************
*                                              
*  Override foundation modal
*                                              
************************************/
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 70vh;
  }
}
body.modal-open {
  overflow: hidden;
}
/************************************
*                                              
*  Application Form - BK Employee only modal
*                                              
************************************/
#bk-emp-only-modal {
  min-height: 20vh;
}
#bk-emp-only-modal sup {
  position: relative;
  top: 0px;
  font-size: 18px;
}
#bk-emp-only-modal sup.bk {
  font-size: 10px;
}
/************************************
*                                              
*  Application Form - Submit disclaimer
*                                              
************************************/
#bk-submit-disclaimer-modal sup {
  position: relative;
  top: 0px;
  font-size: 18px;
}
#bk-submit-disclaimer-modal sup.bk {
  font-size: 10px;
}
/************************************
*                                              
*  Fix allow description
*                                              
************************************/
#frm_form_29_container #frm_field_844_container > textarea {
  display: none;
}
.with_frm_style .frm_left_container > div.frm_description::before {
  content: none !important;
}
#ui-datepicker-div {
  z-index: 1 !important;
}
.frm_left_container {
  margin-left: 0 !important;
  clear: both !important;
}
