/*
   Theme Name: PriSim
   Theme URI: http://prisim.com
   Description: Custom theme for PriSim Business War Games
   Author: Papertree Design Co.
   Author URI: http://papertreedesign.com
   Version: 1.0.0

   Template: genesis
   Template Version: 2.0.2

   License: GPL-2.0+
   License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* WARNING - Please read the notice below:

   This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances. Please do all modifications in the form of a child theme.
   Copy the contents of this file to the child theme. Do not use @import, as the CSS included with Genesis might change in the future.

*/

/* Table of Contents

   - Imports
   - HTML5 Reset
      - Baseline Normalize
      - Box Sizing
      - Float Clearing
   - Defaults
      - Typographical Elements
      - Headings
      - Objects
      - Forms
      - Tables
   - Structure and Layout
      - Site Containers
      - Column Widths and Positions
      - Column Classes
   - Common Classes
      - WordPress
      - Genesis
      - Titles
   - Widgets
      - Featured Content
   - Plugins
      - Genesis eNews Extended
      - Genesis Latest Tweets
      - Gravity Forms
      - Jetpack
   - Site Header
      - Title Area
      - Widget Area
   - Site Navigation
      - Header Navigation
      - Primary Navigation
      - Secondary Navigation
   - Content Area
      - Entries
      - Pagination
      - Comments
   - Sidebars
   - Footer Widgets
   - Site Footer
   - Media Queries
      - max-width: 1139px
      - max-width: 1023px
      - max-width: 767px

*/

/*
 Colors
 ---------------------------
 PriSim Purple: #642365
*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic);



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
   normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing:    border-box;
   box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.group:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
   content: " ";
   display: table;
}

.archive-pagination:after,
.clearfix:after,
.group:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
   clear: both;
   content: " ";
   display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
   font-size: 62.5%;
}

body > div {
  font-size: 18px;
  font-size: 1.8rem;
}

body {
   background-size: cover;
   color: #111;
   font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 18px;
   font-size: 1.8rem;
   font-weight: 300;
   line-height: 1.45;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
   -webkit-transition: all 0.1s ease-in-out;
   -moz-transition:    all 0.1s ease-in-out;
   -ms-transition:     all 0.1s ease-in-out;
   -o-transition:      all 0.1s ease-in-out;
   transition:         all 0.1s ease-in-out;
}

::-moz-selection {
   background-color: #333;
   color: #fff;
}

::selection {
   background-color: #333;
   color: #fff;
}

a, a:visited {
   color: #642365;
   text-decoration: none;
}

a img {
   margin-bottom: -4px;
   margin-bottom: -0.4rem;
}

a:hover {
   color: #333;
}

p {
   margin: 0 0 24px;
   margin: 0 0 2.4rem;
   padding: 0;
}

strong {
   font-weight: 700;
}

ol,
ul {
   margin: 0;
   padding: 0;
}

blockquote,
blockquote::before {
   color: #999;
}

blockquote {
   margin: 40px 40px 24px;
   margin: 4rem 4rem 2.4rem;
}

blockquote::before {
   content: "\201C";
   display: block;
   font-size: 30px;
   font-size: 3rem;
   height: 0;
   left: -20px;
   position: relative;
   top: -10px;
}

.entry-content code {
   background-color: #333;
   color: #ddd;
}

cite {
   font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #4a4e60;
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 600;
   line-height: 1.2;
   margin: 0 0 16px;
   margin: 0 0 1.6rem;
}

h1 {
   font-size: 36px;
   font-size: 3.6rem;
}

h2, .h2 {
   font-size: 28px;
   font-size: 2.8rem;
}

h3, .h3 {
   font-size: 21px;
   font-size: 2.1rem;
}

h4, .h4 {
   font-size: 20px;
   font-size: 2rem;
}

h5, .h5 {
   font-size: 18px;
   font-size: 1.8rem;
}

h6 {
   font-size: 16px;
   font-size: 1.6rem;
}

.small {
   font-size: 14px;
   color: #333;
   text-transform: uppercase;
}

hr {
   border-top: 1px solid #dedede;
   border-bottom: 0;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
   max-width: 100%;
}

img {
   height: auto;
   width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
   background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 3px;
   box-shadow: 1px 1px 3px #eee inset;
   color: #999;
   font-size: 14px;
   font-size: 1.4rem;
   padding: 6px 16px;
   padding: 0.6rem 1.6rem;
   width: 100%;
}

input:focus,
textarea:focus {
   border: 1px solid #999;
   outline: none;
}

::-moz-placeholder {
   color: #999;
   opacity: 1;
}

::-webkit-input-placeholder {
   color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
   background-color: #333;
   border: none;
   box-shadow: none;
   color: #fff;
   cursor: pointer;
   padding: 8px 24px;
   padding: 0.8rem 2.4rem;
   text-transform: uppercase;
   width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
   background-color: #642365;
}

.entry-content .button:hover {
   color: #fff;
}

.button {
   border-radius: 3px;
   display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
   display: none;
}

/* Tables
--------------------------------------------- */

table {
   border-collapse: collapse;
   border-spacing: 0;
   line-height: 1.5;
   margin-bottom: 40px;
   margin-bottom: 4rem;
   width: 100%;
}

tbody {
   border-bottom: 1px solid #ddd;
}

th,
td {
   text-align: left;
}

th {
   font-weight: bold;
   text-transform: uppercase;
}

td {
   border-top: 1px solid #ddd;
   padding: 6px 0;
   padding: 0.6rem 0;
}

.odd  {
   background: #f9f9f9;
}

.borders {
   border: 0;
}

