/* pmwp.css - HTML5Blank-child */
/**
Styles specific for the PM site
2018
*/
body {
	padding-top: 0px;
	/*font:300 11px/1.4  Helvetica, Arial, sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#444;
	overflow-x: hidden;
}

/* margin top to account for the banner's initial height */
main[role=main] {
	margin-top: 100px;
}

article {
	display: block;
	margin-top: -100px;
padding-top: 100px; /*	this is interfering with header spacing -dc- 11/20/18  */
}


	h1.top_header {
		color:blue;
	}

h2 {
	 margin-bottom:22px;
}

p {
	font-size: 20px;
	margin-bottom: 25px;
}

ul>li {
	font-size: 20px;
	color: #545454;
}

ol>li {
	font-size: 18px;
	color: #545454;
}

em.quotation {
	font-size: 20px;
}

/* This is for the word "Passy Muir"s word spacing */
span.pm_ws {
	word-spacing: -0.15em;
	white-space: nowrap;
}

.pmv_ws {
    word-spacing: -0.075em;
	white-space: nowrap;
}

img.icon_height {
	height:175px;
}

.icon_spacer{
	margin-top:50px;
	background:red;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bold_bottom {
	margin-bottom: 20px;
	font-weight: bold;
}

.section_header {
	color: #000000;
	font-size: 27px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
}

.tooltip-labels{
	background-color: grey;
}

.codegena {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.27198%;
}

.codegena iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

span.card-learn_more {
	color: white;
	background: #8a589e;
	padding: 5px 10px;
	display: inline-block;
	/*float: right;*/
	margin-top: 10px;
	margin-right: 75px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

span.card-learn_more:hover {
	background: #8a589eb8;
}

span.card-learn_more {
	box-shadow: 0.8px 0.8px 0.5px 0.5px purple !important;
}

span.card-learn_more:hover {
	box-shadow: inset 0px 0px 0 0px purple !important;
}

a.link_no_decoration {
	color: black;
}

a.btn {
	vertical-align: bottom;
}

.image_container {
	text-align: right;
}

ol, ul, li {
	font-size: 16px;
}

a[data-toggle="modal"] {
	cursor: pointer;
}

#byline {
	font-size: 12px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 70%;
}

.paraghraph-content {
	orphans: 3;
	widows: 3;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	text-align: justify;
	justify: center;
}

span.learn_more_test {
	border-radius: 15px;
	box-shadow: 2px 2px 5px purple;
}

/* Removing header#navbar */
header#navbar {
	display: none;
}

/*Spacing for header bar for anchor tags*/
div.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
	font-size:30px;
}

/* Products Pages */
dd>p {
	font-size: 20px;
	margin-top: 0px;
}

dd {
	font-size: 20px;
}

dt {
	margin-top: 15px;
	font-size: 26px;
}

.accessory_desc {
	font-size: 20px;
}

div.product_section_title {
	font-size: 28px;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* End Product Pages */

.wpml-ls-statics-footer,
.wpml-ls,
.wpml-ls-legacy-list-horizontal {
    display: none;
}


/* Excerpt's Read More' */
.excerpt_link{
	color: white;
	background: #7f3d97;
	padding: .5em 2em;
	border-radius: 1em;
	margin-top: 0.5em;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid white;
}

.excerpt_link:hover {
	color: white;
	background: #009ea0;
	border: 1px solid #7f3d97;
}

.order-now-header {
	z-index: 5;
	border: 5px solid #7f3e98;
	border-radius: 0 15px 15px 0;
	padding: 5px 15px;
	background: #7f3e98;
	color: white;
	font-weight: 900;
	display: inline-block;
	margin-bottom: 15px;
}

.order-now-header-rt {
	z-index: 5;
	border: 5px solid #666;
	border-radius: 0 15px 15px 0;
	padding: 5px 15px;
	background: #666;
	color: white;
	font-weight: 900;
	display: inline-block;
	margin-bottom: 15px;
	float:left;
}

.order-now-header-aqua {
    z-index: 5;
    border: 5px solid #19bcb9;
    border-radius: 0 15px 15px 0;
    padding: 5px 15px;
    background: #19bcb9;
    color: white;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 15px;
	/*margin-left: 20px; Removed because it causes extra indentation -DC-8-19-20*/
}


p.centered_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}

blockquote {
	border-left: 0px;
	padding: 0px 20px;
    margin: 0 0 25px;
	font-size:20px;
}

.tom-image {
	width: 250px;
	float: left;
	padding: 5px 15px 10px 10px;
}
.additionalInfo {
	padding-top: 150px;
}

.footer_header_link {
	color: #111;
}

@media screen and (max-width: 768px) {
	main[role=main] {
	    margin-top: 100px;
	}
	#quickblock_section {
		display: none;
	}
}

