:not(.mobile-theme) .site-content {
  margin-top: 10px;
}
:not(.mobile-theme) .main-navigation {
  margin: 0px !important;
}
:not(.mobile-theme) .main-navigation li:hover > a,
:not(.mobile-theme) .main-navigation li.focus > a {
  color: black;
}
:not(.mobile-theme) .main-navigation ul ul li {
  background-color: #616161 !important;
  color: white !important;
}
:not(.mobile-theme) .entry-title {
  font-size: 1.5rem !important;
}
:not(.mobile-theme) .about-perspectives-body-text {
  margin-left: 16px;
}
:not(.mobile-theme) .book-image {
  width: 950px !important;
}
:not(.mobile-theme) .entry-header,
:not(.mobile-theme) .entry-summary,
:not(.mobile-theme) .entry-content,
:not(.mobile-theme) .entry-footer,
:not(.mobile-theme) .page-content {
  margin-left: 0px !important;
}
:not(.mobile-theme) .site-header-main {
  background: #1e1e1e;
}
:not(.mobile-theme) .site-header {
  background: #1e1e1e;
}
:not(.mobile-theme) .header-image {
  background: #1e1e1e;
}
:not(.mobile-theme) .side-bar {
  padding-top: 3vh !important;
}
:not(.mobile-theme) .menu-toggle {
  background-color: rgba(255,255,255,0.3);
  color: white;
}
:not(.mobile-theme) .main-navigation .current-menu-item > a,
:not(.mobile-theme) .main-navigation .current-menu-ancestor > a {
  line-height: 2.5vh;
}
:not(.mobile-theme) .titletextshadow {
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
}
:not(.mobile-theme) .WhyTakeTheTPIContent ul li {
  list-style: square inside url();
  font-size: 12pt;
  font-weight: normal;
  color: darkslategray;
  margin-left: 14px;
  margin-bottom: 6px;
}
:not(.mobile-theme) .WhyTakeTheTPIContent .TakeSurveyButton {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 40px;
  font-size: 14pt;
  font-weight: bold;
  border-radius: 8px;
  border: goldenrod solid 3px;
  transition: .3s linear all;
  background-color: rgba(218,165,32,0.6);
  opacity: 1;
  cursor: pointer;
  color: #001535;
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
}
:not(.mobile-theme) .WhyTakeTheTPIContent .TakeSurveyButton span {
  margin-right: 20px;
  margin-left: 20px;
}
:not(.mobile-theme) .WhyTakeTheTPIContent .TakeSurveyButton:hover {
  background-color: rgba(0,0,0,0.8);
  border-color: goldenrod;
  text-decoration: none;
  opacity: .9;
  color: gold;
}
:not(.mobile-theme) .WhyTakeTheTPIContent .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073D93;
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
}
:not(.mobile-theme) .WhyTakeTheTPIContent .subtitle {
  font-weight: bold;
  font-size: 12pt;
  color: #0B5FA5;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent a {
  font-size: 12pt;
  color: #0C5AA6;
  text-decoration: underline;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent a:hover {
  background-color: rgba(102,161,210,0.3);
  color: #0B5FA5;
  text-decoration: underline;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073D93;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent .overview {
  display: flex;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent .overview img {
  height: 226px;
  width: 229px;
  border: 4px orange;
  border-radius: 7px;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent
	.perspective {
  margin-left: 12px;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent
	.perspective p {
  line-height: 20px;
}
:not(.mobile-theme) .TheFivePerspectivesBookContent
	.book-order-links {
  line-height: 20px;
}
:not(.mobile-theme) .AboutTheFivePerspectivesContent .pagetitle {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073D93;
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
}
:not(.mobile-theme) .AboutTheFivePerspectivesContent .overview {
  font-weight: normal;
  font-style: italic;
  font-size: 12pt;
  color: darkslategray;
}
:not(.mobile-theme) .AboutTheFivePerspectivesContent .perspectivetitles {
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 4px;
  font-size: 14pt;
  color: white;
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
}
:not(.mobile-theme) .AboutTheFivePerspectivesContent .subtitle {
  font-weight: bold;
  font-size: 12pt;
  color: #0B5FA5;
  margin-left: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
:not(.mobile-theme) .AboutTheFivePerspectivesContent .nobullet {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
:not(.mobile-theme) .ReflectingOnTestResultsContent .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073D93;
}
:not(.mobile-theme) .ReflectingOnTestResultsContent .reflect {
  margin-top: 15px;
}
:not(.mobile-theme) .ReflectingOnTestResultsContent li {
  list-style: decimal;
  font-weight: bold;
  font-size: 12pt;
  color: #0B5FA5;
}
:not(.mobile-theme) .ReflectingOnTestResultsContent p {
  font-weight: normal;
  font-size: 10pt;
  color: black !important;
}
@media screen {
  :not(.mobile-theme) .ReflectingOnTestResultsContent .video-reflect {
    display: block;
  }
}
@media print {
  :not(.mobile-theme) .ReflectingOnTestResultsContent .video-reflect {
    display: none;
  }
}
:not(.mobile-theme) .AboutTheTPIContent .title h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073D93 !important;
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
}
:not(.mobile-theme) .ContactUsContent .biographyandpicture img {
  height: 180px;
  width: 180px;
}
:not(.mobile-theme) .ContactUsContent .biographyandpicture .biography a {
  margin-left: 50px;
  font-weight: bold;
  font-style: italic;
  color: blue;
}
:not(.mobile-theme) .ContactUsContent .titlerow {
  display: flex;
  flex-direction: row;
}
:not(.mobile-theme) .ContactUsContent .titlerow .title {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  color: #073D93;
  text-shadow: 0px 0px 3px rgba(20,20,20,0.4);
  display: flex;
  flex-direction: row;
}
:not(.mobile-theme) .ContactUsContent .titlerow .contact {
  font-size: 12pt;
  display: flex;
  flex-direction: row;
  margin: 0 0 0 auto;
}
:not(.mobile-theme) .ContactUsContent .titlerow .contact span {
  font-style: italic;
  margin-right: 12px;
}
:not(.mobile-theme) .ContactUsContent .titlerow .contact a {
  text-decoration: underline !important;
  font-weight: bold;
  font-style: italic;
  color: blue;
  display: flex;
  flex-direction: row;
  box-shadow: none !important;
}
:not(.mobile-theme) .ContactUsContent .bio-name {
  font-weight: bold;
}
:not(.mobile-theme) .ContactUsContent .biographyandpicture {
  display: flex;
  flex-direction: row;
}
:not(.mobile-theme) .ContactUsContent .biography {
  margin-left: 15px;
  line-height: 22px;
  color: darkslategray;
}
:not(.mobile-theme) .Acknowledge .title {
  font-weight: bold;
  font-style: italic;
  font-size: 14pt;
  color: #073D93;
  line-height: 24px;
}
:not(.mobile-theme) .Acknowledge ul li {
  margin-top: 14px;
  font-weight: normal;
  font-style: normal;
  font-size: 12pt;
  color: black;
  margin-left: 20px;
  list-style-type: disc !important;
}
:not(.mobile-theme) .gridStyle {
  height: 500px;
  width: 550px;
}
:not(.mobile-theme) .translation-grid-header-id {
  min-width: 30% !important;
  width: 30% !important;
  max-width: 30% !important;
}
:not(.mobile-theme) .translation-grid-cell-id {
  min-width: 10% !important;
  width: 10% !important;
  max-width: 10% !important;
}
:not(.mobile-theme) .translation-grid-header-html {
  min-width: 70% !important;
  width: 70% !important;
  max-width: 70% !important;
}
:not(.mobile-theme) .translation-grid-cell-html {
  min-width: 90% !important;
  width: 90% !important;
  max-width: 90% !important;
}
:not(.mobile-theme) .translation-submit {
  margin-top: 10px;
}
@media screen and (max-width: 62.313em) {
  :not(.mobile-theme) .site-header-menu {
    display: none;
    margin-top: 22vh;
  }
  :not(.mobile-theme) .menu-toggle {
    display: block;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 1.076923077em 0;
    padding: 0.769230769em;
    background-color: rgba(255,255,255,0.3);
  }
  :not(.mobile-theme) .main-navigation .primary-menu > li {
    line-height: 26px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 6px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.3);
    cursor: pointer;
    color: white;
  }
}
.mobile-theme .menu-search {
  background-color: #1e1e1e !important;
  color: white !important;
  border: none !important;
}
.mobile-theme .menu-toggle {
  margin: auto;
  border: none !important;
}
.mobile-theme .search-form #s {
  background-color: #1e1e1e !important;
  color: white !important;
  width: 100% !important;
  border: none !important;
}
.mobile-theme #branding {
  display: none;
}
.mobile-theme .menu-main_menu-container ul > li {
  background-color: #1e1e1e !important;
  color: white !important;
}
.mobile-theme .menu-main_menu-container ul > li > a {
  color: white;
}
.mobile-theme #access ul.nav-menu {
  background-color: #1e1e1e !important;
}
.mobile-theme #page {
  background: url(http://sandbox.dev.teachingperspectives.com/tpi/blog/wp-content/uploads/2017/02/SoftBackgroundPattern8928.png) repeat;
}
.mobile-theme #main {
  background: url(http://sandbox.dev.teachingperspectives.com/tpi/blog/wp-content/uploads/2017/02/SoftBackgroundPattern8928.png) repeat;
}
.mobile-theme .nav-previous a,
.mobile-theme .nav-next a {
  background-color: #1e1e1e !important;
}
