body{
	font-family: arial;
	background: url(background.png);
	background-repeat: no-repeat;
	background-size: 100% 400px;
	margin: 0px;
	overflow-x: hidden !important;
}

.Anchor .watchVideo, .Anchor .pdfDownload, .Anchor .ContactUs {
	display: none;
}	
	
.Gold .watchVideo, .Gold .pdfDownload, .Gold .ContactUs {
	display: none;
}	

#AllSponsors {
	padding-bottom: 6%;
}	
.AllSponsors{
	width: 80%;
	display: flex;
	justify-content: left;
}
.Sponsor {
	width: 280px;
	display: inline-block;
	margin-bottom: 15px;
	background-color: transparent;
	height: 150px;
	vertical-align: top;
}
.Sponsor img {
	width: 100%;
	padding-top: 10px;
	cursor: pointer;
}
.sponsorTitle{
	color: white;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
	display: none;
}
.sponsorDesc{
	color: black;
	padding-top: 5px;
	font-size: 12px;
	text-align: left;
}
.sponsorLink{
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
.sponsorLink a{
	color: #0597e0;
	text-decoration: underline !important;	
}
.sponsorLink a:visited{
	color: #0597e0;
	text-decoration: underline !important;
}

.sponsorLink a:hover {
	text-decoration: none !important;
}

.SilverVideo, .SilverDownload, .SilverContactUs {
	width: 97% !important;
}	
.watchVideo, .pdfDownload, .ContactUs, .ZoomLink {
	font-size: 12px;
    width: 80%;
    margin: 0 auto;
    padding: 5px;
    background: #d14629 !important;
    margin-top: 3%;
	color: white;
    line-height: 10pt;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	float: left;
}

.AnchorLink, .GoldLink {
	display: none;
}
	
.ZoomLinkDisabled{
	font-size: 12px;
    width: 85%;
    margin: 0 auto;
    padding: 5px;
    background: #c8c8c8 !important;
    margin-top: 3%;
	color: white;
    line-height: 10pt;
	cursor: not-allowed;
	font-weight: bold;
	border-radius: 4px;
	text-align: center;
	float: left;
}

.ZoomInfo{
	color: #0597e0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 20px;
}

.Silver .AllZoomDetails {
	width: 90%;
}	

.AllZoomDetails {
	background-color: #f5f7fa;
	padding-bottom: 30px;
	padding-top: 10px;
    padding-left: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
	width: 100%;
}

.ZoomLinkDiv {
    display: block;
    height: 32px;
}

.ReadMoreButton a{
	color: #d14629;
    text-transform: none;
    font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.ReadMoreButton a:hover{
	text-decoration: underline;
}

.watchVideo a, .pdfDownload a, .ContactUs a {
	color: white;
	text-decoration: none;
}

.watchVideo:hover, .pdfDownload:hover, .ContactUs:hover {
	background: #0597e0 !important;
}

.search-field-container {
    position: relative;
    padding: 1em 2em 1em 4em;
    margin: 3em 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #dddddd;
	width: 85%;
}
.search-field-container .search-field-img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.375em;
    padding-left: 1em;
    cursor: pointer;
}
.search-field-container .search-field-clear {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    margin: -14px 10px 0 0;
    font-size: 16px;
    cursor: pointer;
}
.search-field-container #search-field {
    width: 100%;
    border: 0;
    background: inherit;
    font-family: Helvetica;
    font-size: 16px;
    outline: 0;
    background: transparent;
}
.SearchCounter{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
}
.OtherSearchArea{
	margin-top: 2%;
	margin-bottom: 2%;
	width: 90%;
	text-align: left;
}
.OtherSearchAreaInfo{
    border: 1px solid black;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    width: 11px;
    margin-right: 5px;
	margin-bottom: 5px;
    font-size: 10px;
	font-weight: 800;
	cursor: pointer;
	text-align: center;
}
.OtherSearchAll{
	width: 60px;
	text-align: center;
}

.OtherSearchAll:nth-child(7), .OtherSearchAll:nth-child(8) {
	display: none !Important;
}	

.OtherSearchAll:nth-child(3), .OtherSearchAll:nth-child(7) {
    width: 100px;
}

.SelectedItem, .OtherSearchAreaInfo:hover {
	background-color: #d14629;
	color: white;
	border: 1px solid black !important;
	box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}


* {
	box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
}

/* SELENA'S EDITS */

/* changing background colour to top half of page */
.top-half {
	background-color: #f5f7fa;
	padding-top: 2%;
	padding-bottom: 2%;
}