@media only screen and (max-width:990px) {
	.section_header {
		width: 49%;
		font-size: 22px;
	}

	div.float2 {
		float: left;
		padding-left: 15px;
	}

	div#stacked-menu {
		display: none;
	}

	.stacked {
		display: none;
	}

	div.floating-logo h2#logo-af {
		display: none;
	}

	div#link_box1 {
		font-size: 16px;
	}

	div#link_box_left {
		font-size: 16px;
	}

	#link_box_left {
		position: absolute;
		left: 1%;
		top: 0px;
		border: 2px;
		max-width: 40%;
		height: 10%;
		z-index: 1000;
		color: #7f3f98;
		font-size: 1vw;
		letter-spacing: 10px;
		text-transform: uppercase;
		text-shadow: 1px 1px 4px #666;
	}

	#link_box_long {
		position: absolute;
		left: 2%;
		top: 325px;
		border: 2px;
		max-width: 50%;
		height: 10%;
		z-index: 1000;
		color: #ffffff;
		font-size: 1vw;
		letter-spacing: 9px;
		text-transform: uppercase;
	}

	#link_box_long2 {
		position: absolute;
		left: 35%;
		top: 150px;
		border: 2px;
		max-width: 74%;
		height: 10%;
		z-index: 1000;
		color: #FFFFFF;
		font-size: 1vw;
		letter-spacing: 12px;
		text-transform: uppercase;
	}

	div.absolute {
		position: absolute;
		width: 45px;
		height: 45px;
	}

	.product_text {
		font-size: 12pt;
		overflow: hidden;
	}

	#ceutext {
		font-size: 14px;
	}

	p.footer_text {
		font-size: 11px;
	}

	p.footer_text_right {
		font-size: 14px;
		float: right;
	}

	a.read {
		color: #337ab7;
		line-height: 40px;
	}

	img.flag {
		box-shadow: 2px 2px 8px #333;
		margin: 10px;
	}

	img.homepage {
		box-shadow: 2px 2px 8px #333;
	}

	#textpicture {
		width: 120px;
		float: right;
	}

	#contentPicture IMG {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 190px;
		padding: 5px;
	}

	h2.acc {
		font-size: 20px;
		border-bottom: 0;
		margin-top: 10px;
		padding-top: 30px;
	}

	#navbar {
		background-color: white;
		border: none;
	}

	header#navbar {
		margin-bottom: 0px;
	}

	.navbar-default {
		border-color: #fff;
	}

	.nav>li>a {
		float: left;
		color: white;
		margin-left: 10px;
	}

	.nav {
		background-color: #7f3f98;
		margin-bottom: 10px;
		margin-left: -16px;
		height: 45px;
		margin-top: 76px;
	}

	.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
		background-color: #6a367d;
	}

	.nav>li>a:hover {
		background-color: #6a367d;
	}

	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
		background-color: #50285f;
	}

	/*

	.dropdown-menu {
		top: 43px;
		left: -244px;
		position: relative;
		background-color: #6a367d;
		font-size: inherit;
	}

	.dropdown-menu>li>a {
		color: white;
	}
	*/

	.input-group-btn>.btn {
		margin-top: 10px;
		margin-right: 5px;
		background-color: #7f3f98;
		border-color: #7f3f98;
		height: 34px;
	}

	.input-group .form-control {
		margin-top: 10px;
		max-width: 300px;
		float: right;
	}
}

/* .just_bold {
	font-weight: bold;
	padding: 2px 0px 20px 0px;
	font-size: 2.0em;
}

img.padding_only {
	padding: 10px 10px 10px 10px;
}

.small_spacer {
	height: 30px;
}

.tom-image {
	float: left;
	width: 390px;
	padding: 5px 15px 5px 0px;
}

.plus_holder {
	float: right;
}

.plus_holder>img {
	width: 15px;
	height: 15px;
}

.spacer {
	height: 40px;
} */

/*
div.web-title>a>p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: black;
}
*/


/* .small_icon {
	min-width: 30px;
	max-width: 60px;
	margin: 0px 25px 0px 0px;
	float: left;
}

.small_icon_text {
	color: #000000;
	font-size: 26px;
	letter-spacing: 10px;
	margin-top: 25px;
	float: left;
}




.font20_bold {
	font-size: 20px;
	font-weight: bold;
}

.font20 {
	font-size: 20px;
}

.font20-TopMargin {
	margin-top: 10px;
	font-size: 20px;
}

.page_paragraph {
	margin-top: 10px;
	font-size: 20px;
}

@media all {
	div.show_large_table_hack {
		display: block;
	}

	div.show_small_table_hack {
		display: none;
	}
}

@media all and (max-width: 800px) {
	div.show_large_table_hack {
		display: none;
	}

	div.show_small_table_hack {
		display: block;
	}
} */



/* td.details {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	vertical-align: top;
} */

/* privacy  */
/* section#block-block-43 {
	height: 0px;
} */

/*   */


/* div.navbar-header {
	margin-right: 0px;
} */

/*
Not sure who set this, but removing for now-DC
div.row {
margin-right: 0px;
margin-left: 0px;
}
*/
/* div.main-container.container {
	padding-right: 0px;
	padding-left: 0px;
}

div.slideshowContainer {
	width: 100vw;
	overflow: hidden;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border: 0;
}

img.img-closed_system {
	width: 350px;
	height: 200px;
	padding: 15px;
}

div.no_leak, div.closed_system, div.row_gap {
	margin-top: 20px;
}

div.row_gap {
	margin-bottom: 20px;
} */



/* h1.edu_animation {
	margin-bottom: 0px;
}

h1.swallow_studies {
	margin-bottom: 0px;
}

dd>p {
	font-size: 20px;
	margin-top: 0px;
}

dd {
	font-size: 20px;
}

dt {
	margin-top: 15px;
	font-size: 26px;
} */

/*--><![CDATA[/* ><!--*/
/* div.branding_bar {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

div.branding_bar img {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	left: 0;
	height: 6px;
	vertical-align: top;
	width: 100%;
	z-index: 10000000;
}

.block-title {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 30px;
	font-weight: bold;
	padding-top: 10px;
}

p.product_title {
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 20px;
}

tr.learn_more>td {
	text-align: center;
	padding: 5px;
	font-size: 16px;
}

div.youtube_video {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.product_section_title {
	font-size: 28px;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2.additionalInfo {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 10px;
}

p.product_video_title {
	font-weight: bold;
	margin-top: 10px;
	font-size: 20px;
	text-align: center;
}

.videos_title {
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 10;
	text-align: center;
	font-size: 20px;
}

.bold_title {
	font-weight: bold;
	margin-bottom: 0px;
}

.bold_padding {
	font-weight: bold;
	padding-top: 10px;
}

h3.valve_benefits {
	margin-top: 0;
	margin-bottom: 5px;
}

ul.benefit_list>li>p {
	margin: 0;
	font-size: 16px;
}

ul.benefit_list {
	margin-left: 15px;
}

.product_description {
	font-size: 16px;
}

h3.benefits {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

.accessory_title {
	font-size: 2.0em;
} */

/* p.blockquote_paragraph {
	font-size: 14px;
	margin-top: 10px;
}

h3.normal {
	margin-bottom: 15px;
}

div.toby_trach_puppet.includes {
	margin-top: 25px;
	font-size: 1.2em;
	font-weight: bold;
}

p.education_description {
	margin-top: 10px;
	font-size: 20px;
}

#right_only {
	float: right;
	font-size: 16px;
}

.education_right_image {
	width: 130px;
	height: 130px;
	box-shadow: 2px 2px 10px #666;
	font-size: 16px;
}

tr.details {
	vertical-align: top;
}

.wrapper_modified {

	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;


}

.seminars_header {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 30px;
	font-weight: bold;
	padding-top: 10px;
} */

