/*
www.devsaran.com
*/

/* Reset
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Body & Main
================================================== */
body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 14px/1.6 'Oxygen', sans-serif;
  color: #606060;
}

/* Links */
a {
  /*  color: #f4473a; */
}
a:visited {
  /*  color: #f4473a; */
}
a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}

/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  margin: 30px 20px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: '\201C' '\201D' '\2018' '\2019';
}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  position: absolute;
  top: 20px;
  left: -10px;
}

blockquote p:last-child {
  margin: 0;
}

ul li .youtube {
    background-image: url(https://pcisig.com/sites/all/themes/nexus/images/svg/social/youtube.svg);
}

ul li .youtube {
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 10px;
}

/*preformatted text*/
pre {
  background: #fff url('images/pre-bg.png') repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul,
ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding: 10px 10px;
}

tr {
  padding: 5px 5px;
}

td {
  padding: 5px 10px;
}

#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #ddd;
  /* border-right:none;*/
  background: #fff;
}

#primary th {
  font-weight: bold;
  padding: 10px 10px;
  /*background:#555;*/
  background: #f5f5f5;
  color: #fff;
}

#primary tr {
  padding: 5px 5px;
}

#primary td {
  padding: 5px 10px;
  border-top: 1px solid #444; /*was ddd*/
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
}

/* Typography
================================================== */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}

/* Head */

#masthead {
  position: relative;
  margin-top: 0px;
  padding-top: 10px;
}
.site-branding {
  margin-bottom: 20px;
}
#site-logo {
  padding: 15px 15px 0 0;
  text-align: center;
}
h1#site-title {
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link,
h1#site-title a:visited {
  color: #000;
}

/* Menu */

.menutoggle {
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  /* border-radius: 3px; */
  border-radius: 15px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  /* right: 20px; */
  right: 0px;
  top: 25px;
  font-size: 20px;
  display: none;
}

#main-menu {
  padding: 0px 0px;
  margin: 22px 0px 15px;
  height: 45px;
  border-bottom: none;
  float: left;
}

#main-menu ul {
  width: auto;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0px;
}

#main-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 400;
}

#main-menu li a {
  color: #777;
  display: block;
  margin: 0;
  padding: 19px 10px 19px 10px;
  text-decoration: none;
  position: relative;
}

#main-menu li a:hover,
#main-menu li a:active,
#main-menu a.active,
#main-menu > ul > li > a.active-trail {
  /* color: #ed564b; */
}

#main-menu li a.sf-with-ul {
  padding-right: 10px;
}

#main-menu li ul li a,
#main-menu li ul li a:link,
#main-menu li ul li a:visited,
#main-menu li ul li ul li a,
#main-menu li ul li ul li a:link,
#main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a,
#main-menu li ul li ul li ul li a:link,
#main-menu li ul li ul li ul li a:visited {
  color: #777;
  width: 148px;
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #ddd;
  position: relative;
  font-weight: 400;
}

#main-menu ul li ul li:first-child a,
#main-menu ul li ul li ul li:first-child a,
#main-menu ul li ul li ul li ul li:first-child a {
  border-top: none;
}

#main-menu li ul li a:hover,
#main-menu li ul li ul li a:hover,
#main-menu li ul li ul li ul li a:hover {
  color: #ed564b;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 160px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px;
  background: #efefef;
}

#main-menu li ul a {
  width: 150px;
}

#main-menu li ul a:hover,
#main-menu li ul a:active {
}

#main-menu li ul ul {
  margin: -44px 0 0 160px;
}

#main-menu li:hover ul ul,
#main-menu li:hover ul ul ul,
#main-menu li.sfHover ul ul,
#main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul,
#main-menu li li:hover ul,
#main-menu li li li:hover ul,
#main-menu li.sfHover ul,
#main-menu li li.sfHover ul,
#main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover,
#main-menu li.sfHover {
  position: static;
}

#main-menu > ul > li > a {
  padding: 10px;
}

/* Layout */

#primary,
#sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}

#main-content {
  padding-top: 15px;
}

/* Slider */

