@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Catamaran&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');

/* Font rendering */
body #wrap_all{
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* --- PRELOADER --- */
/* Center the loader */
#loader {
  align-items: center;
  background: rgba(255, 255, 255, .5);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 9999;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}






/* --- Modal ---*/
/*Use dsgdmodal.css*/



/*Test section*/
.test{
	clear: both;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; /*justifies horizontally*/
	width: 100%;
	padding-top: 10px;
	margin-top: -10px;
	margin-bottom: 40px;
	border:4px red;
	min-height: 100px;
	background-color: yellow;
	
}


/* --- Body --- */

body {
	margin: 0;
	font-family: 
		'Catamaran',
/*		'Thasadith',*/
/*		'barlow', */
		"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	background-color: 
		#ffffff;
/*		#f2ecdc;*/
	background-image: url("../Images/background-texture.png");
	background-blend-mode: multiply;
	background-position: top center;
	background-size: cover;
}


h1, h2, h3 {
	color: #005890;
	text-align:left;
	marin-top:0;
}

h1{
	font-size: 2em;
	font-weight: 600;
	line-height: 1.1em;
}
h2{
	font-size: 2em;
	font-weight: 600;
	line-height: 1.1em;
}
h3{
	font-size: 1.25em;
	font-weight:500;
	line-height: 1.25em;
	margin-top:0;
	padding-top:0;
}
h4, h5, h6{
/*	color: #515D6B;*/
	text-align:left;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.25em;
}

h4{
	font-size: 1.25em;
	font-weight: 600;
	color: #005890;
	padding-top:20px;

}
h5{
	font-size: 1em;
	font-weight:600;
	color: #515D6B;
	padding-top:2px;
}
h6{
	font-size: 1em;
	font-weight:600;
	color: #515D6B;
}
p,li{
	font-family: 'Barlow', sans-serif;
	font-weight: 350;
	color: #323539;
	line-height: 1.25em;
	letter-spacing: .01em;
}
b{
	font-weight: 600;
	color:#515D6B;
}
a {
	color: #005890;
	text-decoration: none;
	font-weight: 600;
}
li{
	padding-bottom: 3px;
	list-style-position: outside;
/*	text-indent: 3em;*/
}
lh{
	font-family: 'Barlow', sans-serif;
	font-size: 1.2em;
	font-weight: 500;
	color: #515D6B;
	line-height: 1.25em;
	letter-spacing: .01em;
}
ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #005890; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

a:hover,
a:focus{
	color: #515D6B;
}
a:focus {
    outline: 3px solid #005890;   
}
strong{
	font-weight: 600;
}


/* --- Visually hidden but available to screen readers---  */

 .hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
} 


/* --- Container---  */
.container {
	width: 90%;
	min-width: 200px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}



/* --- Hero --- */
.hero {
	display: block;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width: 2200px;
}
.column50 {
	display: inline-block;
	width: 50%;
	max-width:600px;
	float: left;
	margin-bottom: 10px;
}
.column_full {
	width: 90%;
	text-align: left;
	padding-top: 30px;
	padding-left:30px;
	padding-right: 30px;
	float: left;
}
.dslogo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	margin-top: 2%;
	width:80%;
	max-width:400px;
	-webkit-transition: all 400ms ease-in-out,-webkit-transform 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out,transform 400ms ease-in-out;
	transition: all 400ms ease-in-out,transform 400ms ease-in-out;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 1%;	

}

.dsgd{
	display:block;
	margin-left: 0;
	margin-bottom: 2%;
	margin-top: 2%;
	width:80%;
	max-width:600px;
}



/* --- About Section --- */



/* --- Gallery Section (index.html) --- */

.gallery {
	clear: both;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; /*justifies horizontally*/
	width: 100%;
	padding-top: 10px;
	margin-top: -10px;
	margin-bottom: 40px;
}
.thumbnail {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 30%;
	max-width: 800px;
	text-align: center;
	float: left;
	background-color: #000;
	overflow: hidden;
	-webkit-transition: all 100ms ease-in-out,-webkit-transform 400ms ease-in-out;
	-o-transition: all 100ms ease-in-out,transform 400ms ease-in-out;
	transition: all 100ms ease-in-out,transform 400ms ease-in-out;
}
.thumbnail:hover{
	border: 2px #fff solid;
	-webkit-box-shadow: 1px 1px 10px #515D6B;
	        box-shadow: 1px 1px 10px #515D6B;
	-webkit-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	        transform: scale(1.15);
	z-index:5;
}
.thumbnail:focus{
	border: 3px #005890 solid;
}

