///////////////////////////////////
// THEME / UTILITIES / BORDER-COLOR
///////////////////////////////////


// Scarlet
.unl-b-scarlet { @include b-scarlet(!important); }    // All Sides
.unl-bt-scarlet { @include bt-scarlet(!important); }  // Top
.unl-br-scarlet { @include br-scarlet(!important); }  // Right
.unl-bb-scarlet { @include bb-scarlet(!important); }  // Bottom
.unl-bl-scarlet { @include bl-scarlet(!important); }  // Left


// Cream
.unl-b-cream { @include b-cream(!important); }    // All Sides
.unl-bt-cream { @include bt-cream(!important); }  // Top
.unl-br-cream { @include br-cream(!important); }  // Right
.unl-bb-cream { @include bb-cream(!important); }  // Bottom
.unl-bl-cream { @include bl-cream(!important); }  // Left


// Gray
.unl-b-gray { @include b-gray(!important); }    // All Sides
.unl-bt-gray { @include bt-gray(!important); }  // Top
.unl-br-gray { @include br-gray(!important); }  // Right
.unl-bb-gray { @include bb-gray(!important); }  // Bottom
.unl-bl-gray { @include bl-gray(!important); }  // Left


// Lightest Gray
.unl-b-lightest-gray { @include b-lightest-gray(!important); }    // All Sides
.unl-bt-lightest-gray { @include bt-lightest-gray(!important); }  // Top
.unl-br-lightest-gray { @include br-lightest-gray(!important); }  // Right
.unl-bb-lightest-gray { @include bb-lightest-gray(!important); }  // Bottom
.unl-bl-lightest-gray { @include bl-lightest-gray(!important); }  // Left


// Lighter Gray
.unl-b-lighter-gray { @include b-lighter-gray(!important); }    // All Sides
.unl-bt-lighter-gray { @include bt-lighter-gray(!important); }  // Top
.unl-br-lighter-gray { @include br-lighter-gray(!important); }  // Right
.unl-bb-lighter-gray { @include bb-lighter-gray(!important); }  // Bottom
.unl-bl-lighter-gray { @include bl-lighter-gray(!important); }  // Left


// Light Gray
.unl-b-light-gray { @include b-light-gray(!important); }    // All Sides
.unl-bt-light-gray { @include bt-light-gray(!important); }  // Top
.unl-br-light-gray { @include br-light-gray(!important); }  // Right
.unl-bb-light-gray { @include bb-light-gray(!important); }  // Bottom
.unl-bl-light-gray { @include bl-light-gray(!important); }  // Left


// Dark Gray
.unl-b-dark-gray { @include b-dark-gray(!important); }    // All Sides
.unl-bt-dark-gray { @include bt-dark-gray(!important); }  // Top
.unl-br-dark-gray { @include br-dark-gray(!important); }  // Right
.unl-bb-dark-gray { @include bb-dark-gray(!important); }  // Bottom
.unl-bl-dark-gray { @include bl-dark-gray(!important); }  // Left


// Darker Gray
.unl-b-darker-gray { @include b-darker-gray(!important); }    // All Sides
.unl-bt-darker-gray { @include bt-darker-gray(!important); }  // Top
.unl-br-darker-gray { @include br-darker-gray(!important); }  // Right
.unl-bb-darker-gray { @include bb-darker-gray(!important); }  // Bottom
.unl-bl-darker-gray { @include bl-darker-gray(!important); }  // Left


// Darkest Gray
.unl-b-darkest-gray { @include b-darkest-gray(!important); }    // All Sides
.unl-bt-darkest-gray { @include bt-darkest-gray(!important); }  // Top
.unl-br-darkest-gray { @include br-darkest-gray(!important); }  // Right
.unl-bb-darkest-gray { @include bb-darkest-gray(!important); }  // Bottom
.unl-bl-darkest-gray { @include bl-darkest-gray(!important); }  // Left