/*
 Theme Name:   pnwomenshealth
 Description:  PN Women's Health theme
 Author:       Jonathan Brandon
 Text Domain:  pnwomenshealth
*/
@import url("https://fonts.googleapis.com/css?family=Neucha|Cabin+Sketch");

.alignright {
    float: right
}
.alignleft {
    float: left
}
.headerNumber {
    margin-top: 75px;
    float: right;
}
@media (max-width: 768px) {
    .headerNumber {
        padding-top: 0px;
        padding-bottom: 5px;
        float: none;
        margin: 0 auto;
        display: block;
    }
}
.widget-area ul {
    padding-left: 0px;
    list-style: none;
}
.jumbotron {
    text-align: center;
    background-size: cover;
}
.jumbotron .container h1,
.jumbotron .container p {
    color: #fff;
    ;
}
.homeJumbo {
    box-shadow: inset 0 0 0 1000px rgba(68, 50, 102, .6);
}
.questionPanel {
    background-color: #443266;
    margin-top: -30px;
    color: #fff;
}
#menu.navbar .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    border-bottom: solid 2px #171695;
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.row .panel {
    margin-bottom: 0px;
}
.list-group-item.badge,
.navbar .navbar-toggle .icon-bar {
    background-color: #171695;
}
.widget-area .searchform {
    width: 100%;
}
@media (min-width: 1200px) {
    #menu-top-menu {
        margin-top: 75px;
    }
    .navbar-header {
        padding-right: 15px;
    }
}
article p {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
footer {
    color: #fff;
}
.footer-wrapper{
	background-color: #443266;
	margin-top: 20px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 95%;
    float: left;
    border: 1px solid #d4d4d4;
    /*border-radius: 2px;*/
    /*padding: 20px;*/
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    /*background-color: #999999;*/
    z-index: 100;
    /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding: 20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-footer {
    padding: 20px;
    background-color: #f4f4f4;
}
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.btn-primary, h1, h2, h3 {
	font-family: "neucha"!important;
}
@media only screen and (max-width: 680px) {
     .gallery-item {
          width: 100% !important;
     }
     .gallery .gallery-item img {
          width: 100%;
     }
	.logo {
		margin:0 auto;
	}
}
.MaoriName{
	display:block;
	color:orange;
	font-weight:600;
	font-size:63px;
}