.top-half h2 {
	padding-top: 0;
}	

.top-half #h3 {
	font-size: 16px;
    color: black;
    text-align: center;
    width: 80%;
    margin-top: -20px;
    line-height: 21px;
}	

.top-half h2 {
    text-align: center !Important;
    color: #0597e0;
    font-size: 35px;
    width: 80%;
	font-weight: normal;
	margin-top: 1%;
	margin-bottom: 35px;
}		



/* banner images for desktop and mobile */

#headerPageText {
	background-image: url(https://www.softconference.com/WebcastSystem/images/sites/117/KNA-Banner.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	padding-bottom: 35%;
}


/* Desktop Menu Bar Edits */
/* drop down desktop menu edits */

	.TopMenuMobile {
		overflow: hidden;
		position: relative;
		text-align: center;
	}

.TopMenuMobile #myLinks {
  display: none;
}


.TopMenuMobile .icon {
	position: absolute;
	left: 0;
	top: 0;
    width: 70px;
    height: 3em;
    color: white;
    text-decoration: none;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    background-color: #d14629;
}

.TopMenuMobile .wcSocLi  {
    display: inline-block;
    width: 10%;
    text-align: center;
}



.TopMenuMobile {
	display: none !important;
}	

.active {
	background-color: #f68364;
	padding-top: 10px;
	padding-bottom: 10px;
}	


.welcome {
    display: none !important;
}

.TopMenu .logOut {
    width: 100% !important;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height: 70px;
	align-items: center;
	z-index: 99999999999999;
}

.aboutleft {
	display: flex;
    justify-content: space-between;
    align-items: center;
}	

    .aboutcenter {
        font-size: 18px;
        font-weight: bold;
        color: white;
        padding-top: 0px;
        display: flex;
        vertical-align: top;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
		margin-left: 21%;
    }

    .aboutright {
        font-size: 24px;
        font-weight: bold;
        color: white;
        padding-top: 13px;
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }


    .aboutrightMobile {
        font-size: 16px;
        font-weight: bold;
        color: white;
        padding-top: 15px;
        width: 90%;
        padding-top: 2%;
    }

    .aboutleftMobile {
        display: inline-block;
        vertical-align: top;
        width: 41%;
        float: left;
    }

    .aboutrightMobile {
        display: inline-block;
        vertical-align: top;
        width: 90%;
    }

    .aboutcenterMobile {
        display: flex;
        vertical-align: top;
        width: 100%;
        font-size: 20px;
        font-weight: bold;
        color: white;
        text-align: right;
        justify-content: flex-end;
		position: absolute;
		top: 0;
    }
	
	.TopMenu .wcSocUl {    
		width: 200px;
		margin-bottom: 0;
	}
    .wcSocUl {
        display: inline-block;
        list-style: none;
        padding: 0;
        width: 100%;
    }
	
	#wcSocUlMOB {
		margin-top: 15px;
	}	

    .wcSocLi {
        display: inline-block;
    }


.TopMenu {
	display: flex !important;
    justify-content: center;
    position: fixed;
	width: 100%;
	z-index: 99999999999999;
	background-color: #dbeaff !important;
	align-items: center;
	box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 25%);
	-webkit-box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 25%);
	-moz-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.25);	
}	


.TopMenu #wcSocContainer {
	position: absolute;
    left: 84%;
	width: 200px;
	z-index: 99999999999999;
	margin-bottom: 0;
}

.TopMenu .wcSocContainer a {
	font-size: 20px;
	color: #0597e0;
}	

.TopMenu .wcSocContainer a:hover {
	color: #d14629;
}	

#wcSocFbLi, #wcSocINLi, #wcSocTwitterLi {
	padding-right: 5%;
}	

.logOutMobile {
	display: flex !Important;
    flex-direction: column;
}

.logOutMobile a {
	margin-top: 5%;
}	

.logOutAMobile, .FAQAMobile, .HomeAMobile, .SponsorsAMobile, .ForumAMobile, .SessionAMobile, .CE-AMobile, .CEA-Mobile {
	font-size: 16px !important;
	font-family: Arial !important;
	font-weight: 700 !important;
	color: white !important;
 	text-decoration: none !important;
}

	

