@import url('https://fonts.googleapis.com/css?family=Merriweather');
/**
 * bootstrap subtheme specific styles.
 */
 
html body{
  font-size: 18px;
}
body #navbar, body footer {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.font1, .magazine-body .font1 p {
  font-family: 'Merriweather', serif;
}
.font2, .magazine-body .font2 p {
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
p, div.field_text{
  font-size: 1em; 
  line-height: 1.6;
}
.magazine-articcle .magazine-body hr{ 
  margin-top: 2em; 
  margin-bottom: 2em; 
}
.navbar-nav, footer {
  font-size: .7em; 	
}  
.magazine h1 {
  font-size: 2.2em;
}
.magazine h2 {
  margin: 2em 0 1em 0;
}
.magazine h3 {
  font-size: 1.6em;
}
.boxed-bordered h3 {
  line-height: 1.4;
  margin-top: 10px;
}
.boxed-bordered h3.title-style a {
  color: #fff;
}
.special .magazine-body h3 {
  margin: 2em 0 0.5em 0;
}
h3.teaser-title  {
  font-size: 1.5em;
  margin-top: 1em;
}
.meta, p.meta {
  font-size: .8em; 
}
p.dropcapbigtext{
  font-size: 2.5rem;
  line-height: 1.4em;
}
p.dropcapbigtext::first-letter {
  float: left;
  font-size: 8rem;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
p.dropcapbigtext {
  initial-letter: 2;
}
#navbar.navbar{
  border-radius: 0px;
  margin-bottom: 0px;
}
#brandbar, .brandbar{
  background-color: #0077be;
  width: 100%;
}
#brandbar .branding{
  width: 100%;
  color: white;
  height: auto;
  vertical-align: bottom;
}
.brandname{
  font-size: 1.6em;
  line-height: 1.1;
  font-style: italic;
}
.grid-items-brand-right{
  text-align: right;
}
.sectionname{
  font-size: 1.2em;
  line-height: 1.6;
  text-align: right;
}

/* Crop top and bottom of image to match size of viewport and make room for header. */
/* 100% image height. */
#fullfull .carousel-inner  .item  img.cropped-to-viewport {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 120px);
}
#fullfull .carousel-caption{
  position: absolute;
  left: 5%;
  right: 5%;
}

