/*
 Theme Name:   Iridium
 Theme URI:    http://iridium.aeeiee.com/
 Description:  A Divi child theme for the Iridium Demo site
 Author:       David Ovienmhada
 Author URI:   http://www.aeeiee.com
 Template:     Divi
 Version:      3.9
*/

/*#top-header, header, footer { display: none;}*/

#main-header {
	z-index: 9999 !important;
}

#sticky-menu {
	z-index: 999 !important;
}

#investors h2 a {
	color: #005f9b;
}

/**
 * Twitter Feed CSS
 */
 
.social-feed-container-38995 .social-feed-element {
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
	border-radius: 10px !important;
}

.social-feed-container-38995 .grid-item {
	padding: 10px !important;
}

/**
 * RSS Aggregator
 */
.entry-content ul.rss-aggregator {
	padding-left: 0;
}

ul.rss-aggregator li {
	list-style-type: none;
	margin-bottom: 10px;
}

#et-secondary-nav li ul, #top-header {
	background-color: #fff;
}

#top-header a {
	color: #686868;
	/*color: #686868 !important;*/
}

/**
 * Facet WP customizations
 */

.facetwp-checkbox .facetwp-expand {
	display: none !important;
}

.facetwp-selections ul {
    padding: 0 !important;
    margin-left: 15px !important;
    line-height: 30px;
}

.facetwp-selections li {
    background-color: white;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 10px !important;
}

span.facetwp-selection-label {
    font-weight: bold !important;
}

/*
span.facetwp-selection-label {
    display: none;
}

.facetwp-selections .facetwp-selection-value {
	background-position: right 10px center !important;
    background-color: white;
    border-radius: 5px;
    padding: 10px 30px 10px 10px !important;
    margin: 0 10px 10px 0;
}
*/

/**
 * Search Page
 */

@media ( min-width: 767px ) and ( max-width: 1100px ) {
.search article.et_pb_post {float: left; width: 45%; margin-right: 5%;}
.search article.et_pb_post:nth-of-type(2n+3) {clear: both;}
}
@media ( min-width: 1101px ) {
.search article.et_pb_post {float: left; width: 31%; margin-right: 2%;}
.search article.et_pb_post:nth-of-type(3n+4) {clear: both;}
}

.search article.et_pb_post .entry-title a {
    font-size: 0.75em;
}

/**
 * Product & Service Styles
 */
.product-image {
    width: 200px;
    height: 200px;
}

.product-image img {
    max-width: 200px;
    max-height: 200px;
    object-fit: contain;
}

/**
 * Blog Styles 
 */


/*Start of styling for service-advisory page*/

.toggle-containers{
    float: right;
    height: 40px;
    width:100%;
    vertical-align: middle;
    margin-right:16%;
}
.fullscreen-toggle{

    float: right;
    display: inline-block;
    margin:10px;
    text-align: center;

}
.help-toggle{
    float: right;
    margin-right:60%;
    display: inline-block;
    margin:10px;
    margin-right:45px;
    text-align: center;

}
.key-containers{
    height:50px;
    float: right;
    width: 80%;
    margin-right:15%;
}
.alert-key{
    vertical-align:middle;
    float: right;
    display: inline-block;
    margin:5px;
}

.operational-key{
    width: 125px;
    height: 30px;
    border: solid #33cc00 2px;
    color:#33cc00;
    text-align: center;
}.degraded-key{
    width: 225px;
    height: 30px;
    border: solid #ffe066 2px;
    color:#ffe066;
    text-align: center;
}
.unavailable-key{
    width: 125px;
    height: 30px;
    border: solid red 2px;
    color:red;
    text-align: center;
}
.maintenance-key{
    width: 190px;
    height: 30px;
    border: solid gray 2px;
    color:gray;
    text-align: center;
}