/* NOTE: ".teaser is the image within "thumbnail" -- REPLACED with ".img_modal-open" in dsgdmodal.css*/
/*
.teaser {
	width: 100%;
	height:100%;
	opacity: 1;
	vertical-align: middle;
	-o-object-fit:cover;
	   object-fit:cover;
	-webkit-transform:scale(.50) 400ms ease-in-out,transform 400ms ease-in-out;
	    -ms-transform:scale(.50) 400ms ease-in-out,transform 400ms ease-in-out;
	        transform:scale(.50) 400ms ease-in-out,transform 400ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out,-webkit-transform 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out,transform 300ms ease-in-out;
	transition:all 300ms ease-in-out,transform 300ms ease-in-out;
}
.teaser:hover {
	opacity: .4;
	-webkit-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	        transform: scale(1.07);
}
*/
.gallery .thumbnail p {
	margin: 0;
	color: #fff;
	text-align: center;
}
.thumbtitle {
/*  background-color: red;*/
	tabindex: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
	font-weight: 600;
	text-shadow: 1px 1px 5px #000;
	-webkit-transition:opacity 400ms ease-in-out,-webkit-transform 400ms ease-in-out;
	-o-transition:opacity 400ms ease-in-out,transform 400ms ease-in-out;
	transition:opacity 400ms ease-in-out,transform 400ms ease-in-out;
	-webkit-transition-delay:100ms;
	     -o-transition-delay:100ms;
	        transition-delay:100ms;
}
.thumbnail .thumbtitle{
	opacity: .0;
}
.thumbnail:hover .thumbtitle {
  opacity: 1;	
}

.thumbnail:focus .thumbtitle {
  opacity: 1;	
}






/*---FOOTER SECTION---*/
footer {
	clear: both;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; /*justifies horizontally*/
/*	text-align: center;*/
	width: 100%;
	margin-left: -10%;
	margin-right: -10%;
/*	margin-top: 40px;*/
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #005890;
}
.getintouch {
/*	background-color:red;*/
	display: inline-flex;
	float: middle;
	width: auto;
/*	align-content: center;*/
	align-items: center;
	text-align: center;
	flex-wrap: wrap;	
}
.getintouch p{
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: .1em;
	padding-left:10px;
	padding-right:10px;
}
.getintouch a{
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	margin-left:15px;
	margin-right:15px;
}
.getintouch a:hover{
	color: #005890;
	background-color:#FFF;
}
.getintouch a:focus{
    outline: 3px solid #FFF;   

}
.contactbutton{
	display: inline-block;
	height: 20px;
	margin-left: 12px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}
.button {
	display: inline-block;
	background-color: #97A2B0;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 36px;
	padding-bottom: 10px;
	padding-left: 36px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	border: 2px solid #FFFFFF;
	color: #FFF;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.button-img{
	height:20px;
	object-fit: fill;
	vertical-align: middle;
}
.button .txt{
	color:fff;	
}
.button:hover {
	background-color: #005890;
	color: #FFF;
	cursor: pointer;
}
.back {
	background-color: #DFE1E3;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	vertical-align: middle;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	border: 1.5px solid #FFFFFF;
	color: #005890;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.back:hover {
	background-color: #005890;
	color: #FFFFFF;
	cursor: pointer;
}

/* --- COPYRIGHT --- */
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #515D6B;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .125em;
}

.privacypolicy{
	text-align: right;
	padding-bottom: 20px;
	color: #515D6B;
	font-weight: 100;
	display: inline;
	font-size: .9em;

}


/* --- PROJECT PAGES --- */

/* --- Portfolio Header --- */
header {
	width: 100%;
	height:60px;
	padding-top:10px;
	margin-bottom: 10px;
/*	border-radius: 15px;*/
	position: fixed;
	background-color: lightyellow;
	left:0%;
	padding-left:5%;
	padding-right:5%;
}
.portheader{
/*	background-color: #97A2B0;*/
/*	background-color: pink;*/
/*	display: block;	*/
/*	position: relative;*/
/*	width:105%;*/
/*	left: -5%;*/
}
header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	background-color: #DFE1E3;
	z-index: -10;	
}

