/******************************************************************
Core Styles for ABF Banking Portal
Author: Fusebox Creative
Author URI: http://fuseboxcreative.ca
Version: 1.5.0
Tags: translation-ready

Stylesheet: Main Stylesheet

******************************************************************/
/* -- Grey Blue */
/* -- Tan */
/* -- Dark Grey */
/* -- Darker Blue */
/* -- Background off white */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
/* ==== Import our base styles === */
/******************************************************************
Base Styling for ABF Banking Portal
Author: Fusebox Creative
URL: http://www.fuseboxcreative.ca

Stylesheet: Content Styles
Target: Global - All Media Queries
******************************************************************/
/* ------------ MAP ------------

02. GENERAL STYLES
03. BUTTONS AND CONSTANTS
04. LAYOUT & GRID STYLES
06. HEADER STYLES
05. HEADINGS H1 etc

07. NAVIGATION STYLES
08. TABLES
09. PAGE SPECIFIC
10. FORMS

******************************************************************/
/* ############### Shared Styles for Desktop & Mobile ########################## */
/*================================
------  02. GENERAL STYLES  ------
=================================*/
p,
ol,
ul {
  font-family: 'Merriweather', serif;
}
body {
  background-color: #F2F6FC;
}
img {
  max-width: 100%;
}
.form-control:disabled,
.form-control[readonly=readonly] {
  border: none !important;
  box-shadow: none;
}
.icon {
  font-style: normal;
}
.icon > svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.note {
  font-style: oblique;
}
.modal {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
}
/*================================
--  03. BUTTONS AND CONSTANTS  ---
=================================*/
.icon {
  font-style: normal;
}
.icon > svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
#togglePasswordOne {
  margin-top: -26px;
  margin-right: 6px;
}
.note {
  font-style: oblique;
}
div.alert {
  text-align: center;
}
.btn {
  font-family: 'Roboto', sans-serif;
}
.btn-primary {
  background-color: #465167;
  border: none;
  padding: 0.375rem 1.95rem;
}
.btn-primary:hover {
  background-color: #BC8761;
}
.btn-info {
  /* -- Primary Color Outlined */
  background-color: transparent !important;
  border: 1px solid #3E475C;
  color: #3E475C;
}
.btn-info:hover {
  background-color: #3E475C !important;
  color: #fff;
}
.btn-success {
  /* -- Secondary Color Solid */
  background-color: #BC8761;
  border-color: #BC8761;
  color: #fff;
}
.btn-success:hover {
  background-color: #3E475C;
  border-color: #3E475C;
}
.btn-warning {
  /* -- Secondary Outlined */
  background-color: transparent !important;
  border: 1px solid #BC8761;
  color: #BC8761;
}
.btn-warning:hover {
  background-color: #BC8761 !important;
  border-color: #BC8761;
  color: #fff;
}
.btn-light {
  /* -- dark text on light background */
  background-color: #999999 !important;
  border: 1px solid #3E475C;
  color: #3E475C !important;
}
.btn-light:hover {
  background-color: #3E475C !important;
  border-color: #999999;
  color: #999999;
}
/*================================
---  01. LAYOUT & GRID STYLES  ---
=================================*/
.fuseContentWrap .fuseInnerSectionWrap {
  padding: 50px 15px;
  /*padding: 0px 0px 15px 0px;*/
}
.fuseContentWrap .fuseInnerSectionWrap .fuseStamentWrap {
  /*padding: 20px 25px;*/
}
.fuseContentWrap .fuseSectionFoot {
  min-height: 120px;
  width: 100%;
  background-color: #BC8761;
  text-align: center;
  padding: 50px 30px;
}
.fuseContentWrap .fuseSectionFoot p {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.fuseContentWrap .fuseSectionFoot a {
  color: #fff;
}
.fuseContentWrap.fuseContentSimple {
  border-radius: 40px;
  margin: 80px auto;
}
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap {
  background-color: #3E475C;
  min-height: 80px;
  width: 100%;
  padding: 15px 20px;
}
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap h1,
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap h2,
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap h3,
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap h4,
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap h5,
.fuseContentWrap.fuseContentSimple .fuseSectionTitleWrap p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.fuseContentOverlap {
  position: relative;
  margin-top: -70px;
}
.fuseSectionWrap {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.36);
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.36);
  margin-bottom: 60px;
}
.fuseSectionWrap p {
  font-family: 'Roboto', sans-serif;
}
.fuseSectionTitleWrap {
  background-color: #BC8761;
  color: #fff;
  min-height: 80px;
  width: 100%;
  padding: 25px 30px;
}
.fuseSectionTitleWrap h1,
.fuseSectionTitleWrap h2,
.fuseSectionTitleWrap h3,
.fuseSectionTitleWrap h4,
.fuseSectionTitleWrap h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.fuseSectionTitleWrap a {
  /*color: #fff;
		text-decoration: underline;*/
}
.fuseSectionTitleWrap a:hover {
  /*text-decoration: none;*/
}
.fuseProfileTitle h3 {
  font-size: 25px;
}
.fuseProfileTitle h5 {
  font-size: 16px;
  font-weight: 300;
}
.fuseProfileTitle a.btn {
  margin: 0 4px;
}
.fuseProfileTitle a.btn-primary {
  float: right;
  height: 38px;
  /*margin-top: -55px;*/
  /*font-size: 28px;*/
}
.fuseProfileTitle a.btn-primary:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #3E475C !important;
}
/* Inside a hidden area */
.collapse {
  padding: 40px 0;
}
/*================================
------  01. HEADER & Footer  -----
=================================*/
.fuseBaseHead {
  background-color: #3E475C !important;
  min-height: 105px;
}
.fuseBaseHead .fuseSubHead {
  display: none;
}
.fuseBaseHead .fuseNavBar.bg-secondary {
  background-color: transparent !important;
}
.fuseFeatureHead {
  background-color: #F2F6FC !important;
  min-height: 300px;
  position: relative;
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
}
.fuseFeatureHead .fuseNavBar.bg-secondary {
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.fuseFeatureHead .fuseSubHead .fuseTitleBlock {
  height: 300px;
}
.fuseFeatureHead .fuseSubHead .fuseTitleBlock .fuseTitleWrap {
  position: absolute;
  top: 130px;
}
.fuseTitleWrap {
  padding-left: 15px;
  padding-top: 10px;
  border-left: 10px solid #fff;
}
.fuseTitleWrap h1 {
  color: #B6BBBC;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 0px;
}
.fuseTitleWrap h2,
.fuseTitleWrap h3,
.fuseTitleWrap h4,
.fuseTitleWrap h5,
.fuseTitleWrap p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0px;
}
.fuseFooterWrap {
  text-align: center;
  background-color: #3E475C;
  padding: 60px 0;
}
.fuseFooterWrap h1,
.fuseFooterWrap h2,
.fuseFooterWrap h3,
.fuseFooterWrap h4,
.fuseFooterWrap h5 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.fuseFooterWrap p {
  color: #fff;
  margin-bottom: 15px;
}
.fuseFooterWrap a.phone {
  font-family: 'Merriweather', serif;
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.fuseSubFooterWrap {
  border-top: 1px solid #707070;
  background-color: #3E475C;
  text-align: center;
  padding: 5px 0;
}
.fuseSubFooterWrap p {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  font-size: 10px;
  color: #f8f8f8;
}
/*================================
----  01. HEADINGS H1 etc  -------
=================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', serif;
  margin-bottom: 20px;
}
h2 {
  color: #474747;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  height: auto;
  line-height: 43.2px;
}
/*================================
----  01. NAVIGATION STYLES  -----
=================================*/
/* -- Nav Buttons */
/* Header Buttons */
body header.header nav.fuseNavBar .btn {
  color: #fff !important;
}
body header.header nav.fuseNavBar .btn-success:hover {
  border-color: #BC8761;
}
body header.header nav.fuseNavBar .fuseInnderNavWrap {
  padding-top: 30px;
}
/*================================
--------  01. TABLES  ---------
=================================*/
table.table thead.thead-light tr th {
  background-color: #3E475C !important;
  color: #fff !important;
}
table.table thead.thead-light tr th.fuseCurrency {
  text-align: right;
}
table.table tbody tr td.fuseCurrency {
  text-align: right;
}
/*================================
----------  01. ALERTS  ----------
=================================*/
.alert-modal {
  background-color: 17a 2b 8;
  border-radius: 15px;
  border: 2px solid 17a 2b 8;
  padding: 1rem;
  /*-- Base Alert Status' --*/
  /*-- Modal Body --*/
  /*-- Modal Footer --*/
}
.alert-modal.danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.alert-modal.success {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.alert-modal.warning {
  background-color: #ffd758;
  border-color: #ffd758;
  color: #fff;
}
.alert-modal .modal-body {
  padding: 0px;
}
.alert-modal .modal-body .alert.alert-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.alert-modal .modal-body .alert.alert-success {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.alert-modal .modal-body .alert.alert-warning {
  background-color: #ffd758;
  border-color: #ffd758;
  color: #fff;
}
.alert-modal .modal-footer {
  border-top: 0px;
  padding: 0px;
}
.alert-modal .modal-footer button.btn {
  margin: 0 auto;
  border: #fff solid 2px;
}
.alert-modal .modal-footer button.danger {
  background-color: #dc3545 !important;
}
.alert-modal .modal-footer button.success {
  background-color: #155724 !important;
}
.alert-modal .modal-footer button.wwarning {
  background-color: #ffd758 !important;
}
/*================================
------  01. PAGE SPECIFIC  -------
=================================*/
.fuseTypeLogin .fuseSubHead {
  display: none;
}
.fuseTypeLogin .fuseContentWrap {
  max-width: 920px;
}
.fuseTypeDashboard div.alert {
  font-size: 1.5rem;
  /*        position: absolute;
    	z-index: 0;
    	top: 274px;
    	text-align: center;
    	width: 100%;
    	height: 128px;*/
}
.fuseTypeDashboard div.alert + div.container {
  margin-top: 120px;
}
/* -- page_class -- */
/*Home Page*/
.abfLoginWelcome .fuseSubHead,
.abfPageWelcome .fuseSubHead {
  display: block !important;
}
.abfLoginWelcome article.container,
.abfPageWelcome article.container {
  padding: 40px 0;
}
.abfLoginWelcome .header,
.abfPageWelcome .header {
  background-image: url('../images/p-banner-image.png');
}
/* Login Items */
.abfLoginLogin .fuseContentWrap {
  max-width: 600px;
}
.abfLoginLogin a.linkForgotPassword {
  font-family: 'Roboto', sans-serif;
  color: #BC8761;
  float: right;
  margin-top: -40px;
}
/* Profile & Info Pages */
.abfProfileIndex .header {
  background-image: url('../images/d-banner-image.png');
}
.abfProfilePassword .header {
  background-image: url('../images/d-banner-image.png');
}
.abfDashboardIndex .header {
  background-image: url('../images/d-banner-image.png');
}
.abfDashboardDeposit .header {
  background-image: url('../images/dr-banner-image.png');
}
.abfDashboardPayment .header {
  background-image: url('../images/p-banner-image.png');
}
.abfDashboardTransactions .header {
  background-image: url('../images/t-banner-image.png');
}
.abfDashboardTransfer .header {
  background-image: url('../images/tr-banner-image.png');
}
.abfDashboardWithdrawl .header {
  background-image: url('../images/wr-banner-image.png');
}
/* Toggle for the transaction controls */
.form-group.highlight-target {
  display: none;
}
.form-group.highlight-target.border {
  border: none !important;
  display: block !important;
}
/*
10. FORMS
*/
/* Add required field markers for required fields */
form label.required:after {
  content: " *";
  color: red;
}
/* ==== Media Queries & Imports === */
@media (max-width: 767px) {
  /* XS  - @screen-xs-max */
  /******************************************************************
Override Styling for ABF Banking Portal
Author: Fusebox Creative
URL: http://www.fuseboxcreative.ca

Stylesheet: Content Styles
Target: sm - Mobile Devices
******************************************************************/
  /* ------------ MAP ------------

02. GENERAL STYLES
03. BUTTONS AND CONSTANTS
04. LAYOUT & GRID STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. TABLES
09. PAGE SPECIFIC

******************************************************************/
  /* ############### Shared Styles for Desktop & Mobile ########################## */
  /*================================
------  02. GENERAL STYLES  ------
=================================*/
  /*================================
---  03. BUTTONS AND CONSTANTS  --
=================================*/
  .fuseProfileTitle h3 {
    font-size: 26px;
  }
  .fuseProfileTitle a {
    display: block;
    margin: 20px 0 -20px 0;
    float: none;
    width: 100%;
  }
  /*================================
--------  01. Layout & Grid  ---------
=================================*/
  /*================================
--------  01. Headings  ---------
=================================*/
  .fuseTitleWrap h1 {
    font-size: 20px;
  }
  .fuseFeatureHead .fuseSubHead .fuseTitleBlock .fuseTitleWrap {
    top: 190px;
  }
  .fuseTypeDashboard .fuseSectionWrap .fuseProfileTitle {
    min-height: 160px;
  }
  .fuseTypeDashboard .fuseSectionWrap a.btn-primary {
    margin-top: 15px;
  }
  /*================================
--------  01. NAVIGATION ---------
=================================*/
  nav.fuseNavBar .fuseInnderNavWrap {
    text-align: center !important;
    padding: 30px 5px;
  }
  nav.fuseNavBar .mainLogoWrap {
    text-align: center;
  }
  .verso-nav-mobile {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .verso-nav-mobile a {
    color: #BC8761;
    display: block;
    position: relative;
    height: 110px;
    width: 48px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translate3d(0, 0, 0);
  }
  .verso-nav-mobile a:hover {
    color: #c63;
  }
  .verso-nav-mobile span,
  .verso-nav-mobile span:before,
  .verso-nav-mobile span:after {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .verso-nav-mobile span {
    user-select: none;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /*================================
--------  01. TABLES  ---------
=================================*/
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  .fuseInnerSectionWrap table.table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .fuseInnerSectionWrap table.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .fuseInnerSectionWrap table.table tbody {
    /*
            Label the data
        You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
            */
    /* td:nth-of-type(1):before { content: "Type"; }
            td:nth-of-type(2):before { content: "Name"; }
            td:nth-of-type(3):before { content: "Principal"; }
            td:nth-of-type(4):before { content: "Interest"; }
            td:nth-of-type(5):before { content: "Interest"; }
            td:nth-of-type(6):before { content: "Last Calculated"; }
            td:nth-of-type(7):before { content: "Details"; }
            td:nth-of-type(8):before { content: "Actions"; }*/
    /*td:nth-of-type(9):before { content: "GPA"; }
            td:nth-of-type(10):before { content: "Arbitrary Data"; }*/
  }
  .fuseInnerSectionWrap table.table tbody tr {
    margin: 0 0 1rem 0;
  }
  .fuseInnerSectionWrap table.table tbody tr:nth-child(odd) {
    background: #f9f9f9;
  }
  .fuseInnerSectionWrap table.table tbody td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    text-align: right;
  }
  .fuseInnerSectionWrap table.table tbody td.fuseHasButtons {
    text-align: center;
    padding-bottom: 20px;
    padding: 40px 10px 20px 10px !important;
  }
  .fuseInnerSectionWrap table.table tbody td.fuseHasButtons .btn {
    display: block;
    margin-bottom: 10px;
  }
  .fuseInnerSectionWrap table.table tbody td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  /* --- SAVINGS Account TABLES
    Type    Name    Principal   Interest    Balance   Last Calculated   Details   Actions */
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(1):before {
    content: "Type";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(2):before {
    content: "Name";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(3):before {
    content: "Principal";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(4):before {
    content: "Interest";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(5):before {
    content: "Balance";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(6):before {
    content: "Last Calc";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(7):before {
    content: "Details";
  }
  .abfDashboardIndex table.table.fuseSavingTable td:nth-of-type(8):before {
    content: "Actions";
  }
  /* --- NON SAVINGS Account TABLES
    Type    Name    Principal   Interest    Balance Details */
  .abfDashboardIndex table.table td:nth-of-type(1):before {
    content: "Type";
  }
  .abfDashboardIndex table.table td:nth-of-type(2):before {
    content: "Name";
  }
  .abfDashboardIndex table.table td:nth-of-type(3):before {
    content: "Principal";
  }
  .abfDashboardIndex table.table td:nth-of-type(4):before {
    content: "Interest";
  }
  .abfDashboardIndex table.table td:nth-of-type(5):before {
    content: "Balance";
  }
  .abfDashboardIndex table.table td:nth-of-type(6):before {
    content: "Details";
  }
  /* --- Pending Requests TABLES
    Date    State   Message  Status */
  .abfDashboardIndex .fuseRequestWrap table.table td:nth-of-type(1):before {
    content: "Date";
  }
  .abfDashboardIndex .fuseRequestWrap table.table td:nth-of-type(2):before {
    content: "State";
  }
  .abfDashboardIndex .fuseRequestWrap table.table td:nth-of-type(3):before {
    content: "Message";
  }
  .abfDashboardIndex .fuseRequestWrap table.table td:nth-of-type(4):before {
    content: "Status";
  }
  /* --- TRANSACTION TABLES
    Date  Type   Calculated Interest  Transaction Amount   Interest   Principal   Balance */
  .abfDashboardTransactions table.table {
    /*td:nth-of-type(8):before { content: "Actions"; }*/
  }
  .abfDashboardTransactions table.table td:nth-of-type(1):before {
    content: "Date";
  }
  .abfDashboardTransactions table.table td:nth-of-type(2):before {
    content: "Type";
  }
  .abfDashboardTransactions table.table td:nth-of-type(3):before {
    content: "Calc Interest";
  }
  .abfDashboardTransactions table.table td:nth-of-type(4):before {
    content: "Amount";
  }
  .abfDashboardTransactions table.table td:nth-of-type(5):before {
    content: "Interest";
  }
  .abfDashboardTransactions table.table td:nth-of-type(6):before {
    content: "Principal";
  }
  .abfDashboardTransactions table.table td:nth-of-type(7):before {
    content: "Balance";
  }
}
@media (min-width: 768px) {
  /* sm - @screen-sm*/
  /******************************************************************
Override Styling for ABF Banking Portal
Author: Fusebox Creative
URL: http://www.fuseboxcreative.ca

Stylesheet: Content Styles
Target: sm < - Desktop down
******************************************************************/
  /* ------------ MAP ------------

02. GENERAL STYLES
03. BUTTONS AND CONSTANTS
04. LAYOUT & GRID STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. TABLES
09. PAGE SPECIFIC

******************************************************************/
  /* ############### Shared Styles for Desktop & Mobile ########################## */
  /*================================
------  02. GENERAL STYLES  ------
=================================*/
  /*================================
---  03. BUTTONS AND CONSTANTS  --
=================================*/
  /*================================
--------  01. VARIABLES  ---------
=================================*/
  /*================================
--------  01. VARIABLES  ---------
=================================*/
  /*================================
--------  01. NAVIGATION  --------
=================================*/
  .verso-nav-mobile {
    display: none;
  }
  .verso-nav-menu {
    max-height: none;
    overflow: visible;
    display: flex;
    align-items: center;
  }
  ul.verso-nav-list {
    height: 100%;
    display: flex!important;
    flex-wrap: wrap;
  }
  ul.verso-nav-list > li {
    position: relative;
  }
  .verso-nav-list > li > a {
    padding: 0 20px;
    height: 100%;
    line-height: 110px;
    position: relative;
  }
  .verso-nav-list > li.active > a:before,
  .verso-nav-list > li > a:hover:before {
    width: 100%;
    opacity: 1;
  }
  /*================================
--------  01. VARIABLES  ---------
=================================*/
  /*================================
--------  01. VARIABLES  ---------
=================================*/
  /*================================
--------  01. VARIABLES  ---------
=================================*/
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .fuseTableWrapper {
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  .fuseTableWrapper table {
    width: 100%;
  }
  .fuseTableWrapper .pinned {
    width: 30%;
    border-right: 1px solid #ccc;
    float: left;
  }
  .fuseTableWrapper .scrollable {
    /*float: right;
	      width: 69%;*/
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
  }
  .fuseTableWrapper th {
    /*text-transform: uppercase;
	      line-height: 12px;*/
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
  }
  .fuseTableWrapper td {
    /*text-align: center;*/
    vertical-align: middle;
    overflow: hidden;
    /*height: 30px;*/
    white-space: nowrap;
  }
  .fuseTableWrapper .pinned td {
    position: relative;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    overflow: hidden;
  }
  .fuseTableWrapper .pinned td.wrap {
    white-space: normal;
  }
  .fuseTableWrapper td .outer {
    position: relative;
    height: 30px;
  }
  .fuseTableWrapper td .inner {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
  }
  .fuseTableWrapper .pinned td .inner.wrap {
    white-space: normal;
  }
}
@media (min-width: 992px) {
  /* md */
}
@media (min-width: 1200px) {
  /* lg */
}
/* ==== MENU BREAKPOINT OVERRIDE === */
/* === Smart Phones - Portrait and Landscape === */
/* === Tablets, Desktops & Laptops === */
/*@media only screen and (min-device-width: 700px) and (min-width: 481px){*/
/* === iPHONE 5 MEDIA QUERY Want to get fancy for no good reason? Knock yourself out. === */
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}
/* === PRINT-ONLY MEDIA QUERY === */