.alert-boxes{
    display: inline-block;
    width:25px;
    height:25px;
    margin:15px;
    border-radius:5px;
    vertical-align:middle;
}
.Operational{
    background-color:#33cc00;
}
.Unavailable{
    background-color:red;
}
.Degraded\/Intermittent{
    background-color: #ffe066;
}
.Maintenance{
    background-color: gray;
}
.service-wording{
    position: relative;
    font-size:17px;
}.dashboard-containers{
    height:530px;
}
.first_group{
    float: left;
    width: 32%;
}
.second_group{
    float: left;
    width:32%;
}
.third_group{
    float:right;
    width:32%;
}

#updated_time{
    float:right;
    width:25%;
    margin-right:15%;
    text-align:right;
}
.page-id-12710 .et_pb_section, .archive #main-content, .category #main-content {
	background-color: #eee !important;
}
/*end of styling for service-advisory page*/


/*
 *  Home Page Login button styles
 */

.homepage-login {
    box-shadow: 1px 0 0 #fff; 
}

#homepage-login-trigger, #logout-button {
    color: white !important;
    background: #95a1aa;
    padding: 0 10px 0;
    border-radius: 3px;
}

a#homepage-login-trigger, a#logout-button {
    color: white !important;
    cursor: pointer;
}

#homepage-login-trigger, #logout-button {
    display: inline-block;
    zoom: 1;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}

/* This works differently than #logout-button */
#menu-item-1000006 a {
    color: white !important;
    background: #95a1aa;
    padding: 0 10px 0;
    border-radius: 3px;
    display: inline-block;
    zoom: 1;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer;
}

#homepage-login-register a {
    display: inline-block;
    zoom: 1;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
}

#homepage-login-register a {
    border-radius: 0 3px 3px 0;
}

#homepage-adfs-link {
	border-top: 1px solid #d9d9d9;
	padding-top: 0.75em;
}

#homepage-adfs-link svg {
	width: 24px;
	height: 15.2px;
	display: inline;
	vertical-align: top;
	margin-right: 5px;
}

#homepage-adfs-link a {
	display: inline !important;
	vertical-align: bottom;
}

.homepage-login #homepage-login-trigger:hover, 
.homepage-login .active, 
.homepage-login #homepage-login-register a:hover {
}

#homepage-login-div {
    display: none;
    text-align: left;
    position: absolute;
    width: auto;
    right: 0;
    z-index: 999999;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
    background: #f0efef;
	border-radius: 3px;
	top: 40px;
	padding: 30px;
}

#homepage-login-div h2 {
    font-size: 1.7em;
    color: #686868;
}

#homepage-login-div form .input, #homepage-login-div input[type="text"] {
    width: 240px;
    line-height: 2em;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #3d464d;
    transition-property: background, color, border-color;
    font-size: 1em;
}

#homepage-login-div form .input:focus, #homepage-login-div input[type="text"]:focus {
    border: 1px solid #bbb;
    box-shadow: none;
    outline: none;
    background: #fff;
}

#homepage-login-div form .input:hover, #homepage-login-div input[type="text"]:hover {
    border: 1px solid #bbb;
    box-shadow: none;
    outline: none;
    background: #fff;
}
#homepage-login-div form .input, #homepage-login-div input[type="text"], #homepage-login-div form input[type="checkbox"] {
    background: #fbfbfb;
}

#homepage-login-user:focus, #homepage-login-pass:focus {
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

#homepage-login-wp-submit {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    vertical-align: baseline;
    border-radius: 3px;
    white-space: nowrap;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    box-sizing: border-box;
}

#homepage-login-wp-submit:hover,
#homepage-login-wp-submit:focus {    
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

#homepage-login-wp-submit:active {   
    background: #0073aa;
    border-color: #006799;
    box-shadow: inset 0 2px #006799;
    vertical-align: top;
    transform: translateY(1px);
    outline: 0;
}

#homepage-login-wp-submit::-moz-focus-inner {
  border: none;
}

#homepage-login-div form input[type="checkbox"] {
    border: 1px solid #b4b9b3;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

#homepage-login-div form input[type="checkbox"]:focus {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30,140,190,0.8);
}

