/* grid tweaks */
.large-9 {
 height: 452px;
}
/* tinymce editor tweaks and styles */
[contenteditable="true"] ul {
    list-style: none;
    padding:0;
    margin:0;
}

[contenteditable="true"] li {
    padding-left: 1em;
    text-indent: -.7em;
}

[contenteditable="true"] li:before {
    content: "• ";
    color: blue; /* or whatever color you prefer */
}

/* misc */

  #page-sidebar #wsgc-news-module h3 {
    font-size: 1.2em;
    padding: 0; }

h4 { margin-bottom: 7px; }
#secondary-nav > .lw_widget > ul > li, #secondary-nav > .lw_widget > noscript > ul > li {
    margin: 0;
}
.intro {
    font-size:1.2em;
}
#page-content-wrap .page-content h1 {
    margin-top: 0;
}
.body_news #page-content-wrap .page-content #main-content h2{
      margin-bottom: 25px;
}
#page-content-wrap .page-content {
    padding-top: 70px;
}
#page-content-wrap .page-content ul.no-bullets {
    list-style-type:none;
}
#page-content-wrap .page-content ul.no-bullets li {
    list-style-type:none;
    background:none;
    padding-left:0;
}
#page-content-wrap .page-content ul.big-arrow-bullets {
    list-style-position: inside;
    list-style-image: url("/themes/europa/assets/images/tab-bullet.gif");
    background:none;
    padding-left:0;
}
#page-content-wrap .page-content ul.big-arrow-bullets li {
    background:none;
    padding-left:0;
}
/* livewhale overrides */

#wsgc-news-cycle .lw_widget > ul > li, .lw_widget > noscript > ul > li {
    clear: none;
}
#page-sidebar-content ul li,
.saveandshare ul li,
.group_news_and_awards .lw_widget_news ul li {
    list-style-type:none;
}
.group_news_and_awards .lw_widget_news ul li {
    margin-bottom:9px;
}
.saveandshare ul li {display:inline;margin-right:5px;}
#main-nav .lw_widget_navigation .lw_subnav {
    margin-left: 0;
}
#main-nav .lw_widget {
    margin: 0;
}
#main-nav .lw_widget ul > li {
    margin: 0;
}

#main-content img {
width:auto;
}

/* profiles */
.lw_profiles_caption{display:none;}
.profiles_content {margin-bottom:9px;}
.profiles_description {margin-top:13px;}
  #faculty-detail .faculty .fullname {font-weight:normal;font-size:1.2em;margin-bottom:7px;}
  #faculty-detail .faculty .contact {
    position: relative;
    z-index: 100; }

  #faculty-detail .faculty .email {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-indent: -999px;
    font-size: 0px;
    line-height: 0;
    height: 38px;
    width: 38px;
    background: url("/themes/korra/assets/images/email-blue-icon.gif") center center no-repeat;
    float: left;
    margin-right: 15px; }
  #faculty-detail .faculty .phone {
    position: relative;
    height: 38px;
    width: 38px;
    margin-top: -2px;
    background: url("/themes/korra/assets/images/phone-blue-icon.gif") center center no-repeat;
    float: left; }
    #faculty-detail .faculty .phone:hover span {
      display: block; }
    #faculty-detail .faculty .phone span {
      display: none;
      background: url("/themes/korra/assets/images/phone-bubble.png") center center no-repeat;
      height: 71px;
      width: 191px;
      position: absolute;
      top: -55px;
      left: -145px;
      color: #7a232f;
      text-align: center;
      padding-top: 18px; }
  #faculty-detail .faculty .photo {
    padding-right: 4.16667%; }
    #faculty-detail .faculty .photo img {
      width: 100%; }
  #faculty-detail .detail {
    display: none; }
    #faculty-detail .detail.active {
      display: block; }

