/*
Theme Name: MRK v1.0
Author: cj Advertising
Author URI: http://www.cj-interactive.com
Description: Custom WordPress theme developed for Mr. Kibbee. By the best, for the best!
*/

/*  WORDPRESS EDITOR STYLES */

.entry-content img { margin: 0 0 1.5em 0; }
.alignleft, img.alignleft { margin-right: 1.5em; display: inline; float: left; }
.alignright, img.alignright { margin-left: 1.5em; display: inline; float: right; }
.aligncenter, img.aligncenter { margin-right: auto; margin-left: auto; display: block; clear: both; }
.alignnone, img.alignnone { /* not sure about this one */ }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
blockquote.left { margin-right: 20px; text-align: right; margin-left: 0; width: 33%; float: left; }
blockquote.right { margin-left: 20px; text-align: left; margin-right: 0; width: 33%; float: right; }
/*.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
*/
/*
 * HTML5 Boilerplate
 
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; min-height: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: cj Purlpe! (or customize the background color to match your design)
 */

::-moz-selection { background: #ad94c2; color: #fff; text-shadow: none; }
::selection { background: #ad94c2; color: #fff; text-shadow: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 20px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
nav ul a, nav ol a {text-decoration: none;}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; resize: vertical; }
/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/*****************************************
*               BASE/GLOBAL              *
*****************************************/
html, body {
  color: #333;
  -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}




/*****************************************
*            SPECIAL CLASSES             *
*****************************************/

/* CLEARFIX */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
  }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear {
  clear:both;
}

.frame {
  width: 1180px;
  margin: 0 auto 0;
}

.reset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.relative {
  position: relative;
}


/*****************************************
*             CONTENT TAGS               *
*****************************************/


/*****************************************
*               STRUCTURE                *
*****************************************/

body {
  font-family: "adriane",serif;
  font-size: 18px;
  line-height: 28px;
}

p {
  margin: 15px 0;
}

p a.title-link {
color: #9ad3db;
}

.page-container {
  width: 100%;
  border-top: 30px solid #9bd3db;
}

.frame {
  max-width: 960px; 
  min-width: 300px;
  margin: 0 auto 0;
}


/*** MAIN (CONTENT AREA) ***/
h1, h2.h1-class {
  font-family: "adriane",serif;
  font-weight: bold;
  color: #333;
  font-size: 48px;
  margin: 20px 0;
  line-height: 42px;
}

h2, h3, .in-memory-wrapper span {
    font-family: "adriane",serif;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.in-memory-wrapper span {
    font-weight: bold;
}


/* HOMEPAGE STYLES */
#tag-line {
  text-transform: uppercase;
  color: #9bd3db;
  font-size: 24px;
  font-weight: bold;
  margin: 70px 0 0 0;
  font-family: "proxima-nova",sans-serif;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 50px;
  margin: 0 auto 0;
  text-align: center;
  align-content: center;
}

.video-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hr {
  border-bottom: 3px solid #9bd3db;
  margin: 0 0 70px 0;
  display: block;
  text-align: center;
}

.hr img {
  margin-bottom: -25px;
}

.content {
  margin-top: 50px;
}

/*****************************************
*           TOGGLE SECTION          *
*****************************************/
.nav-item-wrapper .click-title {
  font-family: "proxima-nova",sans-serif;
  border: 3px solid #9bd3db;
  margin: 10px 5px;
  text-align: center;
  color: #9bd3db;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  line-height: 55px;
  position: relative;
}

.nav-item-wrapper .click-title span {
	background: url('img/sprite-plus.png') 0 -24px no-repeat;
	display: block;
	float: right;
	height: 24px;
	position: absolute;
	right: 24px;
	top: 16px;
	width: 24px;
}

.nav-item-wrapper.active .click-title span {
	background-position: 0 -48px;
}


.nav-item-wrapper .nav-item-content {
  display: none;
  overflow: hidden;
  padding: 0 20px;
}

.nav-item-content h2 {
	margin: 20px 0;
}

.nav-item-content h2:first-of-type {
	margin-top: 40px;
}

ul li {
	background: url('img/bullets.png') left .5em no-repeat;
	margin-left: -20px;
	padding-left: 20px;
	list-style: none;
}

.nav-item-content ul {
	margin: 20px 0;
}

.nav-item-content ol li {
	margin-left: 5px;
	list-style-position: outside;
}

.nav-item-wrapper.active .click-title {
  color: #fff;
  background-color: #9bd3db;
  background-position: 97% -26px;
}

/*****************************************
*       IN MEMORY SECTION           *
*****************************************/
.in-memory-wrapper {
  margin: 0 auto 0;
  margin-bottom: 50px;
}

#in-memory {
  margin-top: -20px;
  font-size: 22px;
  font-weight: bold;
}

.in-memory-wrapper ul {
  list-style-position: outside;
}



.in-memory-wrapper ul li+li {
	margin-top: 16px;
}

.image-wrapper {
  width: 98%;
  margin: 0 auto 0;
  text-align: center;
}

