﻿/* ICS Remove default MyAccount ON 8-20-2020 */


/* ICS CSS CHANGES BILLED ON 1-17-2020 */

#iframe_login {
  position: absolute;
  top: 530px
}

.callout {
  position: absolute;
  top:210px;
  right: 0px;
  margin-left: 20px;
  max-width: 250px;
}

/* END OF ICS CSS CHANGES BILLED ON 1-17-2020 */

.callout-header {
  padding: 10px 10px;
  background: #555;
  font-size: 20px;
  color: white;
  background-color: #ffa500;
}

.callout-container {
  padding: 15px;
  background-color: #ccc;
  background-color: #ffa500;
  color: black
}

.avgRatingStars{
  Visibility: hidden
}

/* Container holding the image and the text */
.home-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
z-index: -1;
}

.custom-title {
    margin-top: 0px;
    margin-bottom: .5em;
    line-height: 1.2em !important;
    font-size: 2.5em;
    margin: 0.67em 0;
    font-weight: 700;
    text-align: center;
    font-family: "Segoe UI", Myriad, sans-serif;
}

.overlay-paragraph {
    font-size: 1.5em;
    padding-left: 10px;
    margin-top: 0px !important;
    margin: 25px 50px 15px 50px !important;
    text-align: left !important;
    line-height: 1.6;
    font-family: "Segoe UI", Myriad, sans-serif;
}

/* Bottom right text */
.text-block {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
   background: rgba(0, 0, 0, 0.8);
    color: white;
    width: 50%;
    padding: 25px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 22.9%;
  padding: 10px;
  margin-right: 1%;
  margin-left:1%;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
   width: 100%;
}

.global-footer {
    background: #222222;
}

.footer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.global-footer ul, .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-block-start: 1em;
    margin-block-end: 1em;    
}

#horizontal-style {
    display: table;
    width: 100%
}
#horizontal-style li {
    display: table-cell;
}
#horizontal-style a {
    display: block;
    border: 1px;
    text-align: center;
    margin: 0 5px;
    font-size: 1rem;
    line-height: 1.45;
    font-family: Arial;
    color: #333;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
body {
     background-color: #FFFFFF;
}
/*Alert box CSS*/
.alert {
  padding: 10px;
  background-color: #ffa500;
  color: black;
  font-family: "Segoe UI", Myriad, sans-serif;
}


.modalVideo {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 640px;
  max-height: 360px;
  padding: 0;
}

.modalVideo video {
  vertical-align: top;
  width: 100%;
  height: 100%;
}