

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");

html, body, .container-fluid {
    padding:0px !important;
    margin: 0px !important;
}

html, body, div, p, td, th, input, textarea, li {
    font-size: 14px;
}

td, th {
   padding: 2px;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Roboto', sans-serif !important;*/
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif !important;
}

.section {
    padding: 0px;
    margin: 0px;
}

.header {
    background-color: #BCAB9B;
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 0.8em;
}

.row {
    padding: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}

#content {
    background-color: #FFFFFF;
    padding: 5px !important;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

#public-body #content {
    background-color: #FFFFFF;
    width: 100%;
    padding: 0px !important;
}

#public-body .big-field {
    padding: 1em;
    font-size: 1.8em !important;
    margin-top: 5px;
}

#public-body input[type=submit].big-field {
    padding: 0.25em;
    font-size: 1.8em !important;
    width: 100%;
}

.content-row {
    padding: 5px !important;
    width: 100%;
    margin: 10px auto 0 auto;
    max-width: 1280px;
}

.page-home #content, .page-home #main-body {
    background-color: #f2f2f2;
}

a {
    color: #BCAB9B;
}

a:hover, a:active {
    color: #BCAB9B;
}

a:hover {
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 8px;
    margin-bottom: 8px;
}

img {
    max-width: 100%;
}

#body_logo {
    max-height: 35px;
}

@media screen and (min-width: 981px) {
    #body_logo { 
        display: none;
    }
}
/* SITE LAYOUT */
.wrapper {
    display: flex;
    align-items: stretch;
    max-width: 100%;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    min-height: 100vh;
    background-color: #000000 !important;
}

#sidebar.collapsed {
    margin-left: -200px;
}

#top_bar {
    background-color: #000000;
    padding: 8px !important;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.contract_links a.statusButton {
    font-size: 1.2em !important;
    padding: 3px 5px;
}

.contract_links button {
    padding-right: 1.5em;
    font-size: 1.2em;
    
}

.contract_links .dropdown-menu {
    right: 0;
    width: 200px;
    
}

.contract_links .dropdown-item {
    padding: 3px 5px;
    
}

.contract_links .dropdown-item a {
    font-size: 1.2em !important;
}

.contract_links .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    font-size: 1.5em !important;
}

#sidebar a {
    color: #FFFFFF;
}

#sidebar hr {
    border-top: solid 1px rgba(255,255,255,0.3);
    margin: 0 0 0 30px;
    padding: 0px;
    width: calc(100% - 35px);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid rgba(100,100,100,0.7);
}

#sidebar ul p, #sidebar ul h1, #sidebar ul h2, #sidebar ul h3, #sidebar ul h4, #sidebar ul h5, #sidebar ul h6  {
    color: #FFFFFF;
    padding: 5px 5px 5px 30px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #FFFFFF;
    background-color: rgba(33,33,33,0.3);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #FFFFFF;
    background-color: rgba(33,33,33,0.3);
}
#sidebar ul ul a {
    font-size: 0.9em !important;
    padding: 5px 5px 5px 30px !important;
}

#sidebar ul ul {
    background-color: rgba(33,33,33,0.3);
}

#main-body {
    width: calc(100vw - 200px);
}

#public-header li a {
    font-size: 1.3em;
    padding: 0.3em 0.9em;
    color: #FFFFFF}

#public-header .dropdown-menu {
    background-color: #000000;
}

#public-header .dropdown-item:hover {
    background-color: #000000;
}

#public-header .dropdown-toggle::after {
   right: 0px !important;
}

@media (max-width: 980px) {
    #sidebar {
        display: none;
    }
    #main-body {
        width: 100vw;
    }
}
.sidebar-header {
    padding: 8px;
}
/* END SITE LAYOUT */

#top_bar .dropdown-toggle::after {
    display: none;
}

.fa-lock, .toggle-on {
    color: #BCAB9B;
}

.fa-lock-open, .toggle-off {
    color: #f2f2f2;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 2px;
    padding-right: 2px;
}

.alert {
    padding: 5px;
    margin-bottom: 10px;
}

.primary-glow {
    box-shadow: 0 0 15px #BCAB9B;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.1em;
}

.btn-primary {
    background-color: #BCAB9B;
    border-color: #BCAB9B;
    /*color: #FFFFFF;*/
}

.btn-primary:disabled {
    background-color: #ddd;;
    border-color: #ddd;
    color: #aaa;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    background-color: rgba(188,171,155,0.9) !important;
    color: #FFFFFF !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: rgba(188,171,155,0.9) !important;
    color: #FFFFFF !important;
}

.btn-primary:hover {
    border-color: #BCAB9B !important;
}

#main-header, #public-header {
    padding: 10px !important;
    background-color: #000000;
}

