/*
Theme Name: Womens Breakout
Theme URI: https://wpcom-themes.svn.automattic.com/_s/
Author: Coopa.net
Author URI: http://coopa.net
Description: Bespoke theme for Women's Breakout
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

Built by Jodi Warren for Coopa.net
*/
@font-face {
  font-family: DINWeb;
  src: url(webfont/DINWeb.eot);
}
@font-face {
  font-family: DINWeb;
  src: url(webfont/DINWeb.woff);
}
@font-face {
  font-family: DINWeb-Light;
  src: url(webfont/DINWeb-Light.woff);
}
@font-face {
  font-family: DINWeb-Light;
  src: url(webfont/DINWeb-Light.woff);
}
/* =Reset
-------------------------------------------------------------- */
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;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
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:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
h1 {
  font-size: 24px;
  color: #404040;
}
h1 a {
  border-bottom: 0;
}
h2 {
  font-size: 20px;
  color: #00aacd;
  line-height: 1.4;
  margin-bottom: 12px;
}
h3 {
  font-size: 16px;
  color: #00aacd;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: DINWeb-Light, Helvetica Neue, sans-serif;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  padding: 0 0.5em;
  border-left: 1px solid #00aacd;
  margin-left: 1em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0 2px 1px #fff;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.4rem;
  padding: 1.12em 1.5em .88em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5f5f5), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0);
  /* IE6-9 */
  border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
