/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
 
 /* playfair-display-regular - latin */
 p.borlabsCookieExplanation {
    font-size: 0.9rem !important;
   
}
[data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieText {
  font-size: 0.9rem !important;
}
 
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
       url('../fonts/playfair-display-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v13-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair-display-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'),
       url('../fonts/playfair-display-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v13-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
       url('../fonts/playfair-display-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v13-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-700italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/playfair-display-v13-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'),
       url('../fonts/playfair-display-v13-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/playfair-display-v13-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/playfair-display-v13-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/playfair-display-v13-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/playfair-display-v13-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
 
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #f1f1f1;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: Garamond,'EB Garamond', serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}

body > header.contain-to-grid {
  max-width: 100%;
  padding-bottom: 0;

}

#content {
  
  background-color: #fff;
  border-bottom: 1px solid #c9c9c9;
  min-height: 500px;
  
}
p {
 font-size: 1.2rem !important;
 }

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
 
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #008cba;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

#sidebar {
  margin-top: 0.25rem;
}

#sidebar .panel p {
 font-size: .9rem !important;
}
#sidebar .panel, .footer-widget .panel {
   
  border-top:none;
  background-color: none;
  padding: 0.5rem 1.075rem;
}
#sidebar .panel a, .footer-widget .panel a {
  color: #b1181f;
 font-size: .9rem !important;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #444444;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  border-bottom: none;
  color: #888;
  font-weight: 600;
  border-top: 4px solid #999;
}

footer.full-width {
  background-color: #f1f1f1;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666;
  font-size: 1.1375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #444444;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem;
	background: #fff;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

/*++++ arabyte Style++++ */

/****UPDATE NOV 15*****/
h1.intro span {
	margin-top: 20px;
	display: block;
	font-size: 1.5rem;
}
a.shiftnav-target {
	color: black !important;
	border-bottom: 1px solid grey !Important;
}
 .bwWrapper {
    position:relative;
    display:block;
}


.small {
font-size: 0.85rem !important;
float: right;
margin-top: -15px !important;
padding-bottom: 10px;
}
.marginmenu {
margin-top: 30px;
}
.backgroundhead {
width: 100%;
background: #000 ; 
}
.whitetxt {
padding-top: 15px;
color: white !important;
}
.whitetxt a{
color: white !important;
padding-left: 30px;
}
.whitetxt a:hover{
color: #c9c9c9 !important;
}
.irss {
color: white !important;
background: #999 !important;
padding: 5px 10px;
}
h1.entry-title {
font-family: Garamond,'EB Garamond', serif;
  font-weight: 500;
  font-size: 1.1875rem !important;
  margin-bottom: -10px !important;
  color: #aaaaaa;
}
.wrapper_bg  {max-width: 100%;}
.header_bg {
padding-top: 19.25%; 
background: url(/qcm/wp-content/themes/reverie-master/img/bg_header_516.jpg);
 background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: top;  /* Internet Explorer 7/8 */
}

.logo {
margin-left: 0;
margin-top: 40px;
padding-right: 2em;
height: 100%;
width: 400px !important;
position:absolute;
z-index: 10000;
 }
 
.footer_bg {
padding-top: 20px;
margin-bottom: -60px;
height: 100px;
background: #f1f1f1;
 
}
.footer_bg p {
font-size: 1.07em !important;
color: #939393;
}
.footer_bg a{
color: #232323;
font-style: normal;
}
.footer_bg a:hover{
  border-bottom: 1px dotted  #232323;
  padding-bottom: 3px;
}
h1.headertxt {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  text-shadow: 1px 2px 4px #000;
text-align: center;
margin-top: -12.5%;
color: #fff;
}
h3.headertxt {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  text-shadow: 1px 2px 4px #000;
text-align: center;
color: #fff;
}


 .boxarabyte {
 background: #efefef;
 padding: 10px;
 -webkit-box-shadow: 1px 0 1px 1px #DBDBDB;
box-shadow: 1px 0 1px 1px #DBDBDB;
 }
 
 .boxarabyte h5 {
margin: 30px 0 5px 20px;
font-weight: 600;
color: #585858;
 }
 #contentref p {
 font-style: normal;
font-size: 1.4em !important;
line-height: 1.6 !important;
text-align: center;
 
}
 
 p.underline {
color: #868686;
font-style: normal;
font-size: 0.8em !important;
text-align: left;
margin: 10px 0 -15px 0;
 ;
 }
 .boxarabyte hr {
  border-top: 1px dotted  #c9c9c9;
  width: 80%;
  margin-left: 20px;
  }
  .boxarabyte p{
 
  font-size: 0.87em;
 padding: 5px 20px 10px 20px;
  text-align: left;
 }
  .boxarabyte a{
   color: #585858;
   font-style: italic;
  border-top: 1px dotted  #c9c9c9;
  padding-top: 3px;
 }
 
 div.boxarabyte {
margin-top: -20px !important;
 }
