/*
  Welcome to Compass.
  In this file you should write your main styles. (or centralize your imports)
*/
/* Variables */
/* Mixins */
/* Typography */
/* line 79, sass/custom.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

/* line 82, sass/custom.scss */
.page h1.title, h1.title {
  margin: 0;
}

/* line 88, sass/custom.scss */
section.entry {
  margin: 0 !important;
}

/* line 91, sass/custom.scss */
a, a:link, a:visited {
  color: #61412a;
}
/* line 93, sass/custom.scss */
a:hover, a:link:hover, a:visited:hover {
  text-decoration: none;
}

/* line 97, sass/custom.scss */
p a {
  text-decoration: underline !important;
}

/* line 100, sass/custom.scss */
h1 {
  padding: 30px 0 20px 0;
}

/* line 103, sass/custom.scss */
h2 {
  margin-bottom: .5rem;
}

/* line 106, sass/custom.scss */
p {
  margin-bottom: 15px;
}

/* line 109, sass/custom.scss */
ol {
  display: block;
  list-style-type: decimal;
  list-style-position: outside;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0;
  margin-end: 0;
  padding-start: 40px;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 601px) {
  /* line 121, sass/custom.scss */
  .left, .right {
    float: left;
    width: 50%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 1rem;
  }
}
/* line 130, sass/custom.scss */
.left a, .right a {
  float: none;
  width: auto;
}

/* line 136, sass/custom.scss */
.hide-x {
  overflow-x: hidden;
}

/* line 140, sass/custom.scss */
h3.read-more {
  clear: both;
  text-align: center;
}

/* line 144, sass/custom.scss */
h2 span.offsite {
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
}
/* line 148, sass/custom.scss */
h2 span.offsite:hover {
  text-decoration: none;
}

/* line 153, sass/custom.scss */
.notes h2, .notes h3 {
  padding: 30px 0 0 0;
}
/* line 156, sass/custom.scss */
.notes ol, .notes ul {
  margin: 0 0 0 40px;
}
/* line 159, sass/custom.scss */
.notes ol {
  list-style-type: decimal;
}
/* line 161, sass/custom.scss */
.notes ol ol {
  list-style-type: upper-alpha;
}
/* line 163, sass/custom.scss */
.notes ol ol ol {
  list-style-type: lower-alpha;
}

/* line 170, sass/custom.scss */
#logo {
  float: none;
  width: 150px;
  margin: 5px auto 5px;
}
@media only screen and (min-width: 926px) {
  /* line 170, sass/custom.scss */
  #logo {
    float: left;
  }
}

/* line 179, sass/custom.scss */
.hiddenText {
  display: none;
}

/* line 183, sass/custom.scss */
.searchform {
  border: none !important;
  width: auto;
  clear: right;
  position: relative;
  top: -3px;
}
/* line 189, sass/custom.scss */
.searchform [type="text"] {
  float: right;
  border: 1px solid lightgrey !important;
  border-radius: 50px;
  padding: 5px !important;
  background: url(images/search-icon.png) right center no-repeat !important;
  background-size: 20px !important;
  background-origin: content-box !important;
  width: 200px !important;
  color: #777;
  transition: all 0.5s 0.5s ease;
}
/* line 200, sass/custom.scss */
.searchform [type="text"]:focus {
  border-color: #c75b12 !important;
}
/* line 204, sass/custom.scss */
.searchform [type="submit"] {
  display: none;
}

/* line 208, sass/custom.scss */
.nav-toggle {
  display: none !important;
}

/* line 212, sass/custom.scss */
#ut-header {
  display: block;
  width: 100%;
  height: 24px;
  background-color: #bf5700;
}
/* line 218, sass/custom.scss */
#ut-header .parent-banner-links {
  height: 24px;
  clear: both;
  position: relative;
  padding-left: 1.618em;
  padding-right: 1.618em;
}
/* line 225, sass/custom.scss */
#ut-header h2 {
  float: left;
  color: #fff;
  margin-bottom: 0;
  font-family: arial, serif;
  font-size: .75rem;
  line-height: 1.5rem;
}
/* line 233, sass/custom.scss */
#ut-header h2.ut-secondary-logo {
  background: url(/wp-content/themes/ethics_unwrapped/images/texas_shield.png) no-repeat;
  background-size: 72px 16px;
  background-position: right center;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: bicubic;
  float: right;
  height: 20px;
  margin: 0;
  width: 112px;
}
/* line 248, sass/custom.scss */
#ut-header .logo-link {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  text-decoration: none;
}
/* line 256, sass/custom.scss */
#ut-header .hiddenText {
  color: #fff;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 600px) {
  /* line 267, sass/custom.scss */
  #ut-header, #ut-header .parent-banner-links {
    height: 36px;
  }

  /* line 270, sass/custom.scss */
  #ut-header h2 {
    font-size: 1rem;
    line-height: 36px;
  }

  /* line 274, sass/custom.scss */
  #ut-header h2.ut-secondary-logo {
    background-size: 112px 25px;
    height: 25px;
    width: 112px;
    margin-top: 6px;
  }
}
/* line 282, sass/custom.scss */
#navigation {
  min-height: auto;
  font-family: 'PT Sans', arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  /* line 287, sass/custom.scss */
  #nav-container {
    margin-bottom: 0px;
  }
  /* line 289, sass/custom.scss */
  #nav-container #navigation {
    background: transparent;
  }
  /* line 291, sass/custom.scss */
  #nav-container #navigation section.menus {
    position: absolute;
    top: -80px;
    right: 0px;
  }
  /* line 297, sass/custom.scss */
  #nav-container ul.nav.fl {
    float: right;
    margin-right: 0px;
  }
  /* line 301, sass/custom.scss */
  #nav-container ul.nav li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
  }
}
/* line 309, sass/custom.scss */
#mega-menu-wrap-primary-menu {
  text-align: center;
  font-family: 'PT Sans', arial, sans-serif !important;
  font-weight: 900;
}

