/* Add here all your CSS customizations 
dark green: color: #5D7E53;
slightly lighter green: color: #88a65e

// new colors
pink: #e5004c
teal: #2c8c99
dark-grey: #272727

*/

/* colored blocks from
https://css-tricks.com/design-considerations-text-images/
*/


/* DivTable.com from http://divtable.com/converter/ */
.divTable{
	display: table;
	width: 100%;
}
.divTableHeading {
/*	background-color: #EEE;*/
	display: table-header-group;
	font-weight: bold;
}

.divTableHead {
    border-bottom: 1px solid #666666;
    display: table-cell;
    padding: 3px 10px;    
    font-weight: 600;
}

.divTableRow {
	display: table-row;
}

.divTableBody .divTableRow:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.divTableCell {
        /*border: 1px solid #999999;*/
	display: table-cell;
        padding: 8px;
        font-size: 12px;
        border-top: 1px solid #e7ecf1;
}

.divTableFoot {
/*	background-color: #EEE;*/
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}



.main {
    margin-bottom: 30px;
}

#footer {
    margin-top: 2px;
}
section.section {
    border-top: 2px solid #f1f1f1;
}

section.coverImage {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.blackalphabg{
    background-color:rgba(0, 0, 0, 0.6);
}


.page-break	{ 
    display: none; 
}

body {
    font-family: 'Lato', sans-serif;
}

.tdConfirm {
    background-color: greenyellow;
}

.home-intro p {
    max-width: 100%;
}
/**** buttons **/

.ghostButton {
    background: none;/*this for transparent button*/
    border: 1px solid #fff;/* this is for button border*/
    border-radius: 0px;
    color: #fff;
}

.ghostButton:hover {
    border: 1px solid #fff;/* this is for button border*/
    color: #fff;
    background: rgba(230, 230, 230, .4);
}

.ghostButtonBlack {
    border: 1px solid #272727;/* this is for button border*/
    color: #272727;
    
}

.ghostButtonBlack:hover {
    border: 1px solid #000000;/* this is for button border*/
    color: #000000;
    background: rgba(230, 230, 230, .4);
}

.showBorder {
    border: 1px solid red;/* this is for button border*/
}

.noRadius {
    border-radius: 0px;
}


/************************* Typography ************************************/
div.main p, .largeParagraph {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
       
}

p.featured.lead {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.primaryColor {
    color: #e5004c;
}

header a {
    color: #272727;
}

.smallText {
    font-size: 12px;
    line-height: 14px;
}

section.page-header-center h1 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.4em;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: white !important;    
    font-size: 24px;
}

section.page-header {
    background-color: #272727;
}

.mainParagraph, p.largeParagraph, .largeParagraph p, div.largeParagraph {
    font-size: 16px;
    line-height: 28px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    /*font-family: "Shadows Into Light", cursive; */
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

/**************************** END typography ***************************/


/***************************** Spacing ******************************/
.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom0 {
    margin-bottom: 0px;
}

.paddingBottom0 {
    padding-bottom: 0px;
}

.padding-top-20 {
    padding-top: 20px;
}
.padding-right-10 {
    padding-right: 10px;
}

.portfolio-details .list li {
    margin-bottom: 5px;
}

.portfolio-details h4 {
    margin-bottom: 10px;
}

/************************** END Spacing ********************************/


/***************************  Colors **********************************/
ul.breadcrumb a {
    color: #e5004c;
}

ul.list.icons li i {
    color: #e5004c;
}

.rightStyleLine {
    border-right: #e5004c 1px solid;
}


/***************************  ENDColors ********************************/


/**************************  Slider Stuff ******************************/
.slider-container .tpTextShadowSmall, .tpTextShadowSmall {
    text-shadow: 1px 1px #000;
}

.slider-container .tpTextShadowLarge, .tpTextShadowLarge {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.slider-container .darkText {
    color: #272727;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}


.slider-container .top-label, .top-label {
    font-size: 42px;
    font-weight: bold;
}

.slider-container .main-label, .main-label {
    font-size: 62px;
    font-weight: bold;
    line-height: 82px;
}

.slider-container .bottom-label, .bottom-label {
    color: #FFF;
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}

.tpFontBold {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}
/**************************  END Slider Stuff ******************************/

/**************************   Full Width Big Text etc *********************/

.font-color-dark {
    color: #272727;
}

.font-color-white {
    color: #fff;
}

.font-huge {
    font-size: 62px;
    line-height: 82px;    
}

.font-large {
    font-size: 42px;
    line-height: 62px;    
}

.font-large-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}

.font-small-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.font-bold {
    font-weight: bold;
}

.font-thick {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;    
}








section.featured {
    background: #F0F0ED;
    border-top: 5px solid #ECECE8;
    margin: 35px 0;
    padding: 50px 0;
}


section.springBox {
    background: #91a600;
    background-image: url("/img/spring2.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.springBox h1, .springBox p, .springBox h3 {
    color: #fff;
}

section.winterBox {
    background: #3e7bab;
    background-image: url("/img/winter2.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.winterBox h1, .winterBox p, .winterBox h3 {
    color: #fff;
}

section.summerBox {
    background: #fc8701;
    background-image: url("/img/summer.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.summerBox h1, .summerBox p, .summerBox h3 {
    color: #fff;
}

section.fallBox {
    background: #b6002e;
    background-image: url("/img/fall.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.fallBox h1, .fallBox p, .fallBox h3 {
    color: #fff;
}


.earnedText {
    padding: 5px 20px;
    font-size: 13px;
    text-align: center;
}
.imageBorder {
    display: block;
    padding-top: 10px;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);    
}


a.whiteLink {
    color: #fff;
    border-bottom: 1px #fff dotted;
}

/*




blockquote.testimonial {
    padding-left: 35px;
    padding-right: 15px;
    
}
blockquote.testimonial p {
    font-size: 1.1em;
}

blockquote.testimonial:before {
    font-size: 50px;
}
blockquote.testimonial:after {
    font-size: 50px;
}



.earnedText {
    padding: 5px 20px;
    font-size: 13px;
    text-align: center;
}
.imageBorder {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);    
}



.textShadow {
    text-shadow: 3px 3px rgba(0,0,0,0.3);
}

.slider-container .main-label {
    text-shadow: 3px 3px rgba(0,0,0,0.7);
}

.slider-container .bottom-label {
    text-shadow: 2px 2px rgba(0,0,0,0.9);
    font-weight: bold;
    font-size: 36px;
}




.lr p {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  margin: 0;
}

.mid h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.cap p {
  padding: 20px;
  color: white;
  font: 12px Monaco, Mono-Space;
  margin: 0;
}












.myCaption {
    text-align: center;
    font-size: .9em;
}

.highlight {
  background-color: #FFFF00;
}

.btnTags { 
        padding: 3px 6px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #88a65e;
        border-color: #5D7E53;  
        margin-right: 10px;
}

.tags {
    margin-top: 20px;
}
body {
    //font-family: 'Raleway', sans-serif;
}


a.greenLink  {
    color: #5D7E53;
    border-bottom: 1px #5D7E53 dotted;
}
a.greenLink:hover  {
    color: #5D7E53;
    border-bottom: 1px #5D7E53 solid;
    text-decoration: none;
}

.blogDate {
    margin-top: -20px;
    padding-bottom: 10px;
    color: #5D7E53;
}
.blogDescription {
    font-size: 1.1em;
    
}

.lightLinks a {
    color: #88a65e;
    border-bottom: 1px #88a65e dotted;
}



section.springBox {
    background: #91a600;
    background-image: url("/img/spring2.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.springBox h1, .springBox p, .springBox h3 {
    color: #fff;
}

section.winterBox {
    background: #3e7bab;
    background-image: url("/img/winter2.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.winterBox h1, .winterBox p, .winterBox h3 {
    color: #fff;
}

section.summerBox {
    background: #fc8701;
    background-image: url("/img/summer.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.summerBox h1, .summerBox p, .summerBox h3 {
    color: #fff;
}

section.fallBox {
    background: #b6002e;
    background-image: url("/img/fall.png");
    background-repeat: no-repeat;
    background-position: left;    
    color: #fff;
    margin: 0;
}

.fallBox h1, .fallBox p, .fallBox h3 {
    color: #fff;
}

.largeText {
    font-size: 1.5em;
    line-height: 1.3em;
}

p {
    font-size: 15px;
}

p a {
    text-decoration: underline;
}

.underline {
    border-bottom: 1px solid #fff;
    padding-bottom:  14px;
}

.galleryImage {
    width: 265px;
}
.marginRight {
    margin-right: 10px;
}

.marginBottom {
    margin-bottom: 10px;
    
}


.image-text {
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}

.tp-caption.blackalphabg{
background-color:rgba(0, 0, 0, 0.6);
padding: 15px;
}

.tp-caption.greyalphabg{
background-color:rgba(0, 0, 0, 0.3);
padding: 15px;
}

ul.portfolio-details {
    margin-top:  15px;
}

div.home-concept strong {
	font-family: 'Lobster Two', cursive;
        font-size: 3.2em;
        
}

.fancyFont {
    font-family: 'Lobster Two', cursive;
}
.decoFont {
    font-family: 'Oswald', sans-serif;
}
.slider-container .main-label.decoFont {
    font-weight: 700;
}


h2 {
    font-size: 2.6em;
}

div.slider-container div.bottom-label {
    font-size: 2.2em;
}

div.home-intro {
    background-color: #272727;

}

.btn-primary:hover, .pagination > .active > a:hover {
    border-color: #E9A322;
    background-color: #E9A322;
}
div.home-intro p {
    max-width: 850px;
}

.greenText {
    color: #5D7E53;
}


.padding-top-40 {
    padding-top: 40px;
}

.panel-heading {
    padding: 5px 15px;
    background-color: #5D7E53;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #5D7E53;
    border-color: #5D7E53;
}
*/

/* tables stuff */
table.table-alt-rows {
        font-family: verdana, arial, sans-serif;
        font-size: 11px;
        color: #333333;
        border-width: 1px;
        border-color: #3A3A3A;
        border-collapse: collapse;
}
table.table-alt-rows th {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #88a65e;
        background-color: #5D7E53;
        color: #ffffff;
}

/*	table.table-alt-rows tr:nth-child(even) td{
        background-color: #d0e9c6;
}*/
table.table-alt-rows td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #88a65e;
        background-color: #ffffff;
}


 .viewMore {
  color: white;
  background-color: #2c8c99;
  clear: both;
  display: block;
  padding: 6px 10px 6px 15px;
  position: relative;
  font-size: 14px;
  opacity: 0.8;
  filter: alpha(opacity=80);  
}
.viewMore:hover {
    color: white;
    text-decoration: underline solid #fff;
    
}

.seeMoreArrow {
    font-size: 20px;
}



.mediaCountBox h2 {
    font-size: 2em;
    font-weight: 400;
    color: white;
    margin: 0;
    padding: 20px 15px;  
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}





.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #2c8c99;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
	color: #2c8c99;
}

.owl-carousel .owl-nav [class*="owl-"] {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #2c8c99;
	border-color: #2c8c99 #2c8c99 #2c8c99;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	border-color: #ff0054 #ff0054 #cc0044;
	background-color: #ff0054;
}

.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:active:hover,
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
	border-color: #cc0044 #cc0044 #cc0044;
	background-color: #cc0044;
}

.owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
	border-left-color: #cc0044;
}

.owl-carousel .owl-nav [class*="owl-"][disabled],
.owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
.owl-carousel .owl-nav [class*="owl-"][disabled]:active,
.owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
	border-color: #ff4c87;
	background-color: #ff4c87;
}




.mediaCountBox {
  background: 
      linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    );
      
  background-size: cover;
  width: 100%;
/*  height: 200px;*/
/* margin: 10px 0 0 10px; */
  position: relative;
  float: left;
}

