@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Oswald:400,500,600,700');
/************ BASE THEME STARTS**************/ 
.font-12{
	font-size:0.75rem;
}
.bg-dark-blue {
	background:#003359;
}
.bg-interactive-blue{
	background:#086ea1;
}
.bg-carefirst-blue {
	background:#0099cc;
}
.bg-pantone {
	background:#8fcae7;
}
.bg-note-blue {
	background:#e0f3fb;
}
.bg-gray{
	background:#404040;
}
.font-dark-blue {
	color:#003359;
}
.font-interactive-blue{
	color:#086ea1;
}
.font-carefirst-blue {
	color:#0099cc;
}
.font-pantone {
	color:#8fcae7;
}
.font-note-blue {
	color:#e0f3fb;
}
.font-white {
	color:#ffffff;
}
.font-open {
	font-family: "Open Sans", sans-serif;
}
.border-top {
	border-top:2px solid #ffffff !important;
}
.border-bottom {
	border-bottom:2px solid #ffffff !important;
}

/*** icons css***/
.icon-sm {
	width:30px;
	height:30px;
}
.icon-md {
	width:50px;	
	height:50px;
}
.icon-lg {
	width:70px;
	height:70px;
}
.icon-ex-lg{
	width:100px;	
	height:100px;
}

@media (min-width: 992px) { 
	.icon-sm{
		width:40px;
		height:40px;
	}
	.icon-md {
		width:70px;		
		height:70px;
	}
	.icon-lg {
		width:100px;	
		height:100px;
	}
	.icon-ex-lg{
		width:140px;
		height:140px;
	}
}



/************ANCHORS**************/ 
#melinda{
margin-top: -250px;
padding-top: 250px;
}
#brian{
margin-top: -250px;
padding-top: 250px;
}
#len{
margin-top: -250px;
padding-top: 250px;
}
#dana{
margin-top: -250px;
padding-top: 250px;
}
#meena{
margin-top: -250px;
padding-top: 250px;
}
#brianw{
margin-top: -250px;
padding-top: 250px;
}


.alt-link a
{
  color:#8fcae7;
  text-decoration:underline;
}
.alt-link a:hover
{
  text-decoration:none !important;
color:#8fcae7;
}


.full-width{
	width:100%;
	height:100%;
}
.mt-7 {
	margin-top:1rem;
}
@media (min-width: 1024px) {
.mt-7 {
	margin-top:6.0rem;
}
}
	
/************ BASE THEME ENDS**************/ 

/************ GLOBAL CSS STARTS**************/ 
body {
    color: #404040;
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
}
/***** Headings Standard ***/
h1, h2, h3, h4, h5 {
	font-family: "Oswald", sans-serif;
	font-style: normal;
	color: #003359;
    font-weight: 400;   
}
h1 {
	font-size:1.75rem;
}
h2 {
    font-size: 1.5em;
}
h3 {
	font-size:1.25rem;
}

h4 {
	font-size: 1.1rem;
}

h5 {
	font-size: 1rem;
}
@media (min-width: 576px) {
	h1 {
		font-size:1.875rem;
	}
	h2 {
		font-size: 1.625rem;
	}
	h3 {
		font-size: 1.375em;
	}
	h4 {
		font-size: 1.125rem;
	}
	h5 {
		font-size: 1rem;
	}
}
h1.title{
	font-size:2.5rem;
}
/***** Display Headings Standard ***/
h1.display-1{
	font-size: 2.375rem;
	line-height: 50px;
}
h1.display-2{
	font-size: 3.75rem;
	line-height: 60px;
}
h1.display-3{
	font-size: 3.125rem;
	line-height: 50px;
}
h1.display-4{
	font-size: 2.5rem;
	line-height: 40px;
}