#mega-menu-wrap-primary-menu .small-text {
	font-size: 10px;
	text-transform: uppercase;
	color: #57d0ef;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

#mega-menu-wrap-primary-menu a {
	text-decoration: none !important;
}

#mega-menu-wrap-primary-menu a:hover {
	color: #57d0ef !important;
}

#mega-menu-wrap-primary-menu .mega-sub-menu .mega-menu-item h5:hover {
	background-color: #e4e4e4;
}

#mega-menu-wrap-primary-menu .mega-sub-menu p.description a {
	text-decoration: none !important;
}

@media only screen and (min-width: 601px) {
  /* line 314, sass/custom.scss */
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    width: 770px !important;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  /* line 321, sass/custom.scss */
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (min-width: 926px) {
  /* line 314, sass/custom.scss */
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu {
    float: right !important;
    margin: 0;
  }
}
/* line 329, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-13, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-16, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-27 {
  width: 100%;
  padding: 1rem 0 1rem 1rem;
}
@media only screen and (min-width: 620px) {
  /* line 329, sass/custom.scss */
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-13, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-16, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-27 {
    width: 25%;
  }
}
/* line 335, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-13 #series-names h4, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-16 #series-names h4, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-27 #series-names h4 {
  color: #57d0ef;
  margin-bottom: 10px;
}
/* line 339, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-13 #series-names h5, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-16 #series-names h5, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-27 #series-names h5 {
  width: 100%;
}
/* line 341, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-13 #series-names h5 a, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-16 #series-names h5 a, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-27 #series-names h5 a {
  width: 100%;
  padding: .5rem 0 .5rem .5rem;
  display: block;
  font: bold 17px/1.2em "Helvetica Neue", Hsans-serif;
  color: #555;
  cursor: pointer;
}
/* line 350, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-13 #series-names h5 a.active, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-16 #series-names h5 a.active, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-27 #series-names h5 a.active {
  background-color: #e4e4e4;
}
/* line 355, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-14, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-17, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-28 {
  width: 100%;
  padding: 1rem;
  background-color: #e4e4e4;
}
@media only screen and (min-width: 600px) {
  /* line 355, sass/custom.scss */
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-14, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-17, #mega-menu-wrap-primary-menu #mega-menu-primary-menu #mega-menu-item-advanced_text-28 {
    width: 75%;
  }
}
/* line 363, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .description {
  padding-bottom: .75rem;
  border-bottom: 1px solid #444;
}
/* line 367, sass/custom.scss */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .title {
  font-size: 18px;
}
@media only screen and (min-width: 601px) {
  /* line 371, sass/custom.scss */
  #mega-menu-wrap-primary-menu .left, #mega-menu-wrap-primary-menu .right {
    float: left;
    width: 50%;
  }
}
/* line 376, sass/custom.scss */
#mega-menu-wrap-primary-menu .left.description, #mega-menu-wrap-primary-menu .right.description {
  float: none;
  width: auto;
}

/* line 384, sass/custom.scss */
.mega-sub-menu h5 a.active {
  color: #61412a;
  text-decoration: underline;
}
@media only screen and (min-width: 601px) {
  /* line 383, sass/custom.scss */
  .mega-sub-menu {
    padding: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 760px) {
	#mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		width: 100% !important;
	}
}

/* line 394, sass/custom.scss */
.mega-single-column .mega-sub-menu {
  width: 14rem !important;
  padding: 0 1rem !important;
}

/* line 399, sass/custom.scss */
#footer-container, #footer {
  background: #B4EAF8;
  color: black;
}

/* line 406, sass/custom.scss */
.section-wrapper {
  background-image: url(images/bg-border.png), url(images/bg-border.png);
  background-repeat: repeat-x, repeat-x;
  background-position: left top, left bottom;
}
/* line 410, sass/custom.scss */
.section-wrapper .col-full {
  padding: 40px 0px;
}
/* line 413, sass/custom.scss */
.section-wrapper h2 {
  padding: 20px 0;
  font-size: 36px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: rgb 30, 30, 30;
  color: rgba(0, 0, 0, 0.7);
}