.borders td {
   background: #F6F8F8;
   font-size: 17px;
   font-size: 1.7rem;
   padding: 20px 20px;
   border-top: 2px solid #fff;
   border-right: 2px solid #fff;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
   margin: 0 auto;
   max-width: 1140px;
}

.site-container {
   background: #fff;
}

.site-inner {
   clear: both;
   padding-top: 40px;
   padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
   width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
   float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
   float: right;
}

/* Content */

.content {
   float: right;
   width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
   float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
   width: 520px;
}

.full-width-content .content {
   width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
   float: right;
   width: 360px;
}

.landing-page .sidebar-primary {
   float:right;
   margin-bottom: 40px;
   width: 440px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
   float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
   float: left;
   width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
   float: right;
}

.landing-page .content {
   float:left;
   width: 640px;
}

/* Column Classes
   Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
   float: left;
   margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
   width: 48.717948717948715%;
}

.one-third,
.two-sixths {
   width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
   width: 65.81196581196582%;
}

.one-fourth {
   width: 23.076923076923077%;
}

.three-fourths {
   width: 74.35897435897436%;
}

.one-sixth {
   width: 14.52991452991453%;
}

.five-sixths {
   width: 82.90598290598291%;
}

.first {
   clear: both;
   margin-left: 0;
}

.first-col {
   clear: left;
   margin-left: 0;
}

.last-col {
   float: right;
   margin-left: 0;
}

.margin {
   margin-top: -20px;
}

.margin-less {
   padding-top: 20px;
}

.half {
   float: left;
   width: 48.717948717948715%;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
   float: left;
}

.alignleft .avatar {
   margin-right: 24px;
   margin-right: 2.4rem;
}

.alignright .avatar {
   margin-left: 24px;
   margin-left: 2.4rem;
}

.search-form input[type="submit"] {
   border: 0;
   clip: rect(0, 0, 0, 0);
   height: 1px;
   margin: -1px;
   padding: 0;
   position: absolute;
   width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
   display: block;
   margin: 0 auto 24px;
   margin: 0 auto 2.4rem;
}

img.alignnone {
   margin-bottom: 12px;
   margin-bottom: 1.2rem;
}

.alignleft {
   float: left;
   text-align: left;
}

.alignright {
   float: right;
   text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
   margin: 0 24px 24px 0;
   margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
   margin: 0 0 24px 24px;
   margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
   font-size: 14px;
   font-size: 1.4rem;
   font-weight: 700;
   text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
   width: 100%;
}

.widget_calendar td,
.widget_calendar th {
   text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
   color: #777;
   font-size: 13px;
   font-size: 1.3rem;
   font-weight: 400;
   margin-bottom: 15px;
   margin-bottom: 1.5rem;
   padding-left: 20px;
   padding-left: 2rem;
   text-transform: uppercase;
}

.single-business_simulation .breadcrumb {
   float: left;
}

.archive-description,
.author-box {
   background-color: #fff;
   margin-bottom: 40px;
   margin-bottom: 4rem;
}

.archive-description {
   padding: 40px 40px 24px;
   padding: 4rem 4rem 2.4rem;
}

.author-box {
   padding: 40px;
   padding: 4rem;
}

.author-box-title {
   color: #333;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 16px;
   font-size: 1.6rem;
   margin-bottom: 4px;
   margin-bottom: 0.4rem;
}

.author-box a {
   border-bottom: 1px solid #ddd;
}

.author-box p {
   margin-bottom: 0;
}

.author-box .avatar {
   margin-right: 24px;
   margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
   font-size: 36px;
   font-size: 3.6rem;
   line-height: 1.2;
}

h2.entry-title {
   font-size: 32px;
   font-size: 3.2rem;
}

.entry-title a,
.sidebar .widget-title a {
   color: #333;
}

.entry-title a:hover {
   color: #666;
}

.single-business_simulation .entry {
   clear: both;
   margin-bottom: 0;
}

.single-testimonial .entry-title,
.subtitle {
   font-size: 18px;
   font-size: 1.8rem;
   color: #333;
   letter-spacing: 0.5px;
   text-transform: uppercase;
}

.subtitle {
   color: #642365;
}

.widget-title {
   font-size: 16px;
   font-size: 1.6rem;
   margin-bottom: 24px;
   margin-bottom: 2.4rem;
   text-transform: uppercase;
}

.sidebar .widget-title {
   background: #642365;
   color: #fff;
   padding: 10px 20px 10px 50px;
   margin-left: -50px;
}

.sidebar .widget-title a {
   border: none;
}

.archive-title {
   font-size: 20px;
   font-size: 2rem;
   margin-bottom: 24px;
   margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.sidebar .archive-year {
   margin: 0;
   width: 75%;
}

.archive-year a {
   display:block;
   border-bottom:1px solid #e3e9e9;
   padding: 4px 5px;
}

.yearly-archive {
   
   margin-bottom: 10px;
   width: 75%;
}

.sidebar .yearly-archive li {
   margin:0;
   padding:0;
}

.sidebar .yearly-archive li a {
   border-color: #ddd;
   display: block;
   padding: 4px 10px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
   border-bottom: 2px solid #f5f5f5;
   margin-bottom: 20px;
   margin-bottom: 2rem;
   padding: 0 0 24px;
   padding: 0 0 2.4rem;
}

.featured-content .entry-title {
   color: #7a7a7a;
   border: none;
   font-size: 18px;
   font-size: 1.8rem;
   line-height: 1.2;
}

.featured-content .entry-title a {
   border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
   color: #999;
}

.enews-widget .widget-title {
   color: #fff;
}

.enews-widget input {
   margin-bottom: 16px;
   margin-bottom: 1.6rem;
}

.enews-widget input:focus {
   border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
   background-color: #f15123;
   color: #fff;
   margin: 0;
   width: 100%;
}

.enews-widget input:hover[type="submit"] {
   background-color: #fff;
   color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
   margin-bottom: 16px;
   margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
   font-size: 16px;
   font-size: 1.6rem;
   padding: 8px;
   padding: 0.8rem;
}

div.gform_wrapper .top_label .gfield_label {
   font-weight: normal;
   color: #333;
}

div.gform_wrapper .ginput_complex label {
   padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
   margin: 16px 0 0;
   margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
   font-size: 14px;
   font-size: 1.4rem;
}

div.gform_wrapper .gform_heading {
   font-weight: 300;
   font-size: 16px;
   color: #777;
}

/* Sidebar Forms
--------------------------------------------- */
.sidebar .gform_wrapper .top_label input.medium, 
.sidebar .gform_wrapper .top_label select.medium {
   width: 98%;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
   display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
   background-color: #fff;
}