@media (min-width: 768px) { 
	h1.display-1{
		font-size: 3.75rem;
		line-height: 80px;	
	}
	h1.display-2{
		font-size: 6.375rem;
		line-height: 102px;	
	}
	h1.display-3{
		font-size: 5.75rem;
		line-height: 92px;	
	}
	h1.display-4{
		font-size: 5.125rem;
		line-height: 82px;	
	}
	
}
/***** waifer Standard ***/
.waifer {
	height: 7px;
    display: block;
    margin: 5px 0 10px 0px;
}
.h1-waifer {
    width: 65px;    
}
.h2-waifer {
    width: 55px;    
}
.h3-waifer {
    width: 45px;    
}
.h4-waifer {
    width: 35px;    
}
.display1-waifer
{
	  width: 85px;
}
.display2-waifer
{
	  width: 85px;
}
.display3-waifer
{
	  width: 85px;
}
.display4-waifer
{
	  width: 85px;
}
@media (min-width: 992px) { 
	.h1-waifer {
		width: 85px;    
	}

	.h2-waifer {
		width: 75px;    
	}
	.h3-waifer {
		width: 65px;    
	}
	.h4-waifer {
		width: 55px;    
	}
	.display1-waifer
	{
		 width: 120px;
	}
	.display2-waifer
	{
		 width: 110px;
	}
	.display3-waifer
	{
		 width: 100px;
	}
	.display4-waifer
	{
		 width: 90px;
	}
}
/**** List CSS ****/
.list-group {
    margin: 0 0 1.5rem 1.5rem;
    display: block;
}
.list-group li {
	list-style:none;
}
/**** List Colors ****/
.list-gray li:before {
	background-color: #CCC;
}

.list-blue li:before{
	background-color:#8fcae7;
}

/**** List Circle ****/
.list-circle li:before {
    content: "";
    position: absolute;
    margin: 0.6rem 0 0 -1.5rem;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;  
}
/**** List Arrow ****/
.list-arrow li:before {
	font-family: "Font Awesome\ 5 Pro"; 	
	content: "\f105";
	color: #8fcae7; 
	margin: 0.6rem 0 0 -1.5rem;
	padding:0px 10px 0px 0px;
}
/**** List Dash ****/
.list-dash li:before {	 	
	content: "-";
    position: absolute;
    margin: -0.1rem 0 0 -1.5rem;
    display: inline-block;
    width: 0px;
    height: 0px;
    border-radius: 0px; 	
}
a {
	color:#086ea1;
	text-decoration:underline;
}

a:hover, a:focus {
	color:#086ea1;
	text-decoration:none;
}
a:focus{
	border:1px dotted #086ea1;
	outline:none;
	
}
a:focus,
button:focus,
input:focus,
textarea:focus {

}
.card {
	border:none;
}
.bio-pic {
    padding: 6px 15px 9px 0px;
}
/***** Button Standards ***/
/*.btn-primary {
	background-color: hsl(195, 100%, 30%);
    border-color: hsl(195, 100%, 30%);
	text-decoration:none;
	width:100%;
	padding: 0.4rem 3rem;
}*/


.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: hsl(195, 100%, 30%);
    border-color: hsl(195, 100%, 30%);
    color: #ffffff;
	padding: 0.4rem 1.5rem;
	text-decoration:none;
}
.btn-secondary {
	width:100%;
}
@media (min-width: 992px) { 
	.btn-primary, .btn-secondary {
		width:auto;
	}
}
.btn-primary:hover {
	    background-color: hsl(195, 100%, 25%);
    border-color: hsl(195, 100%, 25%);
}

.btn-primary:focus {
	background-color: hsl(195, 100%, 25%);
    border-color: hsl(195, 100%, 25%);
}

.btn-primary:visited {
	background-color: hsl(195, 100%, 25%);
    border-color: hsl(195, 100%, 25%);
	color: #ffffff;
}

a.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	background:transparent;
	border:1px solid #086ea1;
	color:#086ea1 !important;	
	text-shadow:none;
	padding: 0.4rem 3rem;
	text-decoration:none;
}
a.btn-secondary:hover,
a.btn-secondary:focus {
	border:1px solid #086ea1;
	color:#707070;
	background:#e6f0f5;

}


.adjheight{
   line-height: 1.65;	
	
}