/* line 424, sass/custom.scss */
.blue {
  background-color: #b4eaf8;
}

/* line 428, sass/custom.scss */
.beige {
  background-color: #aa9c8f;
}

/* line 431, sass/custom.scss */
.trans {
  background-color: transparent;
  background-image: none;
}

/* line 435, sass/custom.scss */
.gradient-overlay {
  position: relative;
  z-index: 999;
  background-image: url(images/bg-home-grad.png), url(images/bg-home-grad.png);
  background-position: top left, bottom left;
  background-repeat: repeat-x;
  overflow: hidden;
  max-height: 500px;
}

/* Making Video Responsive */
/* line 445, sass/custom.scss */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}

/* line 451, sass/custom.scss */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 459, sass/custom.scss */
.col-single {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  /* line 470, sass/custom.scss */
  /* line 467, sass/custom.scss */
  .col-single {
    padding: 0;
  }
}
/* Custom Columns */
/* line 473, sass/custom.scss */
.col-half {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}
/* line 478, sass/custom.scss */
.col-half img {
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
}
/* line 481, sass/custom.scss */
.col-half h3 {
  padding: 10px 0;
}

/* line 485, sass/custom.scss */
.col-third {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: none;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
/* line 492, sass/custom.scss */
.col-third img {
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
}
/* line 495, sass/custom.scss */
.col-third h3 {
  padding: 10px 0;
}

/* line 499, sass/custom.scss */
.col-fourth {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}
/* line 504, sass/custom.scss */
.col-fourth img {
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
}
/* line 507, sass/custom.scss */
.col-fourth h3 {
  padding: 10px 0;
}

/* line 511, sass/custom.scss */
.col-fifth, .col-fourth-awards {
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
}
/* line 516, sass/custom.scss */
.col-fifth img, .col-fifth a, .col-fourth-awards img, .col-fourth-awards a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 521, sass/custom.scss */
.col-fifth img, .col-fourth-awards img {
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
}
/* line 524, sass/custom.scss */
.col-fifth h3, .col-fourth-awards h3 {
  padding: 10px 0;
}

/* Series Taxonomy Page */
/* line 529, sass/custom.scss */
.intro {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
/* line 533, sass/custom.scss */
.intro .play-button {
  background: url(images/play-button-overlay.png) no-repeat 50% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/* line 542, sass/custom.scss */
ul.tax-series li {
  clear: both;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #b4eaf8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 549, sass/custom.scss */
ul.tax-series li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

/* Sidebars */
/* line 555, sass/custom.scss */
#advanced_text-29 a {
  font-size: 26px;
  line-height: 30px;
}

#advanced_text-30 ul {
	margin-bottom: 20px;
}

#advanced_text-30 h6 {
	margin-bottom: 10px;
}

/* line 560, sass/custom.scss */
#advanced_text-6 {
  margin-top: 20px;
}

/* Videos Page */
/* Other Homepage Stuff */
/* line 567, sass/custom.scss */
.home article header, .page-id-33 article header {
  display: none;
}
/* line 570, sass/custom.scss */
.home section.entry img, .page-id-33 section.entry img {
  border: none;
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333;
  box-shadow: 0 0 5px #333333;
  margin: 20px 0px;
}
/* line 575, sass/custom.scss */
.home #collaborators .col-fourth a, .page-id-33 #collaborators .col-fourth a {
  display: block;
  background: #d3d4d4;
  height: 200px;
  max-width: 200px;
  margin: 0 auto;
  -webkit-border-radius: 200px 200px 200px 200px;
  border-radius: 200px 200px 200px 200px;
}
/* line 582, sass/custom.scss */
.home #collaborators .col-fourth a h3, .page-id-33 #collaborators .col-fourth a h3 {
  line-height: 40px;
}

/* line 589, sass/custom.scss */
.page-id-33 .entry img {
  display: block;
  margin: 0 auto !important;
  float: none;
  padding: 0px;
}

/* line 598, sass/custom.scss */
.people img {
  -webkit-border-radius: 100px 100px 100px 100px;
  border-radius: 100px 100px 100px 100px;
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}

/* line 607, sass/custom.scss */
.tax-collaborator-type .tax-series img {
  float: right;
}

/* line 613, sass/custom.scss */
.post-type-archive-press .post-meta, .post-type-archive-press .post-more {
  display: none;
}

/* TUMBLR OVERRIDES */
/* line 618, sass/custom.scss */
.tumblr {
  position: relative;
}

/* line 621, sass/custom.scss */
ol.tumblr_posts {
  list-style-type: none;
  padding: 0;
}
/* line 624, sass/custom.scss */
ol.tumblr_posts li {
  display: block;
  overflow: hidden;
  clear: both;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e4e4e4;
}
/* line 632, sass/custom.scss */
ol.tumblr_posts h2 {
  border: none;
  padding: .75rem 0 .5rem 0;
  font-size: 1.5rem;
}
/* line 637, sass/custom.scss */
ol.tumblr_posts img {
  max-width: 50%;
  float: left;
  margin-right: 1rem;
}

