#AtlWidget_Widget {
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  width: 100%;
  background-color: #1785cf;
  border: 2px solid #1785cf;
  border-radius: .5em;
}

#AtlWidget_Inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #666;
  display: inline-block;
  font-family: 'Segoe UI', Arial, sans-serif;
}

#AtlWidget_Scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}
#AtlWidget_Scroll::-webkit-scrollbar { display: none; }

.AtlWidget_Img {
  height: 180px;
  width: 180px;
  object-fit: cover;
  border: 2px solid white;
  border-radius: .25em;
  background-color: white;
}

#AtlWidget_Header,
#AtlWidget_Footer {
  background-color: #1785cf;
  color: white;
  font-family: 'Segoe UI', Arial, sans-serif;
}

#AtlWidget_Footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#AtlWidget_Footer a:hover {
  text-decoration: underline;
}

#AtlWidget_Footer {
  margin: 0;
  padding: 0;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .5em;
  text-align: right;
}

#AtlWidget_Header {
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
  color: white;
}

.AtlWidget_Column {
  float: left;
  width: 33.33%;
}

.AtlWidget_Row:after {
  content: '';
  display: table;
  clear: both;
}

.AtlWidget_FlexItem,
a.AtlWidget_FlexItem
{
  height: 180px;
  width: 180px;
  border: 2px solid white;
  background-color: white;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: .25em;
  text-decoration: none;
}

a.AtlWidget_FlexItem:hover { opacity: .8; }

.AtlWidget_FlexTitle
{
  padding: .5em;
  background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.8));
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  text-shadow: 1px 1px black;
  white-space: normal;
}

.AtlWidget_FlexTitle span
{
  display: block;
  font-size: .8rem;
}

.AtlWidget_FlexHeader {
  z-index: 4;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px black;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AtlWidget_FlexHeaderRight {
  border-top-right-radius: .25rem;
  background-color: #1785cf;
  display: inline-block;
  margin-left: auto; 
  margin-right: 0;
  padding: 0.3em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  margin-bottom: auto;
  font-size: 0.7rem;
}
.AtlWidget_FlexHeaderLeft {
  border-radius: .25rem;
  padding: 0;
  display: inline-block;
  margin-right: auto; 
  margin-left: 0;
}

#AtlWidget_Scroll_Left_Button,
#AtlWidget_Scroll_Right_Button {
  width: 24px;
  height: 100%;
  cursor: pointer;
  padding: .4em;
}

.AtlWidget_Clear { clear:both; }

.AtlWidget_Footer_Left { text-align: left; }
.AtlWidget_Footer_Right { text-align: right; }

.AtlWidget_Button {
  background-color: #6ed0f7;
  border-radius: .25em;
}

.AtlWidget_Button_Info {
  background-color: #1785cf;
  border-radius: .25em;
  padding: .5em;
  color: white;
}

a.AtlWidget_Button_Info,
a.AtlWidget_Button_Info:visited {
  color: white;
  text-decoration: none;
}
a.AtlWidget_Button_Info:hover { text-decoration: underline; }

.AtlWidget_Button_Info svg {
  width: 24px;
  height: 24px;
}

a.AtlWidget {
  color: white;
  text-decoration: none;
}

.AtlWidget_Top_Text {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

.AtlWidget_Top_Text img {
  height: 1.4em;
  margin-right: .2em;
  vertical-align: bottom;
}

#AtlWidget_Modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

#AtlWidget_ModalContent {
  background-color: white;
  margin: 5% auto;
  padding: 0;
  border: 4px solid #1785cf;
  border-radius: .5em;
  width: 80%;
  max-width: 800px;
  box-shadow: 5px 5px 10px #00000057;
}

#AtlWidget_ModalClose {
  color: white;
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
}

#AtlWidget_ModalClose:hover,
#AtlWidget_ModalClose:focus {
  color: #6ed0f7;
  text-decoration: none;
  cursor: pointer;
}

#AtlWidget_ModalHeader,
#AtlWidget_ModalFooter {
  background-color: #1785cf;
  color: white;
  font-family: 'Segoe UI', Arial, sans-serif;
  padding: .25em;
}

#AtlWidget_ModalFooter a {
  text-decoration: none;
  font-weight: bold;
}

#AtlWidget_ModalBody {
  font-family: 'Segoe UI', Arial, sans-serif;
  padding: 1em;
  font-size: 0.8rem;
}

#AtlWidget_ModalFooter {
  clear: both;
  text-align: center;
  font-size: small;
}

#AtlWidget_ModalContent h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.1rem;
}

#AtlWidget_ModalNav {
  background-color: #7c8992;
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.AtlWidget_ModalNavMiddle { flex: 1 1 auto; }
.AtlWidget_ModalNavSide { flex: 0 0 16px; }

#AtlWidget_ModalDuration {
  color: white;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

#AtlWidget_ModalLocation {
  background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid #ccc;
  color: #666;
  padding: .25em;
  font-family: 'Segoe UI',Arial,sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
}

#AtlWidget_ModalLocation svg,
#AtlWidget_ModalHeader svg {
  display: inline-block;
  vertical-align: middle;
}

#AtlWidget_ModalImage {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-bottom: 2px solid #1785cf;
}

@media (min-width: 600px) {
  .AtlWidget_Top_Text {
    font-size: 1.7em;
    line-height: 1.7em;
  }
  .AtlWidget_Top_Text img { height: 1.7em; }
  .AtlWidget_Img {
    height: 250px;
    width: 250px;
  }
  #AtlWidget_ModalContent h2 { font-size: 1.5rem; }
  #AtlWidget_ModalLocation { font-size: 1rem; }
  #AtlWidget_ModalBody { font-size: 1rem; }
}

.AtlWidget_Hidden { display: none; }

#AtlWidget_Middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

#AtlWidget_ModalNavLeft svg,
#AtlWidget_ModalNavRight svg {
  width: 16px;
  height: 16px;
}
#AtlWidget_ModalNavLeft,
#AtlWidget_ModalNavRight { cursor: pointer; }

#AtlWidget_ModalFooter a { color:white; }

#AtlWidget_Expand {
  cursor: pointer;
  text-align:center;
}
#AtlWidget_Expand svg {
  width: 24px;
  height: 24px;
}

.AtlWidget_Map {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}