.site-header .wrap {
   padding: 20px 0;
   padding: 2rem 0;
   position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 700;
}

.header-image .title-area {
   padding: 0;
}

.site-title {
   font-size: 28px;
   font-size: 2.8rem;
   line-height: 1;
   margin: 0 0 8px;
   margin: 0 0 0.8rem;
   text-transform: uppercase;
   position:absolute;
   top: 28px;
   width: 216px;
}

.site-title a,
.site-title a:hover {
   background:url(assets/logo-deskalt.png) no-repeat;
   display:block;
   color: #333;
   height:86px;
   width: 216px;
   text-indent: -999em;
}

.site-description {
   color: #999;
   font-size: 16px;
   font-size: 1.6rem;
   font-weight: 300;
   line-height: 1;
   margin-bottom: 0;
   text-indent: -999em;
}

/* Full width header, no widgets */

/*.header-full-width .title-area,
.header-full-width .site-title {
   width: 100%;
}*/

.header-image .site-description,
.header-image .site-title a {
   display: block;
   text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
   background: url(images/logo.png) no-repeat left;
   padding: 0;
}

.header-image .site-title a {
   float: left;
   min-height: 164px;
   width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
   color:#a9a9a9;
   font-size:21px;
   font-weight: 600;
   float: right;
   text-align: right;
   width: 400px;
}

.site-header .widget-area span {
   display: inline-block;
   padding: 0 10px;
}

.site-header .widget-area a,
.site-header .widget-area a:visited {
   color: #a9a9a9;
}

.header-image .site-header .widget-area {
   padding: 40px 0;
   padding: 4rem 0;
}

