.wrapper {
	margin-bottom: 0 !important;
}
#header {
	background-color: #b58900;
}

#header > .logo_right {
	display: block;
	margin-right: 0;
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: right;
	height: inherit;
}
#header > .logo_right img {
	max-height: 80%;
	max-width: 50%;
	float: right;
	position: absolute;
	top: 10%;
	right: 1.5em;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

@media screen and (max-width: 980px) {
	#header > .logo_right img {
		right: 1em;
	}
}

.green_me {
	color: #2aa198;
	font-style: italic;
}

.author_cirlces {
	display: block !important;
	text-decoration: none !important;
	border: none !important;
}

.author_cirlces .image img {
	height: 80px;
}

/* COMMENDATIONS RELATED */

.nob {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.nob p {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.over {
	width: 100%;
	font-size: 135%;
	padding: 20px;
	color: #555555 !important;
}
.over h3 {
	color: #555555 !important;
	margin-bottom: 10px;
}
.commendations {
	background-color: #e7d5b3;
	text-align: center;
	color: #555;
	margin-top: 40px;
	margin-bottom: 40px;
}
.commendations *,
.commendations div {
	border: none !important;
}
.commendations article {
	border: none !important;
	text-align: left;
}
.commender {
	text-transform: uppercase !important;
}

#commendations {
	display: flex;
	flex-direction: row;
}
.com_col_left {
	display: flex;
	flex-direction: column;
	flex: 1;
	flex-basis: 50%;
}
.com_col_right {
	display: flex;
	flex-direction: column;
	flex: 1;
	flex-basis: 50%;
	justify-content: space-between;
}

.commend-text {
	font-style: italic;
}

.commend-text em {
	font-style: normal;
}
.commend-text i {
	font-style: normal;
}

.reviewer-name {
	text-transform: uppercase;
}

article.no_bottom:after {
	border-bottom: none !important;
}

/*in 2018, I think this is still the answer, so creds to  https://www.steckinsights.com/shorten-length-border-bottom-pure-css/ */
article.nob:after {
	content: ""; /* This is necessary for the pseudo element to work. */
	display: block; /* This will put the pseudo element on its own line. */
	margin: 0 auto; /* This will center the border. */
	margin: 0 0; /* This will left-justify the border. */
	/*width: 95%;  Change this to whatever width you want. */
	padding-top: 20px; /* This creates some space between the element and the border. */
	border-bottom: 1px solid gray; /* This creates the border. Replace black with whatever color you want. */
	margin-left: 20px;
	margin-right: 20px;
}

article.nob {
	margin-bottom: 0px !important;
	padding-bottom: 25px !important;
}

/* VIDEO RELATED */
.vid_wrappa {
	width: 100%;
	margin: 0;
}
.vid_wrappa iframe {
	width: 100%;
	height: auto;
}

.vid_wrappa_2 {
	width: 100%;
	height: calc(35vw);
	margin-top: 20px;
}

video {
	width: 100%;
	padding-top: 0;
}

.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: 100%;
	height: 100%;
}

/* IS THIS EVEN BEING USED ANYWEHRE ? */

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
	padding-bottom: 56.25%;
}

#footer {
	background: unset;
}

#footer > .inner {
	background: #fff;
}

#footer > .copyright {
	border-top: unset;
}
