@charset "utf-8";

/*  Main Stylesheet for Default - Wide  */

/*  COLORS    

Blue:  #1e70b9;
Green:  #76b347;
Red:   #9D0400;
Gray:  #85949c;

*/

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Positioning
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Images
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Graphical Elements
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Lists -- OL, UL, DL
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blockquotes and Testimonials
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Home Page
-----------------------------------------------------------------*/


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-Regular.woff2') format('woff2'),
		 url('../fonts/raleway-Regular.woff') format('woff'),
         url('../fonts/raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

* {	margin: 0; 	padding: 0; }

body {
	background-color: #ffffff;
    clear: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	color: #2d3b46;
}

section {
	margin: 2em 0;
}

.container {
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
	padding: 1em;
}

.callbox {
	background-color: #CA1C24;
	color: #fff;
	border: 3px solid #000;
	margin-top: 2em;
}

.callbox p {
	font-size: 1.5em;
	line-height: 1.4em;
	padding: .5em;
	text-align: center;
	margin-bottom:0;	
}

.callbox .phone p {
	background-color: #fff;
	color: #555;
	border-top: 2px solid #000;
}

#logo, #intro {
	padding-left: 1em;
	padding-right: 1em;
}


/* Typography------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #CA1C24;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}

h1 {
    font-size: 1.75em;
}

h1.title {
	font-size: 1.75em;
}

h2 {
	font-family: "Open Sans", Arial, "sans-serif";
	font-size: 1.6em;
	font-weight: 400;
}

h3 {
	font-family: Raleway, Arial, sans-serif;
	font-size: 2em;	
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1em;
	color: #009933;
}

p {
	font-size:1em;
	line-height:1.6em;
	margin-bottom:1.5em;
}

p.blue {
	color: #1e70b9;
	background-color:transparent;
}

a {
	color: #1e70b9;
	text-decoration: none;
}

a:hover {
	color:#339900;
	text-decoration: underline;
}

.phone a, .phone a:hover {
	color:#555555;
}

#intro {
	font-size:1.1em;
	line-height:1.75em;
	margin-bottom:1em;
}

#intro p.lead {
	font-size:1em;
	margin-top:2em;
}

p.cta {
	text-align:center;
	font-size: 1.7em;
	font-weight: bold;
	color: #CA1C24;
	margin-bottom: 1em;
}

p.cta-link {
	font-size:1.25em;
	text-align: center;
	font-weight: bold;
	color: #CA1C24;
}

p.cta-link a {
	color: #CA1C24;
	text-decoration: underline;
}

p.cta-link a:hover {
	color:#9A0E15;	
}


#buttons {
	margin-top:0;
}


.bold {
	font-weight:bold;
}


.quote {
	color: #0bb023;
	font-style: italic;
	font-weight:bold;
}

.small {
	font-size: 75%;
	text-align:center;
	font-style: italic;
}

.big {
	font-size: 125%;
	font-style: italic;
	margin-bottom:2em;
}

.red {
	color: #CA1C24;
}




/* Positioning------------------------------------------------------*/


.clear {
	clear:both;
}


.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float:none;
	display:block;
}

.left {
	float:none;
	display:block;
}

.flex {
	display: block;
}



/* Images----------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}



img.right, img.left {
	float: none;
	display: block;
	width: 90%;
	min-width: 100px;
	margin:1em auto 1.5em;
}

img.mobile {
	display:none;
}


/* Graphical Elements------------------------------------------------------*/


hr {
    background: #555555 none repeat scroll 0 0;
    border: none;
    height: 1px;
    padding: 0;
    width: 98%;
	margin:3em auto 0;
	clear:both;
}

hr.gray {
    background: #ccc none repeat scroll 0 0;
	width: 25%;
	margin-left:0;
}

i.fa, .icon {
	margin-right:.5em;
}

.icon {
	margin-right:8px;
}

.dotted-border {
	background-image: url(../images/icons/dotted.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top:3em;
	margin-bottom: 2.5em;
	position: relative;
}

.dotted-border h3 {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: 0;
	color:#555;
	font-size: 2em;
}


/* Buttons-----------------------------------------*/


.btn {
    background-color: #CA1C24;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: normal;
    height: 2em;
    letter-spacing: 1px;
    outline: 0 none;
    overflow-wrap: normal;
    padding: 0 1em;
    vertical-align: middle;
    white-space: nowrap;
	line-height: 2em;
}

.btn:hover {
	color:#ccc;
}



/* Go To Top Button  */

.btntop {
	position:absolute;
	bottom: 10px;
    	right: 20px;
}


#bottom, #top {
	background: #669E62 none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 28px;
	padding: 0 8px 4px;
	opacity:.8;
}

/* End of Go To Top Button  */



/* OL, UL, DL Lists-------------------------------------------------*/


#content ul, ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#content ul li {
	list-style-type: disc;
}

#content li {
	font-size: 1em;
	line-height: 1.6em;	
}

#content ol li li {
	list-style-type:lower-alpha;
}

#content li ul li {
	font-size: inherit;
}


.col2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

#content .col2 ul li {
	list-style-type: disc !important;
}

.col3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}


/* Lists with Image Bullets------------------------*/

#content ul.imgbull {
  list-style-type: none;
}

#content ul.imgbull li {
	list-style-type: none;
  background-image: url(../images/icons/checkmark.png);
  background-repeat: no-repeat;
  background-position: 0 .3em;  /* horizontal, then vertical */
  padding-left: 1.3em;
}



/* Lists with Pseudo Elements------------------------*/

.pseudo li:last-child {
    color: orange;
	margin-bottom:30px;
}

ul.pseudo2 :last-of-type {
    color: orange;
}

.pseudo3 li:not(:last-child) {
    color: purple;
}

#content .after li { display: inline; margin-left:5px; font-size: 1em;}
.after li:not(:last-child):after { content: "  |  "; margin-left: 5px;}



/* Blockquotes-----------------------------------------*/


blockquote{
  display:block;
  background: #f5f5f5;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.3;
  color: #666;
  text-align: justify;
  font-style: italic;
  
  /*Borders - (Optional)*/
  border-left: .8em solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 8px;
  top:-5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

/* Testimonials 
====================================*/

.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.testimonials-bg {
	background: url(../images/testimonials-bg.png) no-repeat;
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}	

.testimonials-author {
	color: #5ca20d;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials-author span {
	color:#a0a0a0
}



/*  Textboxes----------------------------------------------*/

.textbox {
	padding:10px;
	margin:10px;
}

.textbox p:last-of-type { margin-bottom:0; } 


.error {
    background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}



/*  Textboxes with Image---------------------------------------------*/


.feature {
	max-width:320px;
	border: 3px dotted #000000;
	border-radius:  5px;
	margin: 0 auto 1em;
	background: url(../images/scissors.png) no-repeat;
	background-position: 10px 4px;
}

.fbox-media img {
	 border-bottom: 1px solid #e5e5e5;
}

.image-title {
	text-align:center;
	color:#CA1C24;
	font-weight:bold;
	margin-top:1em;
	text-transform:uppercase;
	font-size:1.5em;
}

.subtitle {
	font-size:1em;
	padding:.5em;
	text-align:center;
	font-weight:bold;
}




/* -- HOME PAGE  */


#content-home {
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top:1em;	
}