.homepage-login label {
  line-height: 30px;
  color: #72777c;
}

.homepage-login label input {
  position: relative;
  right: 2px;
}

#homepage-login-forgotpassword {
    padding: 0;
}

#homepage-login-forgotpassword a, #homepage-login-register a {
    color: #72777c;
    display: inline-block !important;
}

#homepage-login-forgotpassword a:hover, #homepage-login-register a:hover {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 980px) {

/* 	Keeping it here just in case JavaScript is turned off. This will make the 'Log In' button hidden even if JS is disabled */
    .homepage-login {
        display: none;
        visibility: hidden;
    }
} 

/*
 *  Home Page Login button styles
 */


/*
 *  Single-Company Template page styles
 */


.single-company #main-content .container:before {
    background: none !important;
}

.single-company #left-area {
    width: 100% !important;
    padding-right: 0 !important;
}

.company-content {
    height: auto;
}

.company-profile {
    display: block;
    width: 100%;
    min-height: 200px;
}

.company-logo {
    width: 400px;
    height: 200px;
    float: left;
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
}

.company-website-new,
.company-primary-email,
.company-primary-phone {
	padding-top: 3%;	
}

.company-primary-email,
.company-primary-phone {
	color: #000;	
}

.company-website {
    width: auto;
    padding-top: 10%;
}

.company-info {
	display: inline-block;
    padding-left: 50px;
    float: right;
    text-align: right;
/*     padding-right: 175px; */
}

.company-website-new a {
	color: #000;	
}

.company-website a {
    border: 1px solid black;
    text-align: center;
    padding: 2% 2% 2% 2%;
    font-weight: bold;
    text-transform: uppercase;
}

.company-locations,
.company-products,
.company-accessories,
.company-resources {
/*     border-top: 1px solid #a3b1bb; */
    padding-top: 3%;
}

.company-page-header {
	padding-bottom: 4%;
}
/*
.company-locations-facet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(250px, auto);
}
*/

.company-facet-grid,
.company-locations-facet-grid {
	position: relative;	
	z-index: 1;
}

.company-facet-grid:before,
.company-facet-grid:after,
.company-locations-facet-grid:before,
.company-locations-facet-grid:after {
	content: '';
	display: block;
	clear: both;
}


.company-facet-box,
.company-locations-facet-box {
 	display: inline-block;
 	background-color: #fff;
 	height: 300px;
 	margin-right: 15px;
 	float: left;
 	/*min-height: 1px;*/
 	width: 23.5%;
 	margin-bottom: 40px;
}

/*
.company-locations-facet-box {
    background-color: #fff;
    /*height: 289px;
}
*/

.company-locations-name,
.company-locations-address-1,
.company-locations-address-2,
.company-locations-city-state-zip,
.company-locations-country,
.company-locations-phone-number,
.company-locations-email,
.company-locations-url {
    padding-bottom: 3%;
}

.company-locations-url p {
	padding-bottom: 0 !important;
}

.company-locations-name p {
	font-size: 1.15em !important;
	color: #000;
}

.company-facet-box p,
.company-locations-facet-box p {
    font-size: 1em;
}

#company-locations-email-icon {
    font-size: 2em;
    margin-right: 6%;
}

.company-description p {
	text-align: justify;	
}

.size-header,
.last-updated-header {
	width: 15%;
	float: right;
}

