/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Base color palette information ==================== */


/*
Base blue
hex #428bca

Dark blue
hex #2a6496;
	
Base orange
hex #00467f;
	
Base white
hex #fff; (or white)
*/


/* ====================== Default container styles ========================== */


body {
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #e6ebf5;
	background-image: url('link');
	background-repeat: repeat-x;
	background-position: top;
	*/
	background: #fff;
	/*border-top: 10px solid #00467f;*/
}

a:link,
a:visited {
	color: #26A9E0;
}

a:focus,
a:hover,
a:active {
	color: #B9D9EB;
	text-decoration: none;
}

h1 {
	/*
	color: #428bca;
	*/
	text-shadow: none;
    color: #743EAE;
    font-size: 3.6rem;
    text-align: center;
    font-family: 'quatro-slab', 'europa', sans-serif;
}

h2 {
    color: #26A9E0;
    font-family: 'quatro-slab', 'europa', sans-serif;
}

h3 {
    color: #26A9E0;
    font-family: 'quatro-slab', 'europa', sans-serif;
}

h4 {
    color: #26A9E0;
    font-family: 'quatro-slab', 'europa', sans-serif;
}

h5 {
    color: #26A9E0;
    font-family: 'quatro-slab', 'europa', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    clear: both;
}
p, ol, ul, dl, table {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-family: 'quatro', 'europa', sans-serif;
}
ul {
    list-style-type: square;
}

.topActionButtons {
    display: none;
}

.Masthead {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#dvCustomMasthead {
    padding-bottom: 20px;
}

#content-container .container {

	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;

}

/* ======= Homepage ======== */


.homepageBox {
    padding: 30px;
    min-height: 190px;
    border-radius: 40px;
    margin: 30px 0px 10px 0px;
}

.homepageBox *{
    color: white;
}

.homepageBox a {
    font-weight: bold;
}

.homepageBox p {
    font-size: 16px;
}

.homepageBox a:hover{
    color: white;
}

.homepageBox h3 {
    font-weight: bold;
}

.homepageBox.purpleBox {
    background: #63308e;
}

.homepageBox.yellowBox {
    background: #e7bb2a;
}

.homepageBox.blueBox {
    background: #00467f;
}

.homepageBox.redBox {
    background: #c70a13;
}

.largeHomeBox {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 30px 10px;
}

.largeHomeBox h3 {
    font-weight: bold;
    color: #333;
}

.largeHomeBox h4 {
    font-weight: bold;
    color: #0d477a;
}

/* ====================== Additional container styles ======================= */


.breadcrumb {
	display: none;
}

.badge {
	/*
	background-color: #428bca;
	*/
}

.pagination > li > a, .pagination > li > span {
	/*
	color: #428bca;
	*/
}

.nav-tabs > li {
	/*
	color: #555;
	*/
}

.nav-tabs > li > a:hover {
	/*
	color: #2a6496;
	*/
}

.nav-tabs > li.active > a {
	/*
	border-top-color: #428bca;
	color: #428bca;
	*/
}

body.no-nav {
	/*
	background-color: white;
	background-image: none;
	*/
}
div#ctl00_dvContent {
    padding-bottom: 50px;
}

/* ====================== Navigational styles =============================== */


@media (min-width: 993px) {
	div#ctl00_dvTopNavigation {
    background: #003057;
    border-top: 2px solid #6CC24A;
	}
}

.navbar-collapse {
	/*
	padding: 0px;
	box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -2px 3px rgba(0,0,0,0.2);
	background-color: #428bca;
	*/
	padding: 0px;
	box-shadow: none;
	background-color: #003057 !important;
}

.container > .navbar-collapse {
	border-bottom-color: #003057;
	border-bottom-style: none;
	border-bottom-width: 2px;

}

.navbar-top > li > a {
	color: #003057;
}

.navbar-top > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.navbar-nav > li > a {
	font-size: 16px;
	font-weight: normal;
	
}

.navbar-nav > li > a:hover {
	color: #fff;
	background-color: #00aeef;
}

.navbar-nav > li > a.active {
	color: #fff;
	background-color: #00aeef;
}

.navbar-nav > li.active > a {
	color: #fff;
	background-color: #00aeef;
}

.navbar-nav > li > .dropdown-menu {
	/*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
}

.dropdown-menu {
	background-color: white;
	border-bottom-color: #003057;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.dropdown-menu > li > a {
	font-size: 15px;
	font-weight: normal;
	

}

.dropdown-menu > li > a:hover {
	color: white;
	background-color: #00aeef;
}

.left-nav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-nav > li > a {
	/*
	color: white;
	*/
}

.left-nav > li > a:hover {
	/*
	color: white;
	background-color: #00467f;
	*/
}

.left-nav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > a:focus, .left-subnav.in > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a, .left-subnav.in > li > a {
	/*
	color: #428bca;
	*/
}

.left-nav > li.active > .left-subnav > li > a:hover, .left-subnav.in > li > a:hover {
	/*
	color: #428bca;
	*/
}

.left-subnav.in > li > a {
	/*
	color: #428bca;
	padding: 8px 0px 8px 24px;
	background-color: white;
	*/
}

.left-subnav > li {
	/*
	border-bottom-color: #e0eded;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.left-subnav > li > a {
	/*
	padding: 8px 0px 8px 11px;
	color: #428bca;
	*/
}

.left-subnav > li > a:hover {
	/*
	color: #428bca;
	background-color: white;
	*/
}

