/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #f2f4f5;
    font-family: 'Open Sans Condensed', sans-serif;
	color: #00000c; /* was #666; */
}
/* Contact page adjustments */
.ui-overlay-a, .ui-page-theme-a {
	background-color: #0c0c0c;
}
.ui-page-theme-a a:visited {
	color:#faa71a;
}
.ui-page-theme-a {
	text-shadow:none;
}
/* end of contact page adjustments */

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 0;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 3em;
    text-transform: uppercase;
    margin-bottom: 0;
}
h2 {
	font-size: 3em;
    margin-top: 0;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.centerit {
    text-align: center;
}
.boldit {
    font-weight: bold;
}
.height500 {
    height: 500px;
}
.pad-note {
    padding: 1em 0;
}
.red {
    color: #e50909 !important;
}
.orange {
    color: #fd6500;
}
.request-phone {
    font-size: 1.7em;
}
.site-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    color: white;
    background-color: #00000c;
    padding: 3% 0;
    text-align: center;
}
.site-name img {
    max-width: 90%;
}
.ital {
    font-style: italic;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    position: relative;
	width: 100%; /* was 980px; */
	margin: 0 auto;
/*	background-color:#CCC; */
    max-width: 1917px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 80px;
	width: 98%;
	margin-left: 2%;
	margin-bottom: 1%;
}
.header-s {
	position: relative;
	height: 80px;
	width: 98%;
	margin-left: 2%;
	margin-bottom: 1%;
}


/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.top-phone {
	font: bold 24px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 1%;
	margin-right: 2%;
	float:right;
}
	.top-phone a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
/*	margin-top: 35px; */
	margin-top: 2%;
	margin-right: 2%;
	float:right;
}
#consult {
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	margin-top: 20px;
/*	margin-left: 90px; */
}
/* site description */
#site-description {
	font: italic 100%/130% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.greyline {
	background-color:#CCC;
	height: 1em;
}
.mobile-header {
    display: block;
    line-height: 0;
    }

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/

.main-home {
    padding-top: 10px; 
    background-color: white;
    font-size: 0.7em;
}
#content2 {
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 60%; /* was 600px; */
	float: left;
}
#content, #content-home {
	width: 60%; /* was 600px; */
    padding-top: 2%; /* added may 2018 */
    padding-left: 2%;
	float: left;
}
#content-home {
    width: 40%;
}
.whitebg, #content .post, #content-home .post {
	background: #fff;
	padding: 20px 35px;
	/* rounded corner 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; */
	/* box shadow 
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4); */
}
.blackbg {
	background: #000;
}

.main-text {
    font-size: 2em;
    padding: 0 10% 4%;
    clear: both;
}
.main-text p, .col-text p {
    padding-bottom: 1em;
}
.col-text {
    font-size: 2em;
}
.questions {
    font-size: 3em;
    font-weight: bold;
    padding-top: 1em;
}
.questions p {
    padding-bottom: 1em;
}
.call-line {
    font-size: 5em;
    font-weight: bold;
}
.brand img {
    max-width: 90%;
}

/* post */
.post {
	margin-bottom: 10px;
    position: relative;
}
.post-title {
    color: #00214c;
    width: 70%;
    font-style: italic;
    margin-left: 15%;
}
.post-title p {
    padding: 0.5em 0;
}
.post-text1 {
    padding-left: 5%;
    width: 90%;
    font-size: 2em;
    line-height: 1.5em;
}
.post-text2 {
    padding-left: 5%;
    padding-bottom: 5%;
    width: 90%;
    font-size: 2em;
    line-height: 1.5em;
}
.post-text-highlight {
    width: 70%;
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    color: #00214c;
    margin: 20px 15%;
    line-height: 1.5em;
}
.post-call {
    padding: 0 5% 3%;
    width: 90%;
    font-size: 4em;
    font-weight: bold;
    color: #fd6500;
    text-align: center;
    line-height: 130%;
}
.post-phone {
    display: block;
    padding-left: 5%;
    width: 90%;
    font-size: 5em;
    font-weight: bold;
    color: #f8a10e;
    text-align: center;
    line-height: 150%
}
.post-phone-mobile, .request-phone-mobile {
    display: none;
}
.desktop {
    display: none;
}


.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}
.post-line {
	text-align: center;
}
.post-line img {
    width: 60%;
    min-width: 200px;
    position: relative;
    top: 0;
    left: 0;
}