@media only screen and (max-width: 1248px) {
    
    /*
    .company-locations-facet-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        grid-auto-rows: minmax(250px, auto);
    }
    */
    
    .company-facet-box,
    .company-locations-facet-box {
 		background-color: #fff;
 		/*height: 325px;*/
 		margin-right: 15px;
 		float: left;
 		width: 23%;
 		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 992px) {
    
    /*
    .company-locations-facet-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
        grid-auto-rows: minmax(250px, auto);
    }
	*/
	
	.company-facet-box,
	.company-locations-facet-box {
 		background-color: #fff;
 		/*height: 325px;*/
 		margin-right: 10px;
 		float: left; 
 		width: 31.5%;
 		margin-bottom: 20px;
	}
	
    .company-profile {
        min-height: 200px !important;
    }

    .company-logo {
        width: 300px;
        height: 150px;
    }

/*
    .company-info {
        padding-left: 200px;
    }
*/

    .company-website a {
        padding: 3% 3% 3% 3%;
    }
}

@media only screen and (max-width: 867px) {
	
	.company-logo {
        width: 250px;
        height: 125px;
    }
    
}

@media only screen and (max-width: 843px) {

    .company-profile {
        min-height: 225px !important;
    }

    .company-website a {
        padding: 4% 4% 4% 4%;
    }
    
    .company-info {
	    padding-left: 30px;
    }
}

@media only screen and (max-width: 779px) {

	.company-facet-box,
	.company-locations-facet-box {
 		background-color: #fff;
 		height: 325px;
 		margin-right: 10px;
 		float: left;
 		width: 47.25%;
 		margin-bottom: 20px;
	}


    .company-profile {
        text-align: center;
        min-height: 350px !important;
    }

    .company-logo {
        float: none;
        margin: auto;
    }

    .company-info {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .company-name {
        padding-top: 2%;
    }

    .company-regions-served {
        padding-top: 2%;
    }

    .company-website {
        padding-top: 5%;
    }

    .company-website a {
        padding: 2% 2% 2% 2%;
    }
}

@media only screen and (max-width: 580px) {
    
    .company-locations {
        padding-top: 8%;
    }

	/*
    .company-locations-facet-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
        grid-auto-rows: minmax(250px, auto);
        text-align: center;
    }
	*/
	
	.company-locations-facet-grid {
		text-align: center;	
	}
	
	.company-locations-facet-box {
 		background-color: #fff;
 		height: auto;
 		margin-right: 0;
 		float: left;
 		width: 100%;
 		margin-bottom: 45px;
	}
	
    .company-locations-name h3 {
        font-size: 2.5em;
    }

    .company-locations-facet-box p {
        font-size: 1.75em;
        line-height: 1.75em;
        font-weight: bold;
    }

    #company-locations-email-icon {
        font-size: 1.25em;
    }
}

/*
 *  Single Company Template page styles end
 */


/*
 *  Remove Left Border Line
 */
.single-alert #main-content .container:before,
.single-message #main-content .container:before,
.single-internal_post #main-content .container:before,
.single-internal_page #main-content .container:before {
    background: none !important;
}

/*
 *  Single Alert Template styles
 */

.single-alert #left-area {
    width: 100% !important;
    padding-right: 0 !important;
}

.single-alert #content-area {
    padding-bottom: 3%;
}

/*
 *  Single Alert Template styles end
 */


/*article.et_pb_post {
	background-color: white;
	padding: 20px;
}*/

/* Social Icons on Blog */

.et_monarch .et_social_circle .et_social_icon, .et_monarch .et_social_circle .et_social_icon:before, .et_monarch .et_social_circle .et_social_icon:after {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
}

ul.et_social_icons_container {
	min-width: 216px;
	overflow: auto;
}

.et_monarch .et_social_networkname {
	word-break: keep-all !important;
}

/* End Blog Styles */

/*
 * Events
 */
 
.tribe-events-photo .tribe-events-event-image img {
	min-height: 200px !important;
	min-width: 371px !important;
	object-fit: cover;
}

.tribe-events-photo .tribe-events-photo-event-wrap {
	max-height: 384px !important;
	min-height: 384px !important;
	overflow-y: hidden;
}

.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-image {
	height: 200px;
	overflow-y: hidden;
}

/*******************************************************************************************/

/**
 * Facet Styles Desktop
 */
  
input.facetwp-search {
	padding: 10px;
}

/*
.facetwp-template{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}
*/

.inline-facets .facetwp-sort, .inline-facets .facetwp-counts {
 display: inline-block;
}

.inline-facets .facetwp-counts {
 margin-right: 10px;
}