/************ GLOBAL CSS ENDS**************/ 
/************ NAVIGATION CSS STARTS**************/ 
/********header*********/
header {
	border-bottom:1px solid #dddddd;
}
.fixed-header-margin {
	margin-top:62px;
}
#fixed-header {
	position:fixed;
	top:0px;
	background:#ffffff;
	z-index:100;
	width:100%;
	padding:10px 0px;
}
.logo {
	width:14rem;
	height:35px;
	padding:2px;
}
.navbar-light .navbar-nav .nav-link
{
	font-family:"Oswald", sans-serif;
	color:#003359;
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#086ea1;
	text-decoration:underline;
}
@media (max-width: 768px) { 
	.navbar-collapse{
		border-top:1px solid #dddddd;
		margin-top: 10px;
	}
	#fixed-header {
		padding:0px;
	}
}
.navbar-toggler:focus, .navbar-toggler:hover {
   
    outline: none;
}
.navbar-toggler{
	border:none;
	font-size:2rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.fa-bars:before{
	color:#0099cc;
}
.navbar-toggler .icon-bar {
  background-color: #0099cc;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 7px;
}

.icon-bar:nth-child(2) {
  width: 28px;
  transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
  width: 28px;
  transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 28px;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(44deg) translate(10px, 9px);
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-44deg) translate(4px, -4px);
  transition: ease all .2s;
}
@media (max-width: 768px) { 
.nav-item {
	border-bottom:1px solid #dddddd;
	padding:5px 0px;
}
	.nav-item:last-child {
		border-bottom:none;
	}
}
/************ NAVIGATION CSS ENDS**************/ 
/************ BANNER CSS STARTS**************/ 
/*****Banner*******/




@media (max-width: 576px) { 

.banner-container {
	background:#003359;
	min-height:230px!important;
	position:relative;
}


.banner-content .container {
    /* background: #003359 url(../images/cross-shield.svg) no-repeat; */
    background: #003359;
    background-position: 0 10%;
    height: 230px!important;
    background-size: 57%;
}

.banner-content {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-align: right;
	color: #8fcae7;
	height:230px!important;
}

}