.company {
    padding: 2%;
    font-size: 2.5em;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
}
/* post image */
.post-image {
	margin: 0 auto 15px;
	max-width: 800px;
}
.post-banner {
	position:relative;
	margin-top: -100px;
/*	margin: 0 0 -15px; */
	z-index: -5;
}
.post-logo {
	position:relative;
	top: 0px;
/*	margin: 0 0 15px; */
	z-index: 15;
}
.bullet {content: "•"; color: #fff;
  display: inline-block; width: 1em; font-size: 1.5em; vertical-align: -5px;
  margin-left: -2em}
#bullets {
	font-weight:bold;
	width: 300px;
    margin: 0 auto;
}
#nobullets li {
	list-style:none;
}
.col1 {
        display: table-cell;
        width: 20%;
		float:left;
        padding: 5% 5% 0;
    }
.col2 {
    display: table-cell;
    width: 60%;
    float: left;
    padding: 5%;
	}
.noindent p {
	text-indent: 0px;
	padding-top: 10px;
}
.nowrap {
    white-space: nowrap;
}
#cform {
    max-width: 900px;
    margin:auto;
    font-size: 1.7em;
    font-family: arial;
    border-color: #faa71a;
}
.fcol {
    width: 45%;
    max-width: 450px;
    float:left;
    padding-right: 5%;
}
.fcol2 {
    width: 50%;
    padding-right: 0;
}
.fcola, .fcolb {
    width: 20%;
}
.padtop {
    padding-top: 2em;
}
.padbot0 {
    padding-bottom: 0;
}
.padbot1 {
    padding-bottom: 1em;
}

.request-bottom {
    line-height: 0;
}
.request-note {
    width: 80%;
    margin: auto;
    padding-bottom: 2em;
    line-height: 150%;
}
.fifty-percent-width {
    width: 225px;
    margin: auto;
}
.maxwidth500 {
    max-width: 500px;
    margin: auto;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 30%; /* was 280px; */
	float: right;
	margin: 30px 0 30px;
}
#sidebar2 {
    width: 30%;
}
#sidebar-home {
	width: 50%; /* was 280px; */
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
.widget2 {
	color:#FFF;
	margin: 0 0 30px;
	padding: 20px 20px;
	font-size:larger;
	font-style:italic;
}
.widget2 h3 {
	color:#FFF;
}
.whitelink a {
	color: #fff;
	text-decoration: none;
}
.whiteborder {
	border: groove;
	border-bottom-color:#FFF;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.social-media1 {
    text-align: center;
}
.social-media1 img {
    max-width: 60%;
    min-width: 250px;
}
.industry {
    padding-left: 30%;
}

    .banner-mobile {
        color: white;
        font-size: 1.5em;
        line-height: 150%;
        padding: 0 3% 3%;
        background-color: #7c0002;
    }
    .banner-sub {
        font-size: 1em;
        line-height: 200%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 2%;
    }
    .banner-sub img, .banner-how img {
        width: 12%;
        float:left;
        padding-right: 1%;
    }

    .bullet-company {content: "•"; color: #fd6500;
  display: none; font-size: 1.5em;
vertical-align: -7px;}

.footer-link-padding {
   padding-top: 5px; 
}
.footer-links {
    text-align: center;
    font-size: 1.5em;
}
.footer-links ul li {
    display:inline-block;
    text-align: center;
}
.footer-links a {
    position: relative;
	color: #00214c;
}
.w2, .w3 {
    padding-right: 15px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color: #00000c;
    border-top: 5px #fd6500 solid;
}
#footer a {
	color: #fff;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }

/************************************************************************************
MENU and RESPONSIVE DESIGN
*************************************************************************************/
.menu-bars, .banner-text {
    display:none;
}
.centermenu img {
        display:none;
    }
@media screen and (min-width: 880px) {
    .bullet-company {
        display: inline-block;
    }
    .company-address {
        display: inline-block;
    }
}

@media screen and (min-width: 900px) {
    .mobile { display: none}
    .desktop { display:block; padding-bottom: 2%;}
#pagewrap {
	width: 80%; 
    }
.centermenu {
/*    width: 90%; 
    position: absolute;
    max-width: 1917px; */
    }
    .centermenu img {
        display:block;
    }
    .adj-height {
        height: 40%;
    }