#slidebox {
  max-height: 550px;
  position: relative;
  background: #000;
}

.doverlay {
  background: url(images/overlay.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flex-caption {
  width: 800px;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -400px;
  text-align: center;
  z-index: 120;
  color: #fff;
}

.flex-caption h2 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  line-height: 1.2em;
}

.flex-caption h2 a:link,
.flex-caption h2 a:visited {
  color: #fff;
}

.flex-caption p {
  font-size: 16px;
}

a.frmore {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  border: 1px solid #fff;
  padding: 5px 0px;
  margin: 10px auto;
  font-weight: bold;
  color: #fff !important;
}

#preface-area {
  background: none repeat scroll 0 0 #ed564b;
  border-bottom: 5px solid #f96b61;
  border-top: 5px solid #f96b61;
  padding: 40px 0 20px;
}

.preface-block {
  color: #fff;
  text-align: center;
}

.preface-block .block > h2 {
  font-size: 24px;
  font-weight: bold;
}

#header-block,
#footer-block {
  padding: 20px 0 0;
}

#bottom {
  padding: 20px 0px 40px 0px;
  background: #3b3b3b;
  border-top: 5px solid #ed564b;
}

.footer-block {
  color: #aaa;
}

.footer-block .block > h2 {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
}

/* Footer */

.site-footer {
  padding: 10px 0px;
  background: #292929;
  font-size: 12px;
}

.fcred {
  padding: 10px 0px;
  color: #bbb;
}

.fcred a:link,
.fcred a:visited {
  color: #fff;
}

/* =Content
----------------------------------------------- */

.node h2.title a,
h1.page-title {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}

#content .node-teaser {
  padding-bottom: 30px;
  /*border-bottom:1px solid #DDDDDD;*/
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #cccccc;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #cccccc;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.preface-block .block,
.footer-block .block,
.region-footer .block,
.region-header .block,
.region-content-top .block {
  margin-bottom: 30px;
}

/* -------------- Form Elements  ------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
}

input,
textarea {
  font-size: 0.929em;
}

textarea {
  line-height: 1.5;
}

textarea.form-textarea,
select.form-select {
  padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #ccc;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}

.form-item label {
  font-size: 0.929em;
}

.form-type-radio label,
.form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2px;
}

.form-actions {
  padding-top: 10px;
}

/* Contact Form */

.contact-form #edit-name {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contact-form #edit-mail {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contact-form #edit-subject {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.contact-form #edit-message {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -khtml-border-bottom-left-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Comment form */

.comment-form label {
  float: left;
  font-size: 0.929em;
}

.comment-form input,
.comment-form .form-select {
  margin: 0;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.comment-form .form-type-textarea label {
  float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

.comment-form input.form-file {
  width: auto;
}

.comment-form .form-text {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
}

#content h2.comment-form {
  margin-bottom: 0.5em;
}

.comment-form .form-textarea {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.filter-wrapper label {
  width: auto;
  float: none;
}

.filter-wrapper .form-select {
  min-width: 120px;
}

.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

#edit-actions input {
  margin-right: 0.6em;
}

/* Other Overrides */

div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

#forum .name {
  font-size: 1.083em;
}

#forum .description {
  font-size: 1em;
}

/* Form Buttons */

button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
  /* IE10 */
  background-image: -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffffff),
    color-stop(1, #e3e3e3)
  );
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#FFFFFF",
      endColorstr="#E3E3E3"
    );

  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  text-shadow: 0 1px 0 white;
  position: relative;
  font-weight: bold;
  padding: 4px 0.8em 5px 0.8em;
  font-size: 13px;
}

button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  /* IE10 */
  background-image: -ms-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #dbdbdb),
    color-stop(1, #f2f2f2)
  );
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  /* Proposed W3C Markup */
  background-image: linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#DBDBDB",
      endColorstr="#F2F2F2"
    );

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

button.full-width,
input[type='submit'].full-width,
input[type='reset'].full-width,
input[type='button'].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

#block-search-form {
  padding-bottom: 7px;
}

