/*
 Theme Name:     SPRI
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Design by MassMonopoly with Implementation and Hosting by Ashdown Technologies.
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/

/* =Theme customization starts here */

/**************** GENERAL ***************/

h1,h2,h3,h4,h5,h6,blockquote,.ui-dialog-title	{ font-family: 'Titillium Web', sans-serif; }

h1					{ font-weight: 300; font-size: 56px; }
h1.white-shadow		{ color: #fff; background-color: #d3d3d3; }
h2					{ font-size: 48px; }
h3					{ font-weight: 300; font-size: 56px; }
h4					{ font-size: 28px; }
h5					{ font-weight: 600; font-size: 24px; text-transform: uppercase; }
h6					{ font-weight: 300; font-size: 22px; }
blockquote			{ font-weight: 300; font-size: 22px; letter-spacing: 0.1em; }

div#page-container {
	background: #fff;
	/* padding-top: 95px !important;  // Only needed in the FIXED HEADER nav situation // */
	}

.et_pb_text a:hover		{ color: #17C4EC; }
.et_pb_text a:active	{ color: #4072AD; }
.et_pb_text a:visited	{ color: #1B869F; }
.et_pb_text ul,			{ margin: 1em 0 1em 3em;}
.event ul				{ margin: 0 0 0 3em;}
.et_pb_text ul			{ margin: 0 0 0 2em; padding-bottom: 0;}
.et_pb_text ul li		{ padding-bottom: 0.25em; padding-top: 0.25em;}

#et_search_icon:hover,.mobile_menu_bar::before,.mobile_menu_bar::after,.et-social-icon a:hover,.comment-reply-link,.form-submit .et_pb_button,.entry-summary p.price ins,.wp-pagenavi span.current,.wp-pagenavi a:hover,.et_password_protected_form .et_submit_button,.nav-single a,.posted_in a,#top-menu li.current-menu-ancestor > a,#top-menu li.current-menu-item > a,.bottom-nav li.current-menu-item > a,.footer-widget h4 {
    color: #1e8ca8;
	}

.et_password_protected_form {
	width: 60%;
	margin: 100px auto;
	}
	

/**************** HEADER *****************/

#main-header {
	/* top: 28px !important; // FIXED HEADER ONLY // */
	top: 15px !important;
	z-index:99900 !important;
	}

/* // FIXED HEADER ONLY //
#main-header.et-fixed-header {
	box-shadow: none !important;
	top: 25px !important;
	}
*/

.logo_helper {
	display: none !important;
	}

#et-top-navigation {
	margin-left: 240px;
	}

div#top-header {
	padding-bottom: 2px;
	}

div#top-header,
div#top-header.et-fixed-header {
	z-index: 100;
	}

.et_header_style_left .logo_container {
	top: 12px;
	z-index: 1000;
	width: auto;
	max-width: 175px; 
	}

/* // FIXED HEADER ONLY //
.et_header_style_left .et-fixed-header .logo_container {
	margin-top: -10px;
	}
*/

/****************** PRIMARY NAV *****************/

li.no-hand > a {
	cursor: default;
	}

#top-menu li {
	padding-right: 16px;
	}

#top-menu li .menu-item-has-children > a:first-child::after {
	content: "5";	/* Points the subnav arrow sideways rather than down */
	}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
	font-family: 'Titillium Web', sans-serif;
	}


/* Drop-downs on Primary Nav */

#top-menu .sub-menu {
	width: 300px;
	}

#top-menu .sub-menu li {
	padding: 0 1em;
	text-transform: none;
	width: 100%;
	}

#top-menu .sub-menu li a {
	text-transform: none;
	width: 100%;
	font-size: 14px;
	line-height: 1.5em;
	}

/****************** SECONDARY NAV *****************/

.nav-home-icon {
	font-family: 'ETmodules';
	}

#et-secondary-nav li {
	border-right: solid 1px #0c131c;
	padding-right: 8px;
	margin-right: 4px;
	}

#et-secondary-nav ul li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
	}


#et-secondary-menu > ul > li a {
	font-weight: normal;
	padding-bottom: 0;
	}

#et-secondary-nav .menu-item-has-children > a:first-child {
    padding-right: 10px;
	}

#et-secondary-nav ul.sub-menu {
	width: 275px;
	}
#et-secondary-nav ul.sub-menu li {
	border-right: none;
	padding: 0;
	margin: 0 10px;
	text-align: left;
	}

