/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXX                                                                      XXXX
XXXX                      SITEAPEX STARTER TEMPLATE                       XXXX
XXXX                            MARCH 12, 2013                            XXXX
XXXX                          OSM NETWORKS INC.                           XXXX
XXXX                                                                      XXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/


body {
	margin: 0px;
}
.page {
	max-width: 1390px !important;
	margin: 0px auto;
	position: relative;
}
.page_inner {
	max-width: 940px !important;
	margin: 0px auto;
	position: relative;
}
.page_small {
	max-width: 800px !important;
	margin: 0px auto;
	position: relative;
}
.page_medium {
	max-width: 1000px !important;
	margin: 0px auto;
	position: relative;
}
.page_large {
	max-width: 1800px !important;
	margin: 0px auto;
	position: relative;
}
#wrapper {
    position: relative;
	height: 100%;
	width: 100%;
    overflow-x: hidden; /* USE THIS TO FIX MOBILE MENU WITE BLOWOUT */
}

html {
  scroll-behavior: smooth;
}

/*XXXXXXXXXXXXXXXXXXXXXX  CONTENT BUTTONS  XXXXXXXXXXXXXXXXXXXXX*/

.content_button {
    background-color: #bf1409;
    border: 1px solid #bf1409;
    color: #fff!important;
    text-decoration: none;
    padding: 10px 40px;
    line-height: inherit;
    display: inline-block;
    border-radius: 50px;
    text-shadow: 0px 0px 0px #000;
    transition: .4s;
}
.content_button:hover {
    background-color: transparent;
    color: #bf1409!important;
    transition: .4s;
}
.white_button, .quicklinks_hover a, .quicklinks_hover a:visited {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000!important;
    text-decoration: none;
    padding: 10px 40px;
    line-height: inherit;
    display: inline-block;
    border-radius: 50px;
    text-shadow: 0px 0px 0px #000;
    transition: .4s;
}
.white_button:hover, .quicklinks_hover a:hover {
    background-color: transparent;
    color: #fff!important;
    transition: .4s;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXX  SEARCH  XXXXXXXXXXXXXXXXXXXXXXXXX*/

#searchbar {
    position: relative;
    height: 40px;
}
#search-box {
    position: relative;
}
#searchbar #sliding-panel-outer {
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 40px;
    width: 240px;
    transition: width 0.4s ease;
}
#searchbar #sliding-panel-inner {
    width: 240px;
}
#searchbar .search-label {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cccccc;
}
.search-icon {
    background-image: url("../../photos/custom/search_icon.png");
    filter: invert(37%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(94%) contrast(86%);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;    
}
.search-close {
    background-image: url("../../photos/custom/search-close_icon.png");
    filter: invert(37%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(94%) contrast(86%);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;    
}
#searchbar .search-label .search-close,
#searchbar.collapsed .search-label .search-icon {
  display: inline-block;
}
#searchbar .search-label .search-icon,
#searchbar.collapsed .search-label .search-close {
  display: none;
}
#searchbar.collapsed #sliding-panel-outer {
    width: 0px;
}
#search-submit { 
    position: absolute;
    background-image: url("../../photos/custom/search_icon2.png");
      background-size: 25px;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      border: 0px solid #efefef;
      top: 0;
      right: 0;
      background-position: center;
      border-left: 1px solid #dddddd;
      font-size: 0px;
      background-color: #fff;
      box-shadow: inset 0px -1px 1px 0px #dddddd;
}
#search-input {
    position: relative;
    width: 180px;
    height: 40px;
    border: 0px solid #fff;
    box-shadow: inset 0px -1px 1px 0px #dddddd;
    padding: 0px 10px;
}
#search-input:focus {
    outline: none;
    outline-style: none;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.top_bar_container {
    position: relative;
    background-color: #ddd;
    width: 100%;
    z-index: 100;
}
.top_bar {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    color: #5E5E5E;
    padding: 0px 20px;
    font-size: .85em;
}
.top_bar a, .top_bar a:link, .top_bar a:visited {
    color: #5E5E5E;
    text-decoration: none;
}
.top_bar a:hover {
    opacity: .6;
}
.top_bar p {
    margin: 0px;
    display: flex;
}
.top_bar img {
    max-width: 16px;
    height: auto;
    position: relative;
    margin-right: 5px;
    filter: invert(37%) sepia(0%) saturate(0%) hue-rotate(167deg) brightness(94%) contrast(86%);
}
.top_bar img:nth-child(2), .top_bar img:nth-child(3) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1.5px solid #5e5e5e;
}
.header_container {
    position: relative;
    z-index: 900;
    width: 100%;
    height: 86px;
    transition: .4s;
}   
.header_container-scroll {
    transition: .4s;
    top: 0;
}   
.header {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-color: #fff;
    padding: 20px 0px;
    width: 100%;
    border-bottom: 2px solid #ddd;
    transition: .4s;
} 
.header-scroll {
    padding: 10px 0px;
    transition: .4s;
} 
.navigation {
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    align-items: center;
    grid-gap: 20px;    
    z-index: 900;
    transition: all 1s;
}   
.header_logo {
    width: 200px;
    position: relative;
    transition: .4s;
    grid-area: header_logo;
    z-index: 1000;
    padding: 0px 20px;
}   
.header_logo-shrink {
    width: 150px;
    transition: .4s;  
    filter: none;
}   
.header_logo p {
    margin: 0px;
}
.header_logo img {
    width: 100%;
    height: auto;
}
.social_media {
    display: none;
    display: flex !important;
    align-content: center;
    justify-content: flex-end;
    margin-top: 0;
    top: 1px;
    position: relative;
    transition: all 1s;
}  
.social_media p {
    margin: 0;
    padding: 0;
    display: flex;
    align-content: center;
    align-items: center;    
}
@media (max-width: 810px) {    
.header_container {
  height: 75px;
}
.header_logo {
    width: 150px;
}    
.navigation {
    padding-right: 0px;
    width: 100%;
    position: absolute;
}   
.hnav {
    width: calc(100% + 20px);
}
.header_cta {
  position: absolute;
  right: 0;
}        
}
@media (max-width: 600px) { 
.top_bar_plugin {
    display: none;
}  
#searchbar {    
    position: absolute;
    right: 0;
}
} 
.outer_image_container {
    height: calc(100vh - 126px);
    background-color: rgb(156, 35, 42);
}
.image_container {
    background-image: url("/photos/custom/gettyimages-1267701842-170667a.jpg");
    background-size: cover;
    background-position: top center;
    filter: grayscale(100%) brightness(80%);
    height: calc(100vh - 126px);
    mix-blend-mode: multiply;
}
.image_text {
    color: #fff;
    text-shadow: 0px 0px 8px #000, 0px 0px 16px #000;
}
.image_text a, .image_text a:visited {
    color: #fff;
}
.image_text a:hover , .classes_text a:hover , .locations_text a:hover {
    color: #fff;
    text-decoration: none;
}
.inner_image_container {
    display: grid;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 205px);
    padding: 40px 80px 40px 80px;
}
.inner_image_container_page {
    height: 250px;
}
.image_cta {
    padding: 40px;
    background-color: #fff;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 300;
    top: 126px;
    height: calc(100vh - 126px);
}
@media (max-width: 810px) {
.outer_image_container, .image_container, .overlay {
  height: calc(100vh - 115px);
}
.inner_image_container {
  height: calc(100vh - 195px);
}
}
.content_container_home {
    text-align: center;
}
.content_home {
    padding: 40px;
}
.content {
    padding: 60px 40px;
}
.container {
    display: flex;
    align-content: space-between;
    min-height: 20vh;
}
.content_inner {
    padding: 60px 40px;
    width: 100%;
}
.sidebar_container {
    min-width: 300px;
    max-width: 300px;
    padding: 60px 0px;
    margin-left: 60px;    
    margin-right: 40px;
}
.sidebar_plugin1, .sidebar_plugin2, .sidebar_plugin3, .sidebar_plugin4, .sidebar_plugin5, .sidebar_plugin6 { 
    display: flex;
    margin-bottom: 20px; 
}
@media (max-width: 810px) {
.content_container {
    background-color: #fff;
    margin-top: 0px;
}
.container {
    flex-wrap: wrap;
} 
.sidebar_container {
    padding: 0px;
    margin: 0px auto;   
}    
}
.footer_container {
    background-color: #000;
    width: 100%;
}
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #fff;
}
.footer_logo {
    max-width: 200px;
    height: auto; 
}
.footer_logo img {
    width: 100%;
    height: auto;
}
.footer a, .footer a:visited {
    color: #fff;
    text-decoration: none
}
.footer a:hover {
    color: #fff;
    opacity: .6;
}
.footer_two img {
    max-width: 16px;
    height: auto;
    position: relative;
    margin-right: 5px;
    filter: invert(100%);
}
.footer_two img:nth-child(2), .footer_two img:nth-child(3) {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1.5px solid #000;
}
.copyright_container {
    background-color: #dddddd;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    font-size: 12px;
    color: #5e5e5e;
}
.copyright_text {
    font-size: 12px;
    color: #5e5e5e;
}
.copyright a, .copyright a:visited {
    color: #5e5e5e;
    text-decoration: none
}
.copyright a:hover {
    opacity: .6;
}
.copyright p {
    margin: 0;
}
.copyright_social_media {
    text-align: right;
}
.copyright_social_media p {
    margin: 0px;
} 
@media (max-width: 600px){
.footer {
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    justify-items: center;
}
.footer_logo {
  margin: 0px auto;
}    
}