/* Clinicians */
/* div.grid-image img {
	max-height: 150px;
	margin: 0 auto;
	display: block;
} */


/* Patient Stories */
/* span.card-learn_more_patient {
	color: white;
	background: #8a589e;
	padding: 5px 10px;
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 45px;
	font-size: 14px;
}

figure.header.icon>img.section_header_graphics {
	min-width: 85px;
	max-width: 150px;
}

figure.header.icon, figure.header.icon {

	opacity: 0;
}

figure.header.icon.no-js, figure.header.icon.is_showing {

	-webkit-transition: all ease-in-out 2.5s;

	transition: all 2.5s ease-in-out;
	opacity: 1;
}

article.header-container {
	margin-top: 100px;
	margin-bottom: 100px;
}

article.header-container>figure {
	margin-right: 50px;
}

div.header.information_container {
	opacity: 0;
}

div.header.information_container.no-js, div.header.information_container.is_showing {
	-webkit-transition: all ease-in-out 2.5s;

	transition: all 2.5s ease-in-out;
	opacity: 1;
} */

/* Animation for the three elements on the bottom */
/* div.subicon.main {
transform: translateX(-100vw);
} */
/* div.subicon.main.speech_therapy {
	transform: translateX(-100vw);
}

div.subicon.main.mobility {
	opacity: 0.0;
}

div.subicon.main.educationalproducts {
	transform: translateX(100vw);
}

div.subicon.main.no-js.mobility, div.subicon.main.is_showing.mobility {
	-webkit-transition: all ease-in-out 4s;

	transition: all 4s ease-in-out;
	opacity: 1.0;
}

div.subicon.main.no-js.speech_therapy, div.subicon.main.is_showing.speech_therapy,
div.subicon.main.no-js.educationalproducts, div.subicon.main.is_showing.educationalproducts {
	-webkit-transition: all 2.5s;

	transition: all 2.5s;
	transform: translateX(0px);
}

div.subicon.main {
	transform: translateX(-100vw);
}

div.subicon.main.no-js, div.subicon.main.is_showing {
	-webkit-transition: all ease-in-out 2.5s;

	transition: all 2.5s ease-in-out;
	transform: translateX(0px);
}

article.subicons {
	text-align: center;
	margin-bottom: 50px;
}

div.subicon.main {
	display: inline-block;
	text-align: center;

	font-size: 10px;
	border-radius: 5px;
	padding: 5px;
	vertical-align: top;
}

div.subicon.main:hover {
	background-color: #7f3f9822;
	cursor: pointer;
}

div.top.title.subicon>p {
	margin-bottom: 10px;
}

figure>img.subicon {
	height: 150px;
}

figure>img.subicon2 {
	height: 100px;
}

div.bottom.title.subicon {
	width: 300px;
	margin: 0 auto;
}

div.bottom.title.subicon>p {
	padding: 5px 5px;
	color: black;
	text-align: justify;
	font-size: 16px;
}

article.subicons>div>a {
	text-decoration: none;
	color: black;
}

article.subicons p {
	margin: 0;
}

.patient_stories_figure {
	transition: all 2.5s ease-in-out;
	opacity: 1;
	margin-right: 50px;
	float: left;
}

.patient_stories_image {
	min-width: 85px;
	max-width: 150px;
} */

/* Toby kids */


/*  */


/*  */


/*  */



/* About Us  */
/* #contentContent {
	width: 70%;
	float: right;
}

#contentPicture {
	width: 30%;
	float: left;
}

#contentTitle {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-top: 10px;
	width: 100%;
	float: left;
	clear: both;
}

.h2_header {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 30px;
	font-weight: bold;
	padding-top: 10px;
}

#contentPicture IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 190px;
	padding: 5px;
} */

/*  */
/* .OurClinicians_h4 {
	margin-top: 5px;
	margin-bottom: 21px;
} */

/* img.left_img_super {
	max-width: 600px;
	min-width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 30px;
}

img.left_img_med {
	max-width: 300px;
	min-width: 210px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 30px;
}

img.left_img_padding {
	max-width: 200px;
	min-width: 125px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}

img.left_img_float {
	float: left;
	margin: 30px 10px 10px 10px;
	max-width: 350px;
	min-width: 210px;
	width: 100%;
}

img.left_img_float_small {
	float: left;
	margin: 30px 10px 10px 10px;
	max-width: 280px;
	min-width: 150px;
	width: 100%;
}

img.right_img_float {
	float: right;
	margin: 30px 10px 10px 10px;
	max-width: 410px;
	min-width: 210px;
	width: 100%;
}

img.right_img_float2 {
	float: right;
	padding: 10px 10px 10px 10px;
	max-width: 400px;
	min-width: 200px;
	width: 26%;
} */

