@charset "utf-8";
/* Font Face
============================================================================ */
@font-face {
    font-family: 'HelveNeuLigCon';
    src: local('HelveNeuLigCon'),
    url('/fonts/HelveticaNeue/helvetica-neue1.ttf') format('truetype');
}

.specialtext {
    font-family: 'HelveNeuLigCon'
}

/* ============================================================================
END Font Face */

/* Element Styles
============================================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/** General Style Info **/
body {
    background: #6b7387;
    color: #fff;
    font-family: 'HelveNeuLigCon', 'lucida grande', verdana, helvetica, arial, sans-serif;
    font-size: 90%;
    margin: 0;
}

a {
    color: #003d4c;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #367889;
    text-decoration: none;
}

a img {
    border: none;
}

table {
    border-right: 0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}

th {
    border: 0;
    border-bottom: 2px solid #555;
    text-align: left;
    padding: 4px;
    background-color: #bbc3d8;
    border-right: 1px solid;
}

th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

th a.asc:after {
    content: ' ⇣';
}

th a.desc:after {
    content: ' ⇡';
}

table tr td {
    padding: 6px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

table tr:nth-child(even) {
    background: #f2f4f7; /*#efefef;*/
}

td.actions {
    text-align: right;
    white-space: nowrap;
}

table td.actions a {
    margin: 0 6px;
    padding: 3px 9px;
}

/* ============================================================================
END Element Styles */

/* Simple Grid System
============================================================================ */
.row {
    overflow: hidden;
}

.col-half,
.col-two_thirds,
.col-third {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.col-two_thirds:first-child,
.col-half:first-child,
.col-third:first-child {
    padding-left: 0;
}

.col-two_thirds:last-child,
.col-half:last-child,
.col-third:last-child {
    padding-right: 0;
}

.col-third {
    width: 33%;
}

.col-two_thirds {
    width: 66%;
}

.col-half {
    width: 50%;
}

/* ============================================================================
END Simple Grid System */

/* Form Styles
============================================================================ */
.image-outline {
    width: 80px;
    height: 80px;
    border: 1px #000 dashed;
    padding: 0;
    margin-bottom: 5px;
}

.input {
    margin-bottom: 10px;
}

input[type=text],
input[type=password],
input[type=checkbox],
select {
}

textarea,
input[type=text],
input[type=number],
input[type=password],
select {
    width: 100%;
}

textarea {
    margin-bottom: 0;
}

label {
    display: block;
}

div.checkbox label {
    display: inline;
}

.radio {
    margin-top: 10px;
}

.radio fieldset {
    padding: 5px;
}

.radio fieldset input,
.radio fieldset label {
    display: inline-block;
}

.radio fieldset label {
    margin-left: 5px;
    margin-right: 10px;
}

/* ============================================================================
END Form Styles */

/* Layout
============================================================================ */
#container {
    text-align: left;
}

#header {
    /*padding: 10px 20px;*/
    background-color: #6b7387;
}

#content {
    background: #fcfcfd; /*e2e2e2;*/
    clear: both;
    color: #333;
    padding: 10px 20px 40px 20px;
    /*overflow: auto;*/
}

#contentLanding {
    clear: both;
    color: #333;
    padding: 10px 20px 40px 20px;
    text-align: center;
}

#footer {
    clear: both;
    padding: 6px 10px;
    text-align: right;
}

/* ============================================================================
END Layout */

/* Debugging
============================================================================ */
.cake-sql-log {
    background: #fff;
}

.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: 'HelveNeuLigCon', Monaco, Consolas, "Courier New", monospaced;
}

.cake-sql-log caption {
    color: #fff;
}

pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cake-debug-output {
    padding: 0;
    position: relative;
}

.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}

.cake-debug,
.cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}

.cake-error > a {
    text-shadow: none;
}

.cake-error {
    white-space: normal;
}

.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

.cake-code-dump pre {
    position: relative;
    overflow: auto;
}

.cake-context {
    margin-bottom: 10px;
}

.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}

.cake-stack-trace li {
    padding: 10px 5px 0;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}

/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}

.code-coverage-results div.code-line {
    padding-left: 5px;
    display: block;
    margin-left: 10px;
}

.code-coverage-results div.uncovered span.content {
    background: #ecc;
}

.code-coverage-results div.covered span.content {
    background: #cec;
}

.code-coverage-results div.ignored span.content {
    color: #aaa;
}

.code-coverage-results span.line-num {
    color: #666;
    display: block;
    float: left;
    width: 20px;
    text-align: right;
    margin-right: 5px;
}

.code-coverage-results span.line-num strong {
    color: #666;
}

.code-coverage-results div.start {
    border: 1px solid #aaa;
    border-width: 1px 1px 0 1px;
    margin-top: 30px;
    padding-top: 5px;
}