/* line 645, sass/custom.scss */
#main .body-content {
  padding: 20px 0 5px 0;
}
/* line 648, sass/custom.scss */
#main .notes {
  padding-top: 40px;
}
/* line 650, sass/custom.scss */
#main .notes a {
  display: inline;
}
/* line 654, sass/custom.scss */
#main a.btn {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 10px;
  display: block;
  height: 24px;
}

/* Most pages get these styles */
/* line 665, sass/custom.scss */
.content-sections {
  /*h1 {
  	margin-top: .5rem;
  }*/
}
/* line 666, sass/custom.scss */
.content-sections ol {
  list-style: decimal outside none;
  padding-left: 1rem;
}
/* line 670, sass/custom.scss */
.content-sections section {
  margin-top: 2rem;
}
/* line 676, sass/custom.scss */
.content-sections h2 {
  background: transparent;
  border: 4px solid #b4eaf8;
  box-sizing: border-box;
  color: #61412a;
  display: block;
  padding: 15px;
  margin-bottom: 1rem;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
/* line 686, sass/custom.scss */
.content-sections h3 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: .5rem;
}
/* line 691, sass/custom.scss */
.content-sections h4 {
  font-weight: bold;
  padding-bottom: .5rem;
}

/* line 697, sass/custom.scss */
#case-studies .wpcf-field-additional-resources {
  margin-bottom: 3rem;
}
/* line 699, sass/custom.scss */
#case-studies .wpcf-field-additional-resources:last-child {
  margin-bottom: inherit;
}

/* Footer */
/* line 705, sass/custom.scss */
a.ut-logo {
  display: none;
}

/* line 708, sass/custom.scss */
footer {
  overflow: hidden;
  padding: 10px 1.618em 40px 1.618em !important;
}
/* line 711, sass/custom.scss */
footer a {
  color: black !important;
}
/* line 714, sass/custom.scss */
footer .col-third {
  position: relative;
  overflow: hidden;
}
/* line 718, sass/custom.scss */
footer .col-third a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(images/bg-footer.png);
  background-repeat: no-repeat;
}
/* line 726, sass/custom.scss */
footer .eu-space a {
  margin: 10px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  padding: 20px;
  width: 200px;
  height: 100px;
  background-position: 30px 10px;
  background-image: url(images/footer-logo.png);
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 739, sass/custom.scss */
footer .mccombs a {
  width: 200px;
  height: 100px;
  background-position: -200px 10px;
  margin: 10px auto;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.3);
}
/* line 750, sass/custom.scss */
footer .social {
  float: right;
}
/* line 753, sass/custom.scss */
footer .copyr {
  font-size: .875rem;
}
/* line 756, sass/custom.scss */
footer .policies {
  font-size: .875rem;
  margin-top: 5px;
}

/* line 761, sass/custom.scss */
.search-results article {
  padding: 20px 0 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
}
/* line 765, sass/custom.scss */
.search-results article .read-more a {
  text-align: right;
  float: right;
  padding-left: 20px;
}

/* line 771, sass/custom.scss */
.series a {
  overflow: hidden;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b4eaf8;
}
/* line 778, sass/custom.scss */
.series a img {
  float: left;
  margin: 0 20px 20px 0;
}

/* line 783, sass/custom.scss */
.notes {
  list-style: disc outside none;
  position: relative;
}

/* line 787, sass/custom.scss */
.widget ul.nobullet {
  list-style: none outside none;
}

/* line 790, sass/custom.scss */
.series .notes li {
  padding: 0 0 10px 40px;
  background: url(images/icon-pdf-dl.png) no-repeat;
}

/* line 794, sass/custom.scss */
.notes a {
  margin: 0;
  padding: 0;
  border: none;
  min-height: 20px;
  display: block;
}

/* line 801, sass/custom.scss */
a.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #aa9c8f;
  color: #fff;
  text-shadow: none;
  padding: 6px 5px;
  border: none;
  text-align: center;
  min-width: 80px;
  -moz-box-shadow: 0 2px 1px 0 #333333;
  -webkit-box-shadow: 0 2px 1px 0 #333333;
  box-shadow: 0 2px 1px 0 #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: right;
}
/* line 68, sass/custom.scss */
a.btn:active {
  margin-top: 2px;
  margin-bottom: -2px;
  -moz-box-shadow: 0px 5px #333333;
  -webkit-box-shadow: 0px 5px #333333;
  box-shadow: 0px 5px #333333;
}
/* line 73, sass/custom.scss */
a.btn:hover {
  color: #61412a;
  background: #bdb1a6;
}

/* line 805, sass/custom.scss */
.widget a.btn {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: .5rem 0;
}

/* All Achives */
/* line 811, sass/custom.scss */
.archive_header {
  padding-top: 30px;
}

/* Blog */
/* line 816, sass/custom.scss */
body.author.archive #post-author {
  display: none;
}

/* Video Player Cover Image */
/* line 822, sass/custom.scss */
.player-cover {
  cursor: pointer;
}