#public-header {
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}

#main-body, #public-body { 
    min-height: 100vh;
}

#main-body #content, #public-body #content {
    padding: 8px;
}

#logo {
    max-height: 100px;
    max-width: 100%;
}

.page-item.active .page-link {
    background-color: #BCAB9B;
    border-color: #BCAB9B;
    color: #FFFFFF;
}

.hp_module {
    height: 280px;
    padding: 0px;
    margin-bottom: 20px;
}

.hp_module_small {
    padding: 0px;
    margin-bottom: 20px;
}

.hp_top_module {
    font-size: 1.4em; 
    padding: 20px 10px; 
    margin: 0 15px; 
    text-align: center;
    background-color: #E2E2E2 !important;
    color: #181818;
}

.hp_module table {
    width: 100%;
}

@media screen and (min-width: 600px) {
    .hp_top_module {
        min-height: 120px;
    }
}

.dashboard_module_container {
    height: 100%;
    /*overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    */
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background-color: #FFFFFF;
}

.dashboard_module_content {
    padding: 8px;
    height: 80%;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    color: #181818 !important;
    font-weight: normal;
}

.dashboard_module_content a, .dashboard_module_content .btn-as-link {
    color: #181818 !important;
    font-weight: normal;
}

.dashboard_module_content thead td {
    font-weight: bold;
}

.dashboard_module_content::-webkit-scrollbar {
    width: 5px;
    background-color: #E2E2E2;
}

.dashboard_module_content::-webkit-scrollbar-thumb {
    background-color: #343A40;
}

.dashboard_module_header {
    background-color: #FFFFFF;
    color: #181818;
    padding: 15px;
    margin: 0px;
    font-size: 1.1em;
    height: 15%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-weight: bold;
}

.dashboard_module_header a {
    color: #181818;
    text-decoration: none;
    font-weight: bold;
}

.dashboard_module_container {
    /* border: solid 1px #343A40; */
    width: 96%;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
    /* border-radius: 15px; */
}

.form-group-sm .form-control {
    padding: 2px;
    line-height: 1.1;
    font-size: 0.9em;
}

.action-forms form {
    display: inline-block;
}

.action-forms button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 1px 5px !important;
}

.action-forms .dropdown-menu span.fas {
    font-size: 1.5em;
    padding: 5px;
}

button.edit span, button.edit i {
    color: #BCAB9B;
}

button.delete span, button.delete i {
    color: #db0e00;
}

#footer {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

.bg-light {
    background-color: #E2E2E2 !important;
}

.table td, .table th {
    padding: 1px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E2E2E2 !important;
}

.table-striped tr tr {
   background: none !important;
}

.table-striped tr tr td {
   border-top: none !important;
}

#ad_table {
    background-color: #ffffff;
}

#ad_table button {
    background: none;
    border: none;
}
@media screen and (max-width: 980px) {
#ad_table button span {
    font-size: 1.5em;
    margin-bottom: 15px;
}
}

/* TABS */
.tabs-container .nav-tabs {
    border-bottom: solid 1px #000000;
}
.tabs-container .nav-tabs .nav-link:focus, .tabs-container .nav-tabs .nav-link:hover {
    border-color: #000000;
}
.tabs-container .nav-link {
    background-color: #E2E2E2;
    color: #181818;
    border: solid 1px #FFFFFF;
    border-bottom: solid 1px #000000;
    margin: 1px;
}
.tabs-container .nav-link.active {
    background-color: #BCAB9B;
    color: #FFFFFF;
}

.tab-content {
    padding: 10px;
    background-color: #fdfdfd;
}
/* TABS END */

/* DATATABLES */
.table {
    width: 100%;
}

table.dataTable thead>tr>th {
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

table.dataTable>tbody>tr>td, table.dataTable>tbody>tr>th, table.dataTable>tfoot>tr>td, table.dataTable>tfoot>tr>th, table.dataTable>thead>tr>td, table.dataTable>thead>tr>th {
    padding: 2px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.1em !important;
}

.dt-buttons .dropdown-item.active, .dt-buttons .dropdown-item:active, .dt-buttons button {
    background-color: #000000;
}

@media screen and (max-width: 980px) {
    .optional {
        display: none;
    }
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    color: #BCAB9B;
    opacity: 1 !important;
}

table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before {
    color: #FFFFFF;
    opacity: 1 !important;
}

/* DATATABLES END */


.file_uploader {
    padding: 20px;
    text-align: center;
}

.strip_button {
    -webkit-appearance: none;
    background: none;
    border: none;
}

.toggle-to-yes {
    color: #BCAB9B;
}

.toggle-to-yes:hover {
    color: #E2E2E2;
}

.toggle-to-no {
    color: #E2E2E2;
}

.toggle-to-no:hover {
    color: #BCAB9B;
}


/* Tooltips */

.labeltooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    border-radius: 6px;
    padding: 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.labeltooltip:hover .tooltiptext {
    visibility: visible;
}
/* END Tooltips */


/* CALENDAR STYLE */
#calendar {
    width: 100%;    
}