.inline-facets-right {
 float: right;
}

.inline-facets .facetwp-facet-product_type, .inline-facets .facetwp-facet-accessory_type {
 display: inline-block;
}
  
.facet-grid {
	position: relative;
	z-index: 1;
}

.facet-grid:before,
.facet-grid:after {
	/*height: 289px;
	 margin-right: 20px;*/
	 content: '';
	 display: block;
	 clear: both;
}

.facet-box {
	display: inline-block;
	background-color: #fff;
	height: 325px;
	margin-right: 15px;
	float: left;
	min-height: 1px; 
	width: 23.5%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.facet-box-3 {
	display: inline-block;
	background-color: #fff;
	height: 350px;
	margin-left: 15px;
	float: left;
	min-height: 1px; 
	width: 31.2%;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}

.facet-box-3-product, .facet-box-product {
	height: 375px !important;
}

.facet-box-3 .facet-title, .facet-box .facet-title {        
	font-weight:bold;
}

.facet-image {
	height: 58.5%;
	padding: 10px;
}

.facet-image img {
	width: auto !important;
	height: 200px;
	object-fit: contain;
	/* max-width: 100px; */
	margin: 0 auto;
	display: block;
}

.facet-grid a .facet-title {
	padding: 20px;
	color: #333;
	font-size: 125%;
}

.facet-title {
	height: 28%;
}

.facet-company {
	color: #333;
	padding: 0px 20px 0px 20px;
}


/**
 * Gravity Forms to match Divi Style
 */
 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	display: inline-block;
	color: white;
	position: relative;
	padding: 0.3em 1em;
	border: 2px solid #005f9b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #005f9b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

/*.gform_wrapper .gform_footer input.button:after, .gform_wrapper .gform_footer input:after[type=submit] {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}*/

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input:hover[type=submit] { 
	/*padding: 0.3em 2em 0.3em 1em;*/
	border: 2px solid transparent;
	background: rgba(0, 95, 155, 0.2);
	color: white;
	cursor: pointer;
}

/*.gform_wrapper .gform_footer input.button:hover:after {
	margin-left: 0;
	opacity: 1;
}*/

/**
 * More Gravity Forms styles
 *
 */
 
.gf_hide_label .gfield_label {
	display: none !important;
}

.gform_wrapper .stacked-pw .ginput_complex .ginput_right {
	display: block;
}

.privacy-box {
	padding: 20px !important;
    background-color: #dbe7f1;
    border-radius: 5px;
}

sup {
	font-size: 50%;
}

/* Fix bullets in content */
/*#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	padding-left: 40px !important;
	padding-top: 10px !important;
}*/

.entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
	padding-left: 40px;
	padding-top: 10px;
}

/*.et_pb_widget_area ul {
	padding-left: inherit !important;
	padding-top: inherit !important;
}*/

/* Mail & Web Menu Bar */
.mail-web-menu-bar {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* Custom Buttons */

.et_pb_button_module_wrapper {
	display: inline-block !important;
}

.custom-inline-button {
	margin-right: 10px;
}

.custom-inline-button-end {
}

/* Custom Card setting for Blurbs */

.card img {
	width: 100%;
}

.card .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.card .et_pb_blurb_content {
	max-width: none;
}

.card h4 a {
	display: block;
	padding: 20px;
	height: 100px;
	overflow: hidden;
}

.card:hover {
	border: 1px solid #d4d4d4;
}

/* Overwrite for Footer Menu */

#main-footer {
	border-top: 1px solid #e2e2e2;
}

.footer-widget #nav_menu-2 {
	width: 100% !important;
}

#footer-widgets .footer-widget li:before {
	content: none;
}

#footer-widgets .footer-widget li a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer-widgets .footer-widget #nav_menu-2 li {
	padding-left: 0;
	display: inline-block;
	vertical-align:top;
	/*width: 19.5%;*/
	width: 16%;
	font-weight: bold;
}

#footer-widgets .footer-widget li ul.sub-menu {
	margin-top: 10px;
}


