/*
Theme Name: Dicentra
Author: David and Goliath
Author URI: http://david-goliath.com
Description: The 2013 theme for Dicentra. Design David&Goliath
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, gray, one-column, two-columns, fixed-width, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, microformats, rtl-language-support
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
strong{
  font-weight: bold;
}

p a,
li a,
ol a {
  font-size: 1em;
}

img.alignleft,
li.alignleft {
  float:left;
  margin-right: 10px;
}


/* =Puch footer buttom
----------------------------------------------- */
* {
  margin: 0;
}

html, body {
  height: 100%;
  font-size: 16px;
}

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -165px;
}

#colophon {
  height: 80px;
  margin-top: 65px;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
  background: #f9f9f9;
}

.puch  { 
  height: 165px;
}


/* =Structure
----------------------------------------------- */

body.search {
  background: #ffffff;
}
body.search footer.entry-meta {
  display: none;
}

.search{
  width: 100%;
  background: #333333;
  background: rgb(46,46,46);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlMmUyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTAxMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(46,46,46,1) 0%, rgba(1,1,1,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,46,46,1)), color-stop(100%,rgba(1,1,1,1)));
  background: -webkit-linear-gradient(top,  rgba(46,46,46,1) 0%,rgba(1,1,1,1) 100%);
  background: -o-linear-gradient(top,  rgba(46,46,46,1) 0%,rgba(1,1,1,1) 100%);
  background: -ms-linear-gradient(top,  rgba(46,46,46,1) 0%,rgba(1,1,1,1) 100%);
  background: linear-gradient(to bottom,  rgba(46,46,46,1) 0%,rgba(1,1,1,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#010101',GradientType=0 );
}

  #searchform {
    width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: right;
  }

  #searchform .field {
    width: 220px;
  }

  #searchsubmit {
    background: transparent url(images/ico-searchform.png) center center no-repeat;
    height: 19px;
    width: 19px;
    margin: 0 14px; 
    border: 0;
    color: #fff;
    text-indent: -999em;
  }

header{
  background: #fff;
}
  
  #branding .wrapper{
    height: 160px;
  }

  .logo, #header-info{
    display: block;
    width: auto;
  }

  .logo {
    margin-top: 5px;
  }

  #header-info {
    font: 1em/1em "Helvetica", Arial, sans-serif;
    font-weight: bold;
    color: #c83880;
    margin: 15px 0 15px 125px;
  }

  .bbb{
    position: absolute;
    top: 30px;
    right: 0px;
  }

  #social-links {
    position: absolute;
    right: 165px;
    top: 50px;
  }
  #social-links a {
    display: block;
    margin-bottom: 5px;
  }
  #social-links a:first-child {
    padding-left: 5px;
  }
  #social-links a.in-link {
    padding-left: 3px;
  }


  .live-chat{
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    margin-top: 12px;
    white-space: nowrap;
    right: 0;
    display: block;
    border-radius: 4px;
    background: #4b5254; /* Old browsers */
    background: -moz-linear-gradient(top,  #4b5254 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b5254), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4b5254 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4b5254 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4b5254 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4b5254 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5254', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  }

  .live-chat a{
    font: 10px "Helvetica", Arial, sans-serif;
    display: block;
    padding: 10px 15px;
    color: white;
  }
  .live-chat a:hover{
    color: white;
  }
  .live-chat:hover{
    background: #2d3133; /* Old browsers */
    background: -moz-linear-gradient(top,  #2d3133 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3133), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2d3133 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2d3133 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2d3133 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2d3133 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3133', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

  } 

/* =Global
----------------------------------------------- */

.wrapper{
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.assistive-text {
  display: block;
  height: 0;
  text-indent: -999em;
}

.skip-link{
  display: none;
}

#main {
  font-family: "Helvetica", Arial, sans-serif;
  padding: 45px 0 0;
  background: url(images/bg-main.png) repeat-x top;
}

#main > .wrapper {
   background: url(images/bg-primary.png) 640px repeat-y;
}

#primary,
#secondary {
  float: left;
  padding: 0 10px;
}

#primary {
  width: 620px;
 }

.widget-area {
  width: 300px;
}



/* =Typo
----------------------------------------------- */

#main #content > .entry-title {
  font: 1.625em/1.750em "Helvetica", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}

  #main .entry-title a {
    color: #333333;
  }