/* Social Media Buttons */
/* line 829, sass/custom.scss */
.social div, #social div, #connect .social div {
  width: 220px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 834, sass/custom.scss */
.social a, #social a, #connect .social a {
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 10px;
}
/* line 840, sass/custom.scss */
.social a:last-child, #social a:last-child, #connect .social a:last-child {
  margin-right: 0px;
}
/* line 843, sass/custom.scss */
.social a:before, #social a:before, #connect .social a:before {
  display: none !important;
  visibility: hidden !important;
  background-color: transparent !important;
}
/* line 849, sass/custom.scss */
.social .google, #social .google, #connect .social .google {
  background-position: 0px -200px;
}
/* line 852, sass/custom.scss */
.social .subscribe, #social .subscribe, #connect .social .subscribe {
  display: none !important;
}
/* line 855, sass/custom.scss */
.social .pinterest, #social .pinterest, #connect .social .pinterest {
  background: url(images/tumblr-64x64.jpg) no-repeat center center;
  background-size: contain;
}
.social .vimeo, #social .vimeo, #connect .social .vimeo,
.social .reddit, #social .reddit, #connect .social .reddit {
  background: url(images/reddit-64x64.jpg) no-repeat center center;
  background-size: contain;
}
/* line 859, sass/custom.scss */
.social .twitter, #social .twitter, #connect .social .twitter {
  background: url(images/twitter-64x64.jpg) no-repeat center center;
  background-size: contain;
}
/* line 864, sass/custom.scss */
.social .tumblr, #social .tumblr, #connect .social .tumblr {
  background: url(images/tumblr-64x64.jpg) no-repeat center center;
  background-size: contain;
}
/* line 868, sass/custom.scss */
.social .youtube, #social .youtube, #connect .social .youtube {
  background: url(images/youtube-64x64.jpg) no-repeat center center;
  background-size: contain;
}
/* line 873, sass/custom.scss */
.social .linkedin, #social .linkedin, #connect .social .linkedin {
  background: url(images/linkedin-64x64.jpg) no-repeat center center;
  background-size: contain;
}
/* line 878, sass/custom.scss */
.social .facebook, #social .facebook, #connect .social .facebook {
  background: url(images/facebook-64x64.jpg) no-repeat center center;
  background-size: contain;
}
/* line 883, sass/custom.scss */
.social .instagram, #social .instagram, #connect .social .instagram {
  background-image: url(images/thumbnail_instagram.png);
}
/* line 886, sass/custom.scss */
.social .itunes-below, #social .itunes-below, #connect .social .itunes-below {
  text-align: center;
}
/* line 887, sass/custom.scss */
.social .itunes-below a, #social .itunes-below a, #connect .social .itunes-below a {
  background: url(images/itunes-badge.png) no-repeat scroll 0 0 transparent;
  height: 40px;
  width: 110px;
  float: none;
  margin: 30px 25%;
  display: block;
}

/* line 899, sass/custom.scss */
ul#menu-series-menu {
  list-style: none outside none;
  font-size: 24px;
  line-height: 28px;
}
/* line 903, sass/custom.scss */
ul#menu-series-menu li ul {
  list-style: none outside none;
  display: none;
  font-size: 16px;
  line-height: 20px;
}
/* line 909, sass/custom.scss */
ul#menu-series-menu li.active ul {
  display: block;
}

/* line 913, sass/custom.scss */
.cases-unwrapped ul#menu-series-menu li.cases-unwrapped ul {
  display: block;
}

/* line 916, sass/custom.scss */
.concepts-unwrapped ul#menu-series-menu li.concepts-unwrapped ul {
  display: block;
}

/* line 919, sass/custom.scss */
.giving-voice-to-values ul#menu-series-menu li.giving-voice-to-values ul {
  display: block;
}