#et-secondary-nav ul.sub-menu li a{
	padding: 15px 5px;
	}



/**************** HOME PAGE *****************/

/* SLIDERS */

.image-slider-panel .et_pb_slide_description,
.image-slider-panel .et_pb_slider_fullwidth_off .et_pb_slide_description {
	background-color: rgba(64, 114, 173, 0.68);
	text-align: left;
	width: 55%;
    padding: 3%;
    margin: auto 50% auto 0;
	}

.image-slider-panel .et_pb_slides .et_pb_slide {
	height: 483px;
	}

.image-slider-panel-right .et_pb_slide_description,
.image-slider-panel-right .et_pb_slider_fullwidth_off .et_pb_slide_description {
    margin: auto 0 auto 50%;
	width: 55%;
	}

#home-page-slider .et_pb_slide_description,
#home-page-slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
    margin: auto 0 auto 50%;
	/* No longer correct with latest Divi - 11/2019  - RGS */
	/* width: 62%; */
	}

#home-page-slider .et_pb_slides .et_pb_slide .et_pb_slide_title {
	text-shadow: 1px 1px #d3d3d3;
	}

#home-page-slider .et_pb_slides .et_pb_slide {
	height: 520px;
	}

#home-page-slider .et_pb_slide_image {
	width: 33%;
	}


/* BLOG */

#home-page-blog article {
	border: none;
	}

#home-page-blog .et_overlay:before {
	font-size: 52px;
	}


/**************** CALL TO ACTION ************/

#home-page-call-to-action .et_pb_column_1_3 {
	border-left: 1px solid #fff;
	}

#home-page-call-to-action .et_pb_column_1_3 .et_pb_button {
	text-align: center;
	width: 200px;
	}


/**************** BLOG PAGE *****************/

#main-content .et_pb_blog_grid .et_pb_image_container {
	margin: 0 0 10px;
	}

#main-content .et_pb_blog_grid a.more-link {
	display: inline-block;
	margin-top: 30px;
	background-color: #333;
	color: #fff !important;
	text-transform: capitalize;
	padding: 5px 10px;
	border-radius: 3px;
	}

#main-content .et_pb_blog_grid a.more-link:hover {
	background-color: #666;
	}

/**************** BLOG ENTRIES *****************/

.et_post_meta_wrapper img {
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
	}

/**************** BUTTONS *****************/

body.et_pb_button_helper_class .et_pb_button,
body.et_pb_button_helper_class .et_pb_button:hover {
	padding: 0.75em 1em !important;
	}

.submit.et_pb_button {
	color: #fff !important;
	border-color: #fffffe;	/* This helps deal with colors getting overridden when they are true #ffffff. Similar setting in button customization area in Divi */
	}

.membership-application-buttons {
	width: 31%;
	float: left;
	margin: 0 1%;
	max-width: 175px;
	}

/**************** PAGE HEADING (Master Slider-based) *****************/

.spri-variable-header-content * {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	}

.spri-variable-header-content h6 {
	font-family: "Open Sans",​Helvetica,​Arial,​Lucida,​sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	}
/**************** WIND CALCULATOR *****************/

.wsdata-wrap tr:nth-child(even) {
	background-color: #f2f2f2;
	}

.wsdata-wrap td:nth-child(odd) {
	font-weight: bold;
	}

/**************** TESTIMONIALS *****************/

.strong-view {
	max-width: 1000px;
	margin: 0 auto;
	}

.strong-view  * {
	text-align: center;
	}

.strong-view .testimonial-content * {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	}

.strong-view .testimonial-content {
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	line-height: 48px;
	}

.strong-view .testimonial-name {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.18px;
	color: #272727;
	}

.strong-view .testimonial-company {
	font-size: 13px;
	letter-spacing: 3px;
	color: #272727;
	}

.strong-view .wpmslider-pager {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	}


/***** DEFAULT WP SIDEBAR DISPLAY ******/

#sidebar {
	padding-top: 20px;
	}

#sidebar .widgettitle {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 3px;
	margin-bottom: 10px;
	}

#sidebar .et_pb_widget {
	margin-bottom: 40px;
	}

#sidebar .widget_tag_cloud a.tag-cloud-link,
.et_pb_widget_area .widget_tag_cloud a.tag-cloud-link {
	background-color: #333;
	color: #fff !important;
	}