#main h1, #main h2, #main h3, #main h4, #main h5 {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}

#main h1,
#main h1 a,
.blog #main .entry-title {
  font-size: 1em;
  line-height: 1.250em; 
}

.blog #main .entry-title {
  width: 80%;
}

#main h2 {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.5em;
}

#main h3, 
#main h4, 
#main h5 {
  font-size: 0.750em;
  line-height: 1.3em;
}

#main p,
#current-events {
  font-size: 0.938em;
  line-height: 1.5em;
  font-weight: 300;
  color: #333333;
  padding-bottom: 0.667em;
  -webkit-text-size-adjust: none;
}
  #main strong {
    font-weight: bold;
  }

  #main .entry-meta{
    font-size: 0.750em;
    font-weight: 300;
    color: #999999;
  }

  #main .entry-meta a,
  #main p > a {
    font-size: 1em;
  }

a {
  font-size: 0.750em;
  color: #c83880;
  text-decoration: none;
}

a:hover {
  color: #333333;
}

#main a,
#main a:hover {
  -webkit-transition: all 0.35s ;
     -moz-transition: all 0.35s ;
      -ms-transition: all 0.35s ;
       -o-transition: all 0.35s ;
          transition: all 0.35s ;
}



/* =Header Exposition
----------------------------------------------- */

.expo {
  position: absolute;
  width: 480px;
  left: 320px;
  top: 25px;
  font: 0.75em/1.5em "Helvetica", Arial, sans-serif;
  color: #666666;
  background: url(images/bg-meetus.gif) repeat-x center 8px;
}

.expo h3 {
  display: inline-block;
  padding: 0 5px 5px 0;
  color: #aaaaaa;
  font-size: 0.917em;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffffff;
}

.expo a {
  color: #999999;
}

.expo .expo-left,
.expo .expo-right {
  width: 50%;
  float: left;

}

/* =Navigation
----------------------------------------------- */

#access {}

#access {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #dedede;
  background: rgb(254,254,254);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(254,254,254,1) 49%, rgba(249,249,249,1) 50%, rgba(249,249,249,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(49%,rgba(254,254,254,1)), color-stop(50%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
  background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 49%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
  background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 49%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
  background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 49%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
  background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 49%,rgba(249,249,249,1) 50%,rgba(249,249,249,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f9f9f9',GradientType=0 );
}

  #access ul {
    display: block;
    width: 960px;
    margin: 0 auto;
  }
  #access li {
    display: inline-block;
    padding: 7px 0;
  }
  #access li:hover {
    cursor: pointer;
    padding: 1px 0;
  }
  #acces li:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #access a {
    display: block;
    font: 0.750em/1em "Helvetica", Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    color: #666666;
    padding: 6px 17px;
    margin: 9px 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #fefefe; 
  }
  #access .current_page_item a,
  #access .current-menu-ancestor a,
  #access li:hover a {
    color: #c83880;
    padding: 15px 18px 15px 17px;
    margin: 0;
    background: #f8f8f8;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-right: 0px;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  }
  #access .current_page_item + li a,
  #access li:hover + li a{
    border-left: 0px;
    margin-left: 1px;
  }
  #access li:first-child a {
    border-left: 0px;
  }
  #access li:last-child a {
    border-right: 0px;
  }
  #menu-navigation-menu > li {
    position: relative;
  }
  #menu-navigation-menu > li:hover > .sub-menu {
    display: block;
  }
  #menu-navigation-menu > li:hover .sub-menu:before {
    content: ".";
    position: absolute;
    left: -1px;
    display: block;
    width: 100%;
    height: 7px;
    background: #f9f9f9;
    border-left: 1px solid #f9f9f9;
    border-right: 1px solid #f9f9f9;
    text-indent: -999em;
  }
  #menu-navigation-menu > li:hover .sub-menu a {
    color: #666666;
    box-shadow: none;
  }
  #menu-navigation-menu > li:hover .sub-menu a:hover {
    color: #c83880;
  }
  #menu-navigation-menu .sub-menu {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    margin: 0;
    padding: 0 0 10px 0;
      border-left: 1px solid #DEDEDE;
     border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    z-index: 100;
    background: #f9f9f9;
  }
  #menu-navigation-menu .sub-menu li {
    display: block;
    width: 100%;
    border: 0px;
    position: relative;
  }
  #menu-navigation-menu .sub-menu li:hover {
    padding: 7px 0;
    border: 0px;
  }
  #menu-navigation-menu .sub-menu li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #menu-navigation-menu li .sub-menu li a {
    text-transform: none;
    font-weight: normal;
    line-height: 1.3em;
    padding: 0 15px;
    margin: 0;
    border: 0;
  }

  #menu-navigation-menu li#menu-item-4234 > .sub-menu > li > a,
  #menu-navigation-menu li#menu-item-4233 > .sub-menu > li > a {
    color: #777777;
  }
  
  #menu-navigation-menu .sub-menu li a:hover {
    display: block;
    padding: 0 15px;
    margin: 0;
    border: 0;
  }

  #menu-navigation-menu .sub-menu .current-menu-item a {
    font-weight: bold;
    color: #000000;
  }

  #menu-navigation-menu .sub-menu li:hover + li a{
    margin-left: 0px;
  }


  /* sub-menu category */

  #menu-navigation-menu .sub-menu li.menu-item-type-custom {
    position: relative;
  }

  #menu-navigation-menu .sub-menu li.menu-item-type-custom > a,
  #menu-navigation-menu .sub-menu li:hover.menu-item-type-custom > a {
    cursor: default;
    display: block;
    min-height: 20px;
    padding-top: 5px;
    color: #777;
    font-weight: 600;
    border-bottom: 2px solid #DEDEDE;
    border-radius: 0;
  }

  #menu-navigation-menu .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 245px;
    margin: 0;
    padding: 5px 0 0 5px;
    border: none;
    background: #ffffff;
    border-top: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
  }

  #menu-navigation-menu .sub-menu > li:hover > .sub-menu {
    display: block;
  }

  #menu-navigation-menu .sub-menu li .sub-menu li,
  #menu-navigation-menu .sub-menu li .sub-menu li a {
    background-color: #ffffff;
  }

  #menu-navigation-menu .sub-menu li .sub-menu:before {
    left: 0;
    width: auto;
  }