/* line 922, sass/custom.scss */
body.page-id-239 .series .notes li:first-child {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 926, sass/custom.scss */
  body {
    background: url(images/bg-big-head.jpg) no-repeat fixed right bottom transparent;
    background-size: 200px;
    background-position: right bottom;
  }

  /* line 931, sass/custom.scss */
  #intro .col-full {
    width: 40%;
  }

  /* line 934, sass/custom.scss */
  .col-three-fourths {
    width: 75%;
    float: left;
  }

  /* line 939, sass/custom.scss */
  .col-two-thirds {
    width: 66.666666%;
    float: left;
  }

  /* line 943, sass/custom.scss */
  .col-half {
    width: 50%;
    float: left;
  }

  /* line 947, sass/custom.scss */
  .col-third {
    width: 33.333333%;
    float: left;
  }

  /* line 951, sass/custom.scss */
  .col-fourth {
    float: left;
    width: 25%;
  }

  /* line 955, sass/custom.scss */
  .col-fourth-awards {
    display: inline-block;
    float: none;
    width: 25%;
  }

  /* line 960, sass/custom.scss */
  .col-fifth {
    display: inline-block;
    float: none;
    width: 19.6%;
  }

  /* line 965, sass/custom.scss */
  a.ut-logo {
    background: url(images/bg-footer.png) no-repeat 50% -90px transparent;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 392px;
    margin: 0 auto;
    height: 30px;
  }

  /* line 974, sass/custom.scss */
  .series a {
    border-bottom: none;
    margin-bottom: 0;
  }

  /* line 978, sass/custom.scss */
  .tax-video {
    width: 33.333333%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  /* line 984, sass/custom.scss */
  .tax-content {
    width: 66.666666%;
    float: left;
    position: relative;
  }

  /* line 991, sass/custom.scss */
  .page-id-33 .entry img {
    margin-left: 30px !important;
    float: right;
    display: inline;
  }

  /* line 999, sass/custom.scss */
  footer .mccombs a {
    float: right;
    margin: 10px 0px;
  }
  /* line 1003, sass/custom.scss */
  footer .eu-space {
    margin-left: 0px;
  }

  /* line 1007, sass/custom.scss */
  .outerVidWrapper {
    padding: 10px 20% 10px 20%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }

  /* line 1013, sass/custom.scss */
  a.toseries {
    float: none;
    margin: 0 auto;
    display: block;
  }

  /* line 1018, sass/custom.scss */
  .page-template-template-contact-php .location-twitter #office-location {
    width: 32%;
  }

  /* line 1021, sass/custom.scss */
  .page-template-template-contact-php .location-twitter .contact-social {
    width: 66%;
  }
}
/* line 1025, sass/custom.scss */
.flex-pauseplay {
  display: none;
}

/* line 1034, sass/custom.scss */
#saying p {
  color: #222;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1040, sass/custom.scss */
.testimonial-container .testimonial {
  padding: 0 15px;
  text-align: left;
}
/* line 1044, sass/custom.scss */
.testimonial-container p {
  margin: 0;
  parring: 0;
  line-height: 1;
}

/* line 1050, sass/custom.scss */
.testim {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  color: #222;
  color: rgba(0, 0, 0, 0.7);
}

/* line 1060, sass/custom.scss */
.clear {
  clear: both;
}

/* line 1064, sass/custom.scss */
.menu-mega-menu-container,
.menu-mega-menu-es-container {
  background-color: #57d0ef;
  margin-top: 3rem;
  padding-left: 1rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
/* line 1071, sass/custom.scss */
.menu-mega-menu-container ul.menu,
.menu-mega-menu-es-container ul.menu {
  display: block;
  max-width: 1060px;
  line-height: 2rem;
  margin: 0 auto;
}
/* line 1077, sass/custom.scss */
.menu-mega-menu-container li,
.menu-mega-menu-es-container li {
  display: inline-block;
  margin-right: 20px;
}
/* line 1082, sass/custom.scss */
.menu-mega-menu-container a,
.menu-mega-menu-es-container a {
  font-size: .875rem;
}

/* line 1087, sass/custom.scss */
.film-strip-container {
  background: url("images/eu-filmstrip.jpg") center center no-repeat white;
  background-size: cover;
}
/* line 1090, sass/custom.scss */
.film-strip-container .col-full {
  position: relative;
  min-height: 300px;
}
/* line 1094, sass/custom.scss */
.film-strip-container h2 {
  display: block;
  position: absolute;
  font-weight: 300;
  font-size: 21px;
  margin: 0;
  padding: 0;
}
/* line 1101, sass/custom.scss */
.film-strip-container h2.top-line {
  bottom: 40px;
  right: 10px;
}
/* line 1105, sass/custom.scss */
.film-strip-container h2.bottom-line {
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 600px) {
  /* line 1112, sass/custom.scss */
  .film-strip-container .col-full {
    min-height: 360px;
  }
  /* line 1115, sass/custom.scss */
  .film-strip-container h2 {
    font-size: 26px;
  }
  /* line 1117, sass/custom.scss */
  .film-strip-container h2.top-line {
    bottom: 70px;
    right: 30px;
  }
  /* line 1121, sass/custom.scss */
  .film-strip-container h2.bottom-line {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 740px) {
  /* line 1128, sass/custom.scss */
  .film-strip-container .col-full {
    min-height: 420px;
  }
  /* line 1131, sass/custom.scss */
  .film-strip-container h2 {
    font-size: 30px;
  }
  /* line 1133, sass/custom.scss */
  .film-strip-container h2.top-line {
    bottom: 70px;
    right: 40px;
  }
  /* line 1137, sass/custom.scss */
  .film-strip-container h2.bottom-line {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 1144, sass/custom.scss */
  .film-strip-container .col-full {
    min-height: 550px;
  }
  /* line 1147, sass/custom.scss */
  .film-strip-container h2 {
    font-size: 36px;
  }
  /* line 1149, sass/custom.scss */
  .film-strip-container h2.top-line {
    bottom: 120px;
    right: 40px;
  }
  /* line 1153, sass/custom.scss */
  .film-strip-container h2.bottom-line {
    bottom: 70px;
    right: 30px;
  }
}

/* line 1161, sass/custom.scss */
#video-jump-links {
  background: white;
  border: 3px solid #b4eaf8;
  border-radius: 5px;
  list-style: none;
  font-weight: bold;
}
/* line 1167, sass/custom.scss */
#video-jump-links > a {
  display: block;
  border-bottom: 3px solid #b4eaf8;
  text-decoration: none;
}
/* line 1171, sass/custom.scss */
#video-jump-links > a:last-child {
  border-bottom: none;
}
/* line 1174, sass/custom.scss */
#video-jump-links > a:hover {
  background: #b4eaf8;
}
/* line 1178, sass/custom.scss */
#video-jump-links.has-next-link > a:first-child {
  border-bottom: none;
}
/* line 1181, sass/custom.scss */
#video-jump-links .link-padder {
  padding: 5px 15px 5px 10px;
}
/* line 1184, sass/custom.scss */
#video-jump-links i.fa, #video-jump-links i + li {
  display: inline-block;
  vertical-align: middle;
}
/* line 1188, sass/custom.scss */
#video-jump-links i.fa {
  font-size: 24px;
  width: 13%;
  text-align: center;
}
/* line 1193, sass/custom.scss */
#video-jump-links .back-to-series {
  text-align: right;
}
/* line 1196, sass/custom.scss */
#video-jump-links .next-post-item {
  border-bottom: 1px solid green;
}
/* line 1198, sass/custom.scss */
#video-jump-links .next-post-item:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1206, sass/custom.scss */
#sa-jump-links {
  background: white;
  border: 3px solid #b4eaf8;
  border-radius: 5px;
  list-style: none;
  font-weight: bold;
}
/* line 1212, sass/custom.scss */
#sa-jump-links a {
  padding: 5px;
  display: block;
  text-decoration: none;
}
/* line 1216, sass/custom.scss */
#sa-jump-links a:hover {
  background: #b4eaf8;
}