#footer-widgets .footer-widget #nav_menu-2 li li {
	padding-left: 0;
	margin-left: 0;
	display: block;
	width: 100%;
	font-weight: normal;
}


/*	Resources Shortocde	*/
#resources-table,
#resources-table tr,
#resources-table td {
	border: none;
}

.cat-row{
    border-bottom: 1px #cccccc solid !important;
}

.first-categories{
    width: 65%;
}

#size-header{
    width: 15%;
    text-align: center;
}

#last-updated-header{
    width: 15%;
    text-align: center;
}

#access-header {
	width: 5%;
	text-align: center;	
}

.download-row{
    width: 100%; 
}

.resource-name{
    width: 65%;
}

.date-mod{
    width: 15%; 
    text-align: center;
}

.file-size{
    width: 15%;
    text-align: center;
}

.access {
	width: 5%;
	text-align: center;
}

.cat-container{

    margin: 2% 0; 
}

@media all and (max-width: 982px) {
	
	#resources-table {
		margin: 5% 0;
	}
	
	#last-updated-header,
	#size-header,
	#access-header {
		display: none !important;
	}
	
	.resource-name {
		text-align: center;
	}
	
	.first-categories,
	.cat-row {
		width: 100%;
		text-align: center;
		font-weight: bold;
	}
	
	.download-row {
		padding: 5px 10px 7px;	
	}
	
	.resource-name,
	.date-mod,
	.file-size {
		border-bottom: 1px solid #ddd !important;
	}
	
	/*	Make table pretty when responsive  */
	
	#resources-table tbody,
	#resources-table tr,
	#resources-table td {
		display: block;
	}
	
	#resources thead tr {
		top: -9999px;
		left: -9999px;
		position: absolute;
	}
	
	#resources-table,
	#resources-table tr {
		border: 1px solid #ddd;
	}
	
	.resource-name,
	.date-mod,
	.file-size,
	.access {
		padding-left: 40% !important;
		position: relative;
		width: 100%;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
		text-align: left;
	}
	
	.resource-name:before,
	.date-mod:before,
	.file-size:before,
	.access:before {
		position: absolute;
		width: 35%;
		padding-right: 10px;
		top: 2px;
		left: 6px;
		white-space: nowrap;
		text-align: right;
		vertical-align: text-top;
	}
	
	.resource-name:nth-of-type(1):before {content: 'Title';}
	.date-mod:nth-of-type(2):before {content: 'Date Modified'}
	.file-size:nth-of-type(3):before {content: 'Size'}
	.access:nth-of-type(4):before {content: 'Access'}
	
	/*	Make table pretty when responsive  */
}

@media all and (max-width: 598px) {
	
	.resource-name,
	.date-mod,
	.file-size,
	.access {
		padding-right: 0 !important;
	}
	
	.resource-name:before,
	.date-mod:before,
	.file-size:before,
	.access:before {
		padding-right: 20x;	
	}
}

/*	Resources Shortcode	*/

/*	Events Page CSS  */
.tribe-events-title-bar h1 {
	font-weight: 400;
	padding: 30px 0 30px 0;
}
/*	Events Page CSS  */

@media only screen and (max-width: 1249px) {
	
	.facet-box {
		background-color: #fff;
		height: 375px;
		margin-right: 15px;
		float: left;
		width: 23%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 375px;
		margin-left: 12px;
		float: left;
		width: 31%;
		margin-bottom: 20px;
	}
	
	.facet-box-3-product {
		height: 400px !important;
	}
	
	.facet-title {
		height: 31%;
	}
}

/* Responsive Styles Tablet And Below */
@media only screen and (max-width: 980px) {
	
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	
	/**
	 * Facet Styles Tablet
	 */
	
	/* 
	.facet-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
		grid-auto-rows: minmax(250px, auto);
	}
	*/
	
	.facet-box {
		background-color: #fff;
		height: 350px;
		margin-right: 10px;
		float: left;
		min-height: 1px; 
		width: 31.5%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 375px;
		margin-left: 10px;
		float: left;
		min-height: 1px; 
		width: 31.5%;
		margin-bottom: 20px;
	}
	
	.facet-box-3-product {
		height: 395px !important;
	}
}