.code-coverage-results div.end {
    border: 1px solid #aaa;
    border-width: 0 1px 1px 1px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.code-coverage-results div.realstart {
    margin-top: 0;
}

.code-coverage-results p.note {
    color: #bbb;
    padding: 5px;
    margin: 5px 0 10px;
    font-size: 10px;
}

.code-coverage-results span.result-bad {
    color: #a00;
}

.code-coverage-results span.result-ok {
    color: #fa0;
}

.code-coverage-results span.result-good {
    color: #0a0;
}

/* ============================================================================
END Debugging */

/* Paging
============================================================================ */
.paging {
    background: #ffffff /*#e2e2e2*/;
    color: #ccc;
    margin-top: 1em;
    clear: both;
}

.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block
}

.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}

.paging > span:hover {
    background: #efefef;
}

.paging .prev {
    border-left: 1px solid #ccc;
}

.paging .next {
}

.paging .disabled {
    color: #ccc;
}

.paging .disabled:hover {
    background: transparent;
}

.paging .current {
    background: #efefef;
    color: #c73e14;
}

/* ============================================================================
END Paging */

/** Elements **/
#url-rewriting-warning {
    display: none;
}

.topMenu {
    color: #000000;
    font-weight: bold;
}

.topMenu a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

.topMenu a:hover {
    color: white;
}

.pathBar {
    float: left;
    margin-left: 10px;
    color: white;
}

.logout {
    float: right;
    width: 300px;
    text-align: right;
    margin-right: 22px;
    color: #ffffff;
}

.menuDivisor {
    color: white;
    float: left;
}

.clientImage {
    max-width: 80px;
    max-height: 80px;
}

.clientImage40 {
    max-width: 80px;
    max-height: 40px;
}

.clientImage50 {
    max-width: 80px;
    max-height: 50px;
}

.clientImage60 {
    max-width: 60px;
    max-height: 60px;
}

.listImage {
    max-width: 50px;
    max-height: 50px;
}

.galleryItemBox {
    max-width: 100px;
    max-height: 60px;
}

.locMapThumb {
    max-height: 50px;
}

.imageStyle {
    height: 200px;
}

/* Buttons
============================================================================ */

.cancelSubmit {
    background: center top, linear-gradient(#FEFEFE, #DCDCDC) repeat scroll 0 0 #DCDCDC;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 9px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    margin-left: 20px;
}

.resetButt {
    background: center top, linear-gradient(#FEFEFE, #DCDCDC) repeat scroll 0 0 #DCDCDC;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 2px 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;

}

.smallLinkButton {
    background: repeat scroll 0 0 #DCDCDC;
    border: 1px solid #BBBBBB;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 3px 9px;
    text-decoration: none;
    background-color: #D6E1EE;
    margin-right: 5px;
    margin-top: 3px;
}

.smallLinkButton:hover {
    color: #333333;
    background-color: #e5ecf3;
}

.small2LinkButton {
    background: repeat scroll 0 0 #DCDCDC;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 2px 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 10px;
}

#mepushP,
#mepush4,
#mepush3,
#mepush2,
#mepush {
    background-color: #6e7589;
    border: 1px solid #2d6324;
    cursor: pointer;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

#mepushP:hover,
#mepush4:hover,
#mepush3:hover,
#mepush2:hover,
#mepush:hover {
    background-color: #8a90a0;
}

input[type=submit],
.actions ul li a,
.actions a {
    font-weight: normal;
    padding: 4px 8px;
    background: #d6e1ee;
    color: #333;
    border: 1px solid #bbb;
    text-decoration: none;
    /**text-shadow: #fff 0px 1px 0px;*/
    min-width: 0;
    user-select: none;
}

.actions ul li a:hover,
.actions a:hover {

    background: #e5ecf3;
    border-color: #acacac;
    text-decoration: none;
}

input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
    background: #d6e1ee;
    border-color: #aaa;
    text-decoration: none;
}

/* ============================================================================
END Buttons */

.layoutImage {
    max-width: 200px;
    max-height: 200px;
}

.clientImage1 {
    max-width: 80px;
    max-height: 80px;
}

.clientImage11 {
    max-width: 80px;
    max-height: 80px;
}

.clientImage1P {
    max-width: 80px;
    max-height: 80px;
}

.clientImage22 {
    max-width: 80px;
    max-height: 80px;
}

.clientImage2 {
    max-width: 50px;
    max-height: 50px;
}

.clientImage2P {
    max-width: 50px;
    max-height: 50px;
}

.clientImage3601 {
    width: 70px;
    height: 70px;
}

.clientImage3602 {
    width: 70px;
    height: 70px;
}

.clientImage3603 {
    width: 70px;
    height: 70px;
}

.clientImage3604 {
    width: 70px;
    height: 70px;
}

.clientImage3605 {
    width: 70px;
    height: 70px;
}

.clientImage3606 {
    width: 70px;
    height: 70px;
}

.clientImage360Thumbnail {
    width: 70px;
    height: 70px;
}

.image360 {
    float: left;
    height: 90px;
    width: 70px;
    margin-left: 5px;
    border: 1px #2d6324 dashed;
    color: #ffffff;
    padding: 0;
}

.contactbox {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
}

