F/* GLOBAL DESKTOP VIEW */
body {
    margin: 0px;
    font-family: 'Asap', sans-serif;
    background-color: #d8d8d8;
}


a { outline: none; }
a:focus, a:active { outline: none; }  
a img { border: none; }    
a { text-decoration: none; }  
a img, :link img, :visited img {
  border: 0;
}
img {
  outline: none;
}   




/* TEMP AJAX STYLE NOT APPARENTLY EFFECTIVE IN LIMITING DROPDOWN */
.ajax_search_response {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    background-color: #d8d8d8;
    color: #135c5c;
    border: none;
    margin-left: 10px;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.ajax_search_response a {
    text-decoration: none;
    color: #135c5c;
    border: none;
    line-height: 2;
}

.ajax_search_response a:hover {
    text-decoration: none;
    color: #559da0;
    border: none;
    line-height: 2;
}

.alphanumeric_icons_wrapper_super {
width:98%;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
}

.alphanumeric_icons_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-content: space-between;
    justify-content: left;
    /*border-top: 2px solid  #339999;
    border-bottom: 2px solid  #339999;*/
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-top: 10px;
}

.alphanumeric_icon {
    width:48px;
}

.alphanumeric_image {
    width: 50%;
}

.back_to_top_container {
    display: flex;
    justify-content: flex-end;
    
    align-self: flex-end;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    }

.back_to_top_hr_container {
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
    align-self: flex-end;
    width: 100%;
    margin-right: 10px;
    padding: 0px;
    }

.back_to_top_image {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    width: 25%;
    }

.boardcell {
    width: 30%;
    background-color: #EAEAEA;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
}

.boardcell h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
}

.boardcell h5 {
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
}

.boardcell p {
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
}

.boardbold {
    font-family: 'Roboto', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
}

.boardwrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    
    
}

.calendar_ad {
    width: 100%;
    background-color: #EAEAEA;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    margin: 0px 10px 10px 10px;
}

.calendar_ad h1{
    font-family: 'Roboto Slab', serif;
    color: #303030;
    font-size: 2rem;
    font-weight: 900;
    padding: 0px 0px 0px 10px;
}

.calendar_ad h2{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2;
    padding: 0px 0px 0px 10px;
}

.calendar_ad p{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: .9rem;
    font-weight: 200;
    line-height: 1.5;
    padding: 0px 10px 10px 10px;
}

.calendar_ad p b{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0px 10px 10px 10px;
}

.calendar_bar {
    width: 75%;
    background-color: #EAEAEA;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    margin: 0px 10px 10px 10px;
}

.calendar_bar_sml {
    width: 50%;
    background-color: #EAEAEA;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    margin: 0px 10px 10px 10px;
}

.calendar_bar_ad_wrap {
    width:50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.calendar_bar h1{
    font-family: 'Roboto Slab', serif;
    color: #303030;
    font-size: 2rem;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
}

.calendar_bar h2{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2;
    padding: 0px 0px 0px 10px;
}

.calendar_bar p{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: .9rem;
    font-weight: 200;
    line-height: 1.5;
    padding: 0px 10px 10px 10px;
}

.calendar_cell {
    width: 13.5%;
    background-color: #EAEAEA;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
    margin: 0px 0px 0px 0px;
}

.calendar_cell h1{
    font-family: 'Roboto Slab', serif;
    color: #303030;
    font-size: 2rem;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
}

.calendar_cell h2{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 2;
    padding: 0px 0px 0px 10px;
}

.calendar_cell p{
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: .9rem;
    font-weight: 200;
    line-height: 1.5;
    padding: 0px 10px 10px 10px;
}

.calendar_wrap {
    width:50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}

.caption p{
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: .9rem ; 
    font-weight: 300; 
    /*vertical-align: 20px;*/
    float:right;
    line-height: 1.5;
    padding: 0px 10px 0px 10px;
}



.carousel-caption h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.5rem;
}

.carousel-caption p {
    font-family: 'Roboto', sans-serif;
        font-size: .9rem;
        line-height: 1.5;
        text-align: center;
    }