/*  */
/* #link_box_long3 {
	position: absolute;
	left: 10%;
	top: 10px;
	border: 2px;
	width: 62%;
	height: 14%;
	z-index: 0;
	color: #000000;
	font-size: 27px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#link_box_coe {
	position: absolute;
	left: 0%;
	top: 13px;
	border: 2px;
	width: 100%;
	height: 14%;
	z-index: 1000;
	color: #000000;
	font-size: 27px;
	letter-spacing: 10px;
	text-transform: uppercase;
}

#link_box_international {
	position: absolute;
	left: 3%;
	top: 45px;
	border: 2px;
	width: 70%;
	height: 10%;
	z-index: 0;
	color: #000000;
	font-size: 26px;
	letter-spacing: 12px;
	text-transform: uppercase;
}

#link_box_center {
	position: absolute;
	left: 45%;
	top: 190px;
	border: 2px;
	width: 40%;
	height: 10%;
	z-index: 1000;
	color: #FFFFFF;
	font-size: 42px;
	font-family: "Times";
	letter-spacing: 1px;
	text-transform: none;
	text-shadow: 2px 2px 5px #666;
}

#link_box_bottom {
	position: absolute;
	left: 57%;
	top: 315px;
	border: 2px;
	width: 40%;
	height: 10%;
	z-index: 1000;
	color: #FFFFFF;
	font-size: 10px;
	font-family: "Arial";
	letter-spacing: 0px;
	text-transform: none;
	text-shadow: 2px 2px 5px #666;
}

#title_box {
	position: relative;
	left: 47%;
	top: 35px;
	border: 2px;
	width: 40%;
	height: 10%;
	z-index: 1000;
	color: #7f3f98;
	font-size: 42px;
	letter-spacing: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
}

#tab_holder {
	min-height: 100px;
	padding-top: 10px;
}



p.centered_title2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}

img.tab_image {
	width: 95%;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a.menu_style {
	padding: 2px;
}

.div1, .div2, .div3 {
	float: right;
	clear: right;
}

.div2 {
	background-color: green;
	width: 200px;
	height: 20px;
}

.div1 {
	background-color: blue;
	width: 200px;
	height: 30px;
}

.div3 {
	background-color: red;
	width: 200px;
	height: 40px;
}

.contact_container {
	background-color: gray;
	width: 400px;
	height: 400px;
	float: right;
}

ul.lists {
	list-style-position: inside;
}



#menu_container {}

.stacked {
	height: 30px;
	padding: 2px;
	line-height: 28px;
	color: white;
	text-align: center;
}

.purple {
	background-color: #7f3e98;
}

.aqua {
	background-color: #19bcb9;
}

.blue {
	background-color: #3e7dcc;
}

.yellowish {
	background-color: #ff9900;
}

.image-caption-container {
	margin: 10px;
}

.image-caption {
	text-align: left;
	font-size: 85%;
	line-height: 110%;
}

img.left_img_float_large {
	float: left;
	padding: 10px;
	max-width: 470px;
	min-width: 210px;
	width: 100%;
	margin: 20px 15px 0px 0px;
}

img.right_img_float_large {
	float: right;
	margin: 15px 10px 10px 10px;
	max-width: 470px;
	min-width: 210px;
	width: 100%;
}

img.right_img_float_only {
	float: right;
	padding: 10px;
	max-width: 400px;
	min-width: 210px;
}

img.left_img_float_small {
	float: left;
	margin: 10px 15px 10px 10px;
	max-width: 250px;
	min-width: 150px;
	width: 100%;
}

img.right_img_float_small {
	float: right;
	margin: 10px 15px 10px 10px;
	max-width: 250px;
	min-width: 150px;
	width: 100%;
}

img.left_img_big {
	max-width: 280px;
	min-width: 220px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 30px;
}

.fl-fl {
	background: #BEBEBE;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 2px;
	width: 45px;
	position: absolute;
	top: 10px;
	margin-right: -25px;
	font: normal normal 10px Arial;
}

.fl-fl a {
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	line-height: 43px !important;
	vertical-align: top !important;
}

.float-fb {
	right: 25px;
}

.float-tw {
	right: 85px;
}

.float-youtube {
	right: 145px;
}

#right_phone {
	margin-left: 960px;
	margin-top: 50px;
}

img.left_img_small {
	max-width: 80px;
	min-width: 60px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

img.left_img {
	max-width: 200px;
	min-width: 125px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.tagline_container {
	position: relative;
	height: 14rem;
}

.tagline_container_s {
	position: relative;
	height: 3rem;
}

.tagline_box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px;
	color: #7f3f98;
	font-family: 'Lantinghei SC';
	letter-spacing: 2px;
	font-stretch: semi-condensed;
}

#tagline {
	font-size: 30px;
	color: #7f3f98;
	font-family: 'Helvetica Neue', sans-serif;
	letter-spacing: 5px;
} */