.image-wrapper ul {
  list-style: none;
  padding: 60px 0;
  margin-top: -35px;
}
.image-wrapper ul li {
  display: inline-block;
  padding: 10px 0 10px 0;
}


.question-wrapper {
  text-align: center;
  margin-top: -25px;
}

.question-wrapper #question {
  background: #9bd3db;
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  width: 50px;
  height: 50px;
  margin: 0 auto 0;
  font-family: "adriane",serif; 
  font-size: 55px;
  font-weight: bold;
  text-align: center;
}

.question-wrapper h2 {
  margin-top: 20px;
}
.question-wrapper #question h4 {
  margin-top: 17px;
  line-height: 24px;
}
.question-wrapper a, a:visited,
.nav-item-content a {
  color: #9bd3db;
}

.question-wrapper a:hover {
  background: #9bd3db;
  color: #fff;
}

.footer-container {
  background: #9bd3db;
}

footer[role="contentinfo"] p {
  text-align: center;
  color: #fff;
  margin: 0px;
  font-style: italic;
  padding: 20px 0;
}


.image-wrapper ul li {
  margin-left: 0;
}




/*****************************************
*                  FORMS                 *
*****************************************/






/*** MEDIA QUERIES (ADJUST SCREEN SIZE FOR MARGINS AND PADDING) ***/
/* LESS THAN STANDARD SCREEN SIZE STYLES (768PX to 1199PX) */
@media only screen and (max-width:1199px) {
  /*** SPECIAL CLASSES ***/
  .frame {
    width: 728px;
  }
}

/* IPHONE LANDSCAPE LAYOUT - 480PX to 767PX */
@media only screen and (max-width:767px) {
  /*** SPECIAL CLASSES ***/
  .frame {
    width: 460px;
  }
  .image-wrapper ul li:nth-child(3) {
    margin-left: -10px;
  }
}

/* IPHONE PORTRAIT LAYOUT - 320PX to 479PX */
@media only screen and (max-width:479px) {
  /*** SPECIAL CLASSES ***/
  .frame {
    width: 300px;
  }
  #tag-line,
  h1, h2.h1-class, h2 {
    padding-left: 20px;
  }
  p {
    padding: 0 20px;
  }

	.nav-item-wrapper .click-title {
		font-size: 16px;
		line-height: 25px;
		padding: 10px 10px;
		text-align: left;
	}
	
	.nav-item-wrapper .click-title span {
		right: 10px;
		top: 10px;
	}

   .in-memory-wrapper ul {
	margin-left: 0px;
   }
   .in-memory-wrapper ul li {
	margin-left: 0;
  }
  .image-wrapper ul li:nth-child(3) {
    margin-left: 0;
  }
  .image-wrapper ul li:nth-child(1), .image-wrapper ul li:nth-of-type(2) {
    margin-right: 0;
  }
  .image-wrapper ul li img {
    width: 100%;
  }
}




/*****************************************
******************************************
******************************************
***                                    ***
***         BRIGHTCOVE / VIDEO         ***
***                                    ***
******************************************
******************************************
*****************************************/


/*** BRIGHTCOVE RESPONSIVE VIDEO ***/

div.videoplayer {
	max-width: 100%;
}

div.videoplayer.inset,
div.videoplayer.inset-left,
div.videoplayer.inset-right {
	margin: 6px 0 6px 0;
	width: 368px;
}

div.videoplayer.inset,
div.videoplayer.inset-left {
	float: left;
	margin-right: 20px;
}

div.videoplayer.inset-right {
	float: right;
	margin-left: 20px;
}

div.videoplayer.attorney {
	float: left;
	margin-left: 50px;
	width: 500px;
}

.brightcove {
	display: block;
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 1px; /* adjustment for player controls or video sizing slightly off */
}

.brightcove.widescreen {
	padding-bottom: 56.25%; /* default padding equal to video height (16:9) - h / w */
}

.brightcove.standard {
	padding-bottom: 75%; /* default padding equal to video height (4:3) - h / w */
}


.brightcove div, .brightcove embed, .brightcove object, .brightcove iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* fixes for IE5/6 */
* html .brightcove {
	margin-bottom: 45px;
	margin-bot\tom: 0;
}

/* fix for ie7 having an issue with 100% height */
.brightcove.widescreen div, .brightcove.widescreen embed, .brightcove.widescreen object, .brightcove.widescreen iframe,
.brightcove.standard div, .brightcove.standard embed, .brightcove.standard object, .brightcove.standard iframe {
	*height: auto;
}


/*** VZAAR VIDEO STYLING ***/


.cjvideo {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cjvideo-16x9 {
    padding-bottom: 75.25%;
}

.cjvideo-4x3 {
    padding-bottom: 75%;
}
.cjvideo-playlist {
    padding-bottom: 103%;
}
.cjvideo iframe {
    position: absolute;
    top:0;
      left: 0;
      height: 100%;
    max-width: 100%;
    width: 100%;
}




/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.clear { clear: both; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}