/* =Breadcrump
----------------------------------------------- */

.breadcrumbs,
.breadcrump {
  position: absolute;
  top: -35px;
  left: 10px;
  font-size: 0.688em;
  color: #999999;
}

.breadcrumbs a,
.breadcrump a{
  font-size: 1em;
}

/* =Article
----------------------------------------------- */

.home #primary .entry-header h1 {
  display: none;
}

#primary .post.hentry {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

#primary .entry-content {
  position: relative;
}

.single-post #primary .entry-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
  .single-post #primary .entry-content p em {
    font-style: italic;
  }

#primary .post.hentry .entry-header {}
  
  #primary .entry-meta,
  #primary .comments-link {
    position: absolute;
  }
  #primary #reply-title{
    text-align: left;
    clear: left;
  }
  #primary .entry-meta {
    bottom: 30px;
  }
  #primary .comments-link {
    top: 0;
    right: 0;
  }
    #primary .comments-link a {
      display: block;
      color: #999999;
      text-align: center;
      font-size: 1em;
      line-height: 1em;
      font-weight: bold;
      background: #ffffff;
      border: 1px solid #dddddd;
      padding: 5px 5px 3px;
      min-width: 30px;
      max-height: 26px;
      height: 16px;
    }
    #primary .comments-link a:after {
      content:".";
      text-indent: -999em;
      width: 7px;
      height: 7px;
      background: url(images/ico-comments-link.png) center bottom no-repeat;
      position: absolute;
      top: 25px;
      left: 50%;
      margin-left: -3px;
    }
    #primary .comments-link a:hover {
      color: #c83880;
    }
  
  #primary .read-more {
    text-align: right;
    padding-bottom: 0;
  }
  #primary .read-more a {
    text-transform: uppercase;
    color: #333333;
    font-weight: bold;
    font-size: 0.769em;
  }
  #primary .read-more a:hover {
    color: #c83880;
  }
  #primary .read-more .meta-nav,
  .recent_entries_dated_widget a .meta-nav {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(images/ico-read-more.png) center 2px no-repeat;
  }

.single-post #primary .post.hentry{
  padding-bottom: 80px;
  margin-bottom: 0;
}

#primary .entry-title,
.single-post #primary .entry-title {
  font-size: 1.625em;
}

.single-post #primary .entry-header .entry-meta {
  position: relative;
  top: 0;
  margin-bottom: 30px;
}