#menu {
	height: 4em;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    background-color: #00214c;
}
#menu ul {
/*  float: right;
  padding: 2% 2% 0 0; */
  margin: 0;
  list-style-type:none;
} 
#menu ul li {
/*  display: inline; */
  float: left;
    text-align: center;
/*  padding: 5px 20px;  */
-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/*#menu ul li.first {
  border-left: none;
}*/

#menu ul li ul {
  padding: 0;
  position: absolute;
  top: 44px;
  left: 0;
/*  width: 150px; 12-5-16 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#menu ul li ul li { 
/*  background: #555; 
	background: #09F;  */
	background: #0099cc;
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 100%; /* was 150%  12-5-16 */
}
#menu ul li:hover {
	color: white;
}
#menu ul li ul li:hover {
/*	background:#09F; */
	background: #0099cc;
}

/*#menu ul li ul li:hover {  background: #36657d; #666; }*/
#menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  color:#666;
  z-index:10;
}

#menu a {
	display:inline-block;
    position: relative;
	color:white;
	text-decoration:none;
	font-size: 1em;
    font-weight: normal;
}
#menu a.c_link {
	color:#faa71a;
	text-decoration:none;
}
#menu li:hover a.h_link {
	color:#faa71a;
	text-decoration:none;
	width: 100%; /* makes link work for entire highlighted area */
}
.artwork-top #menu {
        top: 0.3%;
    }
    
.w1 {
     width: 13%;
     border-right: 2px solid white;   
    }
.w2 {
     width: 18%;
     padding-right: 0;
     border-right: 2px solid white;
    }
.w3 {
     width: 24%;   
     padding-right: 0;
     border-right: 2px solid white;
    }
.w4 {
     width: 43%;   
    }

.menu-bars {
    display:block;
    position: absolute;
    top: 2%;
    left: 0;
    }
.artwork-bars {
        top: 1%;
    }
/*.mobile-header {
        padding-top: 35%;
    } 
.main-home {
    padding-top: 73%;
    } */
    .adj-request {
        padding-top: 4%; /* was 39% */
    }
h1 {
	font-size: 4em;
}
.post-text1 {
    width: 70%;
}
.post-line {
	margin: 0 0 15px;
}
.post-line img {
    width: 40%;
    position: absolute;
    top: 40%;
    left: 45%;
}
.howitworks img {
    top: 25%;
}
.post-text1 {
    width: 70%;
    margin: auto;
    padding-left: 0;
}
.post-text2 {
    width: 30%;
}


    
/************************************************************************************
BANNER TEXT
*************************************************************************************/
.banner-text {
    position: absolute;
    top: 70%;
    left: 53%;
    width: 40%;
    max-width: 680px;
    z-index: 10;
    color: white;
    display: block;
    }
.banner-mobile {
        padding: 2% 3%;
    }
    .banner-sub {
        font-size: 1em;
        padding-top: 1em;
        line-height: 200%;
    }
    .banner-overlay {
        font-size: 1.1em;
    }

    .banner-how {
        font-size: 1.3em;
        padding-top: 2em;
        line-height: 200%;
    }
.bullet {content: "•"; color: #faa71a;
  display: inline-block; width: 1em; font-size: 2em; vertical-align: -5px;
  margin-left: -2em}
    #footer {
        font-size: 1em;
    }

}

@media screen and (min-width: 1001px) {
    .banner-how {
        font-size: 1.5em;
    }
    .footer-links a {
        padding: 0 10px;
    }

}
@media screen and (max-width: 1100px) {
    .strip3, .strip4 {
        display: none;
    }
    .strip3-anim, .strip4-anim {
        display: flex;
        margin: 5% auto;
        width: 543px;
        height: 349px;
        justify-content: center;
        max-width: 100%;
    }
    .strip4-anim {
        width: 403px;
    }

    @keyframes round {
      33% {
        opacity: 1;
      }
      66% {
        opacity: 0;
      }
    }
    -webkit-@keyframes round {
      33% {
        opacity: 1;
        -webkit-opacity: 1;
      }
      66% {
        opacity: 0;
        -webkit-opacity: 0;
      }
    }
    .photo {
      position: absolute;
      animation: round 9s infinite;
      opacity: 0;
      max-width: 70%;
    }
     @keyframes round2 {
      25% {
        opacity: 1;
      }
      50% {
        opacity: 0;
      }
    }
    -webkit-@keyframes round2 {
      25% {
        opacity: 1;
        -webkit-opacity: 1;
      }
      50% {
        opacity: 0;
        -webkit-opacity: 0;
      }
    }
   .photo2 {
      position: absolute;
      animation: round2 12s infinite;
      opacity: 0;
      max-width: 60%;
    }
    .strip3-anim img:nth-child(1), .strip4-anim img:nth-child(1) {
  animation-delay: 0s;
}
 
.strip3-anim img:nth-child(2), .strip4-anim img:nth-child(2) {
  animation-delay: 3s;
}
 
.strip3-anim img:nth-child(3), .strip4-anim img:nth-child(3) {
  animation-delay: 6s;
}
.strip4-anim img:nth-child(4) {
  animation-delay: 9s;
}

}
@media screen and (max-width: 550px) {
    .strip3-anim, .strip4-anim {
        width: 300px;
        height: 250px;
    }
}