/* 80% image height. */
#fulleighty div.featured{
  position: relative;
}
#fulleighty .carousel-inner .item img.cropped-to-viewport {
  object-fit: cover;
  width: 100%;
  height: calc(80vh - 120px); 
}
#fulleighty .carousel-caption{
  position: abosolute;
  left: 5%;
  right: 5%;
  bottom: 20px;
}
#fulleighty .carousel-caption h1.page-header {
  padding: 0;
  margin: 0;
}
#fullfull figcaption, #fulleighty figcaption{
  margin: 0.2em 2em;
}
#mycarousel figure img {
  box-shadow: 0 0 8px rgba(0,0,0,.8);
}
figcaption {
  font-size: 0.8em;
  color: #777;
}
figcaption.carousel-caption {
  font-size: 1.0em;
}
.magcaption {
  font-size: 0.8em;
  color: #777;
  margin: 0.2em 2em;	
}
#mycarousel .carousel-caption h1,.carousel .carousel-caption h1{
  text-shadow: 2px 2px 4px #000000;
  font-weight: 500;
}
.title-style{
  text-shadow: 2px 2px 4px #000000;
  font-weight: 500;
  color: #fff;
}
.date-line {
  font-weight: 500;
}
.carousel-caption .page-header {
  border-bottom: none;
}
.row.magazine-body {
  max-width: 1024px;
}
.magazine-series{
  max-width: 1600px;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.three-col-below {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #000000;
}
.field-name-field-related-video .field-item {
  float: left;
  padding-right: 10px;
}
.footer {
  border-top: 1px solid #000000;
  margin-top: 40px;
  padding-top: 10px;
  text-align: center;
}

.footer .sponsor {
  margin-bottom: 20px;
}
.footer  .row-sponsor {
  display: block;
}
.footer .column {
  flex: 1;
  padding: 5px;
}
.footer .logo-over-white {
  background-color: white;
  max-width: 320px;
  margin: auto;
  padding: 10px;
}
.footer .sponsor h3{
  text-align: center;
  margin: 0;
  padding: 10px;
}
.footer img.sponsorlogo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fa {
  padding: 10px;
	margin: 10px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
	width: 36px;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.uc {
  text-transform: uppercase;
}
.softer {
  color: #777;
}

/* Grid CSS layouts (non Bootstrap) */

.grid-container-grid {
   display: grid;
   grid-gap: 10px;
}
.grid-items-grid {
   padding: 20px;
}

@media screen and (min-width: 768px) {
  
  .grid-container-grid {
   grid-template-columns: auto auto auto;
  }
  
  .grid-container-two {
   grid-template-columns: auto auto;
  }
  
}


body #brandbar, .magazine-body, div.field_text, .magazine h1, .magazine-body p, .magazine p, .magazine {
  font-family: 'Merriweather', serif;  
}
.magazine p {
  margin: 0 0 1em;
}
div.magazine-body h1, div.magazine-body h2, div.magazine-body h3 {
  font-weight: 900;
}
p.dropcapbigtext::first-letter {
    float: left;
    font-size: 8rem;
    line-height: 1em;
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-left: 0;
}
div.inset-box, div.paragraphs-item-teaser { 
  background-color: #eee; 
  margin: 2em 1em; 
  padding: 1.5em; 
}
.inset-box h2, .inset-box h3, .paragraphs-item-teaser h2, .paragraphs-item-teaser h3 {
  margin: 0.2em 0 !important;
}
.paragraphs-item-teaser .jumbotron {
  margin: 0;
  padding: 0 !important; 
  height: inherit;
  min-height: 14.5em; /* extends box below floated image */
}
.paragraphs-item-teaser .jumbotron p {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}
.field-name-field-colorbox-slideshow img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.preface {
  margin:0;
  font-size: 0.8em;
  text-transform: uppercase;
}
div.magazine-body h2, div.magazine-body.h2 {
  font-size: 2.2em;
  margin: 1em 0 0.2em 0;
}
.magazine-summary  p{
  font-style: italic;
}
h1.no-image-title {
	text-align: center;
}
.by-line {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0 0;
}
.date-line {
  font-size: 1.2em;
  margin: 1em 0 0 0;
}
.magazine-node-full .keywords a{
  font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
  background-color: transparent;
  border-radius: .4em;
  line-height: 1.8;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 85%;
  border: 1px solid #ccc;
  padding: .1em .5em;
}
.magazine-node-full .keywords a.cat:hover {
  background-color: #cceeff;
  text-decoration: none;
}
.caption {
  font-size: 0.8em;
  color: #666;
  font-style: normal;
}
img#logo {
  height: 40px;
  margin-right: 20px;
}
nav .navbar-nav  > li > a {
  padding-top: 30px;
  padding-bottom: 0;
}
footer.navbar-inverse{
  color: #9d9d9d;
}
p.paragraph-teaser-thumbnail {
  margin-right: 10px;
}
blockquote {
  padding: 1em;
  margin: 2em 1em !important;
  font-size: 1em;
  border-left: 5px solid #ddd !important;
}
blockquote p {
  font-size: 1.3em;
  color: #777;
}

.grid-item, .grid-sizer {
  width: 24.2%;
}
.gutter-sizer {
  width: 1%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  float: left;
  background: #fff none repeat scroll 0 0;  
}
.shadowed {
  background: #fff none repeat scroll 0 0;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 1em;
  margin-top: 0px;
  padding: 8px;
  margin-top: 0;
  box-shadow: 3px 3px 4px 1px #999;
}
.tweetbox.shadowed {
	margin-top: 25px;
}
.tweetbox .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.tweetbox .ssclogo {
  max-width: 100%;
  padding: 3px;
}
.tweetbox .psilogo {
	max-width: 100%;
	margin-bottom: -15px;
}

p.teaser-title {
  font-size:1.2em;
}
p.teaser-text {
  font-size:.8em;
}
hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
.magazine-teaser .keywords a{
  font-size: 90%;
}
.magazine-teaser .keywords a:visited {
  color: #85754d;
}
.magazine-teaser .keywords a:hover, .magazine-teaser .keywords a:focus, .magazine-teaser .keywords a.novisit:hover {
  color: #0000ff;
}
.magazine-series h1.page-header a{
  color:#fff;
}

.boxed-bordered {
  background-color: #eee;
  border-style: solid;
  border-width: 1px;
  padding: .5em;
  margin-bottom: .5em;
}

/*
 * Default layout for all screens.
 */
@media only screen {}
	.grid-item,
	.grid-sizer {
		width: 100%;
	}
	.gutter-sizer {
		width: 1%;
	}
}
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
@media only screen and (min-width: 220px) {  
	.grid-item,
	.grid-sizer {
		width: 100%;
	}
}
/*
 * Smalltouch sizes and up
 */
