/***********************************************/
/***********************************************/

/***Make sure that you are editing editor.css***/

/***********************************************/
/***********************************************/


@import url(base-editor.css);
@import url(phone-portrait.css) (max-width: 479px);
@import url(phone-landscape.css) (min-width: 480px) and (max-width: 760px);
@import url(member-landing.css) (max-width: 680px);
@import url(tablet-portrait.css) (min-width: 761px) and (max-width: 979px);
@import url(desktop-editor.css) (min-width: 980px);


/***Primary Color***/
h1, a {
  color: #CC7A0A
}

#pbmc-wrap, 
.moduletable.button-list ul li a, .moduletable.button-list ul li a:visited,
.readon, .readon:visited,
.home-template-01 .home-sub h6 a, .side-bar h6 a,
.moduletable .nivo-controlNav {
  background-color: #233067; color: white;
}

#under-header-wrap, #my-name-is {background-color: #233067;}

.home-template-01 {
  border-color: #233067
}

/***Button Hover Color***/
.readon:hover, .readon:active,
.moduletable.button-list ul li:hover a,
.side-bar h6 a:hover,
.home-template-01 .home-sub h6 a:hover {
  background-color: #333
}

/***Mobile Buttons***/
a.toggle-menu, a.toggle-login, a.toggle-search, a#mcSimpleLogin { 
  color: #242424;
  background: #bbb;
}

/***Top Menu Bar***/
#site-top-1, #site-top-3 {background: #233067; box-shadow: 0 3px 7px #777}

/***Active Menu Item Color***/
.resp-menu > li.active > a, .resp-menu > li.active > .separator {color: #CC7A0A;}


/***Menu - 2nd Level***/
.resp-menu li li > a, .resp-menu li li > .separator, 
.resp-menu li.parent.expand a, .resp-menu li.parent.expand .separator {
    color: #bbb;
    background-color: #333
}
.resp-menu li.parent.expand a, .resp-menu li.parent.expand .separator {border-left: 5px solid #204060;}
/***Menu - 2nd Level Hover***/
.resp-menu li li.hover > a, .resp-menu li li.hover > .separator {
    background-color: #222;
    color: white;
}

.resp-menu li li.active > a, .resp-menu li li.active > .separator {text-decoration: underline;}

/* 3rd level */
.resp-menu li li li a, .resp-menu li li li .separator, 
.resp-menu li li.parent.expand a, .resp-menu li li.parent.expand .separator {
    color: #aaa;
    background: #222;
}
.resp-menu li li li.hover a {
    color: white;
}

/*** Mobile Menu Color - probably best if this is slightly different from Primary - or dark***/
.resp-menu {background: #233067;}

/* My Name Is background */
#my-name-is {
background-image: url(/jmc-assets/misc/my-name-is.png);/* default black suit */
/*  background-image: url(/jmc-assets/misc/my-name-is-blue-polo.png); /* blue polo shirt */
/*  background-image: url(/jmc-assets/misc/my-name-is-female.png); /* female suit */
/*  background-image: url(/jmc-assets/misc/my-name-is-gray-t.png); /* gray t-shirt */
/*  background-image: url(/jmc-assets/misc/my-name-is-medical.png); /* medical lab coat */
/*  background-image: url(/jmc-assets/misc/my-name-is-tan-sweater.png); /* tan sweater */
/*  background-image: url(/jmc-assets/misc/my-name-is-worker.png); /* general worker */
}


/*** Social Network Menu ***/
#socnets li a, #socnets li a:visited {
    background: url(/jmc-assets/icons/socnets-color-circle.png);
    opacity: 1;
}
#socnets li a:hover, #socnets li a:active {opacity: 1; background-image: url(/jmc-assets/icons/socnets-color-circle.png);}
/* if these ids get out of sync with the source, they can be commented out and hardcoded */
#socnets li.item000 a {background-position: 0px 0px;}/*blog*/
#socnets li.item000 a {background-position: 0px -100px;}/*email*/
#socnets li.item138 a {background-position: 0px -200px;}/*facebook*/
#socnets li.item000 a {background-position: 0px -300px;}/*feed*/
#socnets li.item000 a {background-position: 0px -400px;}/*flickr*/
#socnets li.item117 a {background-position: 0px -500px;}/*linkedin*/
#socnets li.item000 a {background-position: 0px -600px;}/*location*/
#socnets li.item000 a {background-position: 0px -700px;}/*pinterest*/
#socnets li.item118 a {background-position: 0px -800px;}/*twitter*/
/* removed the twitter t version when they updated their bird mark */
#socnets li.item000 a {background-position: 0px -900px;}/*vimeo*/
#socnets li.item000 a {background-position: 0px -1000px;}/*wordpress*/
#socnets li.item000 a {background-position: 0px -1100px;}/*youtube*/
#socnets li.item000 a {background-position: 0px -1200px;}/*googleplus*/
#socnets li.item000 a {background-position: 0px -1300px;}/*myspace*/
#socnets li.item000 a {background-position: 0px -1400px;}/*instagram*/


/*** Home Page Modules ***/

.tablet-landscape .home-template-01 .home-sub {
  width: 350px;
  height: 300px;
}

.tablet-landscape .mc-logo-link img,
.tablet-portrait .mc-logo-link img{margin: 0}


.tablet-landscape div.table-wrapper {border: 0 !important;}
.tablet-landscape div.scroll-indicator {background: none; padding: 0;}

/* Forgot Pass in Login Box */
.moduletable.mc-login a.mc-forgot-pass {font-size: 11px; line-height: 11px;}



/***********************************************/
/***********************************************/

/***Make sure that you are editing editor.css***/

/***********************************************/
/***********************************************/