#block-search-form .content {
  margin-top: 0;
}

#search-form .form-item-keys label {
  display: block;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong {
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #e7e5e3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #d7d5d3;
  color: #100101;
}

/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

/* ul.menu li {
/*  margin: 0;
/*  padding: 0;
/* }
*/
ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover,
ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline,
ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a {
  background: #ed564b;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}

.field-name-field-tags a:hover {
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title {
  margin-bottom: 1em;
}

.comment div.user-picture img {
  margin-left: 0;
}

.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

/* .comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; } */

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .comment-submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .comment-submitted .comment-time {
  font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -36px;
  margin-top: 15px;
  position: absolute;
  width: 22px;
}

.comment .comment-text {
  padding: 0 25px 10px 35px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-left: 1px solid #d3d7d9;
}

.comment .indented {
  margin-left: 40px;
}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon,
#forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a {
  font-size: 16px;
}

/*-------------------------------------------*
/* Customizations
/*-------------------------------------------*/
.equiv,
#main-menu {
  display: none;
}

ul,
ol {
  margin: 0 0 1em 2.5em;
}
ul li {
  list-style-image: initial;
  list-style-type: circle;
}
ul.flex-direction-nav li {
  list-style-type: none;
}
.doverlay {
  background: none;
}
#preface-area {
  background: none repeat scroll 0 0 #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: none;
  border-top: none;
  padding: 40px 0 20px;
  /*    position: relative; */
  /*    top: 400px; */
}
#preface-area .container {
  max-width: 95%;
}
.preface-block {
  color: #777777;
  text-align: left;
}
.preface-block .title {
  text-align: center;
}
.preface-block p {
  margin: 0 0 1em 1.5em;
}
a,
a:visited {
  color: #8546ea;
}
a:hover,
a:focus,
a:active {
  color: #8546ea;
}
#header-block {
  max-width: 100%;
  padding: 20px 0 0;
  position: relative;
  bottom: 405px;
}
#preface-area a:hover {
  /*  font-weight: bold; */
  /*  color: #444499; Dark Lavender / Faded Royal Purple */
  /*  color: #3D4B9A;  Purple that matches Logo color */
  color: #553366; /* Dark Royal Purple */
}
#main-menu li ul li a:hover,
#main-menu li ul li ul li a:hover,
#main-menu li ul li ul li ul li a:hover {
  color: #8546ea;
}
#main-menu li ul li a,
#main-menu li ul li a:link,
#main-menu li ul li a:visited,
#main-menu li ul li ul li a,
#main-menu li ul li ul li a:link,
#main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a,
#main-menu li ul li ul li ul li a:link,
#main-menu li ul li ul li ul li a:visited {
  border-top: 1px solid #ddd;
  /* color: #8546ea; */
  font-weight: 400;
  margin: 0;
  padding: 10px;
  position: relative;
  width: 148px;
}
#main-menu li a:hover,
#main-menu li a:active,
#main-menu a.active,
#main-menu > ul > li > a.active-trail {
  color: #8546ea;
}