/* line 1222, sass/custom.scss */
.disabled {
  pointer-events: none;
  cursor: default;
}
/* line 1225, sass/custom.scss */
.disabled i.fa, .disabled li {
  color: grey !important;
  opacity: .6;
}
/* line 1229, sass/custom.scss */
.disabled li {
  font-style: italic;
}

/* line 1235, sass/custom.scss */
#related-videos h3 {
  margin-bottom: 10px;
  padding-top: 0;
}
/* line 1239, sass/custom.scss */
#related-videos iframe {
  width: 180px;
  height: 120px;
  float: left;
}
/* line 1244, sass/custom.scss */
#related-videos .video-wrapper {
  margin-top: 15px;
}

/* line 1249, sass/custom.scss */
.text-wrapper {
  width: calc(100% - 200px);
  margin-left: 20px;
  float: left;
}

/* line 1255, sass/custom.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1261, sass/custom.scss */
#suggested-videos,
#suggested-case-studies,
#academic-disciplines {
  margin-top: 30px;
}

/* line 1267, sass/custom.scss */
.featured-post-wrapper {
  position: relative;
  margin-bottom: 30px;
  float: left;
  color: #555555 !important;
}
@media only screen and (min-width: 768px) {
  /* line 1267, sass/custom.scss */
  .featured-post-wrapper {
    margin-left: 10px;
    width: calc(50% - 10px);
  }
  /* line 1275, sass/custom.scss */
  .featured-post-wrapper:first-of-type {
    margin-left: 0;
  }
}

/* line 1281, sass/custom.scss */
.related-post {
  display: block;
  width: 50%;
  float: left;
}

/* line 1287, sass/custom.scss */
.overlap-text-wrapper {
  bottom: -20px;
  width: calc(100% - 20px);
}