#sidebar .widget_tag_cloud a.tag-cloud-link:hover,
.et_pb_widget_area .widget_tag_cloud a.tag-cloud-link:hover {
	background-color: #666;
	}

 
#sidebar .et_pb_widget .widgettitle,
#sidebar .et_pb_widget .title,
.et_pb_widget_area .et_pb_widget .widgettitle,
.et_pb_widget_area .et_pb_widget .title {
	margin-bottom: 10px;
	}


#sidebar .widget_recent_entries,
#sidebar .et_pb_widget_area .widget_archive,
.et_pb_widget_area .widget_recent_entries,
.et_pb_widget_area .widget_archive {
	width: 100%;
	}

.et_pb_sidebar_no_border {
	padding-left: 30px;
	}

#sidebar p,
.et_pb_sidebar_no_border p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	}

#sidebar div.widget_recent_entries ul li a,
.et_pb_sidebar_no_border div.widget_recent_entries ul li a {
	font-size: 14px;
	color: #324F71;
	}

#sidebar div.widget_archive li,
#sidebar div.widget_recent_entries li span.post-date,
.et_pb_sidebar_no_border div.widget_archive li,
.et_pb_sidebar_no_border div.widget_recent_entries li span.post-date {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#sidebar div.widget_recent_entries li span.post-date,
.et_pb_sidebar_no_border div.widget_recent_entries li span.post-date {
	display: block;
	line-height: 1em;
	font-size: 12px;
	color: #9D9D9D;
	padding-bottom: 15px;
	}

/************* PUBLIC MEMBER DIRECTORY PAGE *****************/

/* Style of Member Directory */
#public-member-dir h2 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.6em;
	color: #fff;
	background-color: #4072ad;
	padding: 1em;
	margin: 1em 0;
	}

#public-member-dir .codetails {
	margin-left: 0.5em;
	}

#public-member-dir .coname {
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}

#public-member-dir .ui-front { z-index:99910 !important; } 
#public-member-dir .ui-dialog { z-index:99920 !important; } 

#public-member-dir .ui-dialog-content {
	font-size: 12px;
	}

#public-member-dir .companyinfo {
	margin: 2px;
	/* border-bottom: 1px solid #bfc8d2; */
	padding: 6px;
	overflow: auto;
	}

#public-member-dir .companyinfo:nth-child(even) {
	background-color: #f9f9f9;
	}

#public-member-dir ul {
	margin-left: 2em;
	}

#public-member-dir .logo img {
	float: right;
	max-width: 350px;
	max-height: 133px;
	}

#searchButton,
#clearDirSearch {
	background-color: #333;
	color: #fff !important;
	padding: 2px 10px;
	border-radius: 3px;
	}

#searchButton:hover,
#clearDirSearch:hover {
	background-color: #666;
	}

#public-member-dir .ui-dialog-title {
	color: #fff;
	font-weight: normal;
	font-size: 1.3em;
	}

#public-member-dir .ui-widget-header {
	background: #4072AD !important;
	}

#public-member-dir .ui-dialog-content {
	font-family: "Open Sans",Helvetica,Arial,Lucida,sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	}

#public-member-dir .ui-button {
	background: #fff !important;
	border-color: #fff !important;
	}

/************* PRIVATE MEMBER DIRECTORY PAGE *****************/

form#member-directory-search-form span {
	font-weight: bold;
	font-size: 14px;
	}

/* Also applies to the public search */
#member-directory-search-note {
	font-weight: normal;
	font-size: 10px;
	}

p#member-directory-currently-displaying {
	font-weight: bold;
	margin: 10px 0;
	}

div.member-directory-box {
	float: left;
	width: 31%;
	min-height: 165px;
	margin: 10px;
	padding: 0;
	}

div.member-directory-box span {
	font-weight: bold;
	}

div.member-directory-forward-back {
	clear: both;
	width: 100%;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	}
div.member-directory-forward-back a#previous {
	float: left;
	}

div.member-directory-forward-back a#next {
	float: right;
	margin-right: 10px;
	}


/**************** WP FILE BASE *****************/

.entry-content ul.treeview,
.entry-content ul.treeview ul {
	list-style-type: none !important;
	}

#members-only-file-browser .et_pb_widget {
	width: 100%;
	margin-left: 10px;
	}

#wp-file-list-section .et_pb_column > div {
	clear: both;
	overflow: hidden;
	}