header:hover{
}
header:hover .x-icon {
	opacity: 1;
	background-image: url("../icons/icon-x-hover.svg");

}
header .x-icon{
/*	background-color: yellow;*/
	background-image: url("../icons/icon-x.svg");
	background-size: contain;
	opacity: 0.3;
	z-index: 100;
	height: 25px;
/*	HIDDEN and replaced with modal close*/
	display: none;
}
/*
.fancy{
	position: absolute;
	background-color: aqua;
}
*/

/* --- Note: .Fancy / .fancy::before was link to return home from project pages. DEACTIVATED and REPLACED with modal close button*/
/*
.fancy::before{
	content: '';
	position: absolute;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform:scaleY(0);
	    -ms-transform:scaleY(0);
	        transform:scaleY(0);
	-webkit-transform-origin: 0 100%;
	    -ms-transform-origin: 0 100%;
	        transform-origin: 0 100%;
	opacity: .9;
	z-index: -1;	
}
.fancy:hover::before{
	-webkit-transform:scaleY(1);
	    -ms-transform:scaleY(1);
	        transform:scaleY(1);
	opacity: .3;
	background-color: #97A2B0;
	z-index: -1;
}
.fancy:hover .x-icon{
	opacity:1;
}
*/


.logo_header {
	clear: both;
	display: inline-block;
	width: auto;
	max-width: 80%;
	height: 50px;
	max-height: 90%;
	align: left;
	margin-bottom: 0px;
}
header:hover .logo_header{
/*	opacity:.85;*/
}
.x_box{
/*	background-color:red;*/
	position: fixed;
	z-index: 100;
	top: 25px;
	width: 95%;
	height: 0px;
	opacity: 0.8;
}
.icon{
/*	background-color: white;*/
	position: relative;
/*    width: 10em;*/
	float:right;
	text-align: right;
	top:50%;
	padding-right: 5%;
}
/*
.icon:hover{
	width:2em;
	background-color: blue;
}
*/


/* --- Videos --- */
.insta{
	width:100%;
	max-width: 360px;
	height:100%;
	max-height: 360px;
	background-color: #bce0e0;
}





/* --- Portfolio Columns --- */
.portfolio{
	clear: both;
	display: inline-block;
	margin-top: 70px;
	margin-bottom:20px;
}

.fsartcol {
	clear: both;
	display: inline-block;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width:65%;
}
.artcol2{
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 45%;
	max-width: 800px;
	margin-right:4.5%;
	
	text-align: center;
	float: left;
/*	overflow: hidden;*/
}
.artcol640{
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
	max-width: 640px;
	margin-right:4.5%;
	
	text-align: center;
	float: left;
/*	overflow: hidden;*/
}
.fsartimg {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	border: solid 1px;
	border-color: #005890;
}
.blurbcol {
/*	fixed position when 2 cols, relative when 1 col*/
	position:fixed;
	margin-left: 5%;
	margin-right: 5%;
	float:right;
	clear: both;
	display: inline-block;
	text-align: left;
	padding-top: 0px;
	margin-bottom: 20px;
	width:26%;
}

.caption{
	margin-top: -36px;
	margin-bottom: 30px;
	color: #515D6B;	
	font-weight: 100;
	line-height: 1.2em;
}


/* --- Testimonials Section --- */

.testimonials{
/*	display: block;*/
	margin: auto;
	text-align: center;
/*	width: 90%;*/
	max-width: 900px;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
	background-color: #DFE1E3;
	margin-top: 60px;
	margin-bottom: 60px;
/*
	margin-left: 60px;
	margin-right: 60px;
*/
/*	float: center;	*/
}
.testimonial{
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}
q{
	font-family: 
		'Catamaran',
/*		'Thasadith',*/
/*		'barlow', */
		"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";	

	font-weight: 550;
	font-size: 1em;
	letter-spacing: .03em;
	line-height: 1.4em;
	margin-top: 30px;	
}
q::before{
	content: "“";
	font-size: 1.25em;
	left: -2px;
	position: static;
	opacity: .4;
	z-index: 2;
	width:1.5em;
	}
q::after{
	width: 100%;
	content: "”";
	font-size: 1.25em;
	letter-spacing: 8px;
	opacity: .5;
	padding-left: 2px;
}
cite{
	font-family: 
		'Catamaran',
/*		'Thasadith',*/
/*		'barlow', */
		"Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";	
	color:#005890;
	font-style: italic;
	font-weight: 600;
	font-size: .8em;
	letter-spacing: .03em;
	line-height: 1.2em;
	margin-top: 10px;	
/*
	padding-left: 15px;
	padding-right: 20px;
*/
/*	margin-left: 10px;*/
	margin-bottom: 80px;
/*	padding-bottom: 40px;*/
}
cite::before{
	content: "— ";
	font-size: 1.25em;
	left: -2px;
	position: static;
	opacity: .4;
	z-index: 2;
	width:1.5em;
	}