.banner-container {
	background:#003359;
	min-height:320px;
	position:relative;
}
.banner-content .container {
		/*background:#003359 url(../images/cross-shield.svg) no-repeat;*/
	background:#003359;
		background-position:0 10%;
		height:320px;
		background-size:57%;
}
@media (min-width: 768px) { 
	.banner-content .container{
		background-size:55%;
		
	}
}
.banner-content {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-align: right;
	color: #8fcae7;
	height:320px;
}
@media (min-width: 992px) { 
	.banner-container,
	.banner-content .container,
	.banner-contnet{
		min-height:350px;
	}
}
.banner-curve img {
	position:absolute;
	bottom:-1px;
	width:100%;
}
@media (min-width: 992px) { 
	.banner-curve{
		/*bottom:-40px;*/
	}
}
.banner-title {
	
    padding-top: 45px;
    text-align: right;
    padding-bottom: 0px;	
	margin-bottom:0px;
	color:#8fcae7;
}
@media (min-width: 992px) { 
	.banner-title {
		font-size:7.5rem;
		padding-top: 137px;
		line-height: 120px;
	}
}
.subtitle {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
	    font-size: 20px;		
		text-align: left;
		color: #ffffff;
}
@media (min-width: 768px) { 
	.subtitle {
		font-size: 21px;
	}
}
/************ BANNER CSS ENDS*************112*/ 
/************ FORM CSS STARTS*************112*/ 
.form-container {
	background:#e0f3fb;
	padding:25px;
}
@media (min-width: 768px) { 
	.form-container {
		margin-top: -85px;
		margin-bottom: 70px;
	}
}
.form-container table {
	width:100%;
}
.form button, .form input, .form select, .form textarea {   
    color: #707070;
	font-size:1.2rem;
    margin-bottom: 10px;
   
    border: 1px solid #dddddd;
    border-radius: 0px;
}
input[type="text"], input[type="email"], select{
	height:36px;
}
input[type="text"], input[type="email"], select, input[type="submit"] {
    width: 100%;
}
.form select
{
	
	background:#ffffff;
    height:36px;
	moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
@media (min-width: 992px) { 
	.form select {
		
		
		min-width: 320px;
		
	}
	.form select::-ms-expand { /*this is a hack for IE to remove the default select dropdown arrows */
		display: none;
	}
}
.form .submitbtn {
    background-color: #086ea1;
    color: #ffffff;
    padding: 10px;
    moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.thank {
	display:none;
}
/************ FORM CSS ENDS*************112*/ 
/************ CAROUSEL CSS STARTS**************/ 
.carousel-section {
	background:#f2f2f2;
	padding:80px 0px;
}
.carousel-control-prev, .carousel-control-next {
	text-decoration:none;
	width:12%;
}
@media (max-width: 567px) { 
	#carousel4 .carousel-control-prev, #carousel4 .carousel-control-next {
		display:flex;
	    -webkit-box-align: start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		top:15%;
		
	}	
	
}
.carousel-section .fa-angle-left, .carousel-section .fa-angle-right {
    font-size: 7rem !important;
	text-decoration:none;
	opacity:1;
}
.key-speaker {
	background:#003359;
	padding:60px 0px;
	color:#ffffff;
}
.key-speaker h1,
.key-speaker h2{
	color:#ffffff;
}

.panelist {
	background:#f2f2f2;
	padding:60px 0px;
	color:#003359;
}
.panelist h1,
.panelist h2{
	color:#003359;
}

.speakers {
	padding:50px 0px;
	background:#fffff;
}
.owl-carousel p {
    color: #404040;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
}
.owl-next, .owl-prev,
.owl-next:hover, .owl-prev:hover,
.owl-next:focus, .owl-prev:focus{
	background:transparent;
	border:none;
	outline:0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    
}
.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    
}
@media (min-width: 768px) {
	.owl-carousel p {
		font-size: 1.875rem;
	}
}
.owl-next span, .owl-prev span {
    font-size: 3.75rem;
    color: #ffffff;
}
.reason-section{
	background:#e0f3fb;
	padding:60px 0px;
}
.companies-container {
	background:#ffffff;
	padding:50px 50px;
}
.hotel-container {
	padding:80px 0px;
}
.event-container {
	padding:80px 0px;
}
@media (min-width: 992px) {
	.border-right-only {
   	 border-right: 1px solid #707070;
	}
}
.direction-container{
	padding:40px 0px;
	background:#003359;
}
/************ CAROUSEL CSS ENDS**************/ 
/************ FOOTER CSS STARTS**************/ 
@media (max-width: 576px)
{
	.m-t-22 {
   		 margin-top: -22px;
	}
}
footer{
	background:#303030;
	color:#ffffff;
	padding:40px 0px;
	
}
@media (min-width: 992px) { 
	footer {
		padding:80px 0px;
	}
}
footer hr{
	border-top:1px solid #707070;
	margin-bottom:20px;
	margin-top:0px;
	
}
footer a,
footer h4{
	color:#ffffff;
	text-decoration:none;
}
footer a:hover, footer a:focus, footer a:visited {
	color:#ffffff;
	text-decoration:underline;
}
.footer-list {
	padding:0;
}
.footer-list li {
	list-style:none;
	padding-right:80px;	
	display:block;
}
@media (min-width: 992px) { 
	.footer-list li {
		display:inline;
	}
}
.footer-list li a{
	font-size:12px;
}
.lang_heading {
	text-transform:uppercase;
	font-size:1.125rem;
	  font-family: "Oswald", sans-serif;
}
.social-nav{
	padding:0;
}
.social-nav li {
	list-style:none;
	display:inline;
	padding-right:13px;	
}
.social-nav li a{
	color:#ffffff;
	text-decoration:none;
}
.social-nav li a:hover{
	text-decoration:none;
}
.disclaimer{
	font-size:12px;
	line-height:1.25rem;
}
@media (min-width: 992px) {
	.verticle-rule{
		border-right:1px solid #707070;
	}
}
.lang-list{
	padding:0;
	margin:0;
}
.lang-list li{
	display:block;
}
.lang-list li a{
	font-size:12px;
}
.logo-footer {
    width: 227px;
    height: 42px;
}
.logo-wme {
	width:165px;
	/*height:89px;*/
}
/************ FOOTER CSS ENDS**************/ 
/************ GOOGLE MAP CSS STARTS**************/ 
#map {
   height: 234px;
   border:3px solid #dddddd;
}
.gm-style-iw-d h1 {
	margin: 0;
	background:#002753 url(../images/cross-shield.svg) no-repeat;
	width:100%;
	max-width:400px;
	height:65px;
	color:#8fcae7;
	text-align:left;
	padding: 17px 15px 0px 15px;
}
.gm-style-iw {
	width: 350px !important;
	top: 0px !important;
	left: 22px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(0, 39, 83, 0.6);
	border-radius: 5px 5px 5px 5px;
}
.gm-style-iw-c {
	padding:0px !important;
}
.gm-style .gm-style-iw-d {
	max-width:350px !important;
	overflow:hidden !important;
}
.gm-style-iw-d .inner {
	padding:20px;
	font-size:1rem;
	font-family: "Open Sans", sans-serif;
}
.gm-ui-hover-effect img { 
	display: none !important;
} 
.gm-ui-hover-effect {
	opacity:1;
}
.gm-ui-hover-effect:before {
	font-family: "Font Awesome\ 5 Pro";
    content: "\f057";
    border: 0;
    color: #ffffff;
    font-size: 1.5rem;
    right: 7px;
    position: absolute;
    top: 8px;
}
.hotel {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
}
/************ GOOGLE MAP CSS ENDS**************/ 
/******Table CSS******/
.rwd-table {
  margin: 1em 0;
  width: 100%;
}
.rwd-table tr {
  border-top: 1px solid #dddddd; 
  border-bottom: 1px solid #dddddd; 
}
.rwd-table tr.main-tr{
	border-bottom:2px solid #0099cc;
}
.rwd-table tr.odd-tr {
	
	background:#ffffff;
	
}
.rwd-table tr.even-tr{
	 background:#f0f0f0;
}