.single-post #primary footer.entry-meta {
  bottom: 15px;
}

.archive.category #primary footer.entry-meta {
  position: relative;
  bottom: 0;
  padding-top: 30px;
}

.archive.category #primary header .entry-meta {
  bottom: 15px;
}

.archive.category #primary .post.hentry {
  padding-bottom: 45px;
}

.archive.category #primary .entry-content {
  word-wrap: break-word;
}

#main h1.intro {
  font-size: 1.250em;
  line-height: 1.500em;
  font-weight: 200;
  margin-bottom: 35px;
}

#main #primary ul,
#main #primary ol {
  padding-bottom: 0.667em;
}

#main #primary ul li,
#main #primary ol li {
  list-style-image: url(images/ico-list-arrow.png);
  font-size: 0.938em;
  line-height: 1.5em;
  font-weight: 300;
  color: #333333;
  margin-left: 15px;
  -webkit-text-size-adjust: none;
}

#main #primary ul li a,
#current-events a {
  font-size: 1em;
  font-weight: 500;
}

#main #primary ol {
  padding-left: 5px;
}

#main #primary ol li {
  list-style: decimal;
}

#main .entry-content ol {
  font-weight: normal;
  margin-bottom: 10px;
}

#main .related-posts {
  top: 100%;
  width: 100%;
}

  #main .related-posts .related-posts-type{
    background: url(images/bg-related-article.gif) repeat-x center 12px;
  }

  #main .related-posts h2 {
    display: inline-block;
    font-size: 1.125em !important;
    font-weight: 400;
    color: #444444;
    background: #ffffff;
    padding-right: 20px;
    margin-top: 0;
    text-transform: capitalize;
  }

  #main #primary .related-posts li,
  .relatedposts li {
    list-style-image: url("images/ico-link-arrow.png");
  }

  #main #primary .related-posts a {
    color: #333333;
    font-weight: 200;
  }

  #main #primary .related-posts a:hover {
    color: #c83880;
  }

  #main .entry-extra {
    position: relative;
    padding-top: 60px;
    padding-right: 10px;
    margin-bottom: 60px;
  }

  #main .entry-extra #social{
    position: absolute;
    top: 0;
  }

  /* Sidebar */

 /* #gmpbanner {
    background: url(images/gmp-banner.jpg) no-repeat;
    display: block;
    height: 97px;
    margin-bottom: 20px;
    width: 255px;
    text-indent: -9999px;
  }*/
  #gmpbanner {
    background: url(images/banner-webinars.jpg) no-repeat;
    display: block;
    height: 203px;
    width: 276px;
    text-indent: -9999px;
  }

  #main .relatedposts {
    margin: 0 10px 45px 10px;
  }

  .related-services li,
  .relatedposts li  {
    font-size: 0.813em;
    font-weight: 300;
    line-height: 1.3em;
    padding: 0.625em 0;
    letter-spacing: -0.01em;
  }

  .relatedposts ul {
    padding: 0 10px 0 15px;
  }

  #main .relatedposts a,
  .widget-area .related-services a {
    color: #333333;
  }

  #main .relatedposts a:hover,
  .widget-area .related-services a:hover {
    color: #c83880;
  }

#social {
  width: 100%;
  padding: 10px 0 15px;
}

  #social p {
    display: inline-block;
    text-align: right;
    width: 480px;
    font-size: 0.750em;
    margin: 0 10px 0 0;
    padding: 0;
  }

  #social .social-banner {
    float: right;
  }

  #social:after,
  #main .related-posts:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* blog navigation */

  #nav-above {
    display: none;
  }

  #nav-below {
    width: 100%;
  }

  #nav-below h3,
  #nav-single h3 {
    display: none;
  }

  #nav-below .nav-previous,
  #nav-below .nav-next,
  #nav-single .nav-previous,
  #nav-single .nav-next {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0;
  }

  #nav-below a,
  #nav-below a,
  #nav-single a,
  #nav-single a {
    color: #717171;
  }

  #nav-below a:hover,
  #nav-below a:hover,
  #nav-single a:hover,
  #nav-single a:hover {
    color: #c83880;
  }

  #nav-single:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  #nav-below .nav-next,
  #nav-single .nav-next {
    text-align: right;
  }

  .meta-nav {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(images/spr-post-nav.png) no-repeat;
  }

  #nav-below .meta-nav {
    text-indent: -999em;
  }

    #nav-below .nav-previous .meta-nav,
    #nav-single .nav-previous .meta-nav {
      margin-right: 5px; 
      background-position: left 2px;
      text-indent: -999em;
    }

    #nav-below .nav-next .meta-nav,
    #nav-single .nav-next .meta-nav {
      margin-left: 5px;
      background-position: right 2px;
      text-indent: -999em;
      text-align: left;
    }