.mediaCountBox p {
    color: white;
    padding: 10px 15px;
}
.demoBookReading {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/bookreading-side.jpg);   
}

.demoEthnic {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-ethnic.jpg);   
}


.demoPets {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-pets.jpg);   
}

.demoLuxury {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-luxury.jpg);   
}

.demoNewMoms {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-newMoms.jpg);   
}

.demoHunting {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-hunting.jpg);   
}

.demoReligion {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-religion.jpg);   
}
.demoAdventurist {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-outdoor.jpg);   
}

.demoOutdoor {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-outdoor2.jpg);       
    
}
.demoCamping {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-camping.jpg);   
}
.demoPreppers {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-preppers.jpg);   
}
.demoFarming {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-farming.jpg);   
}

.demoWomen {
       background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-women-new.jpg);   
}

.demoTrains {
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-trains-new.jpg);      
}

.demoChristian {
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-chritian.jpg);      
}



.demoMotorcycles {
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-motorcycle-new.jpg);      
}


.demoHistory {
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-history-new.jpg);  
    
}

.demoMilitary {
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-military-new.jpg);  
    
}

.demoMen {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/men.jpg);
}


.demoRural {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-rural-new.jpg);
}

.demoJewish {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-jewish-new.jpg);
}

.demoHorse {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-horse-new.jpg);
}