.col {
    background-color: #10707a00;
    width: 22%;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.colhdr {
    background-color: #10707a7e;
    width: 98%;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}

.colhdr p {
    font-family: 'Asap', sans-serif;
    color: white;
    font-size: .825rem;
    font-weight: 400;
    padding: 10px 10px;
    line-height: .8rem;
    text-align: center;
}

.col img {
    width: 100%;
    height: auto;
} 

.col_icon {
    background-color: #10707a00;
    width: 15%;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.col_icon img {
    width: 100%;
    height: auto;
} 

.col_icon p {
    font-family: 'Asap', sans-serif;
    color: #10707a;
    font-size: .9rem;
    font-weight: 400;
    padding: 5px 5px;
    line-height: 1rem;
    text-align: center;
}

.col p {
    font-family: 'Asap', sans-serif;
    color: #10707a;
    font-size: .8rem;
    font-weight: 400;
    padding: 5px 5px;
    line-height: 1rem;
    text-align: center;
}

.colphoto {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%
}

.photo_board {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    float: right;
    border-radius: 7px;
}

.colcont {
    width: 23%;
    margin: 0% 1% 1% 0%;
    ;
}

.colconttext {
    width: 100%;
    margin: 0% 1% 1% 0%;
    ;
}

.colconttext p {
    font-family: 'Asap', sans-serif;
    color: #10707a;
    font-size: .9rem;
    font-weight: 400;
    padding: 5px 5px;
    line-height: 1rem;
    text-align: left;
}

.colconttext h1 {
    font-family: 'Roboto Slab', serif;
    color: #10707a;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 5px;
    line-height: 1.5;
    text-align: left;
}

.colconttext h2 {
    font-family: 'Asap', sans-serif;
    color: #10707a;
    font-size: .9rem;
    font-weight: bold;
    padding: 5px 5px;
    line-height: 1.5;
    text-align: left;
}

.colphoto_captioned {
    width: 100%;
    
}

.colphoto_captioned img{
    width: 100%;

}

.colphoto img {
    width: 100%;
    height: auto;
} 

.coltxt {
    
    width: 98%;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
}

.coltxt p {
    font-family: 'Roboto', sans-serif;
    color: #003333;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 10px;
    line-height: 1.5rem;
    text-align: left;
}

.coltxt a {
    font-family: 'Roboto', sans-serif;
    color: #1b8080;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.coltxt h3 {
    font-family: 'Roboto Slab', serif;
    color: #10707a;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 10px;
    line-height: 1.5rem;
    text-align: center;
}

.col_video {
    background-color: #10707a00;
    width: 31%;
    margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
}

.col_video p {
    font-family: 'Roboto', sans-serif;
    color: #10707a;
    font-size: .9rem;
    font-weight: 400;
    padding: 5px 5px;
    line-height: 1rem;
    text-align: center;
}

.col_video_inline {
    float: right;
    background-color: #10707a00;
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    margin-left: 1%;
}


/*.col p::first-line {
    font-family: 'Asap', sans-serif;
    color: white;
    font-weight: 700;
}*/

.container {
    z-index: 0;
    max-width: 50%;
}

/*.container {
    min-height: 500px;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 180px;
    padding-left: 40px;
    padding-right: 40px;
}*/

/* padding here prevents container being coverd by fixed posotion header_container */

/*.contents {
    }*/

    .contents h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5rem; 
        color: #084952;
        font-weight: 400;
        padding-top: .5rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        line-height: 1.5;
     }

    .contents h3 {
   font-family: 'Roboto', sans-serif;
   font-size: 1.5rem; 
   color: #084952;
   /*padding-top: .5rem;
   padding-right: 1rem;
   padding-bottom: 1rem;
   padding-left: 1rem;*/
   padding: 0rem 0rem 0rem 1rem;
   line-height: 1.5;
}

.contents h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem; 
    font-weight: 400;
    color: #084952;
    padding-left: 1rem;
    line-height: 1.5;
 }

.contents h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 400;
    color: #084952;
    padding-left: 1rem;
    line-height: 1.2;
 }

 .contents h6 {
    font-family: 'Roboto', sans-serif;
    font-size: .9rem; 
    font-weight: 400;
    color: #084952;
    line-height: 1.5;
    padding-left: 1rem;
 }

 .contents_icon {
    display: flex;
    justify-content: left;
    width: 10%;
    padding: 0px 0px 0px 10px;
}

 .contents_icon_large {
    display: flex;
    justify-content: left;
    width: 40%;
    padding: 0px 0px 0px 10px;
}

.contents_icon_section {
    display: flex;
    justify-content: left;
    width: 15%;
}

.contents_image {
    float: right;
    width: 25%;
    padding: 10px 10px 10px 10px;
}

.contents_image_left {
    float: left;
    width: 25%;
    padding: 10px 10px 10px 10px;
}

.contents_image_large {
    float: right;
    width: 30%;
    padding: 0px 0px 0px 10px;
}

.contents_image_medium {
    float: right;
    width: 35%;
    padding: 10px 10px 0px 10px;
}