div.spri-file-display {
	float: left;
	height: 115px;
	min-width: 390px;
	width: 32%;
	background: #eee;
	box-shadow: 1px 1px 1px #CCC;
	cursor: pointer;
	margin: 0.5em 0.5%;	
	position: relative;
	}

div.spri-file-display span {
	font-size: 0.9em;
	color: #1e8ca8;
	}

div.spri-file-display span.file-size {
	color: #000;
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right: 10px;
	}

div.spri-file-display span.file-type {
	color: #000;
	text-transform: uppercase;
	}

div.spri-file-display span.file-icon {
	float: right;
	}

div.spri-file-display img {
	width: 5em;
	}

div.spri-file-display:hover span.file-display-name {
	color: #44bedd;
	}


/**************** STANDARDS SECTION *****************/


#standards-section #wp-file-list-section .spri-file-display span.file-display-name {
	display: block;
	color: #106ad8;
	line-height: 1.7em;
	}

#standards-section #wp-file-list-section .spri-file-display:hover span.file-display-name {
	color: #67a6f3;
	}

#standards-section #wp-file-list-section .spri-file-display span.file-size,
#standards-section #wp-file-list-section .spri-file-display span.file-type {
	color: initial;
	}


/**************** STANDARDS SECTION 2020! *****************/


#standards-section-2020 #wp-file-list-section .spri-cat-toggle {
	cursor: pointer;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display {
	padding: 1em 0 0 0;
	width: calc(100% - 1em);
	height: auto;
	background: #fff;
	cursor: pointer;
	margin: 0 0.5em 0.5em 0.5em;	
	position: relative;
	font-size: 20px;
	}


#standards-section-2020 #wp-file-list-section .spri-file-display span {
	font-size: 0.9em;
	color: #1e8ca8;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display img {
	width: 5em;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display:hover {
	background-color: #fefefe;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display,
#standards-section-2020 #wp-file-list-section .spri-file-display > div {
	padding: 0 !important;
	overflow: hidden;
	min-height: 100px;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display {
	padding: 5px 10px !important;
	overflow: hidden;
	min-height: 70px;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display > div {
	padding: 0 !important;
	overflow: hidden;
	min-height: 65px;
	}

#standards-section-2020 #wp-file-list-section .spri-file-display span.file-display-name {
	display: table-cell;
	height: 65px;
	vertical-align: middle;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(even) {
	color: #324f71;
	border: 3px solid #324f71;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(odd) {
	color: #6286AF;
	border: 3px solid #6286AF;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(even) span.file-display-name {
	color: #324f71;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(odd) span.file-display-name {
	color: #6286AF;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(even):hover {
	background-color: #324f71;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(odd):hover {
	background-color: #6286AF;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:hover span.file-display-name {
	color: #fff;
	}

#standards-section-2020 .et_pb_text {
	margin-left: 0 !important;
	}

#standards-section-2020 #wp-file-list-section .spri-standard-cat {
	float: left;
	border: 3px solid #fff;
	border-radius: 100%;
	width: 65px;
	height: 65px;
	color: #fff;
	padding: 0;
	padding-top: 13px;
	position: relative;
	text-align: center;
	margin-right: 1em;
	font-weight: bold;
	line-height: 1em;
	font-size: 16px;
	}

/* Categories are done with a span because the nth-of-type color toggling for entries is broken if this is div */
/* As a result, we need the span to act like a div-style block element while still being a different type */
/* Weakness of CSS that the 'nth' capability doesn't pay attention to classes, even if defined! */
#standards-section-2020 #wp-file-list-section .wpfilebase-cat-spri-stds {
	display: block;
	clear: both;
	margin-bottom: 0.5em;
	border: 2px solid black;
	padding: 8px;
	}

#standards-section-2020 #wp-file-list-section .wpfilebase-cat-spri-stds span {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	}

#standards-section-2020 #wp-file-list-section .spri-cat-circle {
	float: left;
	border: 3px solid #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #fff;
	padding: 0;
	padding-top: 8px;
	position: relative;
	text-align: center;
	margin-right: 1em;
	font-weight: bold;
	font-size: 12px;
	background-color: #324f71;
	}

#standards-section-2020 #wp-file-list-section .wpfilebase-cat-spri-stds:hover .spri-cat-circle {
	background-color: #6286af;
	}


#standards-section-2020 #wp-file-list-section .wpfilebase-cat-spri-stds .spri-cat-desc {
	font-size: 1.2em;
	}