#main .contact-title {
  margin-bottom: 10px;
}

#main .contact-country {
  padding-bottom: 10px;
  border-bottom: 1px solid silver;
  margin-top: 40px;
  font-size: 20px;
}

#main iframe.google-maps {
  margin-top: 20px;
}

#main .contact-list{
  width: 100%;
  position: relative;
}

#main #primary .contact-list li {
  display: inline-table;
  margin: 0;
  padding: 0;
  width: 45%;
  height: 80px;
}

#main #primary .contact-list li a {
  display: block;
}


#main .contact-list h3,
#main .contact-list p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#main #estimate {
  background: none;
}
  #main #estimate h2 {
    font-size: 1.125em;
    margin-bottom: 10px;
  }
  #main #estimate #emf-form-description {
    font-size: 0.938em;
    font-weight: 300;
    margin-bottom: 40px;
  }
  #main #primary #emf-form {
    font-size: 1.15em;
  }
  #main #primary #emf-form li {
    margin-left: 0;
    list-style: none;
  }
  #main #primary #emf-form textarea {
    width: 550px;
    margin-bottom: 15px;
  }
  #recaptcha_image img { margin-top:10px; width: 249px !important; } 


/* =Sidebar
----------------------------------------------- */

#main .widget h3,
#main .widget-title,
#main .widget-area .related-services h3 {
  color: #444444;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.250em !important;
  line-height: 1.3em !important;
}

#secondary h3 {
  color: #444444;
  margin-top: 5px;
  font-size: 1.250em !important;
  line-height: 1.3em !important;
}

.widget {
  padding: 0 10px;
}

.widget a {
  color: #333333;
}

  /*.widget a:before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 7px;
    background: url(images/ico-link-arrow.png) 4px center no-repeat;
  }*/

  .widget a:hover {
    color: #c83880;
  }

#main .recent_entries_dated_widget {}

  #main .recent_entries_dated_widget ul li {
    margin-bottom: 10px;
  }
  #main .recent_entries_dated_widget p {
    font-size: 0.750em;
    padding-bottom: 1.167em;
  }
  #main .recent_entries_dated_widget .sidebar-post-date {
    color: #c83880;
    text-transform: capitalize;
  }
  #main .recent_entries_dated_widget .sidebar-post-link a {
    font-weight: bold;
  }
  #main .recent_entries_dated_widget .sidebar-post-link a:before,
  #main .recent_entries_dated_widget .read-more a:before {
    content: " ";
    background: none;
    width: 0;
    height: 0; 
  }

  #main .recent_entries_dated_widget .read-more{
    font-weight: bold;
    text-align: right;
  }

.sidebar-quote {
  color: #333333;
  font-size: 1.125em;
  font-weight: 100;
  line-height: 1.3em;
  padding: 1em 1em 0em 1em;
}

  .sidebar-quote blockquote span {
    font: bold 2em/0em arial,sans;
    vertical-align: middle;
    padding: 0 0.25em;
  }

  .sidebar-quote blockquote span:first-child {
    padding-left: 0em;
  }

    .sidebar-quote blockquote cite {
    display: block;
    color: #666666;
    font: 300 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: 20px;
  }

.sidebar-consulting {
  margin: 1em;

}

.sidebar-events{
  padding: 1em;
}

.sidebar-events:hover {
  cursor: pointer;
}

  .sidebar-events a,
  .sidebar-consulting a {
    font-size: 1em;
    line-height: 2em;
    color: #333333;
    display: block;
  }

  .sidebar-consulting a {
    margin-bottom:20px;
  }

  .sidebar-events span {
    display: block;
    font-weight: normal;
    font-size: 0.750em;
    text-transform: uppercase;
    color: #999999;
    width: 100%;
  }

  .sidebar-events:hover a,
  .sidebar-consulting a:hover {
    color: #c83880;
  }

  .sidebar-events a:after,
  .sidebar-consulting a:after {
    content: ">";
    display: block;
    float: right;
    text-indent: -999em;
    width: 40px;
    height: 100%;
    background: url(images/ico-read-more.png) center center no-repeat;
  }