.site-header .search-form {
   float: right;
   margin-top: 24px;
   margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
 /*nav {
   clear: both;
}*/
 
/* Navigation toggles
--------------------------------------------- */
 
.sub-menu-toggle,
.menu-toggle {
   display: none;
   visibility: hidden;
}

.genesis-nav-menu {
   clear: both;
   color: #999;
   font-family: 'Source Sans Pro', sans-serif;
   line-height: 1.5;
   float:right;
   width: 75%;
}

.genesis-nav-menu .menu-item {
   display: inline-block;
   text-align: left;
}

.genesis-nav-menu a {
   border: none;
   color: #fff;
   display: block;
   padding: 3px 14px 2px 14px;
   padding: 0.3rem 1.4rem 0.2rem 1.4rem;
   position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
   color: #333;
   background: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
   color: #999;
}

.genesis-nav-menu a {
   text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
   left: -9999px;
   opacity: 0;
   position: absolute;
   -webkit-transition: opacity .4s ease-in-out;
   -moz-transition:    opacity .4s ease-in-out;
   -ms-transition:     opacity .4s ease-in-out;
   -o-transition:      opacity .4s ease-in-out;
   transition:         opacity .4s ease-in-out;
   width: 200px;
   z-index: 99;
}

.genesis-nav-menu .sub-menu a {
   background-color: #fff;
   border: 1px solid #eee;
   border-top: none;
   color: #642365;
   font-size: 15px;
   font-size: 1.5rem;
   padding: 16px 20px;
   padding: 1.6rem 2rem;
   position: relative;
   width: 280px;
}

.genesis-nav-menu .sub-menu .sub-menu {
   margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
   position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
   left: auto;
   opacity: 1;
}

.genesis-nav-menu > .first > a {
   padding-left: 0;
}

.genesis-nav-menu > .last > a {
   padding-right: 0;
}

.genesis-nav-menu > .right {
   display: inline-block;
   float: right;
   list-style-type: none;
   padding: 28px 0;
   padding: 2.8rem 0;
   text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
   display: inline;
   padding: 0;
}

.genesis-nav-menu > .rss > a {
   margin-left: 48px;
   margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
   padding: 14px 0 0;
   padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
   border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
   margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
   background-color: #642365;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.genesis-nav-menu > .menu-item:hover a {
   background: #fff;
   color: #642365;
}

.nav-primary .sub-menu a:hover {
   color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
   background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home 
--------------------------------------------- */
.video-wrapper {
   height: 0;
   margin-bottom: 21px;
   text-align: center;
}

.home-video {
   padding-top: 20px;
}

.home-right.one-half {
   float:right;
}

.home-right,
.home-left {
   padding:0 20px;
}

.key {
   /*background: #e9e9e9;*/
   background: #F6F8F8;
   border: 1px solid #dedede;
   border-width: 1px 0;
   padding:40px 0 0 0;
   margin: 24px 0 20px 0;
}

.key h2 {
   font-size: 36px;
   font-size: 3.6rem;
   font-weight: 300;
   text-align: center;
   margin-bottom: 10px;
}

.key p {
   font-size: 24px;
   text-align: center;
   margin-bottom: 48px;
   padding: 0 40px;
}

.key h4 {
   color: #000;
   font-size: 18px;
   font-size: 1.8rem;
   font-weight: 300;
   text-transform: uppercase;
}

.key .widget {
   min-height: 200px;
   padding: 10px 40px;
}

.key li {
   margin-left: 75px;
}

.key .numbered {
   background: url(assets/numbers.png) no-repeat;
   display:block;
   float:left;
   height:41px;
   margin-right: 20px;
   width:42px;
   text-indent: -999em;
}
   
   .widget-1 .numbered {
      background-position: 0 0;
   }

   .widget-2 .numbered {
      background-position: 0 -42px;
   }

   .widget-3 .numbered {
      background-position: 0 -82px;
   }

   .widget-4 .numbered {
      background-position: 0 -124px;
   }

.endorsement {
   background: #642365 url(assets/tile-purple.png) no-repeat;
   clear:both;
   color: #fff;
   font-style: italic;
   margin-bottom: 12px;
   padding: 40px 20px;
}

.endorsement cite,
.testimonials-page cite {
   display: block;
   font-size: 15px;
   font-size: 1.5rem;
   font-weight: bold;
   font-style: normal;
   padding-top: 20px;
   text-align: right;
}

/* CTA
--------------------------------------------- */
.module-cta,
.module-signup {
   clear:both;
   padding: 20px 20px 30px 20px;
}

.module-cta {
   text-align: center;
}

.prisim-home .module-cta,
.empty-landing-page .module-cta {
   padding: 0px;
}

.module-page {
   margin: 0 auto;
   max-width: 1140px;
}

.btn {
   display:inline-block;
   border-radius: 2px;
   font-size: 24px;
   font-size: 2.4rem;
   line-height: 1.2em;
   font-weight:300;
   text-decoration: none;
   box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

.btn:hover {
   box-shadow: inset 0 1px 2px -1px rgba(0,0,0,0.20);
}

.module-cta .btn {
   margin-right: 20px;
   padding:10px 60px;
}

.prisim-home .module-cta .btn,
.empty-landing-page .module-cta .btn {
   display: block;
   font-size: 20px;
   font-size: 2rem;
   margin: 0 0 10px 0;
   text-transform: uppercase;
   width: 85%;
}

.module-signup .btn {
   border-radius: 0;
   position: relative;
   width:50%;
}

.module-page .btn {
   width: 35%;
   text-align: center;
}

.btn-standard {
   font-size: 18px;
   font-size: 1.8rem;
   letter-spacing: 0.5px;
   padding: 10px 20px;
   text-transform: uppercase;
}

.btn span {
   display:block;
   padding:10px 18%;
}

.btn.last {
   margin:0;
}

.lite, .lite:visited {
   background-color: #F6F8F8;
   border: 1px solid #ededed;
   color: #642365;
}

.home .lite, .home .lite:visited {
   background: #c9c9c9;
   border:1px solid #b1b1b1;
}

.home .lite:hover {
   color: #fff;
   background: #b9b9b9;
}

.dark, .dark:visited {
   background: #642365;
   border: 1px solid #4b1a4c;
   color: #fff;
}

.dark:hover {
   background-color: #800080;
   color: #fff;
}

.alt, .alt:visited {
   background: #333;
   border: 1px solid #111;
   color: #fff;
}

.alt:hover {
   background: #642365;
   color: #fff;
}

.module-signup .btn:before {
   font-family:"FontAwesome";
   position: absolute;
   right: 30px;
   top: 35%;
   content: "\f0da";
}

.more-link {
   display: block;
   border-top: 1px solid #ddd;
   padding: 10px 0 0;
}

.entry-content .more-link a, 
.entry-content .more-link a:visited {
   display: inline-block;
   background: #333;
   border: 1px solid #111;
   color: #fff;
   font-size: 14px;
   padding: 2px 20px;
   text-transform: uppercase;
}

.entry-content .more-link a:hover {
   color: #fff;
   background: #642365;
}

/* Entries
--------------------------------------------- */

.entry {
   border-radius: 3px;
   margin-bottom: 20px;
   margin-bottom: 2rem;
   padding: 24px 40px 24px 20px;
   padding: 2.4rem 4rem 2.4rem 2rem;
}

.full-width-content .entry {
   padding: 40px 20px 24px;
   padding: 4rem 2rem 2.4rem 2rem;
}

.prisim-home .entry {
   float:left;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   width: 31.623931623931625%;
}

.prisim-home .entry .entry-title,
.empty-landing-page  h2.entry-title {
   font-size: 26px;
   font-size: 2.6rem;
   font-weight: 400;
   line-height: 1.3em;
   margin-bottom:5px;
   color: #4a4e60;
}

.entry-content a {
   border-bottom: 1px solid #800080;
   color: #800080;
}

.entry-content a:hover {
   border-bottom: 1px solid #990099;
   color: #990099;
}

.entry-content .entry-title a {
   border: 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
   border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
   margin-bottom: 26px;
   margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
   margin-left: 40px;
   margin-left: 4rem;
}

.entry-content ol li {
   list-style-type: decimal;
}

.entry-content ul li {
   list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
   margin-bottom: 0;
}

.entry-content .search-form {
   width: 50%;
}

.entry-content .video-js {
   margin-bottom: 24px;
}

.entry-meta {
   color: #999;
   font-size: 14px;
   font-size: 1.4rem;
}

.entry-meta a {
   border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
   margin-bottom: 24px;
   margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
   border-top: 2px solid #f5f5f5;
   margin: 0 -40px;
   margin: 0 -4rem;
   padding: 32px 40px 8px;
   padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
   content: "\2014";
   margin: 0 6px 0 2px;
   margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
   display: block;
}

.list-page article {
   font-size: 24px;
   font-size: 2.4rem;
}

.article-list .entry {
   padding-left: 0;
   padding-right: 0;
}

.children article {
   font-size: 18px;
   font-size: 1.8rem;
   background: #fff;
   border: 0;
   padding: 10px;
}

.post-edit-link {
   display: none;
}

.post-password-form input {
   width: 40%;
}


/* Simulations
--------------------------------------------- */
.simulation article {
   margin:30px 0 0 0;
   overflow: hidden;
}


.simulation .entry-content {
   float:right;
   width: 38%;
   padding-top:0px;
}

.module-support {
   float: right;
   width: 42%;
   padding-top: 10px;
}

.module ul,
.module li {
   list-style:none;
   padding:0;
}

.support {
   clear:both;
   border-top: 1px solid #ededed;
   padding: 30px 20px 30px 20px;
   position: relative;
}

.module-course-video {
   clear:both;
   float:left;
   width: 58%;
}

.module-addons {
   float:left;
   padding-top: 10px;
   width: 48%;
}

.module-addons li {
   background: #F6F8F8;
   border: 1px solid #ededed;
   color: #333;
   display: inline-block;
   margin: 0 0 4px 0;
   vertical-align: top;
   width: 32.3333%;
}

.module-addons li a {
   color: #333;
   display:block;
   padding: 2%;
   height: 140px;
   padding: 20px 5px;
   text-align: center;
   vertical-align: bottom;
}

.module-addons li i {
   color: #a7a7a7;
   display: block;
   font-size: 36px;
   font-weight: normal;
   padding: 5px 0;
   text-align: center;
}

.module-support li {
   background:url(assets/pdf-icon.jpg) left center no-repeat;
   padding:0 0 8px 40px;
}

.module-support li.video {
   background:url(assets/video-icon.png) left center no-repeat;
   padding:0 0 8px 40px;
}

.video-controls a,
.tab-link a {
   background: #F6F8F8;
   border: 1px solid #ededed;
   display: inline-block;
   font-size: 13px;
   font-weight: 600;
   margin-right: 3px;
   padding: 4px 8px;
   text-transform: uppercase;
}

.tab-link {
   float: right;
}

.tab-link a {
   display: block;
   padding: 2px 8px;
}

.tab-link a:hover {
   background: #ececec;
   color: #333;
}

.course-industry {
   margin: 0;
}

.course-industry span {
   font-weight: 600;
}

.simulation-nav  {
   padding: 30px 20px;
   margin-bottom: 20px;
   overflow: hidden;
}

.simulation-nav a {
   font-size: 18px !important;
   padding: 4px 10px;
}

.simulation-nav .nav-left {
   float:left;
}

.simulation-nav .nav-right {
   float: right;
}

/* Industries
--------------------------------------------- */

.industry-select {
   background: #642365 url(assets/tile-purple-lrg.png) -20% 0 no-repeat;
   clear:both;
   color: #fff;
   margin-top: 30px;
   clear:both;
}

.industry-select h2,
.industry-select h3 {
   color: #fff;
   font-weight: 300;
}

.industry-select h2 {
   font-size: 32px;
   margin-bottom: 32px;
   padding: 0 10%;
}

.select-inner {
   margin: 0 auto;
   padding: 2.5% 0 1.5% 0;
   width:65%;
   text-align: center;
}

.small-column {
   border-top: 1px solid #ededed;
   padding:20px 5%;
}

.industry-list .entry {
   background: transparent;
}

.attachment-post-mid,
.course-image {
   border: 1px solid #ededed;
   padding: 10px;
}

.industry-select .btn {
   font-size: 20px;
   margin: 0 5px;
   width: 40%;
}

.industry-select select {
   color: #642365;
   font-size: 18px;
   font-size: 1.8rem;
   font-weight: 500;
   line-height: 2em;
   margin-bottom: 32px;
   width: 40%;
}

/* Testimonials
--------------------------------------------- */
.testimonials-page .entry-title,
.children .entry-title {
   font-size: 18px;
   font-size: 1.8rem;
   text-transform: uppercase;
}

.testimonials-page .entry {
   padding-top: 24px;
   padding-top: 2.4rem;
   margin-bottom: 24px;
   margin-bottom: 2.4rem;
}

.testimonials-page .entry-content {
   color: #545454;
}

.testimonials-page .entry-content p:first-child {
   text-indent: -0.5em;
   font-size: 21px;
}


/* Videos
--------------------------------------------- */
.page-id-825 .entry h2 {
   padding: 40px 0 0;
}

/* Learning Objectives
--------------------------------------------- */
.page-id-9 .entry-title,
.page-template-template-simulation-list-php h1.entry-title {
   text-align: center;
}

.intro {
   font-size: 24px;
   text-align: center;
}

.page-id-9 h2 {
   clear:both;
   padding: 40px 0 0px 0;
}

.page-id-9 h3 {
   font-weight: 300;
   font-size: 21px;
   margin-bottom: 18px;
}

/* Happening
--------------------------------------------- */
.page-id-2369 h1 {
   text-align: center;
}

.page-id-2369 .intro {
   text-align: center;
   font-size: 21px;
   margin-bottom: 48px;
   padding: 0 10% 6%;
}

.page-id-2369.full-width-content article {
   padding: 0 10%;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
   font-size: 14px;
   font-size: 1.4rem;
   margin: 40px 0;
   margin: 4rem 0;
}

.archive-pagination li {
   display: inline;
}

.archive-pagination li a {
   background-color: #333;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   padding: 4px 18px;
   padding: 0.4rem .8rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
   background-color: #642365;
}

.entry-pagination a {
   border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
   background-color: #fff;
   margin-bottom: 40px;
   margin-bottom: 4rem;
}

.entry-comments {
   padding: 40px;
   padding: 4rem;
}

.comment-respond,
.entry-pings {
   padding: 40px 40px 16px;
   padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
   border-bottom: 1px solid #ddd;
}

.comment-content {
   clear: both;
}

.entry-comments .comment-author {
   margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
   width: 50%
}

.comment-respond label {
   display: block;
   margin-right: 12px;
   margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
   list-style-type: none;
}

.comment-list li {
   margin-top: 24px;
   margin-top: 2.4rem;
   padding: 20px 32px;
   padding: 2rem 3.2rem;
}

.comment-list li li {
   margin-right: -32px;
   margin-right: -3.2rem;
}

li.comment {
   background-color: #f5f5f5;
   border: 2px solid #fff;
   border-right: none;
}

.comment .avatar {
   margin: 0 16px 24px 0;
   margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
   display: none;
}

.bypostauthor {
}

.form-allowed-tags {
   background-color: #f5f5f5;
   font-size: 14px;
   font-size: 1.4rem;
   padding: 24px;
   padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
   color: #999;
}

.page-template-page_blog-php .sidebar,
.date .sidebar {
   border: 0;
}

.sidebar a {
   border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
   margin-bottom: 0;
}

.sidebar ul  {
   margin-bottom: 20px;
}

.sidebar li {
   list-style-type: none;
   margin-bottom: 6px;
   margin-bottom: 0.6rem;
   word-wrap: break-word;
}

.sidebar ul > li:last-child {
   margin-bottom: 0;
}

.sidebar .widget {
   border-radius: 3px;
   margin-bottom: 20px;
   margin-bottom: 2rem;
   padding: 40px;
   padding: 4rem;
}

.sidebar .widget {
   background: #F6F8F8;
   border: 1px solid #dedede;
}

.sidebar .enews-widget {
   background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-wrapper {
   clear:both;
   background: #333 url(assets/tile.png) no-repeat;

}

.footer-widgets {
   background: #333;
   border-top: 10px solid #303030;
   color: #c1c1c1;
   clear: both;
   font-size: 16px;
   font-size: 1.6rem;
   padding: 40px 0 16px;
   padding: 4rem 0 1.6rem;
}

.footer-widgets-1 {
   width: 48.717948717948715%;
}

.footer-widgets-2,
.footer-widgets-3 {
  width: 23.076923076923077%;
}

.footer-widgets-1 {
   margin-right: 40px;
   margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
   float: left;
}

.footer-widgets-3 {
   float: right;
   text-align: center;
}

.footer-widgets a {
   border-bottom: 1px solid #666;
   color: #999;
}

.footer-widgets a:hover {
   color: #ddd;
}

.footer-widgets .widget {
   margin-bottom: 24px;
   margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
   color: #fff;
}

.footer-widgets li {
   list-style-type: none;
   margin-bottom: 6px;
   margin-bottom: 0.6rem;
   word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
   border: 1px solid #ddd;
}

.footer-widgets input[type="search"] {
   background: transparent;
   border: 1px solid #ababab;
   box-shadow: none;
}

.footer-widgets .social li {
   list-style: none;
   padding:0;
}
.footer-widgets .social li a {
   display: block;
   border: 0;
   background: url(assets/icons-sm.png) no-repeat;
   padding-left: 25px;
}

.social li a#in {
   background-position:0 -31px;
}

.social li a#twitter {
   background-position: 0 -61px;
}

.social li a#youtube {
   background-position: 0 -91px;
}

.footer-widgets #twitter-widget-0 .customisable-border {
   border-color: #ababab;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
   clear: both;
   background: #333;
   color: #c1c1c1;
   font-size: 16px;
   font-size: 1.6rem;
   padding: 40px 0;
   padding: 4rem 0;
}