#standards-section-2020 #wp-file-list-section .spri-cat-open {
	background: #324f71;
	color: #fff;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(even) .spri-standard-cat {
	background-color: #324f71;
	}

#standards-section-2020 #wp-file-list-section div.spri-file-display:nth-of-type(odd) .spri-standard-cat {
	background-color: #6286af;
	}

#standards-section-2020 #wp-file-list-section .spri-file-entry {
	display: none;
	}

#standards-section-2020 #wp-file-list-section .searchform:before {
	content:'Search the Standards Documentation';
	}

#standards-section-2020 #wp-file-list-section .searchform {
	width: 100%;
	margin: 10px auto;
	background-color: #fafafa;
	text-align: center;
	padding: 1em;
	}

#standards-section-2020 #wp-file-list-section .searchform #s {
	width: 100%;
	max-width: 300px;
	}

#standards-section-2020 #wp-file-list-section .searchform input[type=submit],
#standards-section-2020 #wp-file-list-section #spri-clear-file-search
	{
	display: block;
	padding: 5px 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 6px auto;
	background-color: #fb9024;
	color: #fff;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	}

#standards-section-2020 #wp-file-list-section #spri-clear-file-search {
	display: none;
	margin-bottom: 12px;
	}

#standards-section-2020 #wp-file-list-section .searchform input[type=submit]:hover,
#standards-section-2020 #wp-file-list-section #spri-clear-file-search:hover {
	background-color: #e87604;
	}


/**************** CONTINUING EDUCATION SECTION *****************/

#continuing-education-section ul {
	margin-left: 0;
	}

#continuing-education-section li {
	font-size: 0.9em;
	list-style-type: none;
	}

.continuing-education-heading {
	border-bottom: 1em solid #fff;
	background-color: #fb9024;
	}

.continuing-education-listbox a,
.continuing-education-listbox a:visited {
	color: #ae5e2c;
	}

.continuing-education-listbox a:hover {
	color: #5e3217;
	}




/**************** EVENTS *****************/

.event h1.entry-title {
	font-size: 36px;
	}

.event p.post-meta {
	display: none;
	}

.css-events-list table.events-table th,
.css-events-list table.events-table td {
	padding: 1em;
	}

.css-events-list table.events-table th.event-time {
	width: 25%
	}

.events-table .ical-link {
	font-size: 0.8em;
	}

.spri-event-description {
	background-color: #feebd8;
	padding: 1em;
	margin-bottom: 1em;
	}

#em-booking .em-booking-form-details {
	width: auto;
	padding: 0;
	}

#em-booking .em-booking-form-details p {
	padding: 0.75em 0.5em;
	}

#em-booking .em-booking-form-details p:nth-child(even) {
	background-color: #f9f9f9;
	}

#em-booking .em-booking-form label {
	min-width: 240px;
	margin-right: 10px;
	width: auto;
	}

#em-booking .em-booking-form-details .input-group select {
	display: block;
	clear: both;
	min-width: 150px;
	}

#em-booking .em-booking-submit {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	border: none;
	border-radius: 6px;
	color: #fff;
	background-color: #FB9024;
	padding: 15px 20px;
	margin: 2em 0 0 3em;
	cursor: pointer;
	}

#em-booking .em-booking-submit:hover {
	background-color: #FF8000;
	}

#em-booking .em-booking-form label {
	width: auto;
	}

#em-booking .em-attendee-fields {
	margin-bottom: 1em;
	border: 1px solid #ddd;
	padding: 10px;
	max-width: 350px;
	overflow: hidden;
	}

@media all and (min-width: 480px) {
	#em-booking .em-attendee-fields .input {
		float: right;
		}
	
	#em-booking .em-attendee-fields .input-group {
		height: 2em;
		}
	
	}

#em-booking-gateway-authorize_aim {
	margin-top: 0.5em;
	border: 1px solid #ddd;
	padding: 5px;
	}

.postid-4678 #em-booking-gateway-authorize_aim:before {
	content: "If you are only booking SPRI members, you do not need to enter credit card information to submit your registration";
	}

/**************** CONTENT *****************/

#task-force-initiatives h3 {
	margin-top: 20px;
	}

/****** CONTACT FORM (FORM MAKER) *********/

#spri-contact-form-container .fm-form-container.fm-theme0 .fm-form .wdform-page-and-images {
	padding: 0;
	}

#spri-contact-form-container .fm-form-container.fm-theme0 .fm-form .wdform_column {
	padding: 0;
	}