.logOutAMobile:hover, .FAQAMobile:hover, .HomeAMobile:hover, .ForumAMobile:hover, .SponsorsAMobile:hover, .CE-AMobile:hover, .CEA-Mobile:hover, .SessionAMobile:hover {
	background-color: #e6635f;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* drop down desktop menu edits */

.Drop-Down-Content {
	display: none;
}


#Drop-Down-Content {
	background-color: #d14629;
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 235px !important;
	box-shadow: 0px 8px 16px 0px #1f1f1fa1;
	margin-top: 2px;
	z-index: 99999;
}	

#Drop-Down-Content a {
	font-size: 12px !Important;
	font-family: Arial !important;
	font-weight: 700 !important;
	color: white !important;
 	text-decoration: none !important;
	text-transform: capitalize !Important;
	display: inline-block;
	width: 90%;
	margin-bottom: 5%;
	margin-top: 5%;
	text-align: left;
    padding-left: 10%;	
}	
	

.TopMenu .dropbtn, .TopMenu .dropbtn a {
	font-size: 12px !important;
	font-family: Arial !important;
	font-weight: 700 !important;
	color: black !important;
 	text-decoration: none;
	background: none !Important;
	cursor: pointer;
}	

.TopMenu .dropbtn a:hover {
	border-bottom: 5px solid #f3ec19 !important;
}


#Drop-Down-Content a:hover {
	background-color: #f68364;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
}

/*.Drop-Down:hover .Drop-Down-Content {
	display: block;
}*/

#Help-Drop-Down, #Education-Drop-Down, #Shop-Drop-Down, #Sponsor-Drop-Down, #Social-Drop-Down, #Membership-Drop-Down, #LogOut-Drop-Down, #Raffle-Drop-Down {
	margin-left: 3%;
}


/* dropdown menu mobile */

.Drop-Down-Mobile {
	margin-left: 0 !Important;
}


.Drop-Down-Mobile #Drop-Down-Content a {
	font-size: 16px !Important;
	font-family: Arial !important;
	font-weight: 700 !important;
	color: white !important;
 	text-decoration: none !important;
	text-transform: capitalize !Important;
	display: inline-block;
	width: 100%;
	margin-top: 5% !Important;
	text-align: center;
    padding-left: 0 !Important;
	margin-left: 0 !important;
}



.Drop-Down-Mobile #Drop-Down-Content {
	background-color: #2ab0f2;
    position: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100% !important;
    box-shadow: none;
    margin-top: 0px;
    z-index: auto;
}	


.Drop-Down-Mobile .dropbtn {
	font-size: 16px !important;
	font-family: Arial !important;
	font-weight: 700 !important;
	color: white !important;
 	text-decoration: none !important;
	margin-top: 5%;
	margin-bottom: 5%;
	background: none !important;
	border: none !important;
	outline: none !important;
	text-transform: capitalize !important;
	cursor: pointer;
}	

.Drop-Down-Mobile .dropbtn a {
	color: white;
	text-decoration: none;
}


.Drop-Down-Mobile:hover {
	background-color: #2ab0f2;
}


.Drop-Down-Mobile #Drop-Down-Content a:hover {
	background-color: #68c7f6;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.Main-Logo-Desktop {
	width: 23.8%;
	position: absolute;
	left: 5%;
	left: 4.8%;
    margin-top: -5px;
}	

.Main-Logo-Desktop img {
	width: 60%;
}	


.Main-Logo-Mobile img {
    margin-top: 2%;
	width: 70%;
}
/* menu bar edits ends */


/* banner edits mobile and desktop */

.bannerImage, .bannerImageMobile {
	cursor: auto !important;
}

.bannerImageDiv, .bannerImageDivFAQ, .MainPageDescDiv .bannerImageDiv {
	display: block !Important;
}	

.bannerImageMobile, .bannerImageDivMobileFAQ, .MainPageDescDiv .bannerImageDivMobile {
	display: none !Important;
}


.HeaderBody {
	position: absolute;
	z-index: 999999999;
	margin-top: 32%;
	width: 100%;
}	




/* edits to home page banner */

.bannerImageDivSession {
	display: contents !important;
	height: auto !important;
}

.bannerImageDiv {
	display: none !Important;
}	


/* edits to Anchor Sponsors */
.Anchor {
	height: auto;
	width: 480px;
}


.Gold, .Silver, .Iron {
	height: auto !important;
}	


/* edits to Platinum sponsors */


/*hide Platinum sponsors*/
.Platinum, .PlatinumSponsorText, .OtherSearchAll:nth-child(3) {
	display: none !important;
}	

.AnchorSponsorText {
	margin-top: 5% !important;
	font-size: 40px;
}	