/* .flex-container {
	display: -webkit-flex;
	display: flex;
	height: 80px;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	right: 0px;
	top: 40px;
	position: absolute;
	margin-right: 10px;
}

.flex-item1 {
	background-color: #7f3e98;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	line-height: 67px;
	color: white;
	text-align: center;
	z-index: 100;
}

.flex-item2 {
	background-color: #19bcb9;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	line-height: 67px;
	color: white;
	text-align: center;
	z-index: 100;
}

.flex-item3 {
	background-color: #3e7dcc;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	line-height: 67px;
	color: white;
	text-align: center;
	z-index: 100;
}

.flex-item4 {
	background-color: #ff9900;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	line-height: 67px;
	color: white;
	text-align: center;
	z-index: 100;
}

#link_box1-d {
	top: 3px;
	border: 2px;
	height: 10%;
	z-index: 1000;
	color: #7f3f98;
	font-size: 5vw;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
	float: right;
	margin-right: 10px;
}

#link_box1-c {
	position: absolute;
	left: 10%;
	top: 4px;
	border: 2px;
	width: 34%;
	height: 10%;
	z-index: 1000;
	color: #7f3f98;
	font-size: 5vw;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
}

#link_box2 {
	position: relative;
	left: 55%;
	top: 50px;
	border: 2px;
	width: 40%;
	height: 40%;
	z-index: 1000;
}

#link_box2-c {
	position: relative;
	left: 10%;
	top: 0px;
	border: 2px;
	width: 85%;
	height: 40%;
	z-index: 998;
	font-size: 3.2vw;
}

#blue-block {
	background-color: #187ea5;
	width: 125px;
	height: 125px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	text-align: center;
	line-height: 100px;
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 0%
}

#blue-block-c {
	background-color: #187ea5;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	color: white;
	text-align: center;
	line-height: 67px;
	z-index: 1000;
	position: absolute;
	top: 14px;
	left: 0%;
}

#green-block-c {
	background-color: #3e7dcc;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	line-height: 67px;
	color: white;
	text-align: center;
	z-index: 1000;
	position: absolute;
	top: 14px;
	left: 28%
}

#yellow-block-c {
	background-color: #ff9900;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	color: white;
	text-align: center;
	line-height: 67px;
	z-index: 1000;
	position: absolute;
	top: 14px;
	left: 56%
}

#purple-block-c {
	background-color: #7f3e98;
	width: 66px;
	height: 66px;
	padding: 1px;
	margin: 2px;
	color: white;
	text-align: center;
	line-height: 67px;
	z-index: 1000;
	position: absolute;
	top: 14px;
	left: 84.5%
}

#link_box1-b {
	position: relative;
	left: 47%;
	top: 24px;
	border: 2px;
	width: 40%;
	height: 10%;
	z-index: 1000;
	color: #7f3f98;
	font-size: 4vw;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
}

#link_box2-b {
	position: relative;
	left: 47%;
	top: -13px;
	border: 2px;
	width: 40%;
	height: 40%;
	z-index: 1000;
}

#blue-block-b {
	background-color: #187ea5;
	width: 27%;
	height: 84%;
	padding: 25px 0px 0px 0px;
	margin: 5px;
	color: white;
	text-align: center;
	z-index: 1000;
	position: relative;
	top: 19px;
	left: -3%;
	font-size: 1.7vw;
	min-width: 60px;
	min-height: 72px;
}

#green-block-b {
	background-color: #3e7dcc;
	width: 27%;
	height: 30%;
	padding: 25px 0px 0px 0px;
	margin: 5px;
	color: white;
	text-align: center;
	z-index: 1000;
	position: absolute;
	top: 42px;
	left: 30%;
	font-size: 1.7vw;
	min-width: 60px;
	min-height: 60px;
}

#yellow-block-b {
	background-color: #ff9900;
	width: 27%;
	height: 30%;
	padding: 25px 0px 0px 0px;
	margin: 5px;
	color: white;
	text-align: center;
	z-index: 1000;
	position: absolute;
	top: 42px;
	left: 63%;
	font-size: 1.7vw;
	min-width: 60px;
	min-height: 60px;
}

#purple-block-b {
	background-color: #7f3e98;
	width: 27%;
	height: 30%;
	padding: 25px 0px 0px 0px;
	margin: 5px;
	color: white;
	text-align: center;
	z-index: 1000;
	position: absolute;
	top: 42px;
	left: 96%;
	font-size: 1.7vw;
	min-width: 60px;
	min-height: 60px;
}

#link_box1-a {
	position: relative;
	left: 47%;
	top: 45px;
	border: 2px;
	width: 40%;
	height: 10%;
	z-index: 1000;
	color: #7f3f98;
	font-size: 34px;
	letter-spacing: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
}

#link_box2-a {
	position: relative;
	left: 40%;
	top: 42px;
	border: 2px;
	width: 40%;
	height: 40%;
	z-index: 1000;
}

#blue-block-a {
	background-color: #19bcb9;
	width: 110px;
	height: 110px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	color: white;
	text-align: center;
	line-height: 92px;
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: -1%
}

#green-block-a {
	background-color: #3e7dcc;
	width: 110px;
	height: 110px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	color: white;
	text-align: center;
	line-height: 92px;
	z-index: 1000;
	position: absolute;
	top: 130px;
	left: 27%
}

#yellow-block-a {
	background-color: #ff9900;
	width: 110px;
	height: 110px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	color: white;
	text-align: center;
	line-height: 92px;
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 56%
}

#purple-block-a {
	background-color: #7f3e98;
	width: 110px;
	height: 110px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	color: white;
	text-align: center;
	line-height: 92px;
	z-index: 1000;
	position: absolute;
	top: 130px;
	left: 84.5%
}

a.color-a {
	color: white;
	font-size: 18px;
}

a.color-b {
	vertical-align: middle;
}

img.shadow {
	box-shadow: 2px 2px 10px #666;
} */



/*  */
/* .FAQ {
	cursor: hand;
	cursor: pointer;
	border: .5px solid white;
	width: 100%;
	padding: 2px;
	background-color: #FFFFFF;
}

.FAQ2 {
	cursor: hand;
	cursor: pointer;
	border: .5px solid white;
	width: 100%;
	padding: 2px;
	background-color: #F0F0F0;
}

.FAA {
	display: none;
} */

/*  */




/*  */


/* International */
/* Moved to international Page */

/* address > div > div:nth-child(1) {
width: 50px;
float: left;
}
address > div > div:nth-child(2) {
width: 80%;
} */


/* davidmuir */
/*
div.icon-row {
	margin-bottom: 15px;
}

div.detail {
	background-color: white;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.78);
	background-color: #ffffffaa;
	padding: 1px 1vw 0;
	margin: 0px 0px;
	margin: 0px auto;
}

div.detail>p, p.in_row {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	text-align: justify;
	justify: center;
	margin-top: 0px;
}

div.section_1.section2.background2 {
	background-color: white;
	background-image: url('/wp-content/uploads/2017/06/davidmuir.jpg');
	background-position: 15vw 100px;
	background-size: auto;
	min-height: auto;
	height: auto;

	padding-top: 80px;
	padding-bottom: 30px;
}

div.section_2.section2.background2 {
	background-image: url('/wp-content/uploads/2017/07/David_BW-copy.jpg');
	background-color: white;
	background-size: 30vw;
	background-position: 66vw;
	min-height: auto;
	min-height: 140vh;
	padding: 5vh 35vw 5vh 10vw;
}

div.section2.background2 {
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: auto;
	border-top: 10px solid #7e3f97;
	border-top: 10px solid var(--banner-color);
}

div.section2.background2.left>div {
	padding-right: 45vw;
	padding-left: 100px;
}

div.section2.background2.right>div {
	padding-right: 100px;
	padding-left: 45vw;
}

div.detail2 {
	background-color: white;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.78);
	background-color: #ffffffaa;
	padding: 1px 1vw 0;
	margin: 0px 0px;
	margin: 0px auto;
}

div.detail2>p,
p.in_row {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	text-align: justify;
	justify: center;
	margin-top: 0px;
}

div.section_1>div.detail2 {
	padding: 0px 100px 25px 30px;


	margin-left: 0;
}

div.section_1>div.jumbotron {

	padding-left: 15px;
	margin-bottom: 35px;
	margin-left: 40vw;
}

div.section_1>div.detail2 {
	margin-left: 30vw;
}

div.section_1>div.detail>p:last-child {

}

div.section_2>div.detail2 {



}

div.section_2>div.detail2>p:last-child {
	padding-bottom: 25px;
	min-height: 150px;
}
*/