/* Responsive Styles Smartphone Only */
@media only screen and ( max-width: 767px ) {
    #footer-widgets {
	    display: none;
    }
    
    /**
	 * Facet Styles Smartphone
	 */
	 
	/*
	.facet-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		grid-auto-rows: minmax(200px, auto);
	}
	*/
	
	.facet-image img {
		height: 150px;
	}
	
	.facet-box {
		background-color: #fff;
		height: 325px;
		margin-right: 10px;
		float: left;
		min-height: 1px; 
		width: 47.25%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 325px;
		margin-left: 10px;
		float: left;
		min-height: 1px; 
		width: 47.25%;
		margin-bottom: 20px;
	}

	.facet-box-3-product {
		height: 350px !important;
	}	 
}

@media only screen and ( max-width: 480px ) {
    
    /**
	 * Facet Styles Tiny Smartphone
	 */
	
	/* 
	.facet-grid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 20px;
		grid-auto-rows: minmax(200px, auto);
	}
	*/
	
	.facet-box {
		background-color: #fff;
		height: 289px;
		margin-right: 0;
		float: left;
		min-height: 1px; 
		width: 100%;
		margin-bottom: 20px;
	}

	.facet-box-3 {
		background-color: #fff;
		height: 289px;
		margin-left: 0;
		float: left;
		min-height: 1px; 
		width: 100%;
		margin-bottom: 20px;
	}

	.facet-box-3-product {
		height: 314px !important;
	}
	
	.facet-title {
		text-align: center;
	}
	
	.facet-title {
		height: 31%;
	}

	.facet-company {
		text-align: center;
	}
}

/* Intense Card Overlay */

.intense-card-overlay figcaption {
	background-color: rgba(0,0,0,0.3);
}

/* Overlapping Logo */

#top-header {
	z-index: 99999;
}

#logo {
	/*max-height: 100%;*/
	margin-top: -20px !important;
	z-index: 100000;
}

.et_pb_video_box {
	align-self: center;
	width: 100%;
}

/* Bottom Bar */

#footer-info {
    float: none !important;
}

.bottom-bar-col-1, .bottom-bar-col-2, .bottom-bar-col-3 {
	float: left;
	width: 33.333%;
	font-size: 0.8em;
}

.bottom-bar-col-1 {
	text-align: left;
}

.bottom-bar-col-2 {
	text-align: center;
}

.bottom-bar-col-3 {
	text-align: right;
}

/* Responsive Styles Tablet And Below */
@media only screen and (max-width: 980px) {
	#logo {
		margin-top: 0;
		max-height: 80% !important;
	}
	
	.column-swap-mobile { 
		display: -webkit-flex;
		-webkit-flex-direction: column-reverse;
		display: flex;
		flex-direction: column-reverse !important;
	}
	
	.bottom-bar-col-1, .bottom-bar-col-2, .bottom-bar-col-3 {
		width: 100%;
		text-align: center;
		font-size: 0.8em;
	}
	
	.bottom-bar-col-2 {
		width: 100%;
	}

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
	.left-slider-desktop .et_pb_fullwidth_slider.et_pb_slider .et_pb_slide_description {
		padding-left: 0;
	}
	
	.left-slider-desktop .et_pb_slide, .banner-desktop {
		height: 560px;
	}
	
	.left-slider-desktop .et_pb_slide .et_pb_container {
		text-align: left;
		padding-right: 30%;
	}
	
	header#main-header.et-fixed-header, #main-header{
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		box-shadow:none !important;
		border-bottom: 1px solid #e2e2e2;
	}
}

/* Responsive Styles Smartphone Only */
@media only screen and ( max-width: 767px ) {
    .container.et_search_form_container {
		background: white;
	}
}