/* Add here all your CSS customizations 
TSWRural Orange: #F8543C


/* colored blocks from
https://css-tricks.com/design-considerations-text-images/
*/

h5 {
    font-size: 16px;
}

.heading-block {
    margin-bottom: 40px;
}

.ragerSource {
    color: grey;
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
}

.ulRural {
    font-size: 18px;
    list-style: none;
    padding: 10px 0px;
    margin:0 0 0 12px;    
}

.ulRural li{
    padding-left: 1em; 
    text-indent: -.7em;
    padding: 3px 0px;  
}
.ulRural li:before {
    content: "• ";
    color: #F8543C;  
}


.ulRural ul {
    font-size: 18px;
    list-style: none;
    padding: 3px 0px;
    margin:0 0 0 35px;    
}

.ulRural ul li {
    font-size: 14px;
}


h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #F8543C;
}


.image-dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	/*background: transparent url('images/darkoverlay.png') repeat; */
	-webkit-backface-visibility: hidden;
}

/* 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 ************************************/

.leadParagraph {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;    
}

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;
}


/* 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: #F8543C;
  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;
}

/* Spacements */
/* spacement top & bottom */
.m-none {
	margin: 0 !important;
}

.m-auto {
	margin: 0 auto !important;
}

.m-xs {
	margin: 5px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 15px !important;
}

.m-lg {
	margin: 20px !important;
}

.m-xl {
	margin: 25px !important;
}

.m-xlg {
	margin: 30px !important;
}

/* spacement top	*/
.mt-none {
	margin-top: 0 !important;
}

.mt-xs {
	margin-top: 5px !important;
}

.mt-sm {
	margin-top: 10px !important;
}

.mt-md {
	margin-top: 15px !important;
}

.mt-lg {
	margin-top: 20px !important;
}

.mt-xl {
	margin-top: 25px !important;
}

.mt-xlg {
	margin-top: 30px !important;
}

/* spacement bottom	*/
.mb-none {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 5px !important;
}

.mb-sm {
	margin-bottom: 10px !important;
}

.mb-md {
	margin-bottom: 15px !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mb-xl {
	margin-bottom: 25px !important;
}

.mb-xlg {
	margin-bottom: 30px !important;
}

/* spacement left	*/
.ml-none {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 5px !important;
}

.ml-sm {
	margin-left: 10px !important;
}

.ml-md {
	margin-left: 15px !important;
}

.ml-lg {
	margin-left: 20px !important;
}

.ml-xl {
	margin-left: 25px !important;
}

.ml-xlg {
	margin-left: 30px !important;
}

/* spacement right	*/
.mr-none {
	margin-right: 0 !important;
}

.mr-xs {
	margin-right: 5px !important;
}

.mr-sm {
	margin-right: 10px !important;
}

.mr-md {
	margin-right: 15px !important;
}

.mr-lg {
	margin-right: 20px !important;
}

.mr-xl {
	margin-right: 25px !important;
}

.mr-xlg {
	margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
	padding: 0 !important;
}

.p-xs {
	padding: 5px !important;
}

.p-sm {
	padding: 10px !important;
}

.p-md {
	padding: 15px !important;
}

.p-lg {
	padding: 20px !important;
}

.p-xl {
	padding: 25px !important;
}

.p-xlg {
	padding: 30px !important;
}

/* spacement top	*/
.pt-none {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 5px !important;
}

.pt-sm {
	padding-top: 10px !important;
}

.pt-md {
	padding-top: 15px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pt-xl {
	padding-top: 25px !important;
}

.pt-xlg {
	padding-top: 30px !important;
}

/* spacement bottom	*/
.pb-none {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 5px !important;
}

.pb-sm {
	padding-bottom: 10px !important;
}

.pb-md {
	padding-bottom: 15px !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-xl {
	padding-bottom: 25px !important;
}

.pb-xlg {
	padding-bottom: 30px !important;
}

/* spacement left	*/
.pl-none {
	padding-left: 0 !important;
}

.pl-xs {
	padding-left: 5px !important;
}

.pl-sm {
	padding-left: 10px !important;
}

.pl-md {
	padding-left: 15px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pl-xl {
	padding-left: 25px !important;
}

.pl-xlg {
	padding-left: 30px !important;
}

/* spacement right	*/
.pr-none {
	padding-right: 0 !important;
}

.pr-xs {
	padding-right: 5px !important;
}

.pr-sm {
	padding-right: 10px !important;
}

.pr-md {
	padding-right: 15px !important;
}

.pr-lg {
	padding-right: 20px !important;
}

.pr-xl {
	padding-right: 25px !important;
}

.pr-xlg {
	padding-right: 30px !important;
}


/* Miscellaneous */
.pull-none {
	float: none !important;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}