/* tr.seminar-tr-text {
	text-align: left;
	font-size: 16px;
}

td.seminar-td-text {
	padding: 10px;
	text-align: left;
} */

/*  */

/*  */
/* #left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	min-width: 120px;
	max-width: 220px;
}

#left_only {
	float: left;
	padding: 12px;
}

#left_image {
	float: left;
	padding: 12px;
	width: 90%;
}

#left_dist {
	float: left;
	padding: 12px;
	width: 30%;
}

#right {
	float: right;
	padding: 30px;
}

#gold_seal {
	float: right;
	padding: 10px;
	color: #7f3f98;
}

#right_text {
	font-size: 20px;
	color: #7f3f98;
	float: left;
	margin-left: 20px;
	margin-top: 4%;
	font-weight: 200;
}

#left_tight {
	float: left;
	padding: 4px 12px;
} */

/*  */
/* .ceu h4 a {
	color: #000000;
}

.icon {
	float: left;
}

.ceupic {
	valign: top;
	width: 15%;
}

.ceupic img {
	margin-top: 25px;
}

.ceuinfo {
	valign: top;
}

div.click2register {
	background-color: #743167;
	color: white;
	width: 140px;
	text-align: center;
	padding: 5px 5px;
	float: right;
	margin: 10px 0px;
	font-weight: bold
}

div.click2register:hover {
	color: black;
}

h4.h4-margin {
	margin-top: 5px;
	margin-bottom: 21px;
} */

/* Research */
/* div.clin_benefits {
	padding-top: 15px;
}

article.subicons p {
	margin: 0;
} */

/* WEBINAR SELF-STUDY COURSES - START */
/* This is now in the webinar page */
/* div.course>div.popup_modal.modal-dialog>div.modal-content>div.modal-header {
	background-color: #930fa5;
}
div.popup_modal.modal-dialog>div.modal-content>div.modal-header h2 {
	margin-bottom: 0px;
	color: #e0e0e0;
}

div.click_to_view_course {
	background-color: #930fa5;
	border: 1px solid #930fa5;
	text-align: center;
	position: relative;
	border-radius: 10px;
	width: 85%;
	height: 48px;
	line-height: 48px;
	margin: 0 auto;
	font-size: 18px;
	box-shadow: inset 0px 0px 0 0px purple;
}

div.click_to_view_course>a {
	color: white;
	font-weight: bold;
}

div.click_to_view_course:hover {
	background-color: #930fa5aa;
} */
/* WEBINAR SELF-STUDY COURSES - END */

/* International  */
/* I have no clue what this does, I'm commenting it out until someone tells me they are missing something */
/* img#intl_dist_branding_bar {
	width: 100vw;
	height: 19px;
	vertical-align: bottom;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.box {
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 10px/10px;
	background-clip: padding-box;
	text-align: left;
}

.button {
	font-size: 1em;
	padding: 2px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay:target {
	visibility: visible;
	opacity: 5;
	z-index: 1000;
}
.popup {
	margin: 70px auto;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	width: 39%;
	position: relative;
	transition: all 2s ease-in-out;
	top: 65px;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #06D85F;
}

.popup .content {
	max-height: 30%;
	overflow: auto;
}

@media screen and (max-width: 700px) {
	.box {
		width: 80%;
	}

	.popup {
		width: 80%;
		top: 30px;
	}
}

@media screen and (max-width: 460px) {
	.box {
		width: 90%;
	}

	.popup {
		width: 90%;
		top: 20px;
	}
}

#green-block {
	background-color: #3e7dcc;
	width: 125px;
	height: 125px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	text-align: center;
	line-height: 100px;
	z-index: 1000;
	position: absolute;
	top: 145px;
	left: 27%
}

#yellow-block {
	background-color: #ff9900;
	width: 125px;
	height: 125px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	text-align: center;
	line-height: 100px;
	z-index: 1000;
	position: absolute;
	top: 20px;
	left: 54%
}

#purple-block {
	background-color: #7f3e98;
	width: 125px;
	height: 125px;
	padding: 12px;
	margin: 5px;
	line-height: 95px;
	text-align: center;
	line-height: 100px;
	z-index: 1000;
	position: absolute;
	top: 145px;
	left: 81%
}

a.color {
	color: white;
	font-size: 20px;
}

a.white_link {
	color: white;
}

div.relative {
	position: relative;
	width: 45px;
	height: 45px;
}

div.float {
	float: left;
	padding-left: 12px;
	font-size: 11px;
	text-align: center;
	height: 85px;
	width: 75px;
}

*/

/* .subicon_research {
	width: 175px;
	height: 225px;
} */

/*   */
/* .products_header {
	font-size: 40px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
}

.products_name {
	font-size: 32px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 15px;
} */

/*   */
/* .course_title {
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

 */

/*   */
@media only screen and (max-width:990px) {
	/* #right_block {
		top: 10px;
		float: left;
	}

	#right_logo {
		float: left;
		margin-left: 20px;
	}

	#block_text {
		font-size: 14px;
	}

	#absolute_right {
		position: absolute;
		top: 100px;
		right: 60px;
		width: 400px;
		height: 200px;
		border: 2px solid;
	}

	#relative_right {
		position: relative;
		width: 200px;
		border: 2px solid;
		left: 200px
	}

	#bottom {
		padding: 25px;
	}

	#bottom .cover {
		float: left;
		font-size: 12px;
		margin-right: 25px;
	}

	#bottom .cover a img {
		margin-bottom: 10px;
	}

	#center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
	} */

	/* .well {
		background-color: #fff;
		border: #fff;
	}

	.sf-menu.sf-style-white {
		margin-bottom: 0.2em;
		width: 100%;
		background-color: #7f3f98;
	}

	.sf-menu.sf-style-white a,
	.sf-menu.sf-style-white span.nolink {} */
}