#calendar a {
    color: #BCAB9B;
    text-decoration: none;
}

#calendar-wrap .month_header, .month_header {
    text-align: center;
    margin: 0px;
    padding: 3px 12px;
    background-color: #000000;
    color: #FFFFFF;
}

.month_header a {
    text-decoration: none;
    color: #FFFFFF;
}

.month_header i {
    font-size: 0.8em;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

#calendar li {
    display: block;
    float: left;
    width:14.285%;
    padding: 5px;
    box-sizing:border-box;
    border: 1px solid #E2E2E2;
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: #E2E2E2;
}

#calendar ul.weekdays {
    height: 40px;
    background-color: #000000;
}

#calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: #FFFFFF;
    font-size: 13px;
    background-color: #000000;
}

#calendar .days li.day {
    height: 180px;
    background-color: #FFFFFF;
    overflow: auto;
}

#calendar .days li.day::-webkit-scrollbar {
    width: 5px;
    background-color: #E2E2E2;
}

#calendar .days li.day::-webkit-scrollbar-thumb {
    background-color: #E2E2E2;
}

#calendar .days li.day:hover {
    background-color: #E2E2E2;
}

#calendar .days li.blank {
    background-color: #E2E2E2;
}

#calendar .date {
    text-align: center;
    margin-bottom: 5px;
    padding: 4px;
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px;
    width: 26px;
    border-radius: 50%;
    float: right;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 0.9em;
    border-radius: 0px;
    padding: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0.9em;
    background-color: #E2E2E2;
    border: 1px solid #E2E2E2;
    color: #181818;
    text-decoration: none;
}

#calendar .event-desc {
    color: #181818;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background-color: #E2E2E2;
    color: #181818;
}

/* ============================
                Mobile Responsiveness
   ============================*/


@media(max-width: 980px) {

    #calendar .weekdays, #calendar .other-month {
        display: none;
    }

    #calendar li {
        height: auto !important;
        border: 1px solid #E2E2E2;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
    }

    #calendar .date {
        float: none;
    }
    
    #calendar .days li.blank, #calendar .days li.no_events {
        display: none;
    }
}

a.past_due .event-desc {
    color: #FF0000 !important;
    font-weight: bold;
}

a.completed .event-desc {
    color: green !important;
    font-weight: bold;
}

.ui-draggable .ui-dialog-titlebar {
    background-color: #BCAB9B;
}

.availability_calendar .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.availability_calendar .row .face {
    width: 15%;
    float: left;
}

.availability_calendar .row .ads_container {
    width: 85%;
    float: left;
}

.availability_calendar .row:nth-child(even) {
    background-color: #E2E2E2;
}

.color-key {
    width: 90px;
    padding: 4px;
    float: right;
    margin: 5px;
}

.btn-as-link {
    border: none;
    padding: 0px;
    color: #181818;
    background: none;
    cursor: pointer;
}

.dropdown-btn-as-link {
    border: none;
    background: none;
    cursor: pointer;
}
button.dt-button, button.buttons-columnVisibility.active {
    background-color: #BCAB9B !important;
    border-color: #BCAB9B !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
}

button.buttons-columnVisibility {
    background-color: #E2E2E2 !important;
    border-color: #E2E2E2 !important;
    color: #181818 !important;
}

#lds-roller-container {
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,0.2);
    width: 100vw;
    height: 100vh;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
}

.lds-roller {
  display: block;
  width: 64px;
  height: 64px;
  margin: 40vh auto auto auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.avail {
   padding: 2px;
   border: solid 1px #000;
}

.green_bg {
   background-color: green;
   color: #fff;
}

.red_bg {
   background-color: red;
   color: #fff;
}

.article {
    box-shadow: 0 0 10px #333;
    background-color: #FFFFFF;
    margin: 15px auto;
}

.article .article_title {
    background-color: #343A40;
    color: #FFFFFF;
    padding: 12px;
    font-size: 1.5em;
}

.article .article_content {
    padding: 12px;
}

.page-latest #content, .page-latest #main-body {
    background-color: #f2f2f2;
}

.thumbnail {
    width: 150px;
    max-height: 150px;
}

.resource_container {
    border: solid 3px #d2d2d2;
    margin: 10px 0;
    padding: 10px;
}

.resource_preview {
    margin: 10px 0;
}

.circle {
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 0px !important;
    margin: 0 auto;
}