.site-footer a {
   color: #ddd;
   border-bottom: 1px solid #ddd;
}

.site-footer p {
   margin-bottom: 0;
}

.creds {
   color: #919191;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

   .wrap {
      max-width: 1020px;
   }

   .genesis-nav-menu a,
   .genesis-nav-menu > .first > a,
   .genesis-nav-menu > .last > a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 3px 12px 2px 12px;
      padding: 0.3rem 1.2rem 0.2rem 1.2rem;
   }

   .content-sidebar-sidebar .content-sidebar-wrap,
   .sidebar-content-sidebar .content-sidebar-wrap,
   .sidebar-sidebar-content .content-sidebar-wrap {
      width: 740px;
   }

   .content {
      width: 620px;
   }

   .sidebar-content-sidebar .content,
   .sidebar-sidebar-content .content,
   .content-sidebar-sidebar .content {
      width: 400px;
   }

   .footer-widgets-1,
   .footer-widgets-2,
   .footer-widgets-3,
   .sidebar-primary,
   .title-area {
      width: 300px;
   }

   .landing-page .sidebar-primary {
      width: 397px;
   }

   .landing-page .content {
      width: 610px;
   }

   .industry-select h2 {
      font-size: 28px;
      padding: 0;
   }

}

@media only screen and (max-width: 1023px) {

   body {
      background-color: #fff;
   }

   .content,
   .content-sidebar-sidebar .content,
   .content-sidebar-sidebar .content-sidebar-wrap,
   .footer-widgets-1,
   .footer-widgets-2,
   .footer-widgets-3,
   .landing-page .content,
   .sidebar-content-sidebar .content,
   .sidebar-content-sidebar .content-sidebar-wrap,
   .sidebar-primary,
   .landing-page .sidebar-primary,
   .sidebar-secondary,
   .sidebar-sidebar-content .content,
   .sidebar-sidebar-content .content-sidebar-wrap,
   .site-inner,
   .title-area,
   .wrap {
      width: 100%;
   }

   .site-header .wrap {
      padding: 20px 0;
      padding: 2rem 0;
   }

   .site-title {
      float:left;
      position:relative;
      top: 0;
   }

   .header-image .site-header .wrap {
      background-position: center top;
   }

   .site-inner {
      padding-left: 5%;
      padding-right: 5%;
   }

   .prisim-home .entry {
      float: none;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
   }

   .prisim-home .module-cta .btn,
	.empty-landing-page .module-cta .btn   {
      display: inline-block;
      width: 50%;
   }

   .home-video.last-col {
      float: none;
      width: 100%;
   }

   .endorsement {
      padding-left: 30px;
      padding-right: 30px;
   }

   .module-course-video {
      float:none;
      width: 100%;
   }

   video {
      display: block;
      margin: 0 auto;
   }

   .simulation .entry-content {
      float:none;
      width: 100%;
   }

   .module-signup {
      padding-left: 0;
      padding-right: 0;
   }

   .module-signup .btn {
      font-size: 18px;
      font-size: 1.8rem;
   }

   .select-inner {
      padding-left: 0;
      padding-right: 0;
      width: 80%;
   }

   .industry-select .btn {
      margin-bottom: 5px;
      width: 50%;
   }

   .industry-list {
      padding:0;
   }

   .archive-description,
   .author-box,
   .comment-respond,
   .entry,
   .entry-comments,
   .entry-footer .entry-meta,
   .header-image .site-header .widget-area,
   /*.sidebar .widget,*/
   .site-header {
      padding: 0;
   }

   .sidebar .widget {
      padding: 20px;
      padding: 2rem;
   }

   .genesis-nav-menu {
      float: none;
      width: 100%;
   }

   .genesis-nav-menu li,
   .site-header ul.genesis-nav-menu,
   .site-header .search-form {
      float: none;
   }

   .site-description,
   .site-header .title-area,
   .site-header .search-form,
   .site-title {
      text-align: center;
   }

   .genesis-nav-menu a,
   .genesis-nav-menu > .first > a,
   .genesis-nav-menu > .last > a {
      padding: 3px 14px 2px 14px;
      padding: 0.3rem 1.4rem 0.2rem 1.4rem;
   }

   .site-header .search-form {
      margin: 16px auto ;
      margin: 1.6rem auto;
   }

   .genesis-nav-menu li.right {
      display: none;
   }

   .entry-footer .entry-meta {
      margin: 0;
      padding-top: 12px;
      padding-top: 1.2rem;
   }

   .sidebar .widget.enews-widget,
   .landing-page .sidebar .widget {
      padding: 40px;
      padding: 4rem;
   }

   .site-footer {
      padding: 24px 0;
      padding: 2.4rem 0;
      text-align: center;
   }

   .footer-widgets {
      padding: 40px 5% 16px;
   }

   .footer-widgets-1 {
      margin: 0;
   }

}