.testimonialshead{
	text-align: center;
}

.testimonialshead::before{
	content: "—";
	left: 2px;
	position: relative;
	opacity: .7;
	padding-right:10px;
	width :2em;
	}
.testimonialshead::after{
	content: "—";
	opacity: .7;
	padding-left: 8px;
}
.testimonialpg{
	color:#005890;
	font-style: italic;
	font-weight: 600;
	font-size: 1.em;
	letter-spacing: .03em;
	line-height: 1.4em;
	margin-top: 50px;	
	padding-left: 15px;
	padding-right: 20px;
}
.testimonialpg::before{
	content: "“";
	font-size: 1.25em;
	left: 2px;
	position: absolute;
	opacity: .4;
	z-index: 2;
	width: 1.5em;
	}
.testimonialpg::after{
	width: 100%;
	content: "”";
	font-size: 1.25em;
	letter-spacing: 8px;
	opacity: .5;
	padding-left: 2px;
}
.testimonialpg::first-line{
	text-indent: -10px
}

/* --- Portfolio Menus --- */
.menu_prev-next{
	margin: 0 auto;
	padding-top:1em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 90px;
}

.img_prev-next{
	width: 16px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	fill: #515D6B;
}



/* Mobile */
@media (max-width: 380px) {
	.logo {
		width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
/*
	.dslogo{
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}
*/
	.dsgd{
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	header{
		height:35px;
		padding-top:3px;
		padding-bottom:3px;
	}
	header .x-icon{
		height: 15px;
		margin-top:7px;		
	}
	.logo_img {
	width: auto;
	height: 40px;
	}

	.icon{
		top:-18px;
		padding-right: 20px;
	}	
	.portfolio{
		margin-top: 41px;
	}
	.text_column {
		width: 100%;
		text-align: justify;
		padding: 0;
		padding-left: 20px;
	}
	.hero .column50 p {
		width: 100%;
		margin-left: 0px;
	}
	.thumbnail {
		width: 100%;
	}
	.column50 {
		width: 100%;
		margin-top: 0px;
	}
	.fsartcol {
		width: 100%;
		margin-bottom:0px;
		}
	.fsartimg{
		margin-bottom:0px;
	}
	.artcol2{
		width:100%;margin-right: 0px;		
	}
	.caption{
		margin-top: -7px;
		margin-bottom: 10px;
		font-size: .9em ;
	}
	.blurbcol {
		position:relative;
		margin-left:0;
		margin-right:0;
		width: 100%;
		float:none;
	}
	.testimonials{
		padding-left:24px;
		padding-right:24px;
	}
	.testimonial{
		margin-top: 30px;
		text-align:left;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.15em;
	}
	.copyright {
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: 200;
	letter-spacing: .1em;
	font-size: .75em;
	}
.getintouch a{
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
}	
}



/* Small Tablets */
@media (min-width: 381px)and (max-width: 767px) {
	.logo {
		width: 100%;
		text-align: center;
		margin-top: 13px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.dslogo{
		width:50%;
		margin-left: auto;
		margin-right: auto;
	}
	.dsgd{
		width:80%;
		margin-left: auto;
		margin-right: auto;
	}

	.text_column {
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.thumbnail {
		width: 50%;
	}
	.column50 {
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.text_column {
		padding-left: 20px;
		padding-right: 20px;
		width: 90%;
	}
	.profile {
		width: 70%;
	}
	.hero .column50 p {
		width: 100%;
		padding-left: 0px;
	}
	.fsartcol {
		width: 100%;
		}
	.blurbcol {
		position: relative;
		margin-left:0;
		margin-right:0;
		width: 100%;
		float:none;
	}
.testimonials{
		padding-left:40px;
		padding-right:40px;
	}
	.testimonial{
		margin-top: 35px;
	}	
.testimonial::before{
		left:29px;
	}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	.text_column {
		width: 100%;
	}
	.thumbnail {
		width: 33.33%;
	}
	.text_column {
		width: 90%;
		margin: 0;
		padding: 20px;
	}
	.hero .column50 p {
		width: 100%;
	}
	.fsartcol {
		width: 60%;
		}
	.blurbcol {
		width: 30%;
		padding-right:5%
	}
}

