 * { margin: 0;}

body {font: 100%/1.4 'Oxygen', Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #1D646C;
	color: #333;
	font-weight: 400; }

html, body { height: 100%; } /*sticky footer */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	}
	
table { font-size:13px;
	line-height: 140%;
	 border-collapse: collapse; margin: 10px 0;}
	
table, th, td {
    border-color: #ccc; padding: 6px 10px;}

p { font-size:15px;
	line-height: 140%;
	padding: 5px 0; }
	
strong {font-weight: 700;}

blockquote {font-size: 25px ; margin: 10px 15% 30px 0; color: #1D646C; line-height: 120%;}
  
blockquote p { font-size: 25px ; padding: 0; font-family:  'Roboto Slab'; font-weight: 400;}  

a, a:active, a:visited{ color: #1D646C; text-decoration: none;}
a:hover{ color: #000; text-decoration: none;}

img { -ms-interpolation-mode: bicubic; border: none; }
a img { border: none;}

h1 { color: #C30019; font-size:30px; line-height: 110%; font-weight: 400; padding: 15px 0px; font-family:  'Roboto Slab'; text-transform:uppercase;}

h2 { color: #1D646C; font-weight: 400; font-size: 25px; line-height: 110%; padding: 15px 0;  font-family:  'Roboto Slab';}

h3 { color: #000; font-weight: 700; font-size: 20px; line-height: 110%; padding: 10px 0 5px 0;  }

h4 { color: #1D646C; font-size:15px; line-height: 110%; padding: 15px 0px 8px 0px; font-weight: 300; text-transform:uppercase; letter-spacing: 3px;}

h5 { color: #1D646C; font-weight: 700; font-size: 15px; line-height: 110%; padding: 15px 0 5px 0; text-transform:uppercase; letter-spacing: 3px;}

ul { font-size:15px; line-height: 130%; 
	list-style-type: none;
	padding-left: 0;
	margin: 10px 0 10px 10px;}

li { /*background: url('../images/bullet.png') no-repeat 0px 7px;*/
	padding-left: 16px;
	margin-bottom: 3px;}
	
#col-right li:before, .page li:before { content: "\f111";  font-family: FontAwesome; position: absolute; margin-left: -15px; color: #C30019; font-size: 6px; }	
	
ol { font-size:14px; line-height: 130%; margin: 10px 0 10px 0px;}	
	
ol li { background: none;
	padding-left: 16px;
	margin-bottom: 3px;}
.page ol li:before { content: "";  }
	
hr { border: 0; height: 1px; border-top:1px #ccc solid; width: 100%; padding: 5px 0; margin-top: 20px;}

em {color: #666;}

/**************************
HEADER
**************************/

#wrapper {
	width: 100%;
	padding: 0px;
	/*height: 100%;*/
	margin: 0 auto; min-height: 100%;  
	/* equal to footer height */  
} 

#wrapper:after { /* for sticky footer */
  content: "";
  display: block;
  height: 150px; 
}


#headWrapper{ width: 100%; padding: 0px; margin: 0 auto;  }

#head {width:70%; margin: 0 auto; padding: 0px; height: 300px;}
#index #head {height: 350px;}

#headPhone {width:100%; margin: 0 auto; padding: 0px; height: 35px; background-color: rgba(0, 0, 0, .80); position: fixed; z-index:5000;color: #fff;}
#headPhone-txt {width: 70%; margin: 0 auto;height: 10px;}
#headPhone-phone {float: right; width: 28.6%; height: 35px;}
#headPhone-phone img { padding-left: 30px; padding-right: 5px; height: 35px;}
#headPhone-txt a {color: #ccc; font-size:25px;  margin:auto; text-transform: uppercase;}
#headPhone-menu a {color: #ccc; font-size:25px;  margin:auto; text-transform: uppercase; }
#headPhone-txt a:hover, #headPhone-menu a:hover {color: #fff;}
#headPhone-menu {float:right; /*position: absolute; top:1px; right:5px;*/}
#headPhone-menu i {font-size:32px;}
#headPhone-menu a:hover { transform: translateY(0%); -moz-transform: translateY(0%); -webkit-transform: translateY(0%); -o-transform: translateY(0%);}

#logo { float: left; width: 20%; margin: 0; padding: 0; }
#logo img {width: 100%; height: auto; /* max-width: 165px; */}
#headRight { float: right; width: 20%; margin: 0; padding: 0px;  color: #777; text-align: right; }
#logo-print {display: none; height: 0;}

/**************************
MAIN NAV
**************************/

#nav { position: fixed;right: 15%; width: 20%; margin: 0 auto; z-index: 2000; }

.headroom {will-change: transform;
    transition: transform 1s ease-in-out; -moz-transition: transform 1s ease-in-out; -webkit-transition: transform 1s ease-in-out; -o-transition: transform 1s ease-in-out;}
.headroom--pinned { transform: translateY(0%); -moz-transform: translateY(0%); -webkit-transform: translateY(0%); -o-transform: translateY(0%);}
.headroom--unpinned { transform: translateY(-100%); -moz-transform: translateY(-100%); -webkit-transform: translateY(-100%); -o-transform: translateY(-100%);}

.headroom-hide {opacity: 0;}
.headroom-show {opacity: 1;}
.headroom-down { 
	   transition: opacity 5s ease-in-out;
	   -webkit-transition: opacity 5s ease-in-out;
       -moz-transition: opacity 5s ease-in-out;
         -o-transition: opacity 5s ease-in-out;
                                  opacity: 1;}
.headroom-up {  
	   transition: opacity 0.5s ease-in-out;
	   -webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
                                  opacity: 0;}


/**************************
HOME PAGE
**************************/
#panelWrapper { width: 100%; padding: 0px; margin: 0 auto; clear: both; /*overflow: hidden;*/}
#panel {margin: 0 auto; height: auto;  padding: 0px; clear: both; text-align: center;} /*full width column */

.main{width: 70%; padding: 30px 0 0 0!important; 
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}


/**************************
CONTENT & COLUMNS
**************************/
#page-header-wrapper {width: 100%;  height: auto; padding: 0px; }
#page-header {width:70%; margin: 0 auto;  }
#page-header h2 { padding: 0 0 50px 0; color: #fff; font-weight: 300; font-size: 65px; line-height: 110%;  text-transform:uppercase; font-family:  'Roboto Slab'; }
#page-header h1 { padding: 20px 50px; color: #fff; font-weight: 400; font-size: 28px; line-height: 110%;   font-family:  'Roboto Slab'; background-color: rgba(0, 0, 0, .80); display: inline-block; text-transform: inherit;}
#contact h1, #testimonials h1 { padding: 0 0 50px 0; color: #fff; font-weight: 300; font-size: 65px; line-height: 110%;  text-transform:uppercase; font-family:  'Roboto Slab'; background: transparent; }

.page-block {background-color: rgba(195, 0, 25, .90); /*padding: 30px 50px;*/ margin: 0px; 
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;}
.page-block h1 {  color: #fff; font-weight: 400; font-size: 28px; line-height: 110%;   font-family:  'Roboto Slab'; background-color: transparent!important; padding: 0;}
.page-block, .page-block p {color: #fff; font-weight: 300; font-size: 26px; line-height: 110%;   }
.page-block-img {width: 25%; padding: 30px 50px; margin: 0 auto; text-align: center;}
.page-block-img img {width: 70%; height: auto; max-width: 170px;}
.page-block-txt {width: 65%; padding: 30px 12% 30px 0; text-align: left;}

#contentWrapper{}
#content {width:70%; margin: 0 auto; text-align: left; min-height: 200px; padding: 0px;  background-color: rgba(255, 255, 255, .80); overflow: hidden;

display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box;   safari, ipad */
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}

#col-wide {width: 100%;  padding: 30px; margin: 0px; }
#col-left {width: 25%;  padding: 30px 50px; margin: 0px; background-color: #000; color: #fff;}
#col-right {width: 65%; padding: 30px 6%; margin: 0; background-color: rgba(255, 255, 255, .80); }

.side-menu ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;}
.side-menu li {
	background: none;
	padding: 15px 0px;}

.side-menu ul li a, .side-menu a {color: #fff; font-size: 13px; text-decoration: none; text-transform:uppercase; letter-spacing: 4px;
-webkit-transition: color 0.5s ease; 
-moz-transition: color 0.5s ease; 
transition: color 0.5s ease;}
.side-menu ul li a:hover, .side-menu a:hover  {color: #fff; text-decoration: none; }
.side-menu ul li .current {color: #fff; font-weight: 700;}

.side-menu ul li {
    position: relative;
}
 
.side-menu ul li a:hover:after, .side-menu ul li .current:after {
    content:  "\f061"; /*arrow right */
    font-family: FontAwesome;
	color: #fff;
    position: relative;
    top: 0px;
    left: 10px; font-size: 12px; line-height: 100%;
}

.side-menu ul ul li  { border-bottom: none; padding: 10px 0 0px 0px!important; }
.side-menu ul ul li a {color: #888!important;  font-size: 11px!important;}
.side-menu ul ul li a:hover {color: #fff!important; }

.side-menu ul ul li a:hover:after {
    content:  " "; /*arrow right */
}

/**************************
FEATURED HOME PANEL
**************************/
#featuredWrapper{clear:both; width: 100%;   margin: 0; height: auto; overflow: hidden;}
#featured{width: 70%; margin: 0 auto; padding: 30px 0 0 0;}
.featured-block { float: left;   width:47.5%; padding: 0; height: auto;}

#video-container {
margin:auto; background: #fff!important;
/*width:50%;*/
}

#video {
margin:auto;
position: relative;
padding-bottom: 56.25%;
}
#video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}
.pic {display: block; padding: 0; margin: 0; overflow: hidden; }
.pic img {display: block; padding: 0; margin: 0;}

.red-block {background-color: #C30019; }
.red-block-txt {float: left; padding: 10% 6% 6% 6%; font-size: 40px; width: 45%; color:#fff; font-family:  'Roboto Slab'; font-weight: 300; text-align: right;}
.red-block-txt p {  font-size: 40px; line-height: 100%;}
.red-block-img {float: right; width: 35%; padding: 6% 6% 6% 0;}
.red-block-img img {height: auto; width: 90%; }

/**************************
NEWS HOME PANEL
**************************/

.news-home-block {width: 100%; background-color: rgba(255, 255, 255, .80); padding: 30px 20px;}
.news-home {float: left;   width:45%; padding: 30px 2.5%;}
.news-home:nth-of-type(2n+1) {clear: both;}
.news-home-txt {width: 100%; text-align: left;}
.news-home-txt .title {font-weight: 700; color: #C30019; text-transform:uppercase; }
.news-home-txt .title a {color: #C30019;}
.news-home-txt .category {font-size: 14px; }
.news-home-img { width:100%; height: auto; padding-top: 0px; margin: 0; }	
.news-home-img img {width: 100%; height: auto; /*max-height: 500px;*/
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;}
  
.news-home-img img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;}
  
  
/**************************
PROJECT HOME PANEL
**************************/

.project-home-block {width: 100%; background-color: rgba(255, 255, 255, .80); padding: 30px 20px;}
.project-home {float: left;   width:45%; padding: 30px 2.5%;}
.project-home:nth-of-type(2n+1) {clear: both;}
.project-home-txt {width: 100%; text-align: left;}
.project-home-txt .title {font-weight: 700; color: #C30019; text-transform:uppercase; }
.project-home-txt .title a {color: #C30019;}
.project-home-txt .category {font-size: 14px; }
.project-home-img { width:100%; height: auto; padding-top: 0px; margin: 0; }	
.project-home-img img {width: 100%; height: auto; /*max-height: 500px;*/
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;}
  
.project-home-img img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;}  

.project-home-block h3, .project-home-block h1 {font-size: 35px; color:#C5182E; text-align: left; font-family:  'Roboto Slab'; font-weight: 500;padding-left: 2.5%; text-transform: inherit;}
.project-home-block p {text-align:left;padding-left: 2.5%;}

/**************************
EXPERTISE HOME PANEL
**************************/
.expertise-home {margin: 0 auto;  padding: 30px 0 0 0!important;}
.expertise-home-block {width: 70%; margin: 0 auto; /*background-color: rgba(0, 0, 0, .90);*/ overflow: hidden; background: url('../images/echo3-bg.png') no-repeat left top, 
	linear-gradient(
      rgba(0, 0, 0, 0.90), 
      rgba(0, 0, 0, 0.90)
    );
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.90) 100%);
}
.expertise-home .half {width: 40%; float: left; color: #fff; padding: 5% 5%; }
.expertise-home .half h3 {float: right; width: 50%; font-size: 55px; color:#CDFFFF; text-align: right; font-family:  'Roboto Slab'; font-weight: 300; display: inline-block; }
.expertise-home .half p {font-size: 23px; line-height: 200%; color:#fff; text-align: left;font-weight: 300;}

.expertise-home .half h3 hr { clear: both; border: 0; height: 5px; border-top:5px #CDFFFF solid; width: 30%; padding: 5px 0; margin-top: 20px; text-align: right!important; display: inline-block;}

.expertise-home-block a, .expertise-home-block a:active, .expertise-home-block a:visited {color: #ccc;}
.expertise-home-block a:hover {color: #fff;}

/**************************
REVIEWS HOME PANEL
**************************/
.reviews-home {margin: 0 auto;  padding: 30px 0 0 0!important;}
.reviews-home-block {width: 70%; margin: 0 auto; overflow: hidden; background-color: rgba(255, 255, 255, .80); color:#333; text-align: left!important; }
.reviews-home-panel { padding: 30px 50px 70px 50px!important; }
.reviews-home h3 {font-size: 30px; color:#C5182E;font-weight: 500; font-family:  'Roboto Slab'; display: inline-block;}

.reviews-txt {background-color: #fff; /*width: 80%!important;*/ margin: 20px auto!important; color:#333; padding: 20px;}
.reviews-txt-person {font-weight: 700; color: #C30019; text-transform: uppercase; padding: 20px 0 10px 0;}
.reviews-txt-date {color:#000; font-weight: 300; display:inline-block;}

.reviews-rating {padding: 5px 0; font-weight: 600;}
.reviews-star {width:15px; padding: 0 3px;}

.reviews-link {width:100%; }
.reviews-link-echo {float:left;padding-top: 10px;}
.reviews-link-google {float:right; width: 10%; margin: 10px 0 10px 0; padding: 10px; background-color:#fff;}
.reviews-link-google img {width: 100%;}
.reviews-home-block-bottom {margin-bottom: 70px;}

/**************************
CONTACT PANEL
**************************/
.contact-panel {clear: both; margin: 0 auto;  padding: 30px 0 0 0!important;}
.contact-panel-block {width: 70%; margin: 0 auto; overflow: hidden; /*background: url('../images/Echo3 boat-bottompanel.png') no-repeat right top, linear-gradient(
      rgba(205, 255, 255, 0.90), 
      rgba(205, 255, 255, 0.90)
    );*/}
.contact-panel-block img {max-width: 100%;}	
.contact-panel-txt {width: 100%; margin: 0 auto; color: #1D646C; padding:15% 7% 13% 2%;  text-align: left; font-family:  'Roboto Slab'; font-weight: 300; font-size: 55px;}

.contact-panel-block img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contact-panel-block:hover img {
	opacity: .7;
	font-color:#B2061D;
}

.contact-panel-txt a {color: #B4091F;}
.contact-panel-txt a:hover {color: #000;}

.contact-panel-txt .icon-arrow-right {font-size: 30px; vertical-align: middle;}

/**************************
FOOTER FORMATTING
**************************/

#footerWrapper {width: 100%;  text-align: left; padding: 30px 0 0 0; margin: 0;  overflow: hidden;}	
#footer {width: 70%; margin: 0 auto; /*background-color: #C30019;*/ height: 210px; background-color: rgba(195, 0, 25, .90); }

#footer-txt {color: #fff;  margin: 0 auto; padding: 30px 0; text-align: center; font-size: 13px; display: block;}
#footer-txt a, #footer-txt a:active {color: #fff; text-decoration: none; font-size: 13px; line-height: 120%;}
#footer-txt a:hover{ color: #000; text-decoration: none;}	

#footer-social {color: #fff;  margin: 0 auto; padding: 30px 0 10px 0; text-align: center; display: block;}
#footer-social a {color: #fff; font-size: 20px;} 
#footer-social a:hover {color: #000;} 

#footer-newsletter {color: #fff;  margin: 0 auto; padding: 10px 0; text-align: center; display: block;}
#footer-newsletter .contact-btn { display: inline-block; text-align: center; border: 1px solid #fff; color: #fff; padding: 10px 25px; text-transform: uppercase;}
#footer-newsletter .contact-btn:hover {color: #000; border: 1px solid #000;}	
#footer-newsletter a { color: #fff;  font-size: 16px;  border: none; padding: 0; }

/**************************
CAMPAIGN MONITORING FORMATTING
**************************/
#login input, #login select {
    width: auto !important;
}


/**************************
SLIDESHOW FORMATTING
**************************/	
.cycle-slideshow-words {width: 70%; margin: 0 auto;  height: 400px;  padding: 0; position: relative; color: #fff; }
/* overlay */

.cycle-overlay { position: absolute; top: 0; width: 100%; z-index: 600;/*background-color: rgba(0, 0, 0, .20);*/ color: white; padding: 50px 0;  text-align:left; }

.cycle-overlay .title { margin: 0;  font-size: 75px; font-weight: 300; line-height: 110%; font-family:  'Roboto Slab'; text-transform: uppercase; }
.cycle-overlay .desc { width: 100%;  overflow: hidden;display: block;  white-space: nowrap; margin: 0 ;  font-size: 30px; line-height: 130%; color: #fff; font-weight: 300;padding-top: 10px; animation: type2 6s steps(100, end); -webkit-animation: type2 6s steps(100, end); -moz-animation: type2 6s steps(100, end); -o-animation: type2 6s steps(100, end);}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

.cycle-overlay .titlex {
transition: opacity 2s ease-in-out; -moz-transition: opacity 2s ease-in-out;
}


.cycle-overlay .title {
    -webkit-animation: fadein 2s linear ; /* Safari and Chrome */
       -moz-animation: fadein 2s linear ; /* Firefox */
        -ms-animation: fadein 2s linear ; /* Internet Explorer */
         -o-animation: fadein 2s linear ; /* Opera */
            animation: fadein 2s linear ;
}


@keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}​


	
/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; min-width: 200px;  margin: 0 auto; padding: 0; position: relative;
    background: url('../images/spinner.gif') 50% 50% no-repeat; /*max-height: 150px; overflow: hidden;*/}

.cycle-slideshow img { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

.cycle-slide  { width: 100%!important;}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 1000; position: absolute; bottom: 0px; left: 10px; height: 20px; /*overflow: hidden;*/}
.cycle-pager span { 
	     width: 10px; height: 10px; 
    display: inline-block; 
	-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; 
	border: 1px solid #fff;
	cursor: pointer;
	transition: background-color 0.2s; color: transparent; margin: 0 3px;
}
.cycle-pager span.cycle-pager-active { background-color: #fff;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url'../(images/left.png') 50% 50% no-repeat;}
.cycle-next { right: 0; background: url('../images/right.png') 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: '||'; color: black; background: white; padding: 10px;
    z-index: 500; position: absolute; bottom: 10px; right: 10px; font-size: 10px; font-weight: 700;
    /*border-radius: 10px;*/
    opacity: .5; filter: alpha(opacity=50);
}

/**************************
NEWS FORMATTING
**************************/
/* home */


/* list */
.news-list-div {clear:both;   padding: 10px 0px;}
.news-list-txt {float: right; width: 47%;  }
.news-list-img {float: left;  width: 50%; height: auto; max-height: 300px; overflow: hidden; text-align: center; margin: 0; padding-top: 10px; }	
.news-list-img img {width: 100%; height: auto;  }

/* individual */
.news-div {clear:both;   padding: 10px 0px; overflow: hidden;}
.news-txt {float: none;   width: 100%; padding-right: 20px;  }
.news-img {float: none;  width: 100%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}	
.news-img img {width: 100%; height: auto;}
.rss-image {float: none;  width: 100%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}
.rss-image img {width: 100%; height: auto; margin: 0!important;}

#share {font-size: 11px!important; border-top: 1px #e8e8e8 solid; margin-top: 20px; padding: 20px 0; clear: both;}
.a2a_menu a {font-size: 13px!important;}
.a2a_menu {background: #e8e8e8!important; }
a.a2a_i, i.a2a_i {border: none!important;}
#share i {font-size: 18px; padding: 0 7px 0 0;}
#share a {padding: 0 7px 0 0;}
.share-space {float: left; padding: 0 70px 0 0; }
.share-space a {color: #444; }
.share-space a:hover {color: #ccc; }



/**************************
PAGINATION FORMATTING
**************************/
#pagination { font-size: 10px; clear:both; text-align:left; padding: 10px 0; border-top: #e8e8e8 1px solid; margin-top: 30px!important; display: block; }
#pagination span.active{ background-color: #ccc;-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; display: inline-block; width: 15px; height: auto; border: 0px solid #ccc; color: #555; margin: 0px; padding: 2px; text-align:center;}
#pagination a, #pagination a:active, #pagination a:visited { background-color: #e8e8e8;-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; display: inline-block; width: 15px; height: auto; border: 0px solid #ccc; margin: 0px; padding: 2px; text-decoration:none; color: #555; text-align:center;}
#pagination a:hover { background-color: #555; color: #fff;}
#pagination a.next, #pagination a.prev,#pagination a.next:hover, #pagination a.prev:hover { background-color: #fff; border:0px; margin: 0px; padding: 2px;display: inline-block; width: 15px; height: auto; text-decoration:none; color: #555;}


/**************************
LINKS FORMATTING
**************************/
.link-list {clear: both; padding: 0px; margin: 5px 0 20px 0;  min-height: 70px;}
.link-list h3 {padding: 0 0 5px 0;}
.link-logo {float:right; margin: 15px 0px 10px 10px;  width: 150px; background-color: #fff; /*min-height: 100px;*/ padding: 10px 10px 5px 10px; text-align: center; }
.link-logo img {width: 100%; height: auto; vertical-align: middle; }
.link-logo a  { border-bottom: none!important;}

.link-url {font-size: 12px!important; font-weight: 400;  padding: 0;}
.link-url  a , .link-url  a:active, .link-url  a:visited {color: #C30019!important; text-decoration: none;}	
.link-url  a:hover {color: #333!important;}

/**************************
FAQ FORMATTING
**************************/ 


#portfolio {list-style: none; background-image: none; margin: 0px; padding: 10px 0px 0px 0px;}
#portfolio h3 {padding: 20px 0 10px 0;}
#portfolio h3 a, #portfolio h3 a:active, #portfolio h3 a:visited {border: none; color: #999;}
#portfolio h3 a:hover {text-decoration: none; border: none; color: #DDDDDD;}
#portfolio h3 a:after { content: "\f0d7";  font-family: FontAwesome; position: absolute; margin-left: 10px; }

ul#portfolio li { list-style: none; background-image: none;  padding: 0px; margin: 0px; clear: left; }
ul#portfolio li ul li{  padding-left: 10px; margin-bottom: 3px; position: relative;}
ul#portfolio li:before { content: none; }
ul#portfolio li ul li:before { content: "\f111";  font-family: FontAwesome; position: absolute; margin-left: -15px; color: #C30019;}

#portfolio .h1 { color: #C30019; font-size:30px; line-height: 110%; font-weight: 400; padding: 15px 0px; font-family:  'Roboto Slab'; text-transform:uppercase;}

/**************************
TESTIMONIALS FORMATTING
**************************/
/* list */
.testimonial { width: 100%; margin: 30px 0; text-align: left; font-size:14px; background: url('../images/quote.png') no-repeat 0 0; min-height: 70px; overflow: hidden;}
.testimonial-txt {float: left; width: 55%; /*border-right: 1px #ccc solid;*/ padding: 0 1% 0 80px; margin: 0 0 30px 0;}
.testimonial-by { width: 100%; font-size: 12px!important;  padding: 15px 0 0 0px; color: #888;  }
.testimonial-pic{float: right; width: 25%;}
.testimonial-pic img{width: 100%; height: auto;}

/**************************
PROJECT FORMATTING
**************************/ 
/* list */
.project-list {clear: both; padding: 20px 0; }
.project-list-txt {float: right; width: 47%; padding: 0; font-size: 17px; }
.project-list-img {float: left; width: 50%; height: auto; max-height: 300px; overflow: hidden; padding-top: 10px;}
.project-list-img img {width: 100%; height: auto; }

/* individual */
.project-txt {clear: both; float: none; width: 100%;}
.project-pics {clear: both; float: none; padding-left: 0; width: 100%;}	
.project-pics img {/*width: 100%; height: auto;*/}
.project-hero {float: left; width: 70%;}
.project-hero img {width: 100%; height: auto;}
.project-thumb-div {float: right; width: 28%;}
.project-thumb {width: 100%; height: auto; max-height: 200px; overflow: hidden; margin: 0 0 10px 0; }
/*.project-thumb {float: left; width: 31%; height: auto; overflow: hidden; margin: 0 2.33% 5px 0; }
.project-thumb:nth-of-type(3n){   margin-right: 0;}*/
.project-pics li {margin: 0!important;  padding: 0 2px!important; background: none repeat scroll 0% 0% transparent;   }
.project-pics .project-thumb img{width: 100%; height: auto;}
.project-brochure {margin-top: 10px;}

/* youtube */
.youtube-container { display: block; margin: 0 auto; width: 100%; max-width: 600px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; margin:0 auto;}
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: -40px; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("../images/video.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }	


/**************************
TEAM FORMATTING
**************************/
/* home */
.team-home {overflow: hidden;}
.team-home h3 {color: #991B26; font-weight: 600; font-size: 25px; line-height: 170%; padding: 8px 0; text-transform:uppercase; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; letter-spacing: 1px; text-align: left; margin: 20px 0;}
.team-home .individual {width: 33%; float: left;}
.team-home .individual-img {float: left; width: 130px; height: auto;}
.team-home .individual-img img {width: 100%; height: auto;}
.team-home .individual-txt {float: left; width: 40%; text-align: left;}

/* list */
.team-list ul, .team-list li{/*background-image: none; margin: 0; padding: 0;*/}
.team-list-div{border: 1px #333 solid; overflow: hidden; padding: 10px; width: 44%;float: left; margin: 10px 10px 0 0; min-height: 150px;}
.team-list-div:nth-child(3n+1) {clear: both;}
.team-list-txt{float: left;  width:70%; padding-right: 10px; }
.team-list-img{float: right; width:25%;  text-align: center; }
.team-list-img img {width: 100%; height: auto; }

.team-list-img-circle{float: right;  
  width: 120px;
  height: 120px;
    background-repeat: no-repeat!important;
  background-position: center center!important;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em; 
  background-size: cover!important; 
}

/* individual */
.team-div{}
.team-txt{float: left;  width:70%; padding-right: 10px; }
.team-img{float: right; text-align: center; width: 25%;}
.team-img img {width: 100%; height: auto;  }



/**************************
FADEIN CONTENT PAGES
**************************/

.content-insidex {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/**************************
OTHER FORMATTING
**************************/
#contact #col-left {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;}

iframe {width: 100%!important; }
.page iframe {margin: 15px 0;  }
iframe body { background-color: #fff!important; }

.page img, .page p img, #mobile-image-hide {margin: 5px 10px;  max-width: 100%; height: auto!important;}

.sml, .sml a, small a {font-size: 12px!important;  padding: 10px 0 0 0;}	

.back {font-size: 11px!important; font-weight: 400;  padding: 20px 0; }
.back a, .back a:active, .back a:visited {color: #C30019!important; text-decoration: none;}	
.back a:hover {color: #cccccc!important;}

.archive {font-size: 12px!important; font-weight: 400;  padding: 20px 0; }
.archive a, .archive a:active, .archive a:visited {color: #C30019!important; text-decoration: none;}	
.archive a:hover {color: #cccccc!important;}

a.opacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.opacity img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
}

/**************************
FORMS AND BUTTONS
**************************/

select, input, menu, list, textarea {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px; background: #fff;
	/*-webkit-appearance: none;*/
}

select, input {
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}

.more {width: auto; margin-top: 10px!important; text-align: center; display: inline-block; } 
.more a, .more a:active, .more a:visited { color:#fff;}
.more a:hover {color:#C30019; }

.btn-more {width: auto; margin-top: 10px!important; text-align: center;  } /* style used on button tag */
.btn-more a, .btn-more a:active, .btn-more a:visited { }
.btn-more a:hover {}


.btn-submit, .btn-submit input[type="submit"], .btn-more, .more a, .btn-donate, .btn-checkout-paypal, #project-pdf {
text-align: center;
border:none;
display:inline-block;
cursor:pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 10px 15px;
color: #fff;
text-transform:uppercase; 
font: 600 16px/20px "Oxygen",Arial,Verdana,sans-serif; text-transform:uppercase;
background: #C30019;
margin: 0;
-webkit-transition: background-color 0.3s ease; 
-moz-transition: background-color 0.3s ease; 
transition: background-color 0.3s ease;
}

.btn-submit:hover, .btn-submit input[type="submit"]:hover, .btn-more:hover, .more a:hover, .btn-donate:hover, #project-pdf:hover {
background: #000;
color:#C30019!important;}

.btn-next-form {margin-top: 10px!important;}


input[type=radio], .zoom_searchform input[type=radio] {width: 20px!important; margin: 0 10px; -webkit-appearance:radio!important; }
input[type=checkbox] {width: 20px!important; -webkit-appearance:checkbox!important;}

#searchBox { padding: 15px 0 0 0; }
#searchBox form input[type="text"], #searchBox form textarea {  padding:6px; width: 130px;}
#searchBox form input[type="submit"]{ width: 30px; padding:4px;  }

#search input, #search select {/*width: auto!important;*/}

#registration p {clear: both;}

/************************************************
TO PREVENT SPAM FORM SUBMISSION - Honeypot Method
************************************************/
#divHoneypot { display: none; }

/**************************
RESPONSIVE NAV
**************************/

.btn-nav { display: none;}

.btn-nav:hover { color: #333;}
.btn-nav:active, .btn-nav:visited  { color: #C30019;}

.nav-collapse.collapse { height: auto;}


/************************** responsive media queries **************************/


@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; }
body, p, ul, ol, h1, h2, h3, h4, blockquote p, table {font-size: 110%;}
.page img, #mobile-image-hide {float:none!important; width: 100%!important; margin: 10px 0!important; }
.btn-nav { margin:0 5px 10px 5px!important; width: auto!important; }
blockquote {margin: 10px 0;}

.cycle-slideshow-words {height: 200px;}
.cycle-overlay { padding: 10px 0; }
.cycle-overlay .title { font-size: 60px; line-height: 100%;}
.cycle-overlay .desc { font-size: 20px;}

.featured-block {float: none; width: 100%; overflow: hidden; margin: 10px 0;}
.red-block-txt p {font-size: 20px;}

.expertise-home .half {float: none; width: 100%!important; clear: both; padding: 20px 30px!important; margin-left: 0px; text-align: center;}
.expertise-home h3 { float: left!important; text-align: left!important; width: 100%; padding: 0!important;}

.page-block-img {padding: 10px;}

#col-right {padding: 20px;}

.contact-panel-txt {font-size: 20px;}
.contact-panel-block {background-size: contain;}
.contact-panel-txt .icon-arrow-right { font-size: 20px;}

.project-home {float: none; width: 100%; clear: both; padding: 10px 0; margin-left: 0px;}
.project-list-txt, .project-list-img{float: none; width: 100%; clear: both; padding: 10px 0 10px 0; margin-left: 0px;}
.project-pics, .project-txt {float: none; width: auto!important; padding: 0;}
.project-pics img{width: 100%!important; }
.projects-list img {float: none; width: 100%; margin: 0;}

.news-home-txt, .news-home-img {float: none; margin: 0; width: auto; display: block;}
.news-list-txt, .news-list-img, .news-txt, .news-img, .rss-image {float: none!important; width: 100%!important; margin: 0!important; height: 100%!important; }
.news-list-img img, .news-img img, .rss-image img{width:100%; height: auto!important; max-height: 800px!important;}
#news .page img {margin: 0px!important; }

.team-list-div {float: none; width: auto!important;}
.team-txt{width: 100%!important; padding: 0;}
.team-img{width: 100%!important;}
.team-img img{width:100%; height: auto;}

.gall-cat-div {float:none; width: 100%!important; height: auto;}
.gall-cat-img {height: 100%!important;  }
.gall-cat-img img {width: 100%; height: auto!important;  }
#imgGal  {float:none; width: auto; height: auto;}
#imgThumb {width: 100%!important; height: auto;}
#imgThumb img {width: 100%!important; height: auto;}

.link-logo {float: none; width: auto; margin: 10px 0; padding: 0;}

.testimonial-pic {display: none; height: 0;}
	#headPhone-txt a {font-size:12px;}

	
#form-container, .field-label {display: none;}	
iframe {width: 100%!important; height: auto;}	
}


/*@media only screen and  (max-width: 699px) {*/
@media only screen and  (max-width: 768px) {
		
		#wrapper {width: auto; padding: 0px; height: auto; margin: 0;}
		#wrapper:after {height: 0;}
		#headWrapper {width: 100%; height: auto; }
		#head {width: 90%; padding: 5px 0; height: auto;}
		
	    #headPhone-txt {width: auto; margin:auto; text-align: center;}
	    #headPhone-phone img {padding-left:0;}
	    #headPhone-phone {width: 100%; margin:auto; float:none;}
	
		#nav {float: none; width: 100%; height: auto; padding: 0px!important;  border: none; position: relative; right: 0;}
		
		.btn-nav {display: block; width: 90%; float:none; padding: 0; margin:0 auto;  cursor: pointer; text-align: center; color: #fff;}
		
		.nav-collapse { overflow: hidden; height: 0; padding: 0px; margin: 0!important;  }
		#cssmenu {padding: 0; margin: 0; width: auto!important; height: 0!important;  padding: 0px!important;  text-align: center!important;}		
		#cssmenu ul li{ float: none!important; display: block; margin: 5px 0 0 0!important; min-height: 0!important; padding: 0!important;}  /*menu list  */
		#cssmenu ul li ul {visibility:hidden!important; } /*dropdown hidden */
		#cssmenu ul li:not(:last-child) {border: none!important;}
		#cssmenu ul li a {margin: 0!important; line-height: 130%!important; background: #000; }
		#cssmenu a {padding: 10px 40px!important;}
	

		#logo {float: none; width: 100%; margin: 0 auto; text-align: center; padding: 0; height: auto;}
		#logo img {width: auto; height: auto; padding: 0px 0 0 0;}
		#headRight {float: none; width: 100%; margin: 0 auto; text-align: center; padding: 10px 0; height: auto; }

		.main {width: 90%!important; /*display: block;*/}

		#featured, .contrast {width: 90%;}
		
		#page-title {padding: 20px 0;}
		#page-title-div {margin: 0 auto; text-align: center; width: auto;}
		
		#contentWrapper {}
		#page-header {width: 90%; }
		#page-header h2 {font-size: 55px;  padding: 20px 0;}
		.cycle-slideshow-words, .expertise-home-block, .contact-panel-block, .reviews-home-block {width: 90%; }
		.expertise-home .half h3 {width: 90%!important; font-size: 40px;}
		.expertise-home .half p {font-size: 20px; line-height: 150%;}
		#content {width: 90%; padding: 0px; min-height: 50px; display: -webkit-flex;  flex-direction: column; -webkit-flex-direction: column;}		

		#col-left {width: auto; padding: 20px 6%!important; margin: 0;  -webkit-order: 2; order: 2; }		
		#col-left img {/*max-width: 300px; */ }
		#col-right { width: auto;  margin: 0; background: none; border: none; -webkit-order: 1; order: 1;}
		#col-right ul {margin: 0px!important; }
		#col-right li a { }
		#contact #col-left {-webkit-order: 1; order: 1; }		
		#contact #col-right { -webkit-order: 2; order: 2;}
		
		.side-menu { float: none; width: auto!important; border-top: 1px #ccc solid; padding: 0!important;}
		.side-menu li {width: 100%;}

        #footerWrapper {height: auto; }
		#footer {display: block; width: 90%; height: auto; }
		#footer-txt, #footer-social, #footer-copy, #footer-newsletter  {clear: both; float: none; width: auto; padding: 20px 30px; text-align: center; }
		h1, h2 { font-size:  25px; padding: 10px 5px 5px 0px; }
		
		#content table,  table, #main-container{ width: 100%!important; border: none; padding: 3px; margin: 0; height: auto;}
		#detailForm textarea,  #detailForm select {width: 90%!important;}
		.field, .field-label { width: 90%!important;}	
		#contact iframe {width: 100%;}		
		
		.backstretch {/*display: none;*/}
		
		
		#imgGal { width: 31%; }
		#imgThumb {height: 120px;}
		#imgGal:nth-of-type(4n+2) {clear: none;}
		#imgGal:nth-of-type(3n+2) {clear: both;}
		
		.testimonial {display: block; width: auto; height: auto; float: none; border: none;}
		.testimonial-txt  {display: block; width: 65%; height: auto;  }
		.testimonial-by {display: block; width: auto; height: auto; float: none; border: none; padding: 0;}
		
		#mobile-image-hide{ /*display: block;*/ }
		.page img, .page p img, #mobile-image-hide {  max-width: 95%!important; height: auto!important; }

	    .contact-panel-txt {padding: 55% 0 5% 45%; font-size: 30px}	
	    .expertise-home .half p {font-size: 16px!important;}
	    #page-header h2 {font-size:34px!important;}
	    #logo-print {display: none; height: 0;}
	
	    #headPhone-txt {float:left; width: 100%;}
	    #headPhone-txt img {float:left; padding-left:20px;}
	    #headPhone-phone {float:right; width:30%;}
	    #headPhone-menu {display:none; height:0;}
    }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { select, input, menu, list, textarea { -webkit-appearance: none; }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For ipad portrait layouts only */
#wrapper,  #contentWrapper, #panelWrapper, #footerWrapper {  min-width: 768px!important; overflow:hidden;}
#headWrapper, #navWrapper {  min-width: 768px!important;}
#content { }	
.page img {max-width: 400px!important;}
body, p, ul, ol, h1, h2, h3, h4, blockquote p, table {font-size: 110%;}
.event-txt {width: 60%;}
	
.contact-panel-txt {padding: 55% 0 5% 45%; font-size: 30px}	
#logo-print {display: none; height: 0;}	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For ipad landscape layouts only */
html, body { width:100%;  /*overflow-x:hidden; */}
#wrapper,  #contentWrapper, #panelWrapper, #footerWrapper { min-width: 1024px!important; overflow:hidden;}
#headWrapper  {  min-width: 1024px!important;}
#content {width: auto;}
p, ul, ol, blockquote p {font-size: 110%;}
.expertise-home .half h3 {width: 80%!important; }
	
.contact-panel-txt {padding: 25% 0 20% 2%; font-size: 30px}	
#logo-print {display: none; height: 0;}	
}


@media only screen and (min-width: 769px) and (max-width : 1224px) {
		
.nav-collapse.collapse {height: auto !important;}
	#head,	.main, #featured, #footer, .cycle-slideshow-words, .expertise-home-block, .contact-panel-block, #page-header, #content, #headPhone-txt, .reviews-home-block {width: 90%; }
	#nav { right: 5%;}
	#page-header h2 { font-size:  50px; }
	#cssmenu {padding: 30px 0 30px 30px!important;}
	#cssmenu ul {font-size: 20px!important;}
	.side-menu a {font-size: 11px!important;}
	#head {height: 250px;}
	#cssmenu > ul > li > a:hover:after {font-size: 15px!important;}
    #logo-print {display: none; height: 0;}
	
	#headPhone {height:30px;}
	#headPhone-phone {width:22.5%;}
	#headPhone-txt a {font-size: 20px}
	#headPhone-menu i {font-size:20px;}
	#headPhone-phone img {padding-left: 15px;}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) and (max-width : 1600px) {
	#head,	.main, #featured, #footer, .cycle-slideshow-words, .expertise-home-block, .contact-panel-block, #page-header, #content, #headPhone-txt, .reviews-home-block {width: 80%; }
	
	#headPhone-phone {width:25%;}
	#headPhone-txt a {/*font-size: 16px*/}
	
	#nav { right: 10%;}
	.expertise-home .half h3 {width: 70%!important; }

	.contact-panel-txt {padding: 20% 0 15% 2%; font-size: 40px}		
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
   
    /* Safari 5+ ONLY */
    ::i-block-chrome, .page-block-img  { width:auto; }
	
	::i-block-chrome, .page-block {display: -webkit-box;}
	::i-block-chrome, #content {display: -webkit-box;}
	::i-block-chrome, #col-right  {padding: 30px 2%; }
}