@media only screen and (min-width: 768px) {
 
   nav {
      display: block !important;
   }
}

@media only screen and (max-width: 767px) {

   .five-sixths,
   .four-sixths,
   .one-fourth,
   .one-half,
   .one-sixth,
   .one-third,
   .three-fourths,
   .three-sixths,
   .two-fourths,
   .two-sixths,
   .two-thirds {
      margin: 0;
      width: 100%;
   }

   /* Responsive Menu
   -----------------------------*/

   .menu-toggle {
      clear:both;
      display: block;
      font-size: 21px;
      font-weight: 400;
      margin:0;
      overflow: hidden;
      padding: 5px 20px;
      padding: 0.5rem 2rem;
      visibility: visible;
      text-align: center;
      width: 100%;
   }

   .sub-menu-toggle {
      display: block;
      font-weight: 400;
      margin:0;
      overflow: hidden;
      padding: 20px;
      padding: 2rem;
      visibility: visible;
   }
 
   button.menu-toggle {
      background-color: #642365;
      color: #fff;
   }

   .sub-menu-toggle {
      background: transparent;
      color: #fff;
   }

   button.sub-menu-toggle:hover {
      background: transparent;
      color: #333;
   }
 
   .sub-menu-toggle {
      position: absolute;
      right: 0;
      top: 0;
   }
 
   .sub-menu-toggle:before {
      font-family: FontAwesome;
      content: "\f067";
   }
 
   .sub-menu-toggle.activated:before {
      font-family: FontAwesome;
      content: "\f068";
   }
 
   nav {
      display: none;
      position: relative;
   }

   .genesis-nav-menu .menu-item {
      display: block;
      position: relative;
      text-align: left;
   }
 
   .genesis-nav-menu .menu-item:hover {
      position: relative;
   }
 
   .genesis-nav-menu .sub-menu {
      clear: both;
      display: none;
      opacity: 1;
      position: static;
      width: 100%;
   }

   .genesis-nav-menu a,
   .genesis-nav-menu > .first > a,
   .genesis-nav-menu > .last > a {
      padding: 10px 14px;
      padding: 1rem 1.4rem;
   }
 
   .genesis-nav-menu .sub-menu a {
      border-left: 0;
      position: relative;
      width: auto;
   }
 
   .genesis-nav-menu .sub-menu .sub-menu {
      margin: 0;
   }
 
   .genesis-nav-menu .sub-menu .sub-menu a {
      background-color: #f5f5f5;
      padding-left: 30px;
   }
 
   .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
      background-color: #fff;
      padding-left: 40px;
   }
 
   .genesis-nav-menu .menu-item > a:hover {
      background: #e9e9e9;
      color: #333;
   }

   .genesis-nav-menu .menu-item:hover button.sub-menu-toggle,
   .genesis-nav-menu .current-menu-item button.sub-menu-toggle {
      color: #333;
   }

   .prisim-home .module-cta .btn,
     .empty-landing-page .module-cta .btn {
      width: 75%;
   }

   .industry-select {
      background-image: none;
   }

   .industry-select select {
      width: 65%;
   }

   .module-support {
      float: none;
      width: 100%;
   }

   .module-addons {
      float:none;
      width: 100%;
   }

   .module-signup .btn {
      margin-bottom: 10px;
      position: relative;
      width:100%;
   }

   .module-page .btn {
      font-size: 20px;
      padding: 10px;
      margin-bottom: 5px;
      width: 85%;
   }

   .intro {
      font-size: 20px;
   }

}