.related-services { 
  margin: 0 0 35px 10px 
}

.related-services .widget_related_posts {
  padding: 0;
}


#main #primary #dsq-content ul li {
  list-style: none;
}

/* =Estimate + Comments form
----------------------------------------------- */

.full-sidebar {
  position: relative;
  /*border: 10px solid #cfe48f;
  border-radius: 5px;*/
  padding: 0 10px 10px 10px; 
  margin: 10px 0 25px 0;
  /*background: rgb(230,230,230);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(247,247,247,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(247,247,247,1)));
  background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(247,247,247,1) 100%);
  background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(247,247,247,1) 100%);
  background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(247,247,247,1) 100%);
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(247,247,247,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f7f7f7',GradientType=0 ); */
}

.full-sidebar-image {
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -71.5px;
  width: 143px;
  height: 58px;
  background: url(images/ico-top-full-sidebar.png) center center no-repeat;
}

  #main .full-sidebar h3{
    padding: 20px 0 0 0;
    font-size: 1.250em;
    text-align: center;
    text-transform: uppercase;
    color: #515252;
    text-shadow: 1px 1px 1px #babbbb;
    display: none;
  }

  .full-sidebar label,
  #emf-form label,
  #bookingForm label {
    display: block;
    margin: 10px 0;
    color: #666666;
    font-size: 0.750em;
    font-weight: bold;
  }

  .estimate-form label {
    margin: 10px 0 0 !important;
  }
  .estimate-form .emf-field-textarea {
    margin-top: 30px;
    overflow: hidden;
    display: inline-block;
  }

  #bookingForm label {
    font-size: 0.875em;
    margin: 5px 0;
  }

  #bookingForm input[type="text"] {
    width: 50%;
  }

  #bookingForm textarea {
    width: 80%;
    height: 100px;
  }

  #comments {
    margin-top: 20px;
  }

  #comments label {
    display: block;
    margin: 10px 0;
    color: #666666;
    font-weight: bold;
  }

  #comments p {
    width: 65%;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  #comments .form-allowed-tags {
    font-size: 0.625em;
    color: #666666;
    margin-bottom: 20px;
  }

  .full-sidebar label span,
  #emf-form label span,
  #bookingForm label em {
    color: #c83880;
  }

  .full-sidebar input[type="text"],
  .full-sidebar textarea,
  #emf-form input[type="text"],
  #emf-form textarea,
  #bookingForm input[type="text"],
  #bookingForm textarea,
  #comments textarea{
    background: #fff url(images/bg-estimate-input.gif) repeat-x top;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 5px 5px;
  }

  .estimate-form input[type="text"] {
    width: 265px;
  }

  .full-sidebar input[type="submit"],
  #comments input[type="submit"],
  #bookingForm input[type="submit"],
  #emf-form input[type="submit"] {
    padding: 5px 24px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 51%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(242,242,242,1)), color-stop(100%,rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 51%,rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 51%,rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 51%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(242,242,242,1) 51%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  }

  .full-sidebar input[type="submit"]:hover,
  #comments input[type="submit"]:hover,
  #emf-form input[type="submit"]:hover {
    cursor: pointer;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(246,246,246,1)), color-stop(100%,rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  }

  #get-connected{
    margin: 5px 0 20px 0;
    padding: 30px 0;
    background: url(images/sidebar-hr.jpg) center bottom no-repeat;
  }
    #get-connected p {
      font-size: 0.875em;
      padding-top: 10px;
    }
    .icon-newsletter{
      display: block;
      float: left;
      margin-right: 20px;
      margin-bottom: 2em;
      width: 59px;
      height: 44px;
      background: url(images/ico-newsletter.jpg) center center no-repeat;
    }
    #get-connected form {
      clear: both;
    }

  .full-sidebar #estimate{
    background: url(images/bg-estimate-separator.jpg) center top no-repeat;
  }

    .full-sidebar #estimate input[type="text"],
    .full-sidebar #estimate textarea {
      width: 249px;
    }

    .full-sidebar #estimate input[type="submit"]{
      margin-top: 15px;
      float: right;
    }

      .full-sidebar #estimate #emf-li-post-button:after {
        content: ".";
        display: block;
        height: 5px;
        clear: both;
        visibility: hidden;
      }