.addNewGallery {
    background: center top, linear-gradient(#FEFEFE, #DCDCDC) repeat scroll 0 0 #DCDCDC;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.addNewGallery:hover {
    background: none repeat scroll 0 0 #EDEDED;
    border-color: #ACACAC;
    text-decoration: none;
}

ul.checkboxMultiple {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.checkboxMultiple li {
    display: block;
    float: left;
    width: 220px;
    margin: 0 8px 0 0;
}

.minHeight50 tbody tr td {
    height: 50px
}

.marker {
    width: 20px;
    height: 25px;
    position: absolute;
}

.menuSep {
    width: 2px;
    background: url('/img/menuBackSep.jpg') repeat-x top;
    height: 46px;
    float: left;
}

.menuItem {
    background: url('/img/menuBack.jpg') repeat-x top;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    height: 31px;
    padding-right: 20px;
}

.menuItem:hover {
    background: url('/img/menuBackSel.jpg') repeat-x top;
    height: 31px;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.menuSelItem {
    background: url('/img/menuBackSel.jpg') repeat-x top;
    height: 31px;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#menuTop {
    background: url('/img/menuBack.jpg') repeat-x top;
    height: 46px;
    color: white;
}

.boxitem {
    margin-bottom: 15px;
}

.fondocabezal {
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    height: 40px;
    background-color: #bbc3d8; /*border-top-left-radius: 4px; border-top-right-radius: 4px;*/
}

.boxdarkcenter {
    border-right: 1px solid;
    border-left: 1px solid;
    background-color: #2c4973;
}

.bottombox {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    background-color: #2c4973;
    font-size: 1px;
    height: 3px; /*border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;*/
}

.cabezalcat {
    margin-left: 20px;
    padding-top: 12px;
    width: 194px;
    color: #2c4973;
    font-weight: bold;
}

.vsep17 {
    font-size: 1px;
    height: 17px;
}

.searchitem {
    margin-left: 23px;
    text-align: left;
    width: 185px;
    padding-bottom: 15px;
}

.bottomcenter {
    width: 220px;
}

.searchBoxButtonReset {
    background-color: #8c9bb9;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    color: #2a4a73;
    width: 68px;
    height: 22px;
    padding: 0;
    padding-top: 2px;
    font-weight: bold;
}

.searchBoxButtonSearch {
    background-color: #8c9bb9;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    color: #2a4a73;
    width: 68px;
    height: 22px;
    padding: 2px 0 0;
    font-weight: bold;
}

.actionsLink,
.actionsLink2,
.actionsLink3,
.actionsLink4 {
    background-color: #b0bbd2;
    cursor: pointer;
    text-align: center;
    min-height: 21px;
    margin-bottom: 10px;
}

.actionsLink a,
.actionsLink2 a,
.actionsLink3 a,
.actionsLink4 a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}

.actionsLink:hover,
.actionsLink2:hover,
.actionsLink3:hover,
.actionsLink4:hover {
    background-color: #c2cbdd;
}

.actionss {
    padding-top: 10px;
}

.contactRow {
    color: #c1c1c1;
    font-weight: bold;
    font-size: 12px;
}

.contactRow span {
    color: #757575;
}

.contactBoxContainer {
    padding-bottom: 10px;
}

.contactBoxContainer + .contactBoxContainer {
    border-top: 1px dashed #c1c1c1;
}

.resetBtn {
    width: 70px;
    height: 25px;
    background: url('/img/reset.gif') top left no-repeat;
}

.resetBtn:hover {
    width: 70px;
    height: 25px;
    background: url('/img/resetHover.gif') top left no-repeat;
}

.buildingRow {
    margin-bottom: 3px;
}

.buildingRow span {
    font-weight: bold;
}

.menuItemw {
    float: left;
    height: 31px
}

.menuItemw a {
    color: white;
    text-decoration: none;
    font-weight: normal;
    background: url("/img/menuBack.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.menuItemw a:hover {
    background: url('/img/menuBackSel.jpg') repeat-x top;
}

/* Notices and Errors
============================================================================ */
.message {
    clear: both;
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
    background: #ffcc00;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
    background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
    background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
    background-image: linear-gradient(top, #ffcc00, #E6B800);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 18px;
    padding: 7px 14px;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.success,
.message,
.cake-error,
p.error,
.error-message {
    clear: both;
    color: #fff;
    background: #c43c35;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(top, #ee5f5b, #c43c35);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.success {
    clear: both;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #3B8230;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
    background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
    background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
    background-image: linear-gradient(top, #76BF6B, #3B8230);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

p.error {
    font-family: 'HelveNeuLigCon', Monaco, Consolas, Courier, monospace;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

p.error em {
    font-weight: normal;
    line-height: 140%;
}

.notice {
    color: #000;
    display: block;
    font-size: 120%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    color: #fff;
}

/* ============================================================================
END Notices and Errors */

/* Utility
============================================================================ */
.clear:before,
.clear:after {
    content: '';
    display: table;
    clear: both;
}

.d-flex {
    display: flex;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-space-around {
    justify-content: space-around;
}

.align-items-flex-start {
    align-items: flex-start;
}

/* ============================================================================
END Utility */