@media only screen and (min-width: 480px) {
	.grid-item,
	.grid-sizer {
		width: 49%;
	}
  .gutter-sizer {
		width: 2%;
	}
} 
/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */
@media only screen and (min-width: 768px) {
	.grid-item,
	.grid-sizer {
		width: 32.3%;
	}
	.gutter-sizer {
		width: 1.5%;
	}
  #fulleighty .carousel-caption {
    padding-bottom: 0px;
  }
  .footer  .row-sponsor {
    display: flex;
  }
}
/*
 * Desktops/laptops and up
 */
 @media only screen and (min-width: 1025px) {
	.grid-item,
	.grid-sizer {
		width: 24.25%;
	}
	.gutter-sizer {
		width: 1%;
	}
} 
 
 
/* ATOPS styled front page and terms/% page styles below. Adapted from ATOPS theme. */

body.front,
body.page-terms {
	background-color: rgb(238, 238, 238);
	font-family: "Trebuchet MS","Helvetica Neue",Arial,Helvetica,sans-serif;
}
body.front p,
body.page-terms p{
  font-size: 16px; 
  line-height: 1.6;
}
body.front h1,
body.front h2,
body.front h3,
body.front h4,
body.front h5,
body.front h6,
body.page-terms h1,
body.page-terms h2,
body.page-terms h3,
body.page-terms h4,
body.page-terms h5,
body.page-terms h6 {
  font-family: "Open Sans",Arial,sans-serif;
  color: #888;
}
body.front h1,
body.page-terms h1 {
	font-size: 30px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.front .topbox h2{
	font-size: 20px;
}
body.front .taxonomy-description-text h3,
body.page-terms .taxonomy-description-text h3 {
	font-size: 20px;
	margin-top: 10px;
}
body.front a:visited,
body.page-terms a:visited {
  color: #85754d;
}
.flex,
.flexbox {
  background: #3B2F91 none no-repeat scroll 0 0;
}

/* ATOPS look header styles */

.front .navbar-inverse,
.page-terms .navbar-inverse {
  background-color: #3B2F91;
	border: none;
}
.logobox{
	display: flex;
	align-items: flex-end;	
}
.leaderboard-logo {
  margin: 5px;
	max-width: 350px;
}
#header {
  background: #4b2e83 none no-repeat scroll 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#primary-menu-bar{ width: 100%; overflow: hidden; }
#primary-menu-bar ul { list-style: none; position: relative; float: left; display: block; left: 50%; }
#primary-menu-bar ul li { position: relative; float: left; display: block; right: 50%; }
.front #search-block-form,
.page-terms #search-block-form { 
  float: left;  
  overflow: hidden; 
  padding: 0px 0px 0px;
	padding-left: 7px;
}
.front div.form-item-search-block-form input,
.page-terms div.form-item-search-block-form input {
  background: #fff url("../images/mag.png") no-repeat scroll 225px 5px;
  color: rgb(96, 99, 99);
  font-family: "Trebuchet MS",Arial,sans-serif;
  font-size: 1em;
  height: 28px;
	padding-top: 3px;
  padding-left: 7px;
  text-transform: none;
  width: 247px;
	border-radius: 0;
	margin-top: 3px;
}
.front div.form-item-search-block-form .input-group-btn,
.page-terms div.form-item-search-block-form .input-group-btn{
	display: none;
}

/* Mimic Atops menu styles */

.front ul.menu li a,
.page-terms ul.menu li a {
  color: #555;
  font-size: 17px;
  letter-spacing: 0;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.front .container nav,
.page-terms .container nav{
  width: 100%;
}
.front ul.menu,
.page-terms ul.menu {
  justify-content: center;
	float: none;
}
.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
	font-size: 14px;
	line-height: 21px;
}
.front nav .navbar-nav  > li,
.page-terms nav .navbar-nav  > li {
	font-size: 14px;
	line-height: 21px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.front nav .navbar-nav  > li > a,
.page-terms nav .navbar-nav  > li > a {
  padding-top: 0;
  padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.front #navbar-collapse nav .navbar-nav  > li > a:hover,
.front #navbar-collapse nav .navbar-nav  > li > a:focus,
.front #navbar-collapse nav .navbar-nav  > li > a:active,
.page-terms #navbar-collapse nav .navbar-nav  > li > a:hover,
.page-terms #navbar-collapse nav .navbar-nav  > li > a:focus,
.page-terms #navbar-collapse nav .navbar-nav  > li > a:active {
  color: white; 
  text-decoration: none;
	background: #b7a57a;
}
#primary-menu-bar ul.menu li a:link,
#primary-menu-bar ul.menu li a:visited {
  color: #555;
}
#primary-menu-bar ul.menu li a:hover {
  color: white; 
  text-decoration: none;
}
#primary-menu-bar ul.menu li a:active {
  color: rgb(170,​ 170,​ 170);
}