#spri-contact-form-container .fm-form-container.fm-theme0 .fm-form .wdform_section {
	margin: 0 !important;
	}


/**************** SEARCH *****************/

body.search #main-content .container {
	padding: 20px 0 10px !important;
	}

body.search .et_pb_fullwidth_header_overlay {
    background-color: rgba(255, 255, 255, 0.3);
	}

body.search article {
	background-color: #ebeff4;
	overflow: hidden;
	padding: 10px;
	}

body.search p.show-permalink a {
	color: navy;
	font-size: 0.95em;
	}

body.search p.show-permalink a:hover {
	color: blue;
	}

body.search .et_pb_post {
	margin-bottom: 20px;
	}

body.search .et_pb_post .entry-content {
	padding-top: 10px;
	}

body.search p.searchTerm {
	font-size: 18px;
	margin-bottom: 15px;
	}

body.search h3.searchHeading {
	font-size: 1.5em;
	padding-bottom: 5px;
	}

body.search h3.searchHeading a {
	color: #be2b10;
	}

body.search h3.searchHeading a:hover {
	color: #ee5135;
	}

body.search .file-thumbnail-container {
	float: left;
	text-align: center;
	width: 75px;
	margin-right: 10px;
	}

body.search .file-thumbnail {
	max-width: 75px;
	max-height: 75px;
	}


/**************** FOOTER ******************/

#footer-widgets .title {
	margin-bottom: 10px;
	}

/* first & third col */

#footer-widgets div.widget_recent_entries,
#footer-widgets div.widget_archive {
	width: 100%;
	}

#footer-widgets div.widget_recent_entries li:before,
#footer-widgets div.widget_archive li:before{
	content: none;	
	}

#footer-widgets div.widget_recent_entries li,
#footer-widgets div.widget_archive li {
	padding-left: 0;
	}

#footer-widgets div.widget_archive li,
#footer-widgets div.widget_recent_entries li span.post-date {
	border-bottom: 1px solid #575757;
	padding-bottom: 10px;
	}

#footer-widgets div.widget_recent_entries li span.post-date {
	display: block;
	line-height: 1em;
	font-size: 12px;
	color: #909090;
	padding-bottom: 15px;
	}

/* second col */

#footer-widgets #wp_editor_widget-3 {
	width: 100%;
	}

#footer-widgets #wp_editor_widget-3 p {
	width: 100%;
	background-color: #1c1c1c;
	padding: 3px 10px;
	margin-bottom: 8px;
	position: relative;
	}

#footer-widgets #wp_editor_widget-3 a:after {
	font-family: "ETmodules";
	position: absolute;
	right: 10px;
	content: "\e001";
	}


/* fourth col */

#footer-widgets p {
	line-height: 2em;
	}


#footer-widgets span.phone-footer:before,
#footer-widgets span.fax-footer:before,
#footer-widgets span.email-footer:before,
#footer-widgets span.contactus-footer:before {
	font-family: "ETmodules";
	padding-right: 0.5em;
	}

#footer-widgets span.phone-footer:before		{ content: "\e090"; }
#footer-widgets span.fax-footer:before			{ content: '\e103';	}
#footer-widgets span.email-footer:before		{ content: '\e010'; }
#footer-widgets span.contactus-footer:before	{ content: '\6c'; }



/***********************************************************/
	/****************** PRIMARY NAV DORA BUTTON *****************/
		/***********************************************************/

			/* 'dora-link' Must be the defined class in the menu CSS entry in WordPress menu manager */
			.dora-link {
				position: relative;
				width: 70px;
				}

			.dora-link a {
				padding-right: 0;
				}

			#top-menu .dora-link > a:first-child::after {
				display: none;
				padding-right: 0;
				}

			#dora-nav-image {
				position: absolute;
				width: 70px;
				height: auto;
				padding-bottom: 14px;
				}

			#top-menu .dora-link .sub-menu {
				top: 56px;
				width: 270px;
				}

			.et_header_style_left #et-top-navigation {
				padding: 15px 0 0 0 !important;
				}

			.et_header_style_left .logo_container {
				margin-top: -20px;
				}

			#et_top_search {
				margin-top: 13px;
				height: 32px;
				}

			/* Mobile Menu Overrides */
			#et_mobile_nav_menu #dora-nav-image {
				position: relative;
				}
			
			#et_mobile_nav_menu .dora-link {
				width: 100%;
				}
		
		
		
		/***********************************************************/
	/****************** PRIMARY NAV DORA BUTTON *****************/
