/**
*** FKAbrands.com (C) 2018
*** AUTHOR: S. Kelly
*** 20180118
**/
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

/* UNIVERSAL */
html,
body {
	height: 100%;
	width: 100%;
    max-width: 100%;
	min-width: 100%;
    overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 100%;
	transition: all 350ms linear;
	font-family: 'Lato', Helvetica, sans-serif;
	color: rgba(0,0,0,1.00);
	line-height: 1.5;
}
body {
	background: url(/images/FKA-BG.jpg) no-repeat 105% 39% #fff;
	background-size: contain;
	min-height: 100%;
	min-width: 100%;
}
section {
	width: 100%;
}

/* ROOT FONT STYLES */
* {
	transition: all 350ms linear;
}
a,
a:link{
	color: #0000EE;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
    color: #0000EE;
	text-decoration: none;
	cursor: pointer;
}
a:active {
    color: #EE0000;
	text-decoration: none;
}
a:hover {
	color: rgba(0,0,0,1.00);
	text-decoration: underline;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	color: rgba(50,50,50,1.00);
}
h1 {
  font-size: 2.5rem;
  padding: 1.0rem 0;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.0rem;
  font-weight: 200;
  line-height: 1.8;
  padding-bottom: 1.0rem;
}
blockquote {
  margin-left: 2em;
  padding-bottom: 1.0rem;
}
ul {
  padding-bottom: 1rem;
}
li {
  margin-left: 2em;
  list-style: disc;
  font-weight: 300;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

.justify {
  text-align: justify;
}

/* ==== SIMPLE GRID SYSTEM @ (http://www.simplegrid.io/) ==== */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.col-5-10 {
	width: 16%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
	display: none;
}

/*CONTENT STYLES*/
section.header {
    padding-top: 4%;
}
.mainLogo {
	width: 100%;
	max-width: 462px;
}
.welcomeMSG {
	letter-spacing: 2px;
}
.logoBlock {
	margin: 10% auto;
}
.urlSM {
	font-size: 12px;
}
.margin-top10 {
	margin-top: 10%;
}
.footerRow {
	border-top: 1px solid rgb(119,119,119);
	width: 100%;
	max-width: 640px;
	padding-top: 20px;
}
a.logoLink {
	display: block;
	color: rgba(119,119,119,1.00);
	cursor: pointer;
	position: relative;
}
a.logoLink:hover {
	text-decoration: none;
	cursor: pointer;
}
a.logoLink p {
	opacity: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	color: rgba(119,119,119,1.00);
}
a.logoLink:hover p {
	opacity: 1;
}
.logo-link {
    display: inline-block;
}
.home .header-brands {
    display: none;
}
/*FORM STYLES*/
.req {
    color: red;
}
.submit {
    overflow: hidden;
    width: auto;
    padding: 15px 40px;
    margin: 0;
    background: transparent;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #19a6b7;
    color: #19a6b7;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    transition: all 0.45s ease;
}
.submit:hover {
    transition-duration: 0.3s;
    width: auto;
    padding: 15px 40px;
    margin: 0;
    border: 1px solid #4cc2b0;
    background-color: #4cc2b0;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
span.small {
    font-size: 12px;
    font-weight: bold;
}
input,
select {
    width: calc(100% - 20);
    padding: 10px;
    font-size: 1.1em;
}
input:required:invalid, input:focus:invalid {
    /* insert your own styles for invalid form input */
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: red;
}
.patent-table {
    width: 100%;
    border: 1px solid #ccc;
}
.patent-table th,
.patent-table td {
    padding: .5em 2em .5em .5em;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 50%;
}
.patent-table th {
    font-weight: bold;
}
/*FIXED TABLE HEAD*/
.fixTableHead {
    overflow-y: auto;
    height: 110px;
    border-top: 1px solid rgb(119,119,119);
    border-bottom: 1px solid rgb(119,119,119);
    border-right: 1px solid rgb(119,119,119);
}
.fixTableHead thead th {
    position: sticky;
    top: 0;
    background: #D3D3D3;
}
.fixTableHead table {
    border-collapse: collapse;
    width: 100%;
}
/*SEARCH*/
.search {
    position: fixed;
    width: 75%;
    max-width: 640px;
    top: 0;
    background: #fff;
    z-index: 1000;
}
.search-table {
    background: #fff;
}
.search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.search-btn {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;
    -webkit-appearance: none;
    background: rgba(97, 200, 185,.9);
    color: rgba(255,255,255,1);
    cursor: pointer;
}
.search-btn:hover,
.search-btn:focus {
     background: rgba(97, 200, 185,1);
     box-shadow: 0 0 6px rgb(0 0 0 / 38%);
 }
.fixed-search {
    position: fixed;
    width: 100%;
    max-width: 641px;
    top: 0;
    padding-top: 20px;
}
table.patent-table td::selection {
  background: rgba(56, 199, 186,.9); /* WebKit/Blink Browsers */
}
table.patent-table td::-moz-selection {
  background: rgba(56, 199, 186,.9); /* Gecko Browsers */
}
/*LANGUAGE SELECTOR*/
.language-selector {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0;
}
.language-selector label {
    margin: 0 0 .5rem;
}
.language-selector select {
    padding: 5px;
}
p.sig--date {
    display: flex;
    align-items: center;
}
/*MEDIA QUERIES*/
@media only screen and (min-width: 33.75em) {  /* 540 */
    .container {
        width: 100%;
        margin: auto;
    }
	.margin-top10 {
		margin-top: 0;
	}
	.logoLink {
		margin-bottom: 3%;
	}
	body {
		background: url(images/FKA-BG.jpg) no-repeat 105% 39% #fff;
	}
    .search-input {
        width: calc(100% - 164px) !important;
        margin-bottom: 20px;
    }
    .search-btn {
        width: 160px;
    }
}

@media only screen and (min-width: 45em) {  /* 720 */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960 */
  .container {
    width: 75%;
    /* original - max-width: 60rem; */
	  max-width: 640px;
  }
}