@media only screen and (max-width: 600px) {

   .site-header .wrap {
      padding-top: 0;
   }

   .site-title {
      float: none;
      text-align: center;
      width: 100%;
   }

   .site-title a {
      margin: 0 auto;
   }

   .site-title a,
   .site-title a:hover {
      background: url(assets/logo_mobile.png);
      height: 90px;
      width: 169px;
   }

   .site-header .widget-area {
      width: 100%;
      text-align: center;
   }

   .module-addons li {
      display: block;
      width: 100%;
   }

   .industry-select h2 {
      font-size: 24px;
   }

   .industry-select select {
      width: 85%;
   }

   .sidebar .widget-title {
      margin-left: -20px;
      padding-left:10px;
   }

   .single-business_simulation .breadcrumb {
      float: none;
   }

   .tab-link {
      float: none;
      display: inline-block;
      margin-left: 20px;
   }
}

@media only screen and (max-width: 320px) {
   .prisim-home .module-cta .btn,
   .empty-landing-page .module-cta .btn   {
      width: 90%;
   }

   .key p {
      font-size: 18px;
      font-size: 1.8rem;
   }

   .key .widget {
      padding: 10px 20px;
   }

   .lading-page .sidebar .widget {
      padding: 20px;
      padding: 2rem;
   }

   img.alignleft,
   img.alignright {
      float:none;
   }

}