.demoHobby {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-horse-new.jpg);
}


.demoAuto {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-auto-new.jpg);
}

.demoGaming {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-gaming-new.jpg);
}

.demoSenior {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-senior-new.jpg);
}

.demoDecor {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-decor.jpg);
}



.demoCrafts {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-crafts-new.jpg);
}

.demoFishermen {
  background:
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/demo-fishermen-new.jpg);
}

.industryAutomotive {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-auto-new.jpg);    
}

.industryFirearm {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-gun-new.jpg);    
}
.channelNewspaper {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/newspapers-side2.jpg);      
}

.channelNationalNewspapers {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/regional-newspapers.jpg);      
}

.channelAlumni {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/alumnimags.jpg);      
}

.channelNameList {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/namelist-side.jpg);      
}

.channelMembership {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/membershipmags.jpg);      
}

.channelSundayMags {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/sundaymags.jpg);      
}




.channelOnserts {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/onsertspolybags.jpg);      
}

.channelFSIs {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/wraps-fsi.jpg);      
}

.channelLoans {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/loans-side.jpg);      
}
.channelNewspaperStatements {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/newspapers-side.jpg);      
}
.channelCable {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/cable-side.jpg);       
}
.channelStatements {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/statements-side.jpg);       
}

.channelPhone {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/phone-side.jpg);      
}
.channelMagazineContinuity {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/magazine-continuity-side.jpg);       
}


.channelMagazine  {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/magazines-side2.jpg);       
}

.channelEcommerce {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/magazine-continuity-side.jpg);    
    
}
.channelFarmBearue {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/farm-bureau.jpg);      
}
.channelRural {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/Rural-Electric.jpg);      
}

.channelCatalog {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/catalog-side.jpg);       
}

.channelReceipts {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/receipt-side.jpg);       
}

.channelPackage {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/pip-side.jpg);       
}

.channelRide {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/ridealong-side.jpg);       
}
.channelRetail {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/statements-side.jpg);       
}

.channelUtility {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/utility-side.jpg);       
}
.channelCredit {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/credit-card-side.jpg);       
}


.industryConstruction {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-construction.jpg);       
}

.industryTech {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-tech.jpg);       
}

.industryLegal {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-legal-new.jpg);       
}

.industryMedical {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(http://us.thespecialistworks.com/img/sides/industry-medical-new.jpg);    
}


/** used on contracts **/
.text-legal p {
    margin: 0 0 5px;
}


div.text-legal p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
}



.signature {
    font-style: italic;
    padding-bottom: 30px;
    padding-top: 15px;
    font-size: 14px;
}