/***********************************************************/


/********************************************************************************/
/*						RESPONSIVE STYLES TABLET AND BELOW						*/
/********************************************************************************/


@media all and (max-width: 1560px) {
	
	div.spri-file-display {
		width: 48%;
		height: 105px;
		}
	
	}

@media all and (max-width: 1480px) {
	
	.membership-application-buttons {
		width: 28%;
		margin: 0 2.5%;
		}
	
	}


@media all and (max-width: 1380px) {
	
	#top-menu li a {
		font-size: 16px !important;
		}
	
	#top-menu li {
		padding-right: 10px;
		}
	
	div.member-directory-box {
		width: 47%;
		}
	
	}


@media all and (max-width: 1280px) {
	
	/***** ABOUT US APP BUTTONS ****/
	
	.membership-application-buttons {
		min-width: 70%;
		width: auto;
		float: none;
		margin: 0;
		}
	}

@media all and (max-width: 1225px) and (min-width: 981px) {
	
	/*
	.et_header_style_left .logo_container {
		max-width: 100px;
		margin-top: -100px;
		}
	*/
	}


@media all and (max-width: 1080px) {
	#top-menu li a {
		font-size: 14px !important;
		}

	#top-header,
	#top-header a,
	#et-secondary-nav li li a,
	#top-header .et-social-icon a::before {
		font-size: 12px !important;
		}
	}


@media all and (max-width: 980px) {

	/***** GLOBAL *****/

	/* Reset the logo position */ 
	.et_header_style_left .logo_container {
		margin-top: inherit;
		top: inherit;
		}

	#et_top_search {
		margin-top: inherit;
		}
	
	/***** HOME PAGE *****/
	
	.image-slider-panel .et_pb_slide_description,
	.image-slider-panel .et_pb_slider_fullwidth_off .et_pb_slide_description,
	#home-page-slider .et_pb_slide_description,
	#home-page-slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
		margin: 15% 0;
		width: initial;
		}
	
	#home-page-slider .et_pb_slides .et_pb_slide,
	.image-slider-panel .et_pb_slides .et_pb_slide {
		height: auto;
		}
	
	#home-page-slider .et_pb_slide_image {
		display: none;
		}
	
	
	/* right col */
	#home-page-call-to-action .et_pb_column_1_3 .et_pb_button {
		width: inherit;
		}
	
	#home-page-call-to-action .et_pb_column_1_3{
		border-left: none;
		}	
		
	#home-page-call-to-action .et_pb_column * {
		text-align: center;
		}
	
	/***** PRIVATE MEMBER LIST ****/
	
	div.member-directory-box {
		float: none;
		width: 100%;
		min-height: 0;
		}
	
	/***** FILEBASE FILE LIST ****/
	
	#standards-section-2020 #wp-file-list-section .spri-file-display {
		width: calc(100% - 10px);
		margin-left: 10px;
		margin-right: 0;
		}
	
	div.spri-file-display {
		width: 100%;
		height: auto;
		min-width: 0;
		min-height: 86px;
		}
	

	}

@media all and (max-width: 760px) {
	
	/***** PUBLIC MEMBER LIST ****/
	
	#public-member-dir .logo img {
		float: none;
		max-width: 200px;
		}
	}

@media all and (max-width: 640px) {
	form#member-directory-search-form {
		text-align: center;
		line-height: 2.5em;
		}
	
	#member-directory-search-note {
		text-align: center;
		width: 100%;
		line-height: 1.5em;
		}
	
	div.spri-file-display span.file-size,
	div.spri-file-display span.file-icon {
		display: none;
		}
		
	/**************** PAGE HEADING (Master Slider-based) *****************/

	.spri-variable-header-content h1 {
		font-size: 36px;
		}
	
	.spri-variable-header-content h6 {
		font-size: 16px;
		line-height: 24px;
		}
	
	}

@media all and (max-width: 480px) {

	.strong-view .testimonial-content {
		line-height: 26px;
		}
	
	/**************** PAGE HEADING (Master Slider-based) *****************/

	.spri-variable-header-content h1 {
		font-size: 28px;
		}
	
	.spri-variable-header-content h6 {
		font-size: 14px;
		line-height: 20px;
		}
	
	}

@media all and (max-width: 320px) {
	}