#main-menu li ul {
  border-radius: 15px;
  background: none repeat scroll 0 0 #efefef;
  /* background: none repeat scroll 0 0 #8546ea; */
  font-size: 12px;
  height: auto;
  left: -999em;
  margin: 0;
  padding: 5px;
  position: absolute;
  width: 160px;
  z-index: 9999;
}
.site-branding {
  margin-bottom: 0px;
}
.sidebar-menu {
  border-radius: 15px;
  background: none repeat scroll 0 0 #f5f5f5;
  height: auto;
  margin-right: 10%;
  padding: 5px;
}
.sidebar-menu ul,
.sidebar-menu ol {
  margin: 0 1.5em;
}
.sidebar-menu a {
  color: #777;
}
.sidebar-menu a:active,
.sidebar-menu a.active,
.sidebar-menu a:hover {
  color: #8546ea;
}
.sidebar-menu li {
  padding: 5px;
  border-top: 1px solid #ddd;
}
.sidebar-menu li:first-child {
  border-top: medium none;
}
.sidebar-menu ul li {
  list-style-image: none;
  list-style-type: none;
}
.site-branding {
  width: 25%;
}
.mainmenu {
  width: 75%;
}
.sf-sub-indicator {
  color: transparent;
}
#sidebar {
  width: 25%;
}
h1.page-title {
  color: #444444;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 2em;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 4px 15px;
}
@media screen and (max-width: 600px) {
  #slidebox {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #sidebar {
    width: 30%;
  }
  .mnav {
    margin-top: 20px;
  }
  .content-area {
    width: 100%;
  }
  .flex-caption {
    top: 20%;
  }
}
@media screen and (max-width: 992px) {
  .sidebar-menu ul,
  .sidebar-menu ol {
    margin: 0px;
  }
  .site-branding {
    width: 25%;
    margin-bottom: 0px;
  }
  .mainmenu {
    width: 75%;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .flex-caption h2 {
    font-size: 29px;
    max-width: 768px;
    margin: auto;
  }
  .flex-caption p {
    font-size: 13px;
  }
  a.frmore {
    font-size: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 600px) {
  .flex-caption h2 {
    font-size: 25px;
    max-width: 600px;
    margin: auto;
  }
  .flex-caption p {
    font-size: 11px;
    width: 60%;
    margin: auto;
  }
  a.frmore {
    font-size: 70%;
  }
}
@media screen and (max-width: 783px) and (min-width: 0px) {
  /*   #masthead {  */
  /*       text-align : left;  */
  /*   }  */
  .site-branding {
    width: 70%;
    margin: auto;
    margin-bottom: 0px;
  }
  .mobilenavi {
    clear: both;
  }
  .mainmenu {
    width: 100%;
  }
  #site-logo {
    float: none;
    padding: 0px;
    text-align: left;
  }
}
/***********************************
## Search
***********************************/

.search-block {
  width: 121px;
  display: inline;
}
.region-search {
  margin: 22px 0px 15px;
}

/* Search text box */
.search-block #edit-search-block-form--2 {
  width: 101px;
}
#block-search-form {
  width: 200px;
  padding-right: 0px;
}

@media all and (max-width: 999px) {
  .search-block {
    display: none;
  }
}
@media (min-width: 1200px) {
  #block-search-form {
    width: 280px;
    padding-left: 10px;
  }
  .search-block #edit-search-block-form--2 {
    width: 181px;
  }
}

/*Make the wrapping divs inline to allow the buttons to line up */
.search-block #edit-actions,
.search-block #edit-actions--2,
.search-block .form-type-textfield {
  display: inline;
}
@media screen and (max-width: 768px) {
  .search-block {
    display: none;
  }
}
/***********************************
## Footer
***********************************/
/*Hide the original theme footer*/
#colophon {
  display: none;
}
/*Style the custom PCI footer*/
#footer-block {
  background: #292929;
}
.pci-footer {
  color: #fff;
  text-align: center;
}
/*Copyright and Register edits*/

.c-copyright,
.r-register {
  font-size: 60%;
}
/***********************************
## FAQ page edits 
***********************************/
.faq-answer-display {
  display: block;
}
.faq-answer-hide {
  display: none;
}
.page-faq .content-area {
  width: 100%;
}
.faq-question-box {
  cursor: pointer;
}
.faq-question {
  color: #8546ea;
  padding: 4px 0 0;
}
.faq-hide {
  float: left;
  margin-right: 15px;
  margin-bottom: -5px;
  display: none;
}
.faq-show {
  float: left;
  margin-right: 15px;
  margin-bottom: -5px;
}
/* .faq-show img, .faq-hide img {
    max-width:10%;   
    max-height:10%;
}
*/
/* Checkbox Margin Removal */
input[type='checkbox'] {
  margin: -3px 0 0;
}
/* Extending the main menu size */
@media only screen and (min-width: 992px) {
  .site-header {
    max-width: 1070px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 600px) {
  .site-header {
    max-width: 992px;
  }
}

/* Align search buttons on member company page */
#views-exposed-form-member-companies-page
  > div
  > div
  > div.views-exposed-widget.views-submit-button,
#views-exposed-form-member-companies-page
  > div
  > div
  > div.views-exposed-widget.views-reset-button {
  position: relative;
  top: 21px;
}

/*Removes black background from Chrome, Safari and IE */
#slidebox {
  background: none;
}
/*Style the quantity row */
.c-quantity {
  max-width: 45px;
}
/*Style table row header font for order form */
#primary th {
  color: #8546ea;
}
@media screen and (min-width: 1140px) {
  .flex-caption {
    top: 36%;
  }
}
/*Style the block under the slider */
#under-slider {
  clear: both;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  margin: 0px;
  background-color: #545454;
}
#under-slider p {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #under-slider {
    padding: 10px;
  }
}
.sf-menu li ul {
  overflow: visible !important;
}