input[type=text]:focus,
textarea:focus {
  color: #111;
}
input[type=text] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
/* Links */
a {
  color: #00aacd;
}
a:visited {
  color: #00aacd;
}
a:hover,
a:focus,
a:active {
  color: #177082;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* =Layout
----------------------------------------------- */
html {
  background-color: #99dfeb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#99dfeb), to(#02a9cf));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #99dfeb, #02a9cf);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #99dfeb, #02a9cf);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #99dfeb, #02a9cf);
  /* IE10 */
  background-image: -o-linear-gradient(top, #99dfeb, #02a9cf);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #99dfeb, #02a9cf);
  background-attachment: fixed;
  width: 960px;
  margin: 0px auto 0;
}
body {
  margin: 0 10px;
}
.site-header,
.main,
.newsfooter,
.blogfooter {
  background: white;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.site-header,
.site-content,
.newsfooter,
.blogfooter {
  padding-left: 10px;
}
.site-header {
  margin: 20px 0;
}
.site-content {
  float: left;
  padding-right: 20px;
  width: 720px;
}
.site-content.no_sidebar {
  width: 100%;
  padding-right: 10px;
}
.site-content.no_sidebar aside {
  float: right;
  width: 140px;
}
.site-content.no_sidebar aside h1 {
  font-size: 16px;
}
.site-content.no_sidebar aside a.see_all {
  font-size: 10px;
}
.site-content.no_sidebar aside.upcoming_meetings,
.site-content.no_sidebar aside.past_meetings {
  padding: 0 10px;
  margin-bottom: 20px;
  margin-top: -55px;
}
.site-content.no_sidebar aside.upcoming_meetings h1,
.site-content.no_sidebar aside.past_meetings h1 {
  font-size: 16px;
  margin-bottom: 8px;
}
.site-content.no_sidebar aside.upcoming_meetings h2,
.site-content.no_sidebar aside.past_meetings h2 {
  font-family: sans-serif;
  font-size: 12px;
  margin-bottom: 0;
}
.site-content.no_sidebar aside.upcoming_meetings span.meeting_time,
.site-content.no_sidebar aside.past_meetings span.meeting_time {
  color: #AAA;
}
.site-content.no_sidebar aside.upcoming_meetings ul,
.site-content.no_sidebar aside.past_meetings ul {
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #00aacd;
}
.site-content.no_sidebar aside.upcoming_meetings ul li,
.site-content.no_sidebar aside.past_meetings ul li {
  font-size: 12px;
  list-style-type: none;
  border-top: 1px solid #00aacd;
}
.site-content.no_sidebar aside.upcoming_meetings ul li.nomeetings,
.site-content.no_sidebar aside.past_meetings ul li.nomeetings {
  padding: 8px 0;
  color: #999;
}
.site-content.no_sidebar aside.upcoming_meetings ul li a,
.site-content.no_sidebar aside.past_meetings ul li a {
  color: #404040;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  -webkit-transition: .4s;
}
.site-content.no_sidebar aside.upcoming_meetings ul li a h2,
.site-content.no_sidebar aside.past_meetings ul li a h2 {
  color: #404040;
  -webkit-transition: .4s;
}
.site-content.no_sidebar aside.upcoming_meetings ul li a:hover,
.site-content.no_sidebar aside.past_meetings ul li a:hover {
  -webkit-transition: 0;
  color: #00aacd;
}
.site-content.no_sidebar aside.upcoming_meetings ul li a:hover h2,
.site-content.no_sidebar aside.past_meetings ul li a:hover h2 {
  color: #00aacd;
  -webkit-transition: 0;
}
.site-content.no_sidebar aside.upcoming_meetings ul li a:hover span,
.site-content.no_sidebar aside.past_meetings ul li a:hover span {
  color: #00aacd;
  -webkit-transition: 0;
}
.site-content.no_sidebar div.has_submenu {
  width: 690px;
}
.widget-area {
  float: right;
  width: 220px;
}
.slider {
  width: 940px;
  height: 366px;
  margin-bottom: 20px;
}
.slider-wrapper {
  position: relative;
}
.banner {
  width: 940px;
  height: 183px;
  margin-bottom: 20px;
  line-height: 0;
  position: relative;
}
.banner:before {
  z-index: -1;
  position: absolute;
  width: 940px;
  height: 183px;
  background-image: url(images/20x20blue.png);
  content: "";
}
/* =Header
----------------------------------------------- */
.site-title {
  display: inline-block;
  margin: 0 0 16px 3px;
}
.site-title a {
  width: 116px;
  height: 120px;
  background: url(images/logo.png) no-repeat;
  display: block;
}
.site-header {
  padding-top: 8px;
  position: relative;
}
.site-header h2 {
  position: absolute;
  top: 13px;
  right: 20px;
  font-family: DINWeb, sans-serif;
  font-size: 13px;
}
#searchform {
  position: relative;
  width: 196px;
}
/* Search widget */
#searchsubmit {
  width: 20px;
  height: 20px;
  background: url(images/arrow_button.png);
  padding: 0;
  margin: 0;
  color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  right: 5px;
  top: 5px;
}
#search {
  position: absolute;
  right: 18px;
  top: 40px;
  font-size: 12px;
  color: #404040;
}
input#s {
  padding: 7px;
  width: 157px;
  border: 1px solid #DDD;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-right: 30px;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
  display: block;
  float: right;
  margin-top: 100px;
  font-family: DINWeb, sans-serif;
  font-size: 16px;
  margin-right: 18px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
  margin-left: 30px;
}
.main-navigation li.current-menu-item a,
.main-navigation li.current-page-parent .main-navigation li.current_page_parent a {
  color: #00aacd;
  border-bottom: 1px solid #00aacd;
  line-height: 17px;
  margin-top: 3px;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #666;
  -webkit-transition: 0.1s color linear;
  -moz-transition: 0.1s color linear;
  -o-transition: 0.1s color linear;
  -ms-transition: 0.1s color linear;
  transition: 0.1s color linear;
}
.main-navigation a:hover {
  color: #00aacd;
  border-bottom: 0px solid #00aacd;
  -webkit-transition: 0s color linear;
  -moz-transition: 0s color linear;
  -o-transition: 0s color linear;
  -ms-transition: 0s color linear;
  transition: 0s color linear;
}
.main-navigation ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul {
  display: block;
}
/* Small menu */
.menu-toggle {
  cursor: pointer;
}
.main-small-navigation .menu {
  display: none;
}
/*
**
**  Replace the number in the below line with the number for the Members menu item.
**
**
*/
.single-meetings nav.main-navigation li.menu-item-135 a,
.page-template-futuremeetingarchive-php nav.main-navigation li.menu-item-135 a,
.page-template-pastmeetingarchive-php nav.main-navigation li.menu-item-135 a {
  color: #00aacd;
  border-bottom: 1px solid #00aacd;
}
.meeting_archive_links {
  margin-top: 40px;
}
.meeting_archive_links.current_page_item a {
  color: #00aacd;
  position: relative;
}
.meeting_archive_links.current_page_item a:after {
  content: "\2192";
  font-family: DINWeb, Calibri, Minion Pro, sans-serif;
  padding-left: 8px;
  position: absolute;
  right: 0px;
}
/* =Submenu
----------------------------------------------- */
.submenu {
  margin-top: 20px;
  width: 210px;
  float: left;
}
.submenu ul {
  list-style-type: none;
  margin-left: 0;
  border-color: #00aacd;
  border-style: solid;
  border-top-width: 1px;
}
.submenu ul li {
  border-bottom-width: 1px;
  border-color: inherit;
  border-style: inherit;
}
.submenu ul li a {
  text-decoration: none;
  display: block;
  padding: 8px 20px 8px 0px;
  color: #404040;
  font-size: 12px;
  -webkit-transition: 0.1s color linear;
  -moz-transition: 0.1s color linear;
  -o-transition: 0.1s color linear;
  -ms-transition: 0.1s color linear;
  transition: 0.1s color linear;
}
.submenu ul li a:hover {
  color: #00aacd;
  -webkit-transition: 0 color linear;
  -moz-transition: 0 color linear;
  -o-transition: 0 color linear;
  -ms-transition: 0 color linear;
  transition: 0 color linear;
}
.submenu ul li.current_page_item a {
  color: #00aacd;
  position: relative;
}
.submenu ul li.current_page_item a:after {
  content: "\2192";
  font-family: DINWeb, Calibri, Minion Pro, sans-serif;
  padding-left: 8px;
  position: absolute;
  right: 0px;
}
.submenu ul ul {
  margin-left: 1em;
  border-bottom: 0;
}
/* =Content
----------------------------------------------- */
.content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content h1 {
  font-size: 24px;
  color: #404040;
}
.content h1 a {
  border-bottom: 0;
}
.content h1.entry-title,
.content h1.page-title {
  font-family: DINWeb, Helvetica Neue, sans-serif;
}
.content h2.entry-title {
  width: 75%;
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
.content h2.entry-title a {
  text-decoration: none;
  color: #00aacd;
  border-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}
.content h2.entry-title a:hover {
  text-decoration: underline;
}
.content h2 a {
  color: #00aacd;
}
.content h2 a:hover {
  color: #404040;
}
.content header div.entry-meta {
  font-family: DINWeb;
  color: #aaa;
}
.content div.entry-content {
  clear: both;
}
.content a {
  color: #47341b;
  text-decoration: underline;
  margin-bottom: -1px;
}
.content a:hover {
  color: #00aacd;
  border-bottom-color: #00aacd;
}
.content.has_submenu {
  float: left;
  margin-left: 20px;
  width: 460px;
}
.content footer.entry-meta {
  margin-bottom: 1.5em;
}
.blog .content article {
  margin-bottom: 1em;
}
.blog .content article.type-post {
  width: 48.55072465%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  border-bottom: 1px solid #d4f1f7;
  margin-right: 2.8985507%;
}
.blog .content article.type-post:nth-child(even) {
  margin-right: 0;
}
.blog .content article.type-post div.entry-content {
  margin: 0;
}
.blog .content article.type-post div.entry-content p {
  margin-bottom: 1em;
}
.blog .content article.type-post header .entry-meta {
  font-size: 14px;
}
.blog .content article a.readmore {
  text-decoration: none;
  display: inline-block;
  font-family: DINWeb;
  color: #00aacd;
}
.blog .content article a.readmore:hover {
  text-decoration: underline;
  color: #404040;
}
.page-template-pastmeetingarchive-php article.type-meetings,
.page-template-futuremeetingarchive-php article.type-meetings {
  border-bottom: 1px solid #eee;
}
.page-template-pastmeetingarchive-php article.type-meetings:nth-last-child(2),
.page-template-futuremeetingarchive-php article.type-meetings:nth-last-child(2) {
  border-bottom: 0;
}
.hentry {
  margin: 0 0 1.5em;
}
.entry-meta {
  clear: both;
  font-size: 16px;
}
.byline {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.content div.download {
  display: inline;
  box-sizing: border-box;
  margin: 0;
}
.content div.download img.download-icon {
  vertical-align: sub;
  margin: 0;
}
.content div.download a {
  margin: 0 0 2px 0;
  font-weight: 400;
  background: #d4f1f7;
  border-bottom: 0;
  padding: 5px 12px;
  display: inline-block;
  text-decoration: none;
}
.content .edit-link {
  margin-top: 10px;
  display: block;
}
.content .edit-link a {
  font-size: 12px;
  font-family: DINWeb-Light, Helvetica Neue, sans-serif;
  color: #666;
  border-bottom-color: #666;
}
/* =Members
----------------------------------------------- */
#doc_sub_page_list,
#meeting_list {
  width: 49%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
#doc_sub_page_list h1,
#meeting_list h1 {
  display: block;
  border-bottom: 1px solid #d4f1f7;
}
#doc_sub_page_list {
  float: left;
}
#doc_sub_page_list nav.even_sections div:nth-last-child(2) {
  border-bottom: 0;
  margin-bottom: 0;
}
#doc_sub_page_list nav.odd_sections div:nth-last-child(2) {
  border-bottom: 0;
  margin-bottom: 1px;
}
#doc_sub_page_list nav div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 0px 0;
  width: 210px;
  float: left;
  border: solid #d4f1f7;
  border-width: 0px 0px 1px 0px;
}
#doc_sub_page_list nav div:nth-child(even) {
  margin-right: 0;
}
#doc_sub_page_list nav div:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#doc_sub_page_list nav div a {
  background: white;
  display: block;
  padding: 10px 0px 10px 0;
  color: #00aacd;
  text-decoration: none;
}
#doc_sub_page_list nav div a:hover h3 {
  text-decoration: underline;
}
#doc_sub_page_list nav div a h2 {
  font-size: 1.5em;
  text-decoration: none;
}
#doc_sub_page_list nav div a p {
  margin-bottom: 0;
  text-decoration: none;
  color: #404040;
  font-size: 12px;
}
#meeting_list {
  float: right;
}
#meeting_list ul {
  margin-left: 0;
}
#meeting_list ul li {
  list-style-type: none;
  margin-bottom: 8px;
}
#meeting_list ul li a {
  text-decoration: none;
  color: #00aacd;
}
#meeting_list ul li a:hover {
  text-decoration: underline;
}
#meeting_list h1 {
  margin-bottom: 0.4em;
}
#meeting_list h2 {
  color: #404040;
}
#meeting_list h3 {
  margin-bottom: -4px;
}
#meeting_list .meeting_time {
  font-size: 12px;
}
#meeting_list a.see_all {
  font-size: 12px;
  display: block;
  text-align: right;
}
#upcoming_meetings,
#past_meetings {
  width: 48%;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