.GoldSponsorText {
	font-size: 35px;
	margin-top: 4%;
}

.SilverSponsorText, .IronSponsorText {
	font-size: 30px;
	margin-top: 4%;
}	

#AllSponsors {
	width: 100% !important;
	overflow-x: hidden;
}	


.Platinum {
	width: 350px;
	height: 400px;
	display: inline-block;
	background-color: white;
}

	
.Platinum img{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	/* padding-right: 20px; */
}
.PlatinumImage, .GoldImage{
	display: inline-block;
}
.PlatinumDiv, .AnchorDiv, .GoldDiv, .SilverDiv, .IronDiv{
	display: inline-block;
	width: 300px;
	text-align: left;
}
.PlatinumTitle, .GoldTitle{
	display: none;
}
.PlatinumDesc, .GoldDesc{
	padding-top: 20px;
}

.GoldDesc, .AnchorDesc{
	color: black;
	width: 100%;
}

.IronDesc, .SilverDesc {
	width: 90%;
}
	
.PlatinumVideo, .PlatinumDownload, .PlatinumContactUs {
	text-align: center;
	margin: 0;
	margin-top: 10px;
}
.GoldVideo, .GoldDownload, .GoldContactUs{
	text-align: center;
	margin: 0;
	margin-top: 10px;
}

.SponsorText {
    font-weight: bold;
	color: #0597e0;
	font-weight: bold;
	margin-top: 2%;
	margin-bottom: 2%;	
}
.Gold, .Silver {
    width: 350px;
	height: 500px;
    background: #fff;
}
.Gold img {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

/* edits to Silver sponsors */
.ScholarshipImage, .FriendImage {
	width: 10% !important;
}



.Iron {
	width: 300px;
	height: 430px;
}

.Silver[data-title="Passport-Health-Plan"] {
	height: 400px;
}

.Iron[data-title="Baptist-Health"] {
	height: 480px;
}

.SilverImage, .IronImage {
	width: 50% !important;
}	

/*edits to Scholarship and Friend Sponsors */
.ScholarshipTitle, .FriendTitle {
	display: block !important;
	color: #56565b !important;
}

.ScholarshipLink, .FriendLink {
	display: none;
}

.Scholarship {
	display: block;
	height: auto;
	width: 50%;
}

.Friend {
	width: 50%;
}	

.Scholarship[data-title="Anonymous"] {
	padding-bottom: 5%;
}

.ScholarshipSponsorText, .FriendSponsorText {
    margin-top: 20px;
    margin-bottom: 30px;
	color: #0597e0;
	font-size: 25px;
	font-weight: bold;	
}

/* edits to Footer */

.footerContainer, .footerContainerWrapper {
    background-color: #2c353a !important;
    color: #7a8689 !important;
}


.footer-align {
    margin-top: 4px;
    display: flex;
    justify-items: baseline;
    flex-direction: row;
    font-size: 12px;
	padding-left: 8%;
}

.align-footer-items {
   list-style-type: none;
}

.align-footer-items li {
    margin-top: 7px;
} 

.footerContainer {
    width: 100% !Important;
    color: white !important;
	display: inline-block;
    width: 100%;
    padding: 20px 0 20px;
    text-align: left;
    font-family: Arial !important;
    font-size: 12px !important;
	line-height: 15px;
}
.FooterMessage1{
	font-size: 18px;
    margin-left: 37px;
}
.FooterMessage2, .FooterMessage3 {
	display: inline-block;
	width: 45%;
}

.align-footer-items a {
	color: #0597e0 !important;
	font-weight: bold;
	text-decoration: underline;
}	

.align-footer-items a:hover {
    color: #0597e0 !important;
	text-decoration: none;
}	

#myBtn {
	display: none;
    position: fixed;
    bottom: 20px;
	right: 30px;
    z-index: 99;
    font-size: 15px;
    border: 1px solid white;
    outline: none;
    background-color: #d14629;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}	



/* RESPONSIVE EDITS */


@media only screen and (max-width: 1350px) {
	.Platinum, .Gold, .Anchor, .Silver, .Iron {
		height: auto !Important;
		padding-bottom: 4% !important;
		padding-right: 0 !important;
		margin: 0 auto;
	}
}	

@media only screen and (max-width: 1230px) {

	/* Edits to Platinum aka 365 Sponsor section */

	.Sponsor img {
		padding-top: 0 !important;
	}	
	
	/* Edits to search bar */
	
	.search-field-container {
		padding: 1rem !important;
	}	
	
	.search-field-container #search-field {
		padding-left: 50px !important;
	}	


}
	

	