@media only screen and (min-width:1200px) {
	/* .container {
		max-width: 1920px;
	}

	div.float2 {
		float: left;
		padding-left: 15px;
	}

	#stacked_menu {
		display: none;
	}

	.stacked {
		display: none;
	}

	img.mov {
		padding: 40px;
	}

	div#link_box1 {
		display: none;
	}

	div#link_box_left {
		font-size: 28px;
	}

	div#link_box_long {
		font-size: 28px;
	}

	div#link_box_long2 {
		font-size: 28px;
	}

	div#stacked-menu {
		display: none;
	}

	div#small_banner {
		display: none;
	}

	div#colorblocks {
		display: block;
	}

	div#colorblocks-small {
		display: none;
	}

	div#colorblocks-a {
		display: none;
	}

	div#colorblocks-b {
		display: none;
	}

	div#colorblocks-d {
		display: block;
	}

	ul#superfish-1 {
		display: block;
	}

	.distLogo {
		height: 100px;
	}

	.pmd-title {
		font-size: 22px;
	}

	div#accordion {
		display: none;
	}

	img.resizer {
		overflow: hidden;
		object-fit: cover;
		object-position: center;
		height: 27vw;
		margin-bottom: -3px;
	}

	img.resizer_slideshow {
		overflow: hidden;
		object-fit: cover;
		object-position: 0% 74%;
		height: 27vw;
		margin-bottom: -3px;
	} */
}

@media only screen and (max-width:1200px) {
	/* .section_header {
		width: 60%;
		padding-bottom: 15px;
	}

	img.mov {
		padding: 2px 40px;
		width: 90%;
		max-width: 660px;
	}

	div#link_box1 {
		font-size: 20px;
	}

	div#link_box_left {
		font-size: 20px;
	}

	div#link_box_long {
		font-size: 20px;
	}

	div#link_box_long2 {
		font-size: 20px;
	}

	div#link_box_long3 {
		font-size: 20px;
	}

	div#link_box_international {
		font-size: 20px;
	}

	div#link_box_coe {
		font-size: 20px;
		max-width: 70%;
	}

	.tagline_container {
		height: 10rem;
	}

	div#small_banner {
		display: none;
	}

	div#colorblocks-small {
		display: block;
	}

	div#colorblocks-a {
		display: none;
	}

	div#colorblocks-b {
		display: none;
	}

	div#colorblocks-d {
		display: block;
	}

	div#accordion {
		display: none;
	}

	ul#superfish-1 {
		display: block;
	}

	img.resizer {
		margin-bottom: -3px;
		overflow: hidden;
		object-fit: cover;
		object-position: 0% 50%;
		height: 470px;
	}

	img.resizer_slideshow {
		overflow: hidden;
		object-fit: cover;
		object-position: center;
		height: 470px;
		margin-bottom: -3px;
	} */
}

@media only screen and (max-width:992px) {
	/* .section_header {
		width: 49%;
		font-size: 22px;
	}

	div>img.section_header_graphics {
		min-width: 85px;
		max-width: 150px;
	}

	div.float2 {
		float: left;
		padding-left: 15px;
	}

	div#stacked-menu {
		display: none;
	}

	.stacked {
		display: none;
	}

	div.floating-logo h2#logo-af a img {
		margin-right: -5px;
		width: 39%;
	}

	div#link_box1 {
		font-size: 16px;
	}

	div#link_box_left {
		font-size: 16px;
	}

	div#link_box_long {
		font-size: 16px;
	}

	div#link_box_long2 {
		font-size: 16px;
	}

	div#link_box_long3 {
		font-size: 16px;
	}

	div#link_box_international {
		font-size: 16px;
	}

	div#link_box_coe {
		font-size: 16px;
	}

	div#small_banner {
		display: none;
	}

	div#colorblocks,
	.colorblock_menu {
		display: none;
	}

	div#colorblocks-small {
		display: block;
	}

	div#colorblocks-b {
		display: none;
	}

	div#colorblocks-d {
		display: block;
	}

	div#colorblocks-a {
		display: none;
	}

	div#accordion {
		display: block;
	}

	.distLogo {
		max-height: 100px;
		min-height: 20px;
	}

	img.resizer {
		margin-bottom: -3px;
		overflow: hidden;
		object-fit: cover;
		object-position: 0% 50%;
		height: 360px;
	}

	img.resizer_slideshow {
		overflow: hidden;
		object-fit: cover;
		object-position: 0% 50%;
		height: 360px;
		margin-bottom: -2px;
	} */
}

@media only screen and (max-width:768px) {
	/* .flex-container-normal {
		display: none;
	}

	div.float2 {
		padding-left: 15px;
		padding-top: 10px;
		top: 7px;
		padding-bottom: 10px;
		position: absolute;
	}

	div#stacked-menu {
		display: block;
	}

	.stacked {
		display: block;
	}

	div#link_box1 {
		display: none;
	}

	div#link_box_long {
		display: block;
		max-width: 100%;
		top: 15px;
		left: 30px;
	}

	div#link_box_center {
		display: none;
	}

	div#link_box_bottom {
		display: none;
	}

	div#link_box_long2 {
		display: none;
	}

	div#link_box_long3 {
		font-size: 16px;
	}

	div#link_box_international {
		display: none;
	}

	div#link_box_coe {
		display: block;
	}

	.tagline_box {
		display: none;
	}

	div#small_banner {
		display: none;
	}

	div#colorblocks-small {
		display: none;
	}

	div#colorblocks-a {
		display: none;
	}

	div#colorblocks-b {
		display: none;
	}

	div#colorblocks-d {
		display: none;
	}

	ul#superfish-1 {
		display: block;
	}

	.distLogo {
		max-height: 100px;
		min-height: 20px;
	}

	.pmd-title {
		font-size: 18px;
	}

	div#accordion {
		display: block;
	}

	img.resizer {
		margin-bottom: -2px;
		overflow: hidden;
		object-position: center;
		height: 100%;
	}

	img.resizer_slideshow {
		overflow: hidden;
		object-fit: cover;
		object-position: 8% 50%;
		max-height: 275px;
		margin-bottom: -2px;
	} */
}