#upcoming_meetings {
  float: left;
  border: solid #d4f1f7;
  border-width: 0 1px 0 0px;
}
#past_meetings {
  float: right;
}
/* =Sidebar
----------------------------------------------- */
#secondary {
  padding-top: 19px;
  padding-right: 10px;
}
#secondary aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#secondary a.see_all {
  font-size: 10px;
  display: block;
  text-align: right;
  margin-top: 3px;
}
#service_search_widget {
  padding: 10px 10px;
  background: #99ddea;
  margin-bottom: 9px;
}
#service_search_widget p {
  font-size: 12px;
  margin-bottom: 4px;
  margin-left: -1px;
}
#service_search_widget div.select_container {
  width: 190px;
  height: 20px;
  overflow: hidden;
  background: url(images/arrow_button.png) no-repeat right #ffffff;
  margin-bottom: 6px;
  padding: 0;
}
#service_search_widget div.select_container select {
  background: transparent;
  width: 210px;
  font-size: 12px;
  border: 0px;
  height: 20px;
  -webkit-appearance: none;
  padding-left: 5px;
  color: #00aacd;
}
aside.sidelink {
  margin-bottom: 9px;
  height: 83px;
  width: 210px;
}
aside.sidelink:before {
  z-index: 2;
  position: absolute;
  width: 210px;
  height: 83px;
  background-image: url(images/20x20blue.png);
  content: "";
}
aside.sidelink span {
  position: absolute;
  padding: 15px 20px 20px 20px;
  width: 210px;
  z-index: 3;
  height: 83px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: DINWeb-Light, sans-serif;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
aside.sidelink span:after {
  content: "\2192";
  font-family: DINWeb-Light, Calibri, Minion Pro, sans-serif;
  padding-left: 8px;
  font-size: 16px;
  position: absolute;
}
aside.sidelink a {
  z-index: 3;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  font-family: DINWeb, sans-serif;
  font-size: 18px;
  display: block;
}
aside.sidelink a:hover span {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0s;
  -moz-transition: background-color 0s;
  -o-transition: background-color 0s;
  -ms-transition: background-color 0s;
  transition: background-color 0s;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.content .gallery {
  margin-bottom: 1.5em;
}
.content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.content .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.content .site-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  clear: both;
}
.content .site-navigation a {
  border-bottom: 0;
  text-decoration: none;
}
.content .site-navigation a:hover {
  text-decoration: underline;
}
.content .nav-previous {
  float: left;
  width: 50%;
}
.content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* =Newsfooter
----------------------------------------------- */
.newsfooter,
.blogfooter {
  clear: both;
}
.newsfooter header,
.blogfooter header {
  display: block;
  width: 98%;
  border-bottom: 1px solid #404040;
  margin-bottom: 23px;
}
.newsfooter header h3,
.blogfooter header h3 {
  float: left;
  font-weight: 100;
  font-size: 16px;
  color: #47341b;
  margin-bottom: 6px;
}
.newsfooter header a,
.blogfooter header a {
  float: right;
}
.newsfooter div.footer_news_item,
.blogfooter div.footer_news_item {
  width: 293px;
  float: left;
  margin-right: 20px;
  text-align: justify;
  font-size: 12px;
}
.newsfooter div.footer_news_item h4,
.blogfooter div.footer_news_item h4 {
  font-family: Helvetica Neue;
}
.newsfooter div.footer_news_item:nth-child(3n+1),
.blogfooter div.footer_news_item:nth-child(3n+1) {
  margin-right: 0;
}
.newsfooter time.post_time,
.blogfooter time.post_time {
  color: #aaa;
}
/* =Comments
----------------------------------------------- */
#comments article.comment {
  border-top: 1px solid #00aacd;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}
#comments article.comment p:last-child {
  margin-bottom: 0;
}
#comments article.comment header,
#comments article.comment footer {
  width: 10%;
}
#comments article.comment header {
  float: left;
  margin-right: 10px;
  width: 120px;
}
#comments article.comment footer {
  float: right;
  display: block;
}
#comments article.comment footer a.comment-edit-link {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  float: right;
  color: #888;
  border-bottom-color: #888;
}
#comments article.comment footer div.reply {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 12px;
}
#comments article.comment div.comment-content {
  width: 70%;
  float: left;
}
#comments article.comment cite.fn {
  display: block;
}
#comments article.comment span.comment_date,
#comments article.comment span.comment_time {
  display: block;
  font-size: 12px;
}
a#cancel-comment-reply-link {
  border-bottom: 0;
}
#comments ul ul,
#comments ol ol,
#comments ul ol,
#comments ol ul {
  margin-bottom: 10px;
  margin-left: 0.5em;
  padding-left: 1em;
  border-left: 1px solid #d4f1f7;
}
#comments ol {
  margin-left: 0;
}
#comments ol li {
  list-style-type: none;
}
#comments ul {
  clear: both;
}
#comments ul li {
  list-style-type: none;
}
/* =Colophon
----------------------------------------------- */
#colophon {
  font-size: 10px;
  color: white;
  margin: 10px 0;
}
.site-info {
  float: left;
}
.credit {
  float: right;
}
.credit a {
  color: white;
  border-bottom: 1px solid white;
  text-shadow: 0 0 white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.credit a:hover {
  color: green;
  border-bottom-color: green;
  text-shadow: 0 0 rgba(255, 255, 255, 0), -25px -25px 0 red, -15px -15px 0 orange, -8px -8px 0 yellow, 0 0 0 green, 8px 8px 0 blue, 15px 15px 0 indigo, 25px 25px 0 violet;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
#searchform {
  position: relative;
}
/* Search widget */
#searchsubmit {
  width: 20px;
  height: 18px;
  background: url(images/arrow_button.png);
  padding: 0;
  margin: 0;
  color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  position: absolute;
  right: 6px;
  top: 6px;
}
/* =Utilities
----------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
/*from here: http://www.css-101.org/articles/image-replacement/the_new_new_image-replacement_techniques.php*/
.ir {
  text-indent: -500px;
  overflow: hidden;
  font: 10px monospace;
  letter-spacing: -10px;
}
/* ############################################### */
/* ############################################### */
/* ############################################### */
#loginform {
  border: 1px solid #03ACD7;
  display: none;
  width: 200px;
  background: #FFFFFF;
  color: #666;
  position: absolute;
  padding: 15px;
  font-size: 11px;
  top: 40px;
  right: 19px;
  z-index: 20;
  /*
	border:3px solid #fff;
*/
}
#loginform h3 {
  color: #03ACD7;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0 ;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  width: 70%;
  margin-top: -18px;
  float: left;
}
#loginform fieldset {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
#loginform a.login {
  color: #fff;
  background: #05A5C9;
  padding: 5px 20px;
  font-size: 12px;
  text-decoration: none;
  margin-left: 65px;
}
#loginform a.login:hover {
  background: #483622;
  color: #FFF;
}
#loginform a {
  color: #03ACD7;
}
#loginform a:hover {
  color: #000;
}
#loginform a.closelogin {
  display: block;
  text-indent: -9999px;
  background: url(images/form/x.png);
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  margin-top: 2px;
}
#loginform a.closelogin:hover {
  background: url(images/form/x_.png);
}
#loginform a img {
  float: right;
  margin-top: -10px;
  margin-right: -10px;
}
#loginform label,
#loginform span {
  width: 200px;
  text-align: left;
  height: 25px;
  display: block;
}
#loginform span {
  height: auto;
  padding-top: 10px;
  border-top: 1px solid #03ACD7;
  margin-top: 10px;
  text-align: right;
  clear: both;
  display: block;
}
#loginform label input {
  float: right;
  width: 130px;
  padding: 3px;
  font-size: 11px;
  border: none;
  background-color: #eee;
}
#loginform label input[type='checkbox'] {
  width: 16px;
  padding: 0;
  margin-left: 60px;
  float: none;
}
#loginform label input[type='submit'] {
  width: 140px;
}
#loginform_inpage2 {
  width: 300px;
  margin-right: 50px;
}
.loginform_inpage {
  width: 350px;
  float: left;
}
.loginform_inpage label {
  width: 300px;
  text-align: left;
  height: 25px;
  display: block;
}
label.error {
  width: auto;
  height: auto;
  color: #a00;
  font-size: 13px;
  display: block;
  clear: both;
}
.loginform_inpage label.error {
  width: auto;
  height: auto;
  padding-left: 95px;
  color: #a00;
  font-size: 11px;
  display: block;
  clear: both;
}
.loginform_inpage label input,
.loginform_inpage label textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: right;
  width: 200px;
  padding: 3px;
  border: 1px solid #00aacd;
  background-color: #fff;
  color: #404040;
}
.loginform_inpage label textarea {
  height: 90px;
}
.loginform_inpage label.textarea {
  height: 100px;
}
.loginform_inpage label.radio {
  height: auto;
}
.loginform_inpage label.radio p {
  margin: -20px 0 0 30px;
  padding: 0;
}
hr.clearform {
  clear: both;
  height: 1px;
  border: none;
  background: none;
  border-bottom: 1px solid #B2905A;
  padding-top: 20px;
  margin-bottom: 0;
}
#signupform .loginform_inpage {
  float: none;
  width: 600px;
  padding-left: 24px;
}
#signupform .loginform_inpage h3 {
  margin-left: -24px;
}
#signupform .loginform_inpage h3 strong {
  width: 24px;
  display: block;
  float: left;
  font-weight: normal;
}
.loginform_inpage input[type='checkbox'],
.loginform_inpage input[type='radio'] {
  width: 16px;
  padding: 0;
  margin-left: 100px;
  float: none;
  background: none;
  border: none;
}
.loginform_inpage input[type='radio'] {
  margin-left: 0px;
}
.loginform_inpage .rememberme {
  margin-top: -20px;
}
.loginform_inpage label input[type='submit'],
.loginform_inpage label input[type='button'] {
  /*width:100px;*/
  display: inline;
  width: auto;
  color: #fff;
  background: #00aacd;
  padding: 5px 20px;
  float: right;
  clear: right;
  cursor: pointer;
  border: none;
  box-shadow: none;
}
.loginform_inpage label input[type='button'] {
  float: left;
  clear: none;
}
.content ul.project_link {
  padding: 0 ;
  margin: -10px 0 10px 0;
  list-style: none;
  width: 50%;
}
.content ul.project_link li,
.content ul.project_link li a {
  display: block;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px solid #D4F1F7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.content ul.project_link li a:hover {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  border-bottom: 1px solid #00AACD;
}
body.single-projects .content div.entry-meta {
  display: none;
}
.content .outbound_link {
  font-family: DINWeb-Light, Helvetica Neue, sans-serif;
  color: #00AACD;
  text-decoration: none;
  font-weight: normal;
  border: none;
}
.content .outbound_link:hover {
  color: #000;
  text-decoration: underline;
}
.content .outbound_link:after {
  content: "\2192";
  font-family: DINWeb-Light, Calibri, Minion Pro, sans-serif;
}
.content .project_contact_details {
  float: right;
  width: 205px;
  padding: 10px 0 10px 15px;
  margin: 0 0 10px 20px;
  border-left: 1px solid #00AACD;
  /* background:#ebf8fb;*/
  clear: none;
}
.content .project_contact_details h3 {
  font-size: 18px;
}
.content .project_contact_details a {
  color: #00AACD;
  text-decoration: none;
  font-weight: normal;
  border: none;
  font-size: 14px;
  font-family: DINWeb-Light, Helvetica Neue, sans-serif;
}
.content .project_contact_details a:hover {
  color: #404040;
  text-decoration: underline;
}
body.single-projects .content p {
  max-width: 440px;
}
body.single-projects .content li {
  max-width: 400px;
}
.content h3.contact_details {
  float: right;
  width: 205px;
  padding: 10px 0 10px 15px;
  margin: 0 0 10px 20px;
  border-left: 1px solid #00AACD;
}
#cntctfrm_contact_form input.text,
#cntctfrm_contact_form textarea,
#cntctfrm_contact_message,
#cntctfrm_contact_name,
#cntctfrm_contact_email,
#cntctfrm_contact_subject {
  width: 400px !important;
}
/* =Events
----------------------------------------------- */
.content .event_info {
  float: left;
  width: 210px;
  padding: 10px 9px 10px 0px;
  margin: 0 20px 10px 0;
  border-right: 1px solid #00AACD;
  clear: none;
  font-family: DINWeb-Light, Helvetica Neue, sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.content .event_info h3 {
  font-size: 18px;
}
.content .event_info a {
  color: #00AACD;
  text-decoration: none;
  font-weight: normal;
  border: none;
  font-size: 14px;
  font-family: DINWeb-Light, Helvetica Neue, sans-serif;
}
.content .event_info a:hover {
  color: #404040;
  text-decoration: underline;
}
.content .event_info .event-day,
.content .event_info .event-month,
.content .event_info .event-year {
  display: block;
  text-align: center;
}
.content .event_info .event-location,
.content .event_info .event-time {
  float: left;
  width: 119px;
  padding-left: 10px;
  border-left: 1px solid #eee;
  margin-left: -1px;
}
.content .event_info time.entry-date {
  float: left;
  display: block;
  padding-right: 10px;
  border-right: 1px solid #eee;
  width: 50px;
}
.content .event_info .event-day {
  font-size: 28px;
  margin-bottom: -10px;
}
.content .event_info .event-month,
.content .event_info .event-year {
  font-size: 16px;
}
.content .event_info .related-centers {
  padding-top: 6px;
  display: block;
  clear: both;
}
.content .event_info .related-centers h3 {
  display: block;
  margin-bottom: 6px;
}
.content .event_info .related-centers a {
  display: block;
  line-height: 16px;
  margin-bottom: 6px;
}
.contact_chooser {
  background-color: #E7FDFF;
  padding: 20px;
}
.contact_chooser select {
  width: 100%;
  margin-bottom: 50px;
}
.contact_chooser .hidden {
  display: none;
}
.contact_chooser .nothidden {
  display: block;
}
.contact_chooser .topspace {
  padding-top: 30px;
}
#menu-main-menu #menu-item-135 {
  display: none;
}
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat 100% -22px;
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat -37px -22px;
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100%;
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100%;
}
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('http://www.womensbreakout.org.uk/wp-content/themes/womensbreakout/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}