#faculty-navigation {
  position: relative;
  margin-top: 50px; }
  #faculty-navigation ul {
    background: #003c4b;
    list-style: none;
    overflow: hidden; }
    #faculty-navigation ul li {
      border-right: 1px solid #668A93;
      cursor: pointer;
      color: white;
      padding: 0 15px;
      height: 50px;
      line-height: 50px;
      vertical-align: center;
      display: block;
      float: left; }
      #faculty-navigation ul li:hover {
        text-decoration: underline; }
      #faculty-navigation ul li.active {
        background: #d1ccbd;
        color: #003c4b;
        text-decoration: none; }
  #faculty-navigation .dropdown {
    height: 50px;
    width: 50px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 22px 0 0 18px; }
    #faculty-navigation .dropdown .arrow {
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      border-top: 7px solid white;
      height: 0;
      width: 0; }
    #faculty-navigation .dropdown.active {
      padding: 12px 0 0 18px; }
    #faculty-navigation .dropdown.active {
      padding: 12px 0 0 18px; }
      #faculty-navigation .dropdown.active .arrow {
        border-bottom: 7px solid white;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        height: 0;
        width: 0;
        border-top: 7px solid rgba(0, 0, 0, 0); }

/* forms */

.lw_forms_form {
    padding: 1em;
    border: 1px solid #ccc;
    border-radius:4px;
    display:inline-block;
}
.lw_forms_form fieldset {
     border:none;
     margin-bottom:1em;
     width:50%;
     clear:left;
}
.lw_forms_instruction {
    font-size:.9em;
    color:#999;
    font-style:italic;
}
.lw_forms_form input[type=text] , .lw_forms_form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #eee;
  position: relative;
  -webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
  font-size:1.1em;
    color: #333333;
    float: left;
      padding: 10px 10px 5px;
      background: none;
      margin: 5px 0 15px;
}
.lw_forms_form input[type=checkbox] {
    margin-right:10px;
    margin-bottom:1em;
    -webkit-appearance: checkbox;
}
.lw_forms_form input[type=radio] {
    margin-right:10px;
    margin-bottom:1em;
    -webkit-appearance: radio;
}
.lw_forms_form textarea {
    width: 100%;
    min-height:80px;
}
.lw_forms_form input[type=submit] {
  -webkit-box-shadow: inset -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 45px;
  border-radius: 5px;
  padding: 5px 10px;
  display: block;
  border: none;
}

@media only screen and (max-width: 60em) {
  #faculty-detail .faculty .copy {
    float: right; }
  #faculty-detail .faculty .contact {
    clear: left;
    padding: 0;
    margin-top: 20px; }
  #faculty-detail .dropdown {
    display: block; }

@media only screen and (max-width: 39.0625em) {
  #faculty-detail {
    position: relative; }
    #faculty-detail .faculty .copy {
      float: left;
      clear: left;
      padding: 20px 0 0 0; }
    #faculty-detail .faculty .contact {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      width: auto; }
    #faculty-detail .dropdown {
      display: block; }

#page-content-wrap #faculty-detail .faculty .contact {
    z-index: 100;
}
#faculty-detail .lw_slideshow li:first-child div {display:none;}
#page-content-wrap .faculty-listing li {
    margin:0;
}
#page-content-wrap .faculty-listing > ul > li:first-child .faculty {
    padding-top:0;
    border-top:none;
}
.faculty-listing .faculty .email {
    margin:0;
    margin-right:15px;
    padding:0;
}
.lw_widget_saveandshare li.linkedin a:after, .lw_widget_saveandshare li.linkedin a:after {
    background-image: url(/_ingredients/_dist/img/linkedin-white.svg);
    height: 1rem;
    width: 1rem;
    top: 50%;
    left: 50%;
}
.lw_widget_saveandshare li.twitter a:after, .lw_widget_saveandshare li.twitter a:after {
    background-image: url(/_ingredients/_dist/img/twitter-white.svg);
    height: 1rem;
    width: 1rem;
    top: 50%;
    left: 50%;
}