/* line 1292, sass/custom.scss */
.subject.button {
  display: block;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #b4eaf8;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
  transition: all .3s ease-out;
}
/* line 1300, sass/custom.scss */
.subject.button:hover {
  opacity: .9;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
/* line 1304, sass/custom.scss */
.subject.button i {
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (min-width: 768px) {
  /* line 1292, sass/custom.scss */
  .subject.button {
    min-height: 142px;
  }
}
@media only screen and (min-width: 996px) {
  /* line 1292, sass/custom.scss */
  .subject.button {
    min-height: 0;
  }
}

/* line 1314, sass/custom.scss */
.intro .subjet.button {
  padding: .75rem;
}

/* line 1318, sass/custom.scss */
#series-header {
  padding: 0 20px;
}

@media only screen and (min-width: 996px) {
  /* line 1322, sass/custom.scss */
  #series-header {
    padding: 0;
  }

  /* line 1325, sass/custom.scss */
  #series-header .col-third {
    padding: 0 20px 0 0;
  }
}
/* line 1330, sass/custom.scss */
a.thumb-desc-tile {
  padding: 15px;
  display: block;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  transition: all .3s ease-out;
}
/* line 1341, sass/custom.scss */
a.thumb-desc-tile h2, a.thumb-desc-tile h3 {
  padding: 10px 0;
}
/* line 1344, sass/custom.scss */
a.thumb-desc-tile img {
  box-shadow: none;
}
/* line 1347, sass/custom.scss */
a.thumb-desc-tile p {
  margin-bottom: 0;
  text-align: left;
}
/* line 1351, sass/custom.scss */
a.thumb-desc-tile:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 1356, sass/custom.scss */
.featured {
  width: 70%;
  margin: 0 auto;
  color: #222;
}
/* line 1360, sass/custom.scss */
.featured img {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 1363, sass/custom.scss */
.featured h2 {
  padding: .875rem 0;
}
/* line 1366, sass/custom.scss */
.featured h3 {
  padding: .875rem 0 0 0;
  font-weight: bold;
}
/* line 1369, sass/custom.scss */
.featured h3:first-child {
  padding: 0 0 0 0;
}
/* line 1373, sass/custom.scss */
.featured a.thumb-desc-tile {
  background-color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
}
/* line 1377, sass/custom.scss */
.featured a.thumb-desc-tile h3 {
  font-weight: 400;
  padding: 5px 0 0 0;
  margin: 0 !important;
}

/* line 1384, sass/custom.scss */
img.main-image {
  width: 100%;
  height: auto;
}

/* line 1390, sass/custom.scss */
.another h3 {
  margin: .5rem;
}
/* line 1393, sass/custom.scss */
.another ul {
  margin-left: 1.5rem;
}

/* line 1398, sass/custom.scss */
article.post-2746 header {
  display: none;
}

/* line 1402, sass/custom.scss */
ul.digest-list li {
  position: relative;
  margin-bottom: 15px;
}
/* line 1406, sass/custom.scss */
ul.digest-list img {
  float: left;
  padding-right: 15px;
}
/* line 1410, sass/custom.scss */
ul.digest-list .btn {
  background: #b4eaf8 !important;
  padding: 2px 8px;
  text-shadow: none !important;
  color: #222 !important;
  box-shadow: none;
  display: inline-block;
  float: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -moz-border-radius: 5px 0 5px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 5px 0;
}

/* line 1424, sass/custom.scss */
.mccombs-wordmark a {
  color: #fff !important;
}

/* line 1428, sass/custom.scss */
.page-id-237 article {
  display: none;
}
/* line 1431, sass/custom.scss */
.page-id-237 #series {
  margin-bottom: 140px;
  margin-top: 40px;
}

/* line 1438, sass/custom.scss */
.single-subject-area .widget .featured {
  border: 3px solid #b4eaf8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1rem;
}

/* line 1444, sass/custom.scss */
body > iframe:first-child, .tmblr-iframe--controls.iframe-controls--desktop, .tmblr-iframe--mobile-logged-in-controls.iframe-controls--desktop, .iframe-controls-container {
  display: none !important;
}

/* line 1447, sass/custom.scss */
.q2w3-fixed-widget-container .widget {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 640px) {
  /* line 1453, sass/custom.scss */
  .eq-container .col-fourth {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 1050px) {
  /* line 1459, sass/custom.scss */
  .eq-container .col-fourth {
    width: 25%;
  }
}
/* line 1464, sass/custom.scss */
#tt #ttcont div.glossaryItemTitle {
  height: 12px !important;
  font-size: 12px !important;
  line-height: 12px !important;
  margin: 0 !important;
  padding: 0 7px !important;
}
/* line 1471, sass/custom.scss */
#tt #ttcont div.glossaryItemBody {
  background-color: #e4e4e4 !important;
  color: #e4e4e4 !important;
  font-size: 6px !important;
  line-height: 6px !important;
  padding: 7px 7px 7px 7px !important;
}
/* line 1477, sass/custom.scss */
#tt #ttcont div.glossaryItemBody iframe {
  width: 500px !important;
  height: 281px !important;
}

/* line 1484, sass/custom.scss */
#awards img {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

/* line 1491, sass/custom.scss */
.mega-menu-item-language .wpml-ls-flag {
  vertical-align: middle;
}
/* line 1494, sass/custom.scss */
.mega-menu-item-language .mega-sub-menu {
  max-width: 77px;
}
/* line 1496, sass/custom.scss */
.mega-menu-item-language .mega-sub-menu .wpml-ls-flag {
  margin-left: 15px;
}

/* line 1502, sass/custom.scss */
.AdvancedText {
  margin-top: 30px;
}

/* line 1506, sass/custom.scss */
.col-two-thirds {
  width: 65%;
  float: left;
}

/* line 1512, sass/custom.scss */
.search-results article .post-meta {
  display: none;
}
/* line 1515, sass/custom.scss */
.search-results .category-blog .post-meta {
  display: block;
}

/* line 1520, sass/custom.scss */
.page-id-33 img#donate {
  float: left;
  margin-left: 0 !important;
  margin-right: 20px !important;
  margin-top: 10px !important;
}

/* line 1528, sass/custom.scss */
#series-header .intro {
  padding-bottom: 0;
}
/* line 1531, sass/custom.scss */
#series-header .col-half, #series-header .videoWrapper {
  margin-bottom: 0;
}
/* line 1534, sass/custom.scss */
#series-header .title {
  padding: 0;
}