.left-subnav > li.active > a {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.left-subnav > li.active > a:hover {
	/*
	color: white;
	background-color: #428bca;
	*/
}

.nav-username {
	/*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
}

#ctl00_UserInfo_lnkLogout {
	/*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	*/
}

.navbar-toggle {
	/*
	border-color: #428bca;
	background-color: #428bca;
	*/
}

i.fa.fa-caret-down {
	/*
	display: none; (This is optional)
	*/
}


/* ====================== Custom footer styles ============================== */


#footer-container .container {
	background-color: #003057;
    border-top-color: #003057;
	border-top-style: solid;
	border-top-width: 0;
	box-shadow: none;
	-webkit-box-shadow: none;

}
#footer-container{
	background-color: #003057;
    border-top-color: #6CC24A;
	border-top-style: solid;
	border-top-width: 2px;
}

.footer h2 {
	color: white;
	/*
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.footer ul {
	/*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	*/
}

.footer ul li {
	/*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	*/
}

.footer ul li a:link,
.footer ul li a:visited {
    color: #26a9e0;
}
.footer ul li a:focus,
.footer ul li a:hover,
.footer ul li a:active {
    color: #b9d9eb;
}

.footer .list-inline>li>a {
    margin-left: 0px;
}

.footer h2 {
    border-bottom: 0px solid white;
    margin-bottom: 0;
}

.footer p {
    /* color: #FFFFFF; */
}

.footer ul li {
    color: white;
    list-style-type: none;
    margin-bottom: 8px;
    text-decoration: none;
    line-height: 1.1em;
}

#footer-container .container {
    padding: 40px 0px;
    background-color: #003057;
}

.footer-column {
    float: left;
}



.btn.btn-blue-footer {
    background-color: #0099cc;
    border-color: #0099cc;
    color: #ffffff !important;
    text-shadow: white 0 0 0;
}

.btn.btn-blue-footer:hover,
.btn.btn-blue-footer:active,
.btn.btn-blue-footer:focus {
    background-color: #61afc9;
	color: #e4e4e4;
    opacity: 1;
}


.footer-newsletter-text {
    color: white;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 12px;
}
/* ================== When no content is in left sidebar =================== */

.left-container{
    /*min-height: 1px;*/
}


/* =================== img-responsive for IE ============== */
.img-responsive {
	width: auto;
}

/* =================== Fix Focus State for nav ===================== */
.nav > li > a:focus {
    background-color: transparent;
}



/* ===== Hiding ads for now ===== */

div#Msg4024 {
    display: none;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}


/* ===== JMS MARKETING STYLE ADDITIONS ===== */

/*SHOW SPONSOR PAGE*/
img.sponsorpage-logo {
    display: inline-block;
    width: 22.5%;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 4rem;
}
p.sponsorpage-description {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    margin-bottom: 4rem;
}
    @media (max-width:991px){
        img.sponsorpage-logo {
            width: 50%;
            margin-bottom: 2rem;
        }
        p.sponsorpage-description {
            width: 100%;
            vertical-align: top;
            margin-bottom: 4rem;
        }
}
center {
overflow: auto;
}


	.vid iframe{
		height: 315px;
		width: 560px;
		}
		@media (min-width: 320px) and (max-width: 768px){
		
		.vid iframe{
		
		width: 100%;
		}
		
		}
		@media only screen   
		and (min-device-width : 1366px)   
		and (max-device-width : 2560px)  {
		
		.txtvid{
		
		display: Flex;
		}
		.txthome{
		padding-right: 20px;
		
		}
		}

		.media > .media-body >a > b> font {
    color: #921F72;
}


/* Code for increasing speaker card size */

/* Code for fixing spacing and responsiveness in speaker card */

.speakerCard {
  width: 100% !important;
  max-width: 800px !important;
  min-height: 200px !important; /* Default for larger screens */
  padding: 20px !important;
  font-size: 1.5rem !important;
  border: 2px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  margin: 20px auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.speakerCard img {
  max-width: 150px !important;
  height: 150px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  margin: 0 !important;
}

.pull-left {
  float: left !important;
  margin-right: 20px !important;
}

.speakerCard .media-heading {
  font-size: 2rem !important;
  font-weight: bold !important;
}

.speakerCard .title, .speakerCard .company {
  font-size: 1.5rem !important;
}

.label-success {
  font-size: 1.2rem !important;
  padding: 8px 12px !important;
}

/* Media Query for Phone Sizes */
@media (max-width: 768px) {
  .speakerCard {
    max-width: 100% !important;
    padding: 15px 15px 10px !important;
    margin-bottom: 15px !important;
    min-height: auto !important; /* Remove min-height for better mobile sizing */
  }

  .speakerCard img {
    max-width: 100px !important;
    height: auto !important;
  }

  .pull-left {
    margin-right: 15px !important;
  }

  .speakerCard .media-heading {
    font-size: 1.5rem !important;
  }

  .speakerCard .title, .speakerCard .company {
    font-size: 1.2rem !important;
  }
}
/* End of code for increasing speaker card size */

/*Updated masthead and menu to be centered - Romie*/

img#masthead-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
div#top-nav {
    display: flex !important;
    justify-content: center;
}

/*mobile menu edits Romie*/
@media only screen and (max-width: 992px) {

    #ctl00_dvTopNavigation .navbar-header {
        width: 100% !important;
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
        background-color: #003057;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggle .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
        background-color: #ffffff;
        height: 3px;
    }

    .navbar-header:before {
        content: "MENU";
        color: white;
        font-size: 20px;
    }

    button.navbar-toggle.visible-sm.visible-xs {
        position: relative;
        float: none;
        padding: 15px 10px;
        margin-top: 0px;
        margin-right: 15px;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        /* margin: 0 auto; */
        display: flex;
    }   
}


a.pinkButton{
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    background-color: #C5299B;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'quatro', sans-serif;
    border-radius: 8px;
    text-decoration: none;
}
a.pinkButton:hover{
    opacity: 0.8;
}