/* Mimic Atops content styles */

body.front .btn-u:hover, 
body.front .btn-u:focus, 
body.front .btn-u:active, 
body.front .btn-u.active, 
body.front .open .dropdown-toggle.btn-u, 
body.front .btn-u.post-btn {
  color: #fff;
}
.btn-u {
  background: #85754d none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 13px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
	border-radius: 4px;
}
.centered-button {
  text-align: center;
}
.page-terms a:hover,.page-terms a:focus,.page-terms a.novisit:hover,
.front a:hover,.front a:focus,.front a.novisit:hover {
  color: #0000ff;
}
.front a:link,.front a.novisit:visited,
.page-terms a:link,.page-terms a.novisit:visited {
  color: #5F29CC;
}
.page-terms .container-fluid, front .container-fluid{
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.front div.overview_image, .page-terms div.overview_image {
  float: right;
  margin-left: 12px;
}
.front h2.recent, .page-terms h2.recent {
  width: 100%;
  line-height: 0.1em;
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 125%;
  border-bottom: 1px solid #ccc;
}
.front h2.recent span, .page-terms h2.recent span {
  background: #eee;
  padding: 0 10px 0 0;
}
.front .shadowed,
.page-terms .shadowed {
  padding: 12px;
}
.taxonomy-description-text {
  padding: 6px;
}
.wide_line {
  border-bottom: 3px solid #ededed;
}
.headline  h2 {
  font-size: 22px;
}
.full-width-header {
  width: 100%;
  background-color: transparent;
}
.topbox {
  width: 100%;
  display: inline-block;
}
.shadowed.topboxchild {
	padding-top: 0px;
}
div.terms, div.catbox {
  width: 100%;
}
.front .cat,
.page-terms .cat {
  font-size: 17px;
  background-color: #e6e6e6;
  background-color: #e9e9e9;
	border-radius: 5px;
	padding: 0px 3px 0px 3px;
	line-height: 1.6;
}
.tagcloud  a {
  background-color: #e6e6e6;
  background-color: #e9e9e9;
	border-radius: 5px;
	padding: 0px 3px 0px 3px;
	line-height: 1.6;
  white-space: nowrap;
}
.terms {
	background-color: #fff;
	margin-bottom: 2em;
}
.terms ul {
  margin: 0;
  padding: 0;
}
.terms li {
	list-style: none;
	margin: .15em;
	white-space: normal;
	display: inline-block;
	line-height: 21px;
}
.tagcloud {
  background-color: transparent;
  border-radius: .4em;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 70%;
  border: 1px solid #ccc;
}
.tagcloud.majorcat{ 
  background-color: #E9D16A;
  font-weight: bold;
}
a.tagcloud:visited{
	/* color: #3d3623; */
}
a.tagcloud {
  padding: .1em .5em;
	/* color: #3d3623; */
}
a.tagcloud:hover{
  background-color: #cceeff;
  text-decoration: none;
	color: #0000ff;
}
a.tagcloud:active,
a.tagcloud:focus{
  text-decoration: none;
}
h3.recent {
  width: 100%; 
  border-bottom: 1px solid #CCC; 
  line-height: 0.1em;
  margin-top: 20px; 
}
h3.recent span { 
  background:#FFF; 
  padding:0 10px; 
}
.front  div.grid-item h3,
.page-terms div.grid-item h3 {
  margin-top: 10px;
}
.front  .iso-title,
.page-terms .iso-title {
  line-height: 1.4;
  margin-top: 10px;
	font-size: 20px
}
.front .iso-date, .front .iso-tag, 
.page-terms .iso-date,.page-terms .iso-tag {
  text-transform: uppercase;
  font-size: 65%;
}
.front .iso-term-list, .page-terms .iso-term-list {
	line-height: 1.2;
}

/* footer styles */
.front footer .region-footer,
.page-terms footer .region-footer{
  background: #3B2F91 none no-repeat scroll 0 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-top: 7px solid #d1d1d1;
	clear: both;
}
.front .region-footer,
.page-terms .region-footer {
  text-align: center;
	color: #E8E3D3;
}
.front .region-footer a:link,
.front .region-footer a:visited,
.page-terms .region-footer a:link, 
.page-terms .region-footer a:visited{
	color: #A48AE6;
}
.front .sponsor h2,
.page-terms .sponsor h2{
  color: #E8E3D3;
	font-size: 18px;
}
.front .column,
.page-terms .column {
  flex: 1;
  padding: 5px;
}
.front .logo-over-white ,
.page-terms .logo-over-white {
  background-color: white;
  max-width: 320px;
  margin: auto;
  padding: 10px;
}
.front img.sponsorlogo,
.page-terms img.sponsorlogo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.nav-wrapper {
  background-color: #b7a57a;
  margin-top: 0;
}
.front .region-footer p ,
.page-terms .region-footer p {
  margin: 10px 0;
}
.front.region-footer a:link,
.front.region-footer a:visited,
.page-terms .region-footer a:link,.page-terms .region-footer a:visited {
  color: #A48AE6;
}


/* Atops style responsive rules follow: */

/*
 * Default layout for all screens.
 */
@media only screen {}
  .front section.col-sm-12,
  .page-terms section.col-sm-12,
  #content-column .content-inner{
    /*max-width: 1222px;*/
		max-width: 1300px;
    margin: auto;
		float: none;
		padding-left: 0;
		padding-right: 0;
  }
	.front.flexbox,
  .page-terms .flexbox{
    width: 100%;
  }
	.front .flex,
  .page-terms .flex   {
    margin: 0 auto;
    /*max-width: 1222px;*/
		max-width: 1300px;
		/*display: -webkit-flex;
			-webkit-flex-direction: column;*/
		/*display: flex;
			flex-direction: column;*/
  }
	.front.flex > div ,
  .page-terms .flex > div {
    min-height: 100px;
    max-height: 100px;
    width: 100%;
  }
	.front .flex div.flexthree > div,
	.page-terms .flex div.flexthree > div {
    float: right;
  }
	.front .grid-item,
	.front .grid-sizer,
	.page-terms .grid-item,
	.page-terms .grid-sizer {
		width: 100%;
	}
	.front .gutter-sizer,
	.page-terms .gutter-sizer {
		width: 1%;
	}
	.front .mag-ad,
	.front div.tweetbox,
	.page-terms .mag-ad,
	.page-terms div.tweetbox {
    width: 100%;
  } 
	.front .region-sidebar-first,
	.page-terms .region-sidebar-first{
    display: none;
  }
	.front .row-sponsor,
  .page-terms .row-sponsor {
    display: block;
  }
}
 
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */

@media only screen and (min-width: 220px) {
  .front .grid-item,
  .front .grid-sizer,  
	.page-terms .grid-item,
	.page-terms .grid-sizer {
		width: 100%;
	}
}

/*
 * Smalltouch sizes and up
 */
@media only screen and (min-width: 480px) {
  .front .grid-item,
  .front .grid-sizer,  
	.page-terms .grid-item,
	.page-terms .grid-sizer {
		width: 49%;
	}
	.front .gutter-sizer,
	.page-terms .gutter-sizer {
		width: 2%;
	}
  .front .row-sponsor,
  .page-terms .row-sponsor {
    /*display: flex;*/
  }
} 

/*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {
  .front .region[class*="float-blocks"] .block,
  .page-terms .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
}

/*
 * Tablet sizes and up
 */
/* @media only screen and (min-width: 768px) {} */

@media only screen and (min-width: 768px) {
	.front .mag-ad,
  .page-terms .mag-ad{
    width: 62%;
    float: left;
    margin-right: 2%;
  }
	.front div.tweetbox,
  .page-terms div.tweetbox {
    width: 36%;
  }
  .front .flex,
  .page-terms .flex   {
    display: -webkit-flex;
      -webkit-flex-direction: row;
    display: flex;
      flex-direction: row;
  }
  .front .flex > div ,
  .page-terms .flex > div {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 50%; 
  }
  .front .grid-item,
  .front .grid-sizer,  
	.page-terms .grid-item,
	.page-terms .grid-sizer {
		width: 32.3%;
	}
	.front .gutter-sizer,
	.page-terms .gutter-sizer {
		width: 1.5%;
	}
	.front .fill-height-or-more,
	.page-terms .fill-height-or-more {
		display: flex;
		flex-direction: row;
		flex: 1;
	}
}

/*
 * Desktops/laptops and up
 */
 @media only screen and (min-width: 1025px) {
  .front .grid-item,
  .front .grid-sizer,  
	.page-terms .grid-item,
	.page-terms .grid-sizer {
		width: 24.25%;
	}
	.front .gutter-sizer,
	.page-terms .gutter-sizer {
		width: 1%;
	}
} 
	
/*
 * Large screen desktops/laptops and up
 */
 @media only screen and (min-width: 1300px) { 
  .front .grid-item,
  .front .grid-sizer,  
	.page-terms .grid-item,
	.page-terms .grid-sizer {
		width: 19.2%;
	}
} 