@media screen and (min-width: 1101px) {
    .strip3 {
        display: block;
        padding: 5% 0 1%;
    }
    .strip4 {
        display: block;
        padding: 0 0 1%;
    }
    .strip3-anim, .strip4-anim {
        display: none;
    }
    .post-line img {
        top: 30%;
    }
    .howitworks img {
        top: 25%;
    }
    .banner-overlay {
        font-size: 1.2em;
    }


}
@media screen and (min-width: 1201px) {
    #menu a {
        font-size: 1.5em;
    }
    .banner-sub {
        font-size: 1.2em;
    }
    .banner-overlay {
        font-size: 1.5em;
    }
    .main-home {
        font-size: 0.8em;
    }

}
@media screen and (min-width: 1401px) {
/*    .banner-sub {
        font-size: 1.5em;
    } */
    .banner-overlay {
        font-size: 1.7em;
    }
    .banner-how {
        font-size: 2em;
    }
.bullet {vertical-align: -9px}
    .howitworks img {
        top: 17%;
    } 

}
@media screen and (min-width: 1501px) {
    #menu a {
        font-size: 2em;
    }
}
@media screen and (min-width: 1601px) {
    .post-call {
        padding-top: 5%;
    }
}

@media screen and (min-width: 1701px) {
    .banner-sub {
        font-size: 1.5em;
    }
    .banner-overlay {
        font-size: 1.7em;
    }

    .banner-how {
        font-size: 2.7em;
    }

    .main-home {
        font-size: 1em;
    }
    .howitworks img {
        top: 20%;
    } 
    #footer {
        font-size: 1.2em;
    }


}
@media screen and (min-width: 1801px) {
    .howitworks img {
        top: 15%;
    } 
    .post-call {
        padding-top: 0;
    }

}
@media screen and (min-width: 2001px) {
    .post-call {
        padding-top: 5%;
    }
    .banner-overlay {
        font-size: 2em;
    }

}
@media screen and (max-width: 1900px) {
    .footer-links ul li {
        width: 40%;
        padding-bottom: 1.2em;
}
}
@media screen and (max-width: 900px) {
    .post-call {
        font-size: 5em;
    }
    .footer-links ul li {
        width: 100%;
    }
    .mobile { display: inline-block}

.post-phone, .request-phone {
    display: none;
}
.post-phone-mobile, .request-phone-mobile {
    display: block;
    width: 100%;
    text-align: center;
    }
    .post-phone-mobile a {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 4.5em;
        font-weight: bold;
        color: #00000c;
        line-height: 150%;
        text-decoration: none;
    }
    .request-phone-mobile a {
        font-size: 1.5em;
        font-weight: bold;
        color: #e50909;
        line-height: 150%;
        text-decoration: none;
    }
    .post-title {
        width: 90%;
        margin-left: 5%;
    }
    .post-text-highlight {
        width: 90%;
        margin: 20px 5%;
    }
    
}
@media screen and (min-width: 681px) {
    .max680 {
        display: none;
    }
    .over680 {
        display: block;
    }
    }
@media screen and (max-width: 680px) {
.fcol {
    width: 95%;
    float:none;
/*    padding-right: 5%; */
}
.fcol2 {
    padding-right: 0;
}
.fcola, .fcolb {
    width: 40%;
}
.max680 {
    display: block;
}
.over680 {
    display: none;
}
}