/*BEGIN PRISIM EDITS*/

   /* Empty Landing Page
   -----------------------------*/
.empty-landing-page  #featured-post-2, 
.empty-landing-page  .breadcrumb{
	display:none;
}

.empty-landing-page  .content
{
	width:100%;
}

.empty-landing-page  .entry
{
	padding:0rem 4rem 2.4rem 2rem;
	margin-bottom:0rem;
}

.empty-landing-page .article.entry {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    width: 31.6239%;
}

.entry-content a.last:hover {
 color: #fff;
 }

 .empty-landing-page .endorsement{
	background: none no-repeat scroll 0 0 #f6f8f8;
	border-color: #dedede;
    border-style: solid;
    border-width: 1px;
	color: #4a4e60;
 }
 
 .empty-landing-page .key{
	background: none;
    border-color: none;    
    border-style: none;
    border-width: 0;
    margin: 0px 0 15px;
    padding: 0;
 }
 
 .empty-landing-page h1.entry-title{
text-align:center;
 }
 
 .empty-landing-page .course-image {
padding:30px 10px 20px 10px;
 }
 
 .empty-landing-page .video-wrapper{
	margin-bottom:0px;
 }
 
 
 .empty-landing-page .home-video{
	margin-top:20px;
	margin-bottom:20px;
	padding-top:0px;
 }

.empty-landing-page .emphasized {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 10px;
}

/* Empty landing page for Insurance*/
.empty-landing-page.insurance  .course-image{
    max-width:350px;
    display:block;
    margin:auto;
}

.empty-landing-page.insurance  h2.entry-title{
    text-align:center;
    font-size:2.3rem;
    margin:10px 0px 20px 0px;
}

.empty-landing-page.insurance .module-cta .btn{
    margin:0px auto 10px auto;
}

.empty-landing-page.insurance .entry{
    padding:0rem 3rem 2.4rem 3rem;
}

.empty-landing-page.insurance .entry-content a.dark{
    color: #ffffff;
}


.empty-landing-page.insurance .entry-content a.dark:hover{
    background: none repeat scroll 0 0 #333333;
    color: #f6f8f8;
}

.empty-landing-page.insurance .entry-content a.lite{
    background:none repeat scroll 0 0 #c9c9c9;
    border:1px solid #B1B1B1;
}

.empty-landing-page.insurance .entry-content a.lite:hover{
    background: none repeat scroll 0 0 #b9b9b9;
    color: #333;
    border:1px solid #B1B1B1;
}


 
 /* Children articles
   -----------------------------*/
 .children article .comment-content {
	color:#333;
 }
 
 
.children li.alt:hover {
	background: none;
 }

 .comment-list .children li{
	padding:15px;
 }

/* Video wrapper */
.single-business_simulation .video-wrapper{
    border:1px solid #EDEDED;
}

   /* Home Page
   -----------------------------*/
.second-video{
    clear:both;
    padding:4rem 0 4rem 0;
}


/* Generic */
 .centered{
     text-align:center;
 }

.clear{
clear:both;
}

a.prp-button{
    background: none repeat scroll 0 0  #642365;
    border: 1px solid #111111;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    padding: 2px 20px;
    text-transform: uppercase;
}

a.prp-button:hover {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
}

.icon.in{
    position:relative;
    top:3px;
    color: #FFFFFF;
    text-decoration: none;
}

.video-specific{
    border:1px solid #ededed;
}

/* iChallenge page Video Specific */
.ichallenge .video-controls a{
    background: none repeat scroll 0 0 #642365;
    color:#F6F8F8;
    height:45px;
    padding-top:12px;
}


.ichallenge .video-controls a:hover{
    background: none repeat scroll 0 0 #333333;
    color:#F6F8F8;
}

.ichallenge .video-wrapper{
    margin-bottom:0px;
}
 
/*END PRISM EDITS*/