/* =Get an estimate page
----------------------------------------------- */
.contact-info {
  overflow: hidden;
  padding: 20px 0;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  margin: 15px 0;
}

  .contact-info .contact-canada,
  .contact-info .contact-usa {
    float: left;
  }
  .contact-info .contact-canada {
    margin-right: 30px;
  }
    .contact-info span {
      color: #ca3581;
    }
    .contact-info strong {
      text-transform: uppercase;
      margin-bottom: 5px;
    }

/* =Footer
----------------------------------------------- */

#site-generator > div {
  display: block;
  float: left;
  width: 50%;
}

#site-generator:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#site-generator .menu,
#site-generator .supporters {
  font: 0.700em/1em "Helvetica", arial, sans-serif;
  color: #666666;
}
#site-generator li{
  display: inline-block;
}
#site-generator a {
  font-size: 1em;
  color: #aaaaaa;
}
#site-generator a:hover {
  color: #C83880;
}
#site-generator .menu li {
  margin-right: 10px;
}
#site-generator .supporters li {
  padding: 0 5px;
}
#site-generator .supporters li:last-child{
  padding-right: 0px;
}
#vitamin-angels,
#orphans-charity,
#als {
  display: block;
  text-indent: -999em;
}
#vitamin-angels {
  width: 125px;
  height: 55px;
  background: url(images/logo-vitamin-angels.png) center center no-repeat;
}
#orphans-charity {
  width: 94px;
  height: 55px;
  background: url(images/logo-charity.png) center center no-repeat;
}
#als {
  width: 77px;
  height: 65px;
  background: url(images/logo-als.png) center center no-repeat;
}


/* =Webinar page
----------------------------------------------- */
.webinar-content h2,
.webinar-content h3,
.webinar-content h4 {
  color: #ca3581 !important;
}

.webinar-content h2 {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
.webinar-content h3,
.webinar-content h4 {
  font-size: 15px !important;
  font-weight: bold;
}

.webinar-content .upper {
  text-transform: uppercase;
}

.webinar-content .training-options {
  background-color: #f3f5f7;
  box-shadow: inset 0 0 29px rgba(31,31,31,.14);
  overflow: hidden;
  padding: 15px 0;
  margin: 20px 0;
}
  .webinar-content .training-options .web-col {
    float: left;
    width: 244px;
    padding: 0 0 0 10px;
    border-left: 1px solid #d6d7d9;
  }
    /*.webinar-content .training-options .web-col p {
      text-transform: uppercase;
      font-size: 14px;
    }*/
    .webinar-content .training-options a,
    .webinar-content a.btn-register {
      color: #c93581;
      text-decoration: underline;
      font-size: 16px;
      text-shadow: 0 1px 1px rgba(64,65,65,.38);
      text-transform: none;
    }
    .webinar-content .training-options .web-col h3 {
      text-transform: uppercase;
      font-size: 12px !important;
    }
    .webinar-content .training-options .web-col span strong {
      color: #c93581;
    }


  .webinar-content .training-options .first.web-col {
    width: 100px;
    padding: 26px 0 0 22px;
    border-left: 0;
  }
    .webinar-content .training-options .first.web-col span {
      color: #c93581;
      font-size: 25px;
      text-shadow: 0 1px 8px rgba(31,31,31,.25);
    }
  .webinar-content .training-options .last.web-col {
    width:220px;
  }

.webinar-content .instructor-profile {
  background-color: #f3f5f7; /* layer fill content */
  box-shadow: inset 0 0 29px rgba(31,31,31,.14);
  overflow: hidden;
  height: 164px;
  padding-right: 5px;
}
  .webinar-content .instructor-profile figure {
    float: left;
    margin-right: 22px;
  }
  .webinar-content .instructor-profile h3 {
    margin: 8px 0 5px !important;

  }
  .webinar-content .instructor-profile p {
    line-height: 1.2em !important;
  }

  .webinar-content li {
    list-style-image: url(images/ico-list-pink-bullet.png) !important;
  }

.webinar-content .webinar-date,
.webinar-content .subtitle {
  padding: 5px 0;
  font-size: 18px;
  font-weight: lighter;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  width: 100%;
  display: block;
  margin: 15px 0;
}

.webinar-content .pink {
  color: #ca3581;
}

  /* =Webinar Form
----------------------------------------------- */


#emf-form.webinar-form input[type="text"], 
#emf-form.webinar-form input[type="email"] {
  width: 300px;
}
#emf-form.webinar-form input[type="submit"] {
  margin-top: 20px;
}