@media only screen and (max-width: 970px) {
	.OtherSearchArea {
		margin-top: 5%;
	}

	.Platinum, .Gold, .Silver {
		width: 40% !important;
	}

	.Iron {
		width: 35% !important;
	}

	.Anchor {
		width: 350px;
	}
		
}



@media only screen and (max-width:960px) {

	.TopMenu, .cahsah-logo-desktop {
		display: none !important;
	}
	.TopMenuMobile {
		display: block !important;
		height: auto !important;
		padding-top: 60px !important;
		background-color: #dbeaff !important;
		background-color: #dbeaff !important;
		box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 3px 5px 0 rgba(0,0,0,0.25)
	}
	
	.TopMenuMobile .ssh-logo img {
		width: 100px;
		margin-top: -4px;
	}

	#headerPageText {
		background-image: none;
		padding-bottom: 0;
	}

	.tile img {
		width: 100% !Important;
	}

	.HeaderBody {
		margin-top: -22px;
	}

	/* CSS to show new mobile banner created below nav and logo */
	.bannerImageMobile, .bannerImageDivMobileFAQ, #Mobile-Rotating-Banner, .MainPageDescDiv .bannerImageMobile {
		display: block !important;
		height: auto;
		width: 100%;
	}	
			
	.bannerImageDiv, .headerPageText .bannerImageDiv, .bannerImageDivFAQ, .bannerImageDivSession, #Desktop-Rotating-Banner, .MainPageDescDiv .bannerImageDiv {
		display: none !Important;
	}	
}
@media only screen and (max-width:780px) {
	#AllSponsors {
		padding-bottom: 10%;
	}		
	
	.PlatinumDiv, .AnchorDiv, .GoldDiv, .SilverDiv, .IronDiv {
		width: auto !important;
	}
	
	.AnchorSponsorText {
		margin-top: 10% !important;
		margin-bottom: 5%;
	}

	.Sponsor, .AnchorSponsorText, .SilverSponsorText, .GoldSponsorText, .IronSponsorText  {
		width: 80% !important;
	}
	
	
	.PlatinumDiv, .GoldDiv, .AnchorDiv {
		text-align: center;
		margin: 0 auto !important;
		width: 100%;
	}	
	
	.watchVideo, .pdfDownload, .ContactUs {
		margin: 0 auto !Important;
		margin-top: 4% !important;
		float: none;
	}	
	
	.SilverSponsorText {
		margin-top: 10% !Important;
	}	
	
	.sponsorLink {
		padding-bottom: 15px !important;
	}

	.PlatinumLink a {
		font-size: 16px;
	}	
	
	.Platinum img, .Anchor img {
		width: 100% !important;
		padding-right: 0 !Important;
	}	

	.Gold img {
		width: 100% !important;
		padding-right: 0 !Important;
	}		
		
		
	.Silver img, .Iron img {
		width: 100% !important;
	}
	
	.sponsorDesc, .sponsorLink {
		width: 100%;
	}	

	.ZoomInfo {
		text-align: left;
		padding-right: 0;
	}
	
	.AllZoomDetails {
		padding-right: 20px;
		width: auto !important;
		padding-left: 20px;
		padding-bottom: 20px;
		margin-bottom: 10%;
	}	

	.watchVideo, .pdfDownload, .ContactUs {
		width: 98% !important;
	}

	.ZoomLinkDisabled, .ZoomLink {
		width: 95%;
	}	
	
}	



@media only screen and (max-width:630px) {

	.OtherSearchAreaInfo {
		margin-bottom: 10px;
	}



	/* Edits to footer */

	.footer-align {
		flex-direction: column !important;
		align-items: start;
		padding-left: 3% !important;
		margin-top: 10px !important;
	}
	
	.FooterMessage2, .FooterMessage3 {
		width: 90% !Important;
	}
	
	.top-half h2 {
		font-size: 30px;
	}	
	
	.OtherSearchArea, .SearchCounter {
		text-align: center;
	}		
	
}

@media only screen and (max-width:434px) {
    .TopMenuMobile .wcSocLi  {
		width: 15% !important;
     }
	 
	 .top-half #h3 {
		 width: 80%;
	 }	

	.Platinum img {
		width: 100% !Important;
	}
	
}

.hiddenItem{
	display: none;
}

.watchVideo a, .pdfDownload a, .ContactUs a{
	text-decoration: none;
	color: #fff;
}