/* Spacing and bolding for the table category titles (Spec Library)*/
#primary table,
.view-grouping-header {
  margin: 2em 0 1.5em;
}
.views-table caption,
.view-grouping-header {
  font-weight: bold;
}
.view-grouping-header {
  font-size: 16px;
}

/* Specifications Library read more less teaser */
div.teaser-block {
  margin: 0 0 20px;
}
td.views-field div.teaser-block span.teaser-full {
  display: none;
}
div.teaser-block {
  cursor: pointer;
  position: relative;
}
div.teaser-block span.link {
  text-decoration: none;
  cursor: pointer;
  color: #8546ea;
}

/* Fixing the filters issue */
.views-exposed-form .views-exposed-widget {
  padding: 0.5em 1.5em 0 0;
}
#site-title {
  display: none;
}

/* Tiny fix to keep the menu on a single line before the search drops*/
@media (min-width: 1000px) and (max-width: 1010px) {
  .mainmenu {
    padding-left: 0px;
  }
}
/* Firefox specific margin for thin grey line between slider and header*/
@-moz-document url-prefix() {
  .flexslider {
    margin-top: 20px;
  }
}
.flexslider .slides li {
  opacity: 1;
}

/******************************
## Block Titles ##
******************************/
h2.title {
  color: #444444;
  background-color: #efefef;
  border-radius: 4px;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 4px 15px;
}
ul.sf-menu ul {
  overflow: visible !important;
}

.requester_information {
  display: block;
}
/******************************
## Mobile menu sidebar ##
******************************/
@media screen and (max-width: 783px) {
  /* Reduce the height of the header on mobile */
  #masthead,
  #masthead > .row {
  }
  .mainmenu {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  #main-menu {
    height: 0px;
  }
}
@media screen and (min-width: 769px) {
  .content-area {
    width: 100%;
  }
  #content-wrap {
    width: 70%;
    float: left;
  }
  .page-faq #content-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 784px) {
  #main-menu {
    display: block;
  }
  #content_top {
    width: 30%;
    float: left;
  }
}
@media screen and (max-width: 783px) {
  .content-area {
    width: 100%;
    padding-top: 0px;
  }
  .sidebar-menu {
    text-align: center;
    margin: 0;
  }
  #sidebar {
    padding-top: 0px;
  }
  #primary {
    padding-top: 0px;
  }
  #content-top {
    margin: 0 25%;
    width: 50%;
    position: relative;
    float: left;
  }
  #content-wrap {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
  }
  .equiv {
    display: block;
  }
  .site-branding {
    width: 100%;
    padding-left: 0px;
  }
}

h1.main-menu {
  background-color: #444444;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #efefef;
  font-size: 24px;
  font-weight: bold;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -4px;
}
ul.sidebar-menu {
  background-color: #efefef;
  border-radius: 10px;
  font-size: 24px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 4px 15px;
}
ul.sidebar-menu a {
  /*    color: #8546ea; */
}