.rwd-table tr.tr-main-complex{
	background:#e0f3fb;
	border-bottom:0px solid #0099cc;
	border-top:2px solid #0099cc;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
  padding:10px;
  vertical-align: top;

}


.rwd-table .m-th {
	font-weight:bold;
	color:#003359;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold; 
  display: block;
}
.rwd-table .m-th:before{
	content: attr(data-th) "";
}
@media (min-width: 768px) {
	.rwd-table .m-th {
		font-weight:normal;
		color:#404040;
	}
	
}

.tr-main th {
    border-right: 1px solid #ddd;
   	padding:10px;
	color:#303030;
	font-weight:normal;
}
@media (min-width: 992px) {
	.rwd-table tr {
  border-top: 0px solid #dddddd; 
  
}
 .rwd-table th {
		padding:10px;
  }
  .rwd-table td:before {
    display: none;
  }
	.rwd-table th, .rwd-table td {
     display: table-cell;    
   }
 
	
}

/****/
/* Style the tab */
.tab {
  overflow: hidden;
 
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #404040;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  text-align:left;
  transition: 0.3s;
  padding:0;
  width:100%;
  color:#ffffff;
}

/* Change background color of buttons on hover */
.tab button:hover,
.tab button.active{
  background-color: #0099cc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 20px;
background:#e0f3fb;
  border-top: none;
}
.spk-img {
	width:168px;
	max-width:100%;
	height:auto;
}
.carousel .fa-angle-left, .carousel .fa-angle-right {
    font-size: 3rem !important;
    text-decoration: none;
    opacity: 1;
	
}
/***** Modal box css ****/
@media (min-width: 576px)
{
	.modal-dialog {
		max-width: 1000px;
		margin: 1.75rem auto;
	}
}
button.close{
	position: absolute;
    z-index: 100;
    color:#ffffff;
    right: 30px;
    top: 25px;
	opacity: 1;
}
button.close1{
	position: absolute;
    z-index: 100;
    color:#ffffff;
    right: 97px;
    top: 25px;
	opacity: 1;
	background:none;
	border:none;
	font-size:30px;
}
.close:focus, .close:hover,
.close1:focus, .close1:hover{
  color: #fff;
  opacity: 1;
}
.modal-content {
	background-color:transparent;
	border:none;
}
#carousel4 .carousel-control-next {
    right: -27px;
}
.carousel-control-prev {
    left: 0px;
}
@media (min-width: 960px)
{
	.carousel-control-next {
		right: -115px;
	}
	.carousel-control-prev {
    left: -115px;
    }
	.carousel .fa-angle-left, .carousel .fa-angle-right {
    font-size: 7rem !important;
    
	
	}
}
.carousel-control-next:focus,
.carousel-control-prev:focus{
	border:none;
	outline:none;
}
.carousel-control-prev,
.carousel-control-next {
  
  opacity: 1;
}
@media (max-width: 567px) {
	.modal{
			top:0%;
			 margin: 0 auto;
	}
	.modal-body {
		padding:0;
	}
	#myModal {
		background: #f5f5f5;
	}
	#myModal .modal-dialog{
		margin:0;
		top: 50%;
		-ms-transform: translateY(-50%) !important;
		transform: translateY(-50%) !important;
		-webkit-transform: translateY(-50%) !important;
	}
	#spkbio .modal-dialog{
		margin: 0;
	}
}

.read-bio{
	color:#ffffff !important;
	cursor: pointer;
	text-decoration:underline !important;
}
.read-bio:hover {
	text-decoration:none !important;
}
.fa-chevron-right,
.fa-chevron-left{
	font-size:55px;
	color:#fff;
}
.btn-next,
.btn-prev{
	position: absolute;
    top: -7%;
    bottom: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: rgb(255, 255, 255);
    text-align: center;
	text-decoration:none;
}