@import 'https://fonts.googleapis.com/css?family=Lato:400,100,200,300,500,600,700,800,900';
@import 'https://fonts.googleapis.com/css?family=Maitree:400,100,200,300,500,600,700,800,900';

body {
	font-family:'Lato', sans-serif;
	color:#4a4a4a;
	font-weight:300;
}


#page-header {
	color:#FFF;
	background-color:#FFF;
	width:100%;
	position:relative;
	z-index:1;
	color:white;
	/*overflow:hidden;
	margin-bottom:10px;
	background-image:url('../images/banner.jpg');
	background-position:100px 20px;
	background-repeat:no-repeat;
	background-size:70% auto;
	padding-top:11%;*/
}
#page-header img {
	margin-left:90px;
	margin-top:15px;
	margin-bottom:20px;	
	width:70%;
	max-width:1200px;
}

.desktop-only { display:block; }
.mobile-only { display:none; }

@media (max-width: 992px) {		
	.desktop-only { display:none; }
	.mobile-only { display:block; }
	#page-header img {
		margin-left:30px;
		margin-top:10px;
		margin-bottom:15px;	
		width:85%;
	}
}
@media (max-width: 680px) {	
	#page-header img {
		margin-left:10px;
		margin-bottom:10px;	
		width:95%;
	}
}
@media (max-width: 576px) {
	
}
@media (max-width: 500px) {
	
}
@media (max-width: 400px) {
	
}
@media (max-width: 350px) {
	
}


.page-footer {
	color:#FFF;
	font-size:0.8125rem;
	padding:2rem 0;
	background-color:#0b7c86;
	margin-top:40px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}