#emf-form.webinar-form select {
  width: 580px;
}

#emf-form.webinar-form.form-itc select {
  width: 180px;
}

#emf-form.webinar-form.form-itc .select-quantity br{
  display: none;
}


  /* =MMPR Form
----------------------------------------------- */

.banner-mmpr {
  box-sizing: border-box;
  height: 349px;
  position: relative;
  margin-bottom: 25px;
}
.banner-mmpr.consultants {
  background: url(images/banner-mmpr-consultants.jpg) no-repeat;
}

.banner-mmpr.webinar {
  background: url(images/banner-mmpr-webinar.jpg) no-repeat;
}

.form-mmpr {
  background: #6e903f;
  width: 265px;
  padding: 22px;
  position: absolute;
  right: 12px;
  height: 305px;
}

.banner-mmpr.webinar .form-mmpr {
  padding-top: 77px;
  height: 250px;
}

.form-mmpr form#emf-form input[type="text"],
.form-mmpr form#emf-form input[type="email"],
.form-mmpr form#emf-form textarea {
  font-family: Arial;
  width: 260px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #636464;
  border: 0;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 3px 5.196px 20px 0px rgba(39, 39, 38, 0.2);
  height: 22px !important;
  padding-left: 5px;
}

.form-mmpr form#emf-form textarea {
  padding-top: 5px;
  height: 108px !important;
}

.form-mmpr form#emf-form input[type="submit"] {
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/mmpr-submit.jpg) no-repeat;
  height: 27px;
  width: 87px;
}

  /* =Dicentra Form
----------------------------------------------- */

.banner-dicentra {
  box-sizing: border-box;
  height: 349px;
  position: relative;
  margin-bottom: 25px;
}
.banner-dicentra.talk-with-an-expert {
  background: url(images/banner-dicentra-talk.jpg) no-repeat;
}

.form-dicentra {
  background: #818181;
  width: 265px;
  padding: 22px;
  position: absolute;
  right: 12px;
  height: 305px;
}

#secondary .form-dicentra {
  position: relative;
  right: 10px;
  margin-bottom: 20px;
}

.form-dicentra form#emf-form input[type="text"],
.form-dicentra form#emf-form input[type="email"],
.form-dicentra form#emf-form textarea {
  font-family: Arial;
  width: 260px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #636464;
  border: 0;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 3px 5.196px 20px 0px rgba(39, 39, 38, 0.2);
  height: 22px !important;
  padding-left: 5px;
}

.form-dicentra form#emf-form textarea {
  padding-top: 5px;
  height: 108px !important;
}

.form-dicentra form#emf-form input[type="submit"] {
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  background: url(images/dicentra-submit.jpg) no-repeat;
  height: 27px;
  width: 87px;
}


.page-regulatory .content-container {
  overflow: hidden;
  width: 100%;
  margin: 20px 0;
}

  .page-regulatory .regulatory-content {
    float:left;
    width: 49%;
  }

  .page-regulatory .regulatory-content span {
    color: #3e9942;
    font-size: 27px;
  }

  .page-regulatory h2 {
    border-bottom: 1px solid silver;
    font-size: 1.4em !important;
    padding-bottom: 10px;
    margin-top: 20px;

  }


#emf-li-recaptcha #emf-recaptcha_widget{border:1px solid #DFDFDF;padding:8px 7px;width:426px}
#emf-li-recaptcha #recaptcha_image{border:1px solid #DFDFDF;display:inline-block}
#emf-li-recaptcha #recaptcha_response_field{width:290.8px;border:1px solid #3C3C3C;font-size:11pt;margin-top:7px}
#emf-li-recaptcha #recaptcha_controls a img{border:0;margin:1px}
#emf-li-recaptcha #recaptcha_controls{width:25px;display:inline-block;vertical-align:top;margin-top:3px;margin-left:9px;margin-right:0px}
#emf-li-recaptcha #recaptcha_logo{margin-left:9px;margin-bottom:12px}