.sidebar-menu ol:nth-child(2) {
  padding-top: 8px;
}
ul.mnav,
ul.mnav ol {
  margin: 0;
}
ol.mobile-nav {
  border-top: 1px solid #ddd;
}
.mobilenavi {
  width: 100%;
  float: left;
  margin-bottom: -100px;
  z-index: 200;
}
.equiv {
  background: rgba(0, 0, 0, 0) url('images/equiv-24-30-thin.png') no-repeat
    scroll 0 0;
  border-radius: none;
  float: right;
  margin-bottom: 10px;
  margin-top: -47px;
  cursor: pointer;
}
.equiv-pressed {
  background: rgba(0, 0, 0, 0) url('images/equiv-24-30-open-thin.png') no-repeat
    scroll 0 0;
}

@media screen and (min-width: 768px) and (max-width: 783px) {
}
.mainmenu {
  z-index: 200;
}
/******************************************/
/* Table Column edit for Israel Conference */
/******************************************/
.path-pci-sig-developers-conference-israel-2015 td:nth-child(1) {
  width: 17%;
}

/**********************************/
/* Table Column edit for Newsroom */
/**********************************/
.path-newsroom #primary table,
.path-newsroom #primary td {
  border-style: none;
}

/***********************************
## Board of Directors page edits 
***********************************/
.board_of_directors > div {
  clear: both;
  padding-top: 30px;
}
.board_of_directors img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #main-content,
  #slidebox {
    clear: both;
  }
}

/* Slider Responsiveness*/
.flex-direction-nav a,
.flex-caption,
a.frmore {
  z-index: 160;
}

a,
a.frmore {
  cursor: pointer;
  z-index: 180;
}
.flex-active-slide a {
  z-index: 190;
}
/* Remove right padding on "clear filters" button */
.views-exposed-widgets .views-reset-button {
  padding-right: 0;
}
#edit-speclib {
  max-width: 200px;
}
/*********************
## Newsroom Edits ##
**********************/
.newsroom-side-block {
  margin-top: 10px;
}
.newsroom-side-block a {
  color: #8546ea;
}
.newsroom-list {
  margin-right: 1%;
  max-width: 49.5%;
  float: left;
}
.in-the-news {
  margin-right: 0%;
}
.newsroom-mini-block {
  float: left;
  max-width: 32.5%;
  margin-right: 1%;
}
.newsroom-custom-blurb {
  max-width: 33%;
  margin-right: 0%;
}
.newsroom-custom-blurb p {
  margin: 0.3em 2em;
}
.press-kits {
  clear: left;
}
.newsroom-tag-cloud {
  padding-left: 10%;
  padding-right: 10%;
}
.newsroom-side-block h2.title {
  font-size: 1.3em;
  color: #444444;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding: 0px;
  margin: 0 1.5em;
}
.newsroom-tag-cloud h2.title {
  font-size: 1.5em;
  margin: 0;
}
@media screen and (max-width: 600px) and (min-width: 0px) {
  .newsroom-mini-block,
  .newsroom-list {
    clear: left;
    min-width: 100%;
    margin-right: 0%;
  }
}
.newsroom-list ul li,
.newsroom-page ul li {
  margin-bottom: 10px;
}

.page-newsroom-new #content-wrap {
  margin-bottom: 30px;
}
/***********************
## Footer Block Edits ##
***********************/
body {
  padding-bottom: 3rem;
  position: relative;
  min-height: 100%;
}
html {
  height: 100%;
}

#footer-block {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center;
}

.newsroom-tag-cloud div.block-content {
  font-size: 70%;
}

.newsroom-tag-cloud .tagclouds-term a.tagclouds:hover {
  color: black;
}

.node-external-news-article > footer {
  display: none;
}

.logout-link {
  position: absolute;
  top: 0;
  right: 0;
}

.spec-page #trademark-logo {
  width: 150px;
  height: 59px;
  margin: auto;
  margin-bottom: 1em;
}

/* Specifications List Tables */

.page-developers-integrators-list table {
  width: 100%;
  table-layout: fixed;
}

/* Social Menu Icons */

.region-search ul {
  display: flex;
  margin: 0;
}

ul li .linkedin,
ul li .twitter {
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}

ul li .linkedin {
  background-image: url('./images/svg/social/linkedin.svg');
}

ul li .twitter {
  background-image: url('./images/svg/social/twitter.svg');
}