.contents p {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    color: #03272c;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.5;
    text-align: justify;
 }

.contents p bold {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 600;
    color: #03272c;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.5;
    text-align: justify;
 }

 .contentsbold {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 500;
    color: #084952;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
 }

 .contentsbold02 {
    font-family: 'Roboto', sans-serif;
    font-size: .9rem; 
    font-weight: 500;
    color: #03272c;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
 }

 .contentsitalic {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-style: italic;
 }

 .contents li {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 500;
    color: #12525c;
    text-decoration: none;
    margin-left: 2rem;
    line-height: 2;
 }

 .contents a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem; 
    color: #18669b;
    text-decoration: none;
 }

 .contents_logo {
    display: flex;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.date_sml {
    color: #232323;
    font-size: .8rem ; 
    font-weight: 300; 
    /*vertical-align: 20px;*/
}

.desktop {
    display: block;
}

.dialogstyle {
    width: 30%;
    background-color: #DDDDDD;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: none;
    margin: 10% 30% 30% 30%;
    vertical-align: middle; 
    box-shadow: 10px 10px 5px rgba(153,153,153,0.2);
}

dialog button {
  border: none;
  outline: none;
  background-color: #DDDDDD;
float: right;
}

dialog button:focus {
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
  background-color: #EAEAEA;
float: left;
}

button:focus {
  border: none;
  outline: none;
}
    


/* Search By Category Dropdown MENU */
.dropbtn {
    background-color: #c8d3d3;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0px 10px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 400;
    color: #084952;
    border: none;
    border: 0px solid rgb(0, 255, 21);
    border-radius: 5px;
    width: 100%;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: 10px;
    max-height: 100px;
    overflow-y: scroll;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #12525c;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #99CCCC;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #12525c;
    color: #EAEAEA;
}

.feature {
    width: 100%;
}

.footnote {
    color: #12525c;
    font-family: 'Roboto', sans-serif;
    font-size: .7rem ; 
    font-weight: 300; 
    vertical-align: 20px;
}

.footer_icons {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
    padding: 10px 0px 0px 0px;
}

.footer_icons p{
    background-color: #EAEAEA;
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.footer p {
    background-color: #EAEAEA;
    padding: 10px 10px 10px 10px;
    font-family: 'Roboto', sans-serif;
    font-size: .8rem; 
    font-weight: 400;
    color: #084952;
    text-align: center;
    width: 100%;
}

.footer a {
    text-decoration: none;
}

.global {
    display: none;
}

.header_container {
   /*background-color: rgba(25, 136, 136, 0.945);*/
   background-image: linear-gradient(0deg, rgba(135, 189, 189, 0.918), rgba(25, 136, 136, 0.945));
   /*background-image: url(images/treeline.webp);*/
   position: fixed;
   width: 100%;
   z-index: 10;
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.header_container_relative {
    /*background-color: rgba(25, 136, 136, 0.945);*/
    background-image: linear-gradient(0deg, rgba(135, 189, 189, 0.918), rgba(25, 136, 136, 0.945));
    /*background-image: url(images/treeline.webp);*/
    position: relative;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #d4e0e09c;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 }

hr {
    border: solid 1px #26BEC5;
    width: 100%;
}

input:focus, 
textarea:focus, 
select:focus, 
button:focus {
    outline: none;
}

/*image manifier*/

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
  width: 100%;
}

.img-zoom-container img {
    width: 100%;
    height: auto;
  }

.img-zoom-lens {
  position: absolute;
  border: 1px solid #009999;
  /*set the size of the lens:*/
  width: 120px;
  height: 120px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 400px;
  height: 400px;
}

.inline_image {
    float: right;
    width: 30%;
    margin: 0px 0px 10px 10px;
}

.inline_image_sml {
    float: right;
    width: 20%;
    margin: 0px 0px 10px 10px;
}

.inline_image img{
    width: 100%;
}

.inline_image p {
    font-family: 'Roboto', sans-serif;
    font-size: .9rem; 
    color: #16818f;
    padding-top: 10px;
    line-height: 1.5;
    text-align: justify;
    margin: 0px -10px -10px -10px;
}

/*END image manifier*/

.inline_map_pin {
    width: 30px;
}

input[type=text] {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 400;
    color: #084952;
    border: none;
    border-radius: 5px;  
    padding: 10px 0px 10px 0px;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
    background-color: #c8d3d3;
    width: 100%;
    max-height: 100px;
    text-indent: 10px;
    
  } 

  input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem; 
    font-weight: 400;
    color: #084952;
    text-align: left;
    padding: 0px 0px 0px 10px;
  }

.listinghdr {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

.listinghdr p {
    font-family: 'Roboto', sans-serif;
    color: #10707a;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    line-height: 1.5;
    text-align: center;
   
}

.listinghdr h1 {
    font-family: 'Roboto', sans-serif;
    color: #10707a;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    line-height: 1.5;
    text-align: center;
}

.listinghdr h2 {
    font-family: 'Roboto', sans-serif;
    color: #10707a;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0px 0px 0px 0px;
    line-height: 1.5;
    text-align: center;
}


.listinghdr h3 {
    font-family: 'Roboto', sans-serif;
    background-color: #003333;
    width: 98%;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

.listinghdr h4 {
    font-family: 'Roboto', sans-serif;
    color: #10707a;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0px 0px 0px 0px;
    line-height: 1.5;
    text-align: center;
}

.listing_logo {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.listing_icons {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    padding: 10px 0px 10px 0px;
}

.listing_icons_nine {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 10px 0px 10px 0px;
}

.listing_icons_seven {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    padding: 10px 0px 10px 0px;
}

.listing_icons_six {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 10px 0px 10px 0px;
}

.listing_icons_four {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.listing_icons_three {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

.listing_icons_two {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.listing_icons_one {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

/*listing icons optional styles 425*/

.listing_icons_optional {
    display: none;
}

.listing_icons_optional_nine {
    display: none;
}

.listing_icons_optional_seven {
    display: none;
}

.listing_icons_optional_four {
    display: none;
}

.listing_icons_optional_three {
    display: none;
}

.listing_icons_optional_two {
    display: none;
}

.listing_icons_optional_one {
    display: none;
}

.listing_icons_optional_728 {
    display: none;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 10px 0px;
}

.listing_icons_optional_728_four {
    display: none;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.logo {
    width: 35%;
}

.logo_hdr {
    width: 80%;
}

.logo_hdr_solo {
    width: 80%;
}

.map {
    width: 100%;
    height: auto;
}

.mobile {
    display: none;
}

.mobile_wrapper {
    display: none;
}

.mainwrapper {
    min-height: 500px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 200px;
}

nav {
    margin: auto 0;
}

.navbutton {
    padding: 11px 25px;
    display: inline-block;
    margin-left: 10px;
}

.navbutton a {
    color: #CCCCCB;
    text-decoration: none;
}

.optional {
    display: inline-block;
}

.optional p {
    line-height: 1.5;
    text-align: justify;
    padding: 0px 0px 0px 10px;
}

.option {
    line-height: 1.5;
    text-align: justify;
    padding: 0px 10px 10px 10px;
}

.option p {
    font-family: 'Roboto', sans-serif;
    color: #003333;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 10px;
    line-height: 1.5rem;
    text-align: justify;
}

.option p h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem; 
    font-weight: 600;
    color: #084952;
    text-align: left;
    padding: 0px 0px 0px 10px;
  }

.promo-btn {
    width: 75%;
    display: flex;
    justify-content: left;
    margin-left: 10;
}

.readmore {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
    }

.readmore a {
    color: #FFFFFF;
    text-decoration: none;
    }

.search h3 {
    padding-bottom: 10px;
}  

.search {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    border: 0px solid rgb(49, 226, 43);
}

.searchcontainer {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 0px solid blueviolet;
}

.searchcontainer h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #03272c;
    font-size: 1.5rem;
    font-weight:lighter
}

.searchcontainer h2 {
    font-family: 'Roboto', sans-serif;
    color: #03272c;
    font-size: 1rem;
    font-weight: 400;
}

.searchcontainer h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #03272c;
    font-size: 1rem;
    font-weight:lighter;
}

.searchicon {
    padding: 0px 0px 5px 0px;
    vertical-align: 20px;
    width: 40px;
}

.searchmobile {
    display: none;
}

.section2 {
    min-height: 500px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 20px;
}

.section_logo {
    display: flex;
    justify-content: left;
    width: 25%;
}

.sidebar {
    width: 50%;
}

.sidebar_carousel {
    width: 95%;
    padding: 0px 0px 0px 10px;
}

.sidebar_carousel-caption h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
}

.sidebar_carousel-caption p {
    font-family: 'Roboto', sans-serif;
        font-size: .9rem;
        line-height: 1;
    }

.sidebar_hdr {
    width: 95%;
    margin-bottom: 5px;
    padding: 10px 0px 5px 10px;
    background-color: #339999;
    border-radius: 5px;
}

.sidebar_hdr p {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 1rem;
    font-weight: lighter;
    vertical-align: 1rem;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.sidebar_icons_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    justify-content: space-between;
    justify-content: left;
    /*border-top: 2px solid  #339999;
    border-bottom: 2px solid  #339999;*/
    padding: 0px 0px 0px 0px;
    width: 50%;
    margin-top: 10px;
}

.sidebar_image {
    width: 90%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
    border-radius: 5px 5px 5px 5px;
}

.sidebar_wrap {
    width: 50%;
    display: flex;
    flex-wrap: wrap;

}

.sitemaplist {
    padding: 0px 10px 0px 10px;
}

.sitemaplist p {
    line-height: 2;
    text-align: left;
    font-size: .8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #003333;
}

.sitemaplist a {
    line-height: 2;
    text-align: justify;
    font-size: .9rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #006699;
    text-decoration: none;
}

.spacer{
    width: 0%;
    height: 0%;
}

.spacer img{
    width: 0%;
    height: 0%;
}

.tablet {
    display: none;
} 

.topbar {
    min-height: 100px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Asap', sans-serif;
    font-weight: 400;
    font-size: .9rem;
    color: white;
    border: 0px solid red;
}

.topbar h3 {
    min-height: 100px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: white;
}

.topbar_graphics_wrapper{
    border: 2px solid rgb(255, 0, 179);
    width: 35%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.videocell {
    width: 50%;
}

.wrapmodule {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    
}

.wrapmodulefull {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.wraplogo { 
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    border: 0px solid rgb(145, 255, 0);
}

.wrapmodule_left {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.wrapmodule_right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

/*#whatshappening {
    margin-top: 200px;
}*/

@media (max-width: 2560px) {
    
.laptop {
    display: none;
}    

.mobile {
    display: none;
}

}

@media (max-width: 1440px) {

    .footer_icons {
        width: 15%;
        padding: 10px 0px 10px 0px;
    }    

.listing_icons_optional_728 {
    display: flex;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.mobile {
    display: none;
}

.searchmobile {
    display: none;
}

}

/* 1024 VIEW */

@media (max-width: 1024px) {


    .calendar_cell {
        width: 10%;
    }
    
    .calendar_header {
        height: 50px;
        width: 100%;
       
        padding: 0px 10px 0px 0px;
        border-radius: 4px;
        margin: 10px 10px 10px 10px;
    }
    
    .calendar_header p {
        font-family: 'Roboto', sans-serif;
        color: #10707a;
        font-size: 1rem;
        font-weight: 400;
        padding: 0px 0px 0px 0px;
        line-height: 2.5;
        text-align: center;
       
    }
    
    .calendar_header a {
        font-family: 'Roboto', sans-serif;
        color: #10707a;
        font-size: 1.5rem;
        font-weight: 400;
        padding: 0px 0px 0px 0px;
        line-height: 2;
        text-align: center;
      
    }

    .col {
        width: 23%;
        margin-bottom: 10px;
    }

    .col_icon {
        width: 15%;
        margin-bottom: 10px;
    }
    
    .col_icon p{
        font-size: .8rem; 
    }

    .contents h3 {
        
        font-size: 1.2rem; 
     }
     
     .contents h4 {
         font-size: 1rem; 
      }
    
 .contents_icon {
    display: flex;
    justify-content: left;
    width: 20%;
    padding: 0px 0px 0px 10px;
}

 .contents_icon_large {
    display: flex;
    justify-content: left;
    width: 40%;
    padding: 0px 0px 0px 10px;
}    
    
    .contents_image_large {
        float: right;
        width: 40%;
        padding: 0px 0px 0px 10px;
    }
    
.desktop {
    display: none;
} 
    
.dialogstyle {
    width: 50%;
    background-color: #DDDDDD;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: none;
    margin: 10% auto auto auto;
    vertical-align: middle;  
}      

    .footer_icons {
        width: 20%;
        padding: 10px 0px 10px 0px;
    }

    header {
        min-height: 100px;
        padding: 0px 40px;
    }

    /* MAP HEIGHT */       
    .iframe_specs {
        width: 100%;
        height: 400px;
    }
    
    .laptop {
        display: block;
    }

    .listing_icons_four {
        width: 50%;
    }

    .listing_icons_three {
        width: 30%;
    } 
    
    .mobile {
        display: none;
    }    
     
    /* MAP / PHOTO ARRAY ROW HEIGHT */    
    .section2 {
        min-height: 440px;
        }  

        .searchcontainer {
            width: 75%;
        }
        
        .section_logo {
            display: flex;
            justify-content: left;
            width: 40%;
        }

        .sidebar_carousel {
            display: none;
        }
    
        .sidebar_hdr {
            width: 98%;
        }
        .sidebar_icons_wrapper {
            padding: 0px 0px 0px 10px;
            width: 100%;
            margin-top: 0px;
        }
    
        .sidebar_wrap {
            display: none;
        }

    
.tablet {
    display: inline-block;
} 

        .topbar_graphics_wrapper{
            width: 50%;
        }
        /*pushes size of top bar*/
      
        .wrapmodule {
            width: 50%;
        }     
        
        .wrapmodule_left {
            width: 40%;;
        }
        
        .wrapmodule_right {
            width: 60%;
        }

}

/* 768 TABLET VIEW */
@media (max-width: 768px) {

    .alphanumeric_icon {
        width:42px;
    }

    .boardcell {
        width: 47%;
    }

    .burgermenu {
        width: 30px;
    } 
    
    .calendar_bar {
        width: 85%;
    }
    
    .calendar_cell {
        width: 14%;
    }

    .calendar_cell h2{
        font-size: 1.2rem;
    }
    
.caption p{
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: .7rem ; 
    font-weight: 300; 
    /*vertical-align: 20px;*/
    float:right;
    line-height: 1.5;
}    

    .col {
        width: 23%;
        margin-bottom: 10px;
    }

    .col p {
        font-size: .7rem;
    }

    .col_icon {
        width: 22%;
        margin-bottom: 10px;
    }
    
    .col_icon p{
        font-size: .7rem; 
    } 

    .contents p {
        font-size: .9rem; 
     }
    
    .desktop {
        display: none;
    } 
    
.dialogstyle {
    width: 75%;
    background-color: #DDDDDD;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: none;
    margin: 20% auto 3% auto;
    vertical-align: middle;  
}      

    .footer_icons {
        width: 25%;
        padding: 10px 0px 10px 0px;
    }

    header {
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        padding: 0px 40px;
    }
    
.laptop {
    display: none;
}     

    .listinghdr p {
        font-size: 1.2rem;
    } 
    
.listinghdr h1 {
    font-size: 1.2rem;
}
    
.listinghdr h4 {
    font-size: 1rem;
}    
    
    .listing_icons {
        width: 40%;
    } 
    
    .listing_icons_nine {
        width: 80%;
    }

    .listing_icons_seven {
        width: 70%;
    }
    
    .listing_icons_six {
        width: 70%;
    }

    .listing_icons_four {
        width: 60%;
    }

    .listing_icons_three {
        width: 40%;
    }

    .listing_icons_two {
        width: 30%;
    }

    .listing_icons_optional_728 {
        display: flex;
    }

    .listing_icons_optional_728_four {
        display: flex;
    }

    .listing_logo {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .logo {
        width: 60%;
    }
    
    .logo_hdr {
        width: 60%;
    }
    
    .logo_hdr_solo {
        width: 60%;
    }

    .mainwrapper {
        padding: 150px 0px 0px 0px;
    }     

    .mobile {
        display: none;
    }

    .mobile_wrapper {
        display: inline-block;
        padding: 10px 10px 0px 0px;
    }

    nav {
        display: none;
    }

    .nav_mobile {
        display: none;
        position: absolute;
        margin-top: 5px;
        margin-right: 100px;
    }

    .navmobilebtn {
        background-color: #10707afa;
        text-align: center;
        padding: 11px 20px;
        margin-top: 100px;
        margin-left: -350px;
        border: 0px solid white;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.479);
    }
    
    .navmobilebtn a {
        color: white;
        text-decoration: none;
    }

    .optional {
        display: none;
    }
    
    .search {
        width: 100%;
    }

    .searchcontainer {
        width: 100%;
    }

    /* MAP / PHOTO ARRAY ROW HEIGHT */    
    .section2 {
        min-height: 340px;
    }  

    .section_logo {
        display: flex;
        justify-content: left;
        width: 45%;
    }

    .sidebar_carousel {
        display: none;
    }

    .sidebar_hdr {
        width: 98%;
    }
    .sidebar_icons_wrapper {
        padding: 0px 0px 0px 10px;
        width: 100%;
        margin-top: 0px;
    }

    .sidebar_wrap {
        display: none;
    }
    
.tablet {
    display: block;
} 

    .topbar_graphics_wrapper{
        width: 65%;
    }
    /*pushes size of top bar*/
  
    .wrapmodule {
        width: 50%;
    }     
    
    .wrapmodule_left {
        width: 30%;;
    }
    
    .wrapmodule_right {
        width: 70%;
    }

}

/* END TABLET VIEW*/

/* MOBILE VIEW */

@media (max-width: 425px) {

    .alphanumeric_icon {
        width:40px;
    }

    .boardcell {
        width: 100%;
    }

    .boardcell h4 {
        font-family: 'Roboto', sans-serif;
        font-size: .9rem;
        font-weight: 500;
        line-height: 1.3;
    }
    
    .boardcell h5 {
        font-family: 'Roboto', sans-serif;
        font-size: .8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    
    .boardcell p {
        font-family: 'Roboto', sans-serif;
        font-size: .8rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .calendar_bar {
        width: 85%;
    }

    .calendar_cell {
        width: 14%;
    }

    .calendar_cell h1{
        font-family: 'Roboto Slab', serif;
        color: #303030;
        font-size: 1.5rem;
        font-weight: 600;
        padding: 0px 0px 0px 10px;
    }
    
    .calendar_cell h2{
        font-family: 'Roboto', sans-serif;
        color: #303030;
        font-size: 1rem;
        font-weight: 200;
        line-height: 2;
        padding: 0px 0px 0px 10px;
    }
    
    .calendar_cell p{
        font-family: 'Roboto', sans-serif;
        color: #303030;
        font-size: .9rem;
        font-weight: 200;
        line-height: 1.5;
        padding: 0px 10px 10px 10px;
        text-align: justify;
    }
    
    .calendar_header {
        height: 40px;
        width: 100%;
      
        padding: 0px 10px 0px 0px;
        border-radius: 4px;
        margin: 10px 10px 10px 10px;
    }
    
    .calendar_header p {
        font-family: 'Roboto', sans-serif;
        color: #10707a;
        font-size: 1rem;
        font-weight: 400;
        padding: 0px 0px 0px 0px;
        line-height: 1;
        text-align: center;
       vertical-align: -20pt;
    }
    
    .calendar_header a {
        font-family: 'Roboto', sans-serif;
        color: #10707a;
        font-size: 1.5rem;
        font-weight: 400;
        padding: 0px 0px 0px 0px;
        line-height: 1.5;
        text-align: center;
      
    }

    .calendar_wrap {
        width:100%;
    }

    .calendar_bar_ad_wrap {
        width:100%;
    }  
    
    .calendar_ad {
        width: 100%;
    }  


    .col {
        width: 23%;
        margin-bottom: 10px;
    }

    .col_icon {
        width: 22%;
        margin-bottom: 0px;
    }
    
    .col_icon p{
        font-size: .8rem; 
    } 

    .container {
        z-index: 0;
        max-width: 96%;
    }  
    
 .contents_icon_large {
    display: flex;
    justify-content: left;
    width: 50%;
    padding: 0px 0px 0px 10px;
}    

    .contents_image{
        width: 35%;
     }

     .contents_image_large{
        width: 40%;
     }

    .burgermenu {
        color: coral;
        width: 25px;
    }

    .desktop {
        display: none;
    } 
    
.dialogstyle {
    width: 90%;
    background-color: #DDDDDD;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: none;
    margin: 20% auto 3% auto;
    vertical-align: middle;  
}  

    .dropbtn {
        width: 75%;
      }
    
    

    .footer_icons {
        width: 45%;
        padding: 10px 0px 10px 0px;
    }

    .header_container {
        position: fixed;
    }

    header {
        padding: 0px 20px;
    }

    .listinghdr {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0px 0px 0px;
    }
    
.listinghdr h1 {
    font-size: 1.5rem;
}
    
.listinghdr h4 {
    font-size: 1.2rem;
}    


    .listing_icons_optional_728 {
        display: none;
    }

    .listing_icons {
        display: none;
    }

    .listing_icons_nine {
        display: none;
    }

    .listing_icons_seven {
        display: none;
    }

    .listing_icons_four {
        display: none;
    }

    .listing_icons_three {
        display: none;
    }

    .listing_icons_two {
        display: none;
    }

    .listing_icons_one {
        display: none;
    }

    .listing_icons_optional {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        padding: 10px 10px 10px 10px;
    }

    .listing_icons_optional_nine {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 10px 10px 10px 10px;
    }

    .listing_icons_optional_seven {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding: 10px 10px 10px 10px;
    }



    .listing_icons_optional_four {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        padding-bottom: 20px;
    }

    .listing_icons_optional_three {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 40%;
        padding-bottom: 20px;
    }

    .listing_icons_optional_two {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
        padding-bottom: 20px;
    }

    .listing_icons_optional_one {
        display: flex;
        justify-content: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 15%;
        padding-bottom: 20px;
    }

    .listing_icons_optional_728_four {
        display: none;
    }



    .logo {
        width: 50%;
    }
    
    .logo_hdr {
        width: 60%;
    }
    
    .logo_hdr_solo {
        width: 55%;
    }


    .mainwrapper {
        padding: 120px 0px 0px 0px;
    } 
    
    .mobile {
        display: block;
    }

    .mobile_wrapper {
        padding: 10px 10px;
    }

    .nav_mobile {
        display: none;
        margin-top: 5px;
    }

    .navmobilebtn {
        margin-left: -275px;
        margin-top: 80px;
    }
    
    .promo-btn {
    width: 95%;
    display: flex;
    justify-content: left;
    margin-left: auto;
    margin-right: auto;
}

    .search {
        width: 75%;
    }

    .searchicon {
        margin-left: 10px;
    }

    .searchmobile {
        display: flex;
        justify-content: center;
    }

    .section_logo {
        display: flex;
        justify-content: left;
        width: 45%;
    }

    .tablet {
        display: none;
    }   

    .wrapmodule {
    width: 100%;
    padding: 0px;
    margin: 0px;
    } 

    .wrapmodule_left {
        width: 100%;;
    }
    
    .wrapmodule_right {
        width: 100%;
    }



}/* END LARGE MOBILE VIEW */

/* MEDIUM MOBILE VIEW */

@media (max-width: 375px) {

    .alphanumeric_icon {
        width:39px;
    } 

    .col_icon {
        width: 22%;
        margin-bottom: 0px;
    } 
    
    .col_icon p{
        font-size: .7rem; 
    } 

    .coltxt p {
        font-size: .9rem;
    }

    .coltxt a {
        font-size: .9rem;
    }

    .contents h3 {
        font-size: 1.3rem; 
     }

     .contents_image{
        width: 40%;
     }

    .contents li {
        font-size: .9rem; 
        line-height: 1.5;
     }  
    
    .desktop {
        display: none;
    }     
    
.listinghdr h1 {
    font-size: 1.5rem;
}
    
.listinghdr h4 {
    font-size: 1.2rem;
}     
      
    .listinghdr p {
        font-size: 1.2rem;
    }

    .listing_icons_optional_four {
        width: 60%;  
    }    
    
    .listing_icons_optional_three {
        width: 40%;
    }

    .logo {
        width: 50%;
    }
    
    .logo_hdr {
        width: 60%;
    }
    
    .logo_hdr_solo {
        width: 50%;
    }
    
    .mobile {
        display: block;
    }     

    .section_logo {
        display: flex;
        justify-content: left;
        width: 45%;
    }


}

/* SMALL MOBILE VIEW */

@media (max-width: 320px) {

    .alphanumeric_icon {
        width: 37px;
    }

    .col {
        width: 30%;
        margin-bottom: 10px;
    }  

    .col_icon {
        width: 22%;
        margin-bottom: 0px;
    }

    .col p {
        font-size: .5rem;
    }

    .contents a {
        font-family: 'Roboto', sans-serif;
        font-size: .9rem; 
        color: #18669b;
        text-decoration: none;
     }

    .contents h3 {
        font-size: 1.2rem; 
     }

     .contents h4 {
        font-size: 1rem; 
     }

     .contents_image_large{
        width: 40%;
     }

     .contents_image{
        width: 30%;
     }

     .contents p {
        font-size: .9rem; 
     }
  
    .contents li {
        font-size: .8rem; 
        line-height: 2;
     }   

    .desktop {
        display: none;
    }  
    

    .feature {
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .listinghdr p {
        font-size: 1rem;
    }
    
    .listinghdr h1 {
    font-size: 1.2rem;
}
    
.listinghdr h4 {
    font-size: 1rem;
}    

    .listing_logo {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .listing_icons_optional_three {
        width: 50%;
    }

    .logo {
        width: 35%;
    }

    .logo_hdr {
        width: 65%;
    }

    .logo_hdr_solo {
        width: 45%;
    }

    .navmobilebtn {
        margin-left: -250px;
        } 
        
        .wraplogo { 
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            align-content: flex-start;
            justify-content: flex-start;
            border: 0px solid rgb(255, 0, 149);
        }
    
.promo-btn {
    width: 90%;
}   

.section_logo {
    display: flex;
    justify-content: left;
    width: 45%;
}
       

}

/* END MOBILE VIEW */