@media only screen and (max-width:460px) {
	/* div.floating-logo h1#logo-wf a img {
		margin-left: 10px;
	}

	div.float2 {
		padding-left: 15px;
		padding-top: 10px;
		top: 7px;
		padding-bottom: 10px;
		position: absolute;
	}

	img.resizer {
		margin-bottom: -2px;
		overflow: hidden;
		object-position: center;
		height: 250px;
	}

	div#link_box_left {
		display: none;
	}

	div#tagline {
		display: none;
	}

	div#link_box_long {
		display: block;
		max-width: 100%;
		top: 15px;
		left: 30px;
		font-size: 4vw;
	}

	div#link_box_long2 {
		display: none;
	}

	div#link_box_long3 {
		display: none;
	}

	div#link_box_international {
		display: none;
	}

	div#link_box_coe {
		display: none;
	}

	div#large_banner {
		display: block;
	}

	div#small_banner {
		display: block;
	}

	div#colorblocks {
		display: none;
	}

	div#colorblocks-small {
		display: none;
	}

	div#colorblocks-a {
		display: none;
	}

	div#colorblocks-b {
		display: none;
	}

	div#colorblocks-d {
		display: none;
	}

	.distLogo {
		max-width: 270px;
		max-height: 65px;
	}

	.pmd-title {
		font-size: 14px;
		white-space: nowrap;
	} */
}

@media only screen and (max-width:350px) {
	/* div.float2 {
		padding-left: 15px;
		padding-top: 10px;
		top: 7px;
		padding-bottom: 10px;
		position: absolute;
	}

	img.resizer {
		margin-bottom: -2px;
		overflow: hidden;
		object-position: center;
		height: 210px;
	}

	div#link_box_long2 {
		display: none;
	}

	div#link_box_long3 {
		display: none;
	}

	div#link_box_international {
		display: none;
	}

	div#link_box_coe {
		display: none;
	}

	div#large_banner {
		display: block;
	}

	div#small_banner {
		display: block;
	}

	div#colorblocks,
	.colorblock_menu {
		display: none;
	}

	div#colorblocks-small {
		display: none;
	}

	div#colorblocks-a {
		display: none;
	}

	div#colorblocks-b {
		display: none;
	}

	.distLogo {
		max-width: 200px;
		max-height: 100px;
		min-height: 20px;
	}

	.pmd-title {
		font-size: 16px;
	}

	intlLogo {}

	img.resizer_slideshow {
		overflow: hidden;
		object-fit: cover;
		object-position: 15% 50%;
		max-height: 210px;
		margin-bottom: -2px;
	} */
}

/* #byline {
	font-size: 12px;
}

div.dist {
	float: right;
}

.parent {
	display: flex;
	height: 400px;
	flex-flow: row wrap;
	justify-content: space-around;
}

.child {
	width: 210px;
	height: 310px;
	margin: auto;
}

img.box {
	display: block;
	margin-left: auto;
	margin-right: auto
}

div.container4 p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

img.pmLogo {
	float: left;
	width: 102%;
	z-index: 400;
	min-width: 120px;
	max-width: 330px;
	margin-top: 10%;
	margin-bottom: 15px;
	margin-left: 25px;
}

.right_pm {
	position: absolute;
	right: 0px;
}

#slideshow_box {
	margin-top: 10px;
}

.parent-vertical {
	position: relative;
}

.vertical {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.ui-accordion .ui-accordion-content {
	padding: 10px 10px;
}

.ui-widget-content {
	border: none;
}

.navbar {
	display: none;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
	margin-right: 15px;
}

.col-fixed {
	width: 300px;
}

#lower-alpha {
	list-style-type: lower-latin;
	margin-left: 20px;
	margin-top: .2em;
}

div.menuBlocks:hover {
	color: purple;
}

div.menuBlocks {
	color: white;
}

img.shadow {
	box-shadow: 2px 2px 10px #666;
} */

	blockquote p {
		font-size: 20px;
	}

aside.sidebar[role=complementary] {
	display: none;
}

/* Woo Commerce CSS */
/* Removes the Author and other info from woocommerce */
.woocommerce + p,
.woocommerce + p + p {
	display: none;
}

body.woocommerce {
	padding-top: 100px;
}

body.woocommerce article.product h1 > a {
	color: #000000;
	font-size: 30px;
	letter-spacing: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 4px #666;
	margin-top: 25px;
}

/* End of Woo Commerce CSS */

/* 404 Page */
#post-404 {
	display: flex;
	flex-direction: column;
}
#post-404 > h1 {
	color: #000000;
    font-size: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #666;
    margin-top: 65px;
    float: left;
}
.error_404 {
	margin: 50px auto;
}

.error_404 img {
	max-height: 65vh;
}

.single-product .product_meta {
	display: none;
}

.woocommerce img.header_tagline, .woocommerce-page img.header_tagline {
	max-width: 380px;
}



ul.breadcrumb ul > li a {
	color: black;
}

ul.breadcrumb ul {
	top: 100%;
	left: 0px;
	position: absolute;
	background-color: white;
}

.search-input::-webkit-input-placeholder {
  color: #000;
}
.search-input:-moz-placeholder {
  color: #000;
}
.search-input::-moz-placeholder {
  color: #000;
}
.search-input::-ms-input-placeholder {
  color: #000;
}

/* Individual Product Page Addition */
.product_image {
    text-align: center;
}

.edu_product_image {
	max-width: 250px;
	padding: 5px 15px 10px 10px;
}

@media all and (min-width: 768px) {
    .product_image {
        float: left;
        margin: 0px 15px;
    }
}

/* Styling helpers */
/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important;
}
.p-xs {
  padding: 10px !important;
}
.p-sm {
  padding: 15px !important;
}
.p-m {
  padding: 20px !important;
}
.p-md {
  padding: 25px !important;
}
.p-lg {
  padding: 30px !important;
}
.p-xl {
  padding: 40px !important;
}
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-t-none {
  margin-top: 0;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-xxxl {
  margin-top: 60px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-r-none {
  margin-right: 0;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-b-none {
  margin-bottom: 0;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.space-15 {
  margin: 15px 0;
}
.space-20 {
  margin: 20px 0;
}
.space-25 {
  margin: 25px 0;
}
.space-30 {
  margin: 30px 0;
}

.center_banner {
    width: 50%;
    min-width: 240px;
    padding: 15px;
}

/*Toby form submit button hide code*/
button#wpforms-submit-9891 {
    visibility: visible;
}