h1 { color:#262b66!important; font-family:'Maitree', sans-serif; }
h2 { color:#EF522F!important;  font-family:'Maitree', sans-serif; }
h3 { color:#262b66!important; font-family:'Maitree', sans-serif; }
.cost { color:#EF522F; margin-left:20px; }



TD.qtytd { border-left:1px solid #EEE; border-right:1px solid #EEE; text-align:center; }
TR.feeHeader { border-bottom:1px solid #CCC; color:#EF522F; font-size:16px; font-weight:600; }

		
/* Social nav */
.social-navigation {
    font-size: 16px;
    font-size: 1rem;
}
.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}
.social-navigation li {
    display: inline;
}
.social-navigation a {
    background-color: #fff;
    -webkit-border-radius: 40px;
    border-radius: 20px;
    color: #2a373a;
    display: inline-block;
    height: 40px;
    margin: 0 13px 0 0;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.social-navigation a:hover, .social-navigation a:focus {
    background-color: #888;
}
.social-navigation .icon {
    height: 22px;
    top: 9px;
    width: 22px;
    vertical-align: top;
}
.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}
#primary-menu .bottom-wrapper {
    width: 330px;
    position: absolute;
    bottom: 0;
    padding: 0 40px 25px;
}
#primary-menu .bottom-wrapper .btn-register, #primary-menu .bottom-wrapper .btn-call {
    display: block;
    margin-bottom: 10px;
}
#primary-menu .bottom-wrapper .que_section {
    padding-top: 20px;
    font-size: 17px;
    color: white;
}
#primary-menu .bottom-wrapper .que_section .q_text {
    font-size: inherit;
}
#primary-menu .bottom-wrapper .que_section .email {
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
}
#primary-menu .bottom-wrapper #menu-social-links-menu {
    padding: 0;
    margin-top: 25px;
}


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.padd83 {
    /*
	padding-left: 83px !important;
    padding-right: 83px !important;
	*/
}
@media (max-width: 991px) {
    .padd83 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.header-row TH { vertical-align:bottom; }
TABLE.pricing-table TD { padding:15px 10px; }

table th strong, .pricing-table td.col-price h3 strong {
  display: block;
  color: #F26C37;
  font-size: 1rem;
  text-transform: uppercase;
}
table th em, .pricing-table td.col-price h3 em {
  display: block;
  font-style: normal;
  font-size: 0.8125rem;
  font-weight: 400;
}
table {
  width: 100%;
}
table tr.active, table tr.active td {
  /*background-color: #f0e9f0;*/
}
table td,
table th {
  padding: .5rem;
  border-bottom: 1px solid #C7C7C7;
}
table th {
  vertical-align: bottom;
  padding-top: 2rem;
}
table td {
  vertical-align: middle;
}
.section-pricing .form-actions {
  padding-top: 2rem;
  text-align: left;
}
.pricing-table {
  width: 100%;
}

@media (min-width: 992px) {
  .pricing-table tr:not(.header-row):hover, .pricing-table tr:not(.header-row):hover td {
    background-color: #fcdace;
  }
}
@media (max-width: 991px) {
	.pricing-table {
		width: auto;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.pricing-table td.col-select,
.pricing-table th.col-select {
  /*width: 1%;*/
  white-space: nowrap;
}
.pricing-table td.col-price,
.pricing-table th.col-price {
  white-space: nowrap;
}
.pricing-table th.col-price {
  text-align: left;
}
.pricing-table td.col-desc {
	padding-left:10px!important;
}
.pricing-table td.col-select {
  line-height: 0;
  /* extended when we hid the description. put back if we ever get descriptions */
  /*min-width: 240px;*/
  /* hid when we put description back */
  min-width: 350px;
  /*min-width: 250px;*/
  margin-bottom: .25rem;
  padding-right:20px;
}

@media (min-width: 992px) {
  .pricing-table td.col-select {
    margin-bottom: 0;
  }
}

.pricing-table td.col-select .checkbox-label {
  text-transform: uppercase;
  margin: 0;
  margin-left: calc(-1.25rem - 2px - 1rem);
}

@media (min-width: 768px) {
  .pricing-table td.col-select .checkbox-label {
    margin-left: calc(-1.25rem - 2px - 1rem);
  }
}

@media (min-width: 992px) {
  .pricing-table td.col-select .checkbox-label {
    margin-left: 0;
  }
}

.pricing-table td.col-select .checkbox-label span {
  cursor: pointer;
 
  display: -webkit-box;
  display: -ms-flexbox;
   /*
  display: flex;
  */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  line-height: 1;
  font-weight: 600;
  
}

.pricing-table td.col-select .checkbox-label span:before {
  content: " ";
  font-size: 1.25rem;
  display: block;
  width: 1em;
  min-width:20px;
  height: 1em;
  min-height:20px;
  border: 2px solid #C7C7C7;
  margin-right: 1rem;
}
.pricing-table td.col-select .checkbox-label input {
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
.pricing-table td.col-select .checkbox-label input:checked + span:before {
	background-color: #F26C37;
}
.pricing-table td.col-desc {
	/*font-size: 0.8125rem;*/
	padding-left:40px;
}
.pricing-table td.col-price {
	text-align: left;
}
.pricing-table td.col-price h3 {
	margin: 0;
	font-size: 1rem;
}
@media (min-width: 992px) {
	.pricing-table td.col-price h3 {
		display: none;
	}
}
@media (max-width: 991px) {
	.pricing-table thead,
	.pricing-table tbody {
		display: block;
		width: 100%;
	}
	.pricing-table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding: 30px 15px 30px calc(1.25rem + 1rem + 4px + 15px);
		border-top: 1px solid #C7C7C7;
	}
	.pricing-table tr.bg-alt:not(.active) {
		/*background-color: #f0e9f0;*/
	}
	.pricing-table tr.header-row {
		border-top: 0;
		padding-left: 15px;
	}
	.pricing-table tr.header-row + tr {
		border-top: 0;
	}
	.pricing-table tr.header-row th, .pricing-table tr.header-row td {
		padding-bottom: 0;
		margin-bottom: -15px;
	}
	.pricing-table tr.header-row td:nth-of-type(n+2),
	.pricing-table tr.header-row th:nth-of-type(n+2) {
		display: none;
	}
	.pricing-table tbody tr:first-child {
		border-top: 0;
	}
	.pricing-table td, .pricing-table th {
		display: block;
		-webkit-box-flex: 1;
			-ms-flex: 1 1 100%;
				flex: 1 1 100%;
		padding: 0;
		width: 100%;
		min-width: 0 !important;
		max-width: none !important;
		white-space: normal !important;
		border: 0;
		text-align: left;
	}
	.pricing-table td.col-desc, .pricing-table th.col-desc {
		/*margin-bottom: .5rem;*/
		margin-bottom: 0px;
	}
	.pricing-table td.col-price, .pricing-table th.col-price {
		width: 33.33333%;
		-webkit-box-flex: 1;
			-ms-flex: 1 1 33.33333%;
				flex: 1 1 33.33333%;
		text-align: left;
	}
	.pricing-table td.col-price h3, .pricing-table th.col-price h3 {
		/*padding-top: 1rem;
		margin-bottom: .25rem;*/
	}
	.pricing-table td.col-price h3 strong, .pricing-table th.col-price h3 strong {
		margin-bottom: .25rem;
	}
}

@media (max-width: 767px) {
	.pricing-table tr {
		padding-right: 15px;
	}
	.pricing-table td.col-price {
		width: 50%;
		-webkit-box-flex: 1;
			-ms-flex: 1 1 50%;
				flex: 1 1 50%;
				
	}
	.pricing-table td.col-price,
	.pricing-table td.col-desc {
		padding-top:0px!important;
		padding-bottom:0px!important;
	}
}

.sponsorship-note {
	font-size: 0.8125rem;
	margin: 0 -15px;
	padding: 30px 15px;
	border-top: 1px solid #C7C7C7;
}
@media (min-width: 992px) {
	.sponsorship-note {
		border-top: 0;
		font-size: 0.6875rem;
		line-height: 1;
		margin: 0;
		padding: 1rem 0 0;
	}
}
.sponsorship-note a {
	font-weight: bold;
}

@media (max-width: 991px) {
	.promo-table tbody tr {
		padding-left: 15px;
		padding-top: 0;
	}
}
.promo-table td {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
	.promo-table td {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-flow: row;
				flex-flow: row;
	}
}
@media (min-width: 992px) {
	.promo-table td {
		-webkit-box-pack: start;
			-ms-flex-pack: start;
				justify-content: flex-start;
	}
}
@media (max-width: 767px) {
	.promo-table td input, .promo-table td button {
		max-width: 320px;
		width: 100%;
	}
}
.promo-table input {
	display: inline-block;
	width: auto;
	margin: 0 0 .5rem;
}
@media (min-width: 768px) {
	.promo-table input {
		margin-bottom: 0;
		margin-right: 1rem;
	}
}
.section-checkout .container {
	max-width: 700px;
}
.checkout-table {
	margin-bottom: 4rem;
}
.checkout-table td {
	vertical-align: top;
}
.checkout-table td:first-child {
	padding-right: 2rem;
	text-transform: uppercase;
}
.checkout-table td:last-child {
	text-align: right;
}
.checkout-table td.discount {
	color: #F26C37;
	font-weight: bold;
}
.checkout-table tr.total td {
	font-weight: bold;
}
.checkout-table tr.total td:first-child {
	color: #F26C37;
}
.checkout-table tbody td {
	border-bottom: 0;
}
.checkout-table tfoot tr:first-child td {
	border-top: 1px solid #C7C7C7;
}

INPUT.btn-use-code { font-size:11px!important; padding:5px 5px!important; position:relative; top:-5px; background-color:#EF522F!important; color:#FFF; border:0px solid #FFF; }

#SponsorAddDivOuter { position:absolute; top:0px; width:100%; height:100%; }
#SponsorAddDiv { position:relative; width:680px; margin:0 auto; border:2px solid #EEE; border-radius:5px; padding:30px 30px 50px 30px; background-color:#EEE; z-index:1001; }

@media (max-width: 768px) {
	#SponsorAddDiv  { width:90%; max-width:650px; }
}