@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i');

/*
	font-family: 'Open Sans', sans-serif;
*/

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px #ec3123;

}

::-webkit-input-placeholder{
  color: rgba(0,0,0,0.7);
}
::-moz-placeholder{
  color: rgba(0,0,0,0.7);
}
::-ms-input-placeholder{
 color: rgba(0,0,0,0.7);
}
::placeholder {
  color: rgba(255,255,255,0.4);
  font-weight: 500;
  text-transform: uppercase;
}

html,
body{
    font-size:16px;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,0.8);
	margin: 0;
	padding: 0;
}
img {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0 0 20px 0;
}
select{
    border:none;
    padding:15px;
    font-size:1rem;
}
strong, b {
	font-weight: 600;
}
address{
    font-style:normal;
    margin-bottom:10px;
}

button{
    border: none;
    font-weight: 700;
}
textarea{
    width: 100%;
    background: none;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 16px 12px;
    color: #FFF;
    min-height: 120px;
    transition: .15s ease-in-out;
}
input[type=text],
input[type=email]{
	padding: 16px 12px;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,0.4);
    color: #FFF;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
}
input[type=text].search{
	padding: 8px 8px 8px 40px;
  border-radius: 20px;
  color: #ec3123;
  border: none;
  background: rgba(0,0,0,0.4);
}
#subFormPopup textarea{
    color: #000;
}
#subFormPopup textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 600;
}
#subFormPopup textarea::placeholder {
    color: #999;
    font-weight: 600;
}
#subFormPopup input[type=text],
#subFormPopup input[type=email],
#subFormPopup textarea{
    padding: 12px;
    font-size: 1rem;
    background: #FFF;
}
.search-container{
    position:relative;
    display: inline-block;
}
.search-container:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f002";
    color: #ec3123;
    position: absolute;
    z-index: 1;
    top: 0;
    left:0;
    padding:8px 16px;

}
.select{
    position:relative;
}

.select select{
    -webkit-appearance: none;
    margin-bottom: .4em;
    width: 200px;
    padding-right: .5em;
    left: 0;
    right: 0;
}
.select:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
a{
  color: #ec3123;
  text-decoration: none;
}
a:hover {
	color: #000;
  text-decoration: none;
}
p,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
p {
	font-size: 1rem;
	line-height: 1.5;
	padding-bottom: 20px;
	font-weight: 400;
}
p.small {
	font-size: 0.8rem;
}
.introtext{
	font-size: 1.4rem;
	font-weight: 500;
}
h1,h2,h3,h4,h5 {
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 1.25;
}
h1{
    font-size: 3.4rem;
    font-weight: 700;
    color: #ec3123;
    font-style: normal;
}
h2 {
	font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #575a56;
    padding-bottom: 0.8em;
}
h3 {
	font-size: 1.4rem;
    text-transform: uppercase;
}
h4 {
	font-size: 1.4rem;
}
h5{
    font-size:1.2rem;
}
p.big-text{
  font-size: 1.4rem;
}
.light{
    font-weight: 300;
}
.bold{
    font-weight:500;
}
.extrabold{
    font-weight:700;
}
a.cm-btn,
.cm-btn a,
button, .cm-btn {
    font-size: 1rem;
	padding: 1.2em 1.8em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	display: inline-block;
	text-align: center;
	width: auto;
	cursor: pointer;
	line-height: normal;
	font-weight:500;
	margin-right:20px;
}
.product-sheet:before, .dlx:before{
    content: '\f1c1';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    color: #ee3224;
    font-size: 2.6rem;
    padding-right: 0.5em;
    vertical-align: middle;
}
.dlx:before{
    content: '\f019';
}

.product-sheet, .dlx{
    background: #FFF;
    display: block;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.4em 1em;
    vertical-align: middle;
    box-shadow: 3px 2px 10px rgba(0,0,0,0.3);
}

.product-sheet:hover{
    color: #ee3224;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
}
.wide {
	width: 100% !important;
}
hr {
    border: 0;
    height: 3px;
    background: rgba(0,0,0,0.1);
}
.caps {
	text-transform: uppercase;
}

/* ### UL / LIST ### */
ul {
	padding-left:20px;
	list-style: none;
}
ul, ol {
	margin: 0;
	padding-bottom: 10px;
}
ul li {
	position: relative;
	padding-bottom: 10px;
}
ul li:before {
    content: "■ ";
	color: #ec3123;
	font-family: Arial, sans-serif;
	position: absolute;
	left: -20px;
}
ul li ul{
    padding-bottom:0px;
}
ul li ul li{
    padding-bottom:0px;
    padding-top:10px;
}
iframe{
    width:100%;
}
ul.inline {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
}
ul.inline li {
	display: inline-block;
	padding-left: 0;
	padding-right: 10px;
    text-indent: 0;
	padding-bottom: 0;
}
ul.clean li:before {
	display: none;
}
ul.nopad{
    padding: 0;
}

/* ### TABLE ### */
table {
    border-spacing: 0px;
	width: 100%;
    overflow-x: auto;
	margin-bottom: 20px;
}
th, thead td {
    color:#17272e;
	font-size: 1rem;
	font-weight: 600;
}
td {
    padding: 10px;
}
table tr {
    border-top:2px solid rgba(0,0,0,0.1);
}
th, thead tr{
    border-top:0px;
}
/* ### BLOCKQUOTE ### */
blockquote {
	font-size: 1.4rem;
	color: rgba(0,0,0,0.7);
	font-weight: 400;
	margin: 0px 0 10px 10px;
	font-style: italic;
}
blockquote p:before {
	font-family: 'Font Awesome 5 Pro';
	content: "\f10d";
	font-style: normal;
	margin-right: 5px;
	color: #ec3123;
	font-size:1.8rem;
}
blockquote p{
	font-weight: 700;
    text-align: right;
    font-size: 2rem;
}

.primary-color{
  color: #ec3123;
}

.cm-btn-primary{
  color: #FFF;
  background: #ec3123;
}
.cm-btn-primary:hover{
	color:#17272e;
}
.cm-btn-secondary{
  background: none;
  color: rgba(0,0,0,0.5);
  border: 1px solid rgba(0,0,0,0.5);
}
.cm-btn-secondary:hover{
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
}
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}
input[type=radio   ]:not(old) + label{
  margin-left  : 0;
  line-height  : 1.5em;
}
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border-radius    : 100%;
  background       : none;
  border: 1px solid rgba(255,255,255,0.5);
  vertical-align   : bottom;
}

input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 12px;
  height           : 12px;
  margin           : 0.27em;
  border-radius    : 100%;
  background       : #1c3f93;
}
input[type=checkbox   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  float     : left;
}
input[type=checkbox   ]:not(old) + label{
  margin-left  : 0;
  line-height  : 1.5em;
  cursor       : pointer;
}
input[type=checkbox   ]:not(old) + label > span{
  display          : inline-block;
  cursor           : pointer;
  width            : 20px;
  height           : 20px;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  background       : none;
  border: 1px solid rgba(255,255,255,0.5);
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span > span{
  display          : block;
  width            : 11px;
  height           : 11px;
  margin           : 0.2em;
  background       : #FFF;
}