.panel {
position: static;
background: #e6e6e6;
margin-left: 50px;
 margin-right: -50px !important;

	}
	.panel p {clear:right;}
	
	
 hr.panelhr {
 margin-top: -22px !important;
 	  margin-left: 50px;
  margin-right: -50px !important;
width: 100%;
border-bottom: 1px solid #c9c9c9;	
}

 .noborderframe {
  height: 700px !Important;
 position: absolute;
 width: 100%;
 margin-top: -75px !important;
  margin-right: -170px !important;
 margin-left: 20px;
 margin-bottom: 70px;
 padding: 0 !important;
 	 -webkit-backface-visibility: hidden;
 }

 img.noborder {
 
 width: 100%;
 margin-top: -79px !important;
  margin-right: -50px !important;
 margin-bottom: 30px;
 padding: 0 !important;
 
 
   -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		   -webkit-backface-visibility: hidden;
 }
  img.noborder:hover {
  -webkit-filter: brightness(114%);
  overflow: hidden !important;
 }

@media only screen and (max-width: 64.063em) {
 .header_bg {
padding-top: 22.25%; 
background: url(/qcm/wp-content/themes/reverie-master/img/bg_header_516.jpg);
 background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: top;  /* Internet Explorer 7/8 */
}
h1.headertxt {
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  text-shadow: 1px 2px 4px #000;
  font-size: 1.4em !important;
  padding: 0 20px;
text-align: center;
margin-top: -15.1%;
color: #fff;
}
}

@media only screen and (max-width: 40.063em) {
h1.intro span {
	font-size: 1.1rem;
}
h1.intro {
	font-family: 'Playfair Display', serif;
	font-size: 1.4rem;
	font-weight: 300;
	color: #4f4f4f;
	padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 2px solid #4f4f4f;
}
 .panel {
position: static;
background: #e6e6e6;
 margin-top: 20px !important;
margin-left: 0px !important;
 margin-right: 0px !important;
	}
	 hr.panelhr {
 margin-top: -22px !important;
 	  margin-left: 0px;
  margin-right: 0px !important;
width: 100%;
border-bottom: 1px solid #c9c9c9;	
}
 img.noborder {

 width: 100%;
 margin-top: 20px !important;
   margin-right: 0 !important;
 margin-left: 0 !important;
 padding: 0 !important;
 position: relative;
   -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
		   -webkit-backface-visibility: hidden;
 }
  .noborderframe {
  height: 300px !Important;
 position: static;
 width: 100%;
 margin-top: 15px !important;
  margin-right: 0px !important;
 margin-left: 0px !important;
 margin-bottom: 10px !important;
 padding: 0 !important;
 	 -webkit-backface-visibility: hidden;
 }

  .header_bg {
padding-top: 42.25%; 
background: url(/qcm/wp-content/themes/reverie-master/img/bg_header_516.jpg);
 background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: top;  /* Internet Explorer 7/8 */
}
h1.headertxt {
 margin-top: -28.1%;
 
}
h3.headertxt {
padding-bottom: 20px;
}
.contain-to-grid {
  display: none !important;
 
} 
blockquote {
width: 80%;
  margin: 3rem 0 1.25rem;
  padding: .8625rem 1.85rem 0 1.8875rem;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-style: italic;
  
}
.whitetxt a{
display: block;
text-align:center !important;
border-top: 1px solid #303030;
border-bottom: 1px solid #000;
background: #191919;
padding: 15px 20px;
color: white !important;
}
.whitetxt a:hover{
color: #c9c9c9 !important;
}
}

/*****SPECIAL*******/
 input[type=submit] { padding:10px 45px; background:#3f3f3f; border:0 none;
 font-family: 'Playfair Display', serif;
cursor:pointer;
text-transform: uppercase;
color: #fff;
  font-weight: bold;
-webkit-border-radius: 0;
border-radius: 0; 
transition: background-color 0.6s ease;
-webkit-appearance: none;}
input[type=submit]:hover {
background: #bcbcbc; }