.switch-toggle {
  width: 20em;
}

.switch-toggle label:not(.disabled) {
  cursor: pointer;
}

.switch-toggle.switch-candy, .switch-light.switch-candy > span {
    background-color: #f2f2f2;
    text-shadow: none;
    box-shadow: none;
}

.switch-light.switch-candy span span, .switch-light.switch-candy input:checked ~ span span:first-child, .switch-toggle.switch-candy label {
    text-shadow: none;
    color: #d2d2d2;
}

.switch-light.switch-candy input ~ span span:first-child, .switch-light.switch-candy input:checked ~ span span:nth-child(2), .switch-candy input:checked + label {
    color: #FFFFFF;
    text-shadow: none;
}

.switch-candy a {
    background-color: #BCAB9B;
    color: #FFFFFF;
    border: solid 1px #BCAB9B;
}

#ajax_message div {
    position: fixed;
    width: 80vw;
    left: 10vw;
    z-index: 999999999;
}

@media screen and (min-width: 981px) {
.mobile_only {
    display: none;
}
}

.copyLink {
    cursor: pointer;
    color: #000000;
}

.emailLink {
    cursor: pointer;
    color: #000000;
}

.copyLink:hover {
    color: #BCAB9B;
}

.emailLink:hover {
    color: #BCAB9B;
}

#eventForm textarea {
    background-color: #ffffff !important;
}

.ui-dialog {
    max-width: 95vw !important;
}

@keyframes glowing {
    0% {

      box-shadow: 0 0 15px rgba(188,171,155,0.8);
    }
    50% {

      box-shadow: 0 0 1px rgba(188,171,155,0.1);
    }
    100% {

      box-shadow: 0 0 15px rgba(188,171,155,0.8);
    }
}

#auto-calc-flights {
   color: #FFFFFF !important;
   padding: 8px;
}

.gallery_container .gallery_thumbnail {
    height: 15vh;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

#public-body .gallery_container .gallery_thumbnail {
    height: 15vh;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}


@media screen and (max-width: 980px) {
    .gallery_container .gallery_thumbnail {
        height: 40vh;
        position: relative;
        overflow: hidden;
        margin-top: 5px;
    }

    #public-body .gallery_container .gallery_thumbnail {
        height: 40vh;
        position: relative;
        overflow: hidden;
        margin-top: 5px;
    }
}
.gallery_container .gallery_thumbnail img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.gallery_thumbnail .del-image {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.gallery_thumbnail .make-image-primary, .gallery_thumbnail .image-primary {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

.gallery_thumbnail .image-primary {
    color: gold !important;
    cursor: none !important;
}

.like-icon {
   position: absolute;
   right: 5px;
   top: 5px;
   font-size: 1.5em;
   cursor: pointer;
}

.fas.like-icon {
  color: #BCAB9B;
}

.far.like-icon {
  color: #d2d2d2;
}

.listing_container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.listing_container .listing_info {
    padding: 10px;
}

.listing_container .listing_img {
    height: 280px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

.listing_container .listing_img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 120%;
    max-height: 120%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.listing_description p {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
}

.listing_contact_form {
    width: 300px;
    max-width: 90%;
    margin: 30px auto;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
    padding: 1em;
    border: solid 1px #d2d2d2;
}

div.preferred_vendors {
    width: 300px;
    max-width: 90%;
    margin: 30px auto;
    box-shadow: 0px 1px 15px rgba(0,0,0,0.1);
    padding: 1em;
    border: solid 1px #d2d2d2;
}

.listing_contact_form textarea {
    margin-bottom: 20px;
}

.listing_contact_form .btn {
    font-size: 1.6em;
}

.featured_articles .card {
   padding: 2em;
   margin: 1em;
   border: none !important;
   box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
}

.featured_articles .card .description {
    padding: 8px;
}

.featured_articles .card h3 {
    text-align: center;
}

.card_container {
    box-shadow: 5px 5px 15px #d2d2d2;
    padding: 25px;
}

.card_container.new_listing_card {
    background: #f8f8f8;
    border: solid 1px #f2f2f2;
    min-height: 400px;
    box-shadow: none !important;
}

.listing_image img {
   width: 300px;
}

.form-section {
   padding: 1em;
   background: #f8f8f8;
   margin: 2em auto;
   border-radius: 8px;
}

.stripe_form .outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 20px;
    text-align: center;
}

.stripe_form .success,
.stripe_form .error {
    display: none;
    font-size: 13px;
}

.stripe_form .success.visible,
.stripe_form .error.visible {
    display: inline;
}

.stripe_form .error {
    color: #E4584C;
}

.stripe_form .success {
    color: #666EE8;
}

.stripe_form .success .token {
    font-weight: 500;
    font-size: 13px;
}