/*
Theme Name: Girls Who Code - 2015 Redesign
Author: Brandon Trumfio for Thirdwave Llc.
Author URI: http://www.thirdwavellc.com/;
*/

/*----------------------- Begin General Styling Rules ---------------------*/

* {
  font-family:'Open Sans', sans-serif;
}

body {
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  padding-top: 0;
}
@media screen and (max-width:767px) {
  body {
    overflow-x:hidden;
  }
}

h2, .section-header h2 {
  font-family: 'Satisfy', cursive;
  font-weight: 400;
  text-transform: none;
  font-size: 2.625em;
  color: #b4b4b3;
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size:auto;
  background-repeat:no-repeat;
  background-position:center bottom;
  padding-bottom:23px;
  text-align:center;
}
.content-section h4 {
  font-size:21px;
  font-weight: 400;
}

.subpage-content {
  padding-top: 0;
}

.section-header {
  background:none;
  padding: 0 0 20px 0;
}

.container-fluid {
  max-width: initial;
  padding:0;
}
.content-area {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn {
  height:48px;
  padding: 4px 14px;
  margin-bottom: 0;
  line-height: 20px;
  background: #e22967;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.content-section#section1 {
  margin-top:519px;
}
.content-section.get-involved {
  margin-top:579px;
}
.content-section {
  background:transparent !important;
  padding: 0 14% 40px 14%;
}
.content-section:nth-child(even) {
  background: #ffffff;
  border-top: none;
}

p {
  color:#3a3a3a;
  font-size: 1.063em;
  margin-top:15px;
  margin-bottom:30px;
}

a {
  color:#e22967;
  font-weight: 600;
}
a:hover {
  color:#3a3a3a;
}

a:focus {
  outline: 0;
}

img.size-full.alignleft {
  border: none;
  -webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 8px 20px 10px 0;
}
blockquote {
  border:0;
}
.show-mobile {
    display:none !important;
  }

@media screen and (min-width:1240px) {
  .content-section {
    padding: 0 20% 50px 20%;
  }
  .container-fluid.nav-container {
    margin-left: 10% !important;
    margin-right: 10% !important;
    width: 100% !important;
  }
}
@media screen and (max-width:767px) {
  p, .section-header p {
    font-size:16px;
    line-height: 24px;
  }
  .content-section#section1, .content-section.get-involved {
    margin-top: 230px;
  }
  .hidden-mobile {
    display:none !important;
  }
  .show-mobile {
    display:block !important;
  }
  blockquote {
    padding:0;
    margin:0;
  }
  .btn {
    letter-spacing: 0;
  }
}


/*----------------------- End General Styling Rules ---------------------*/

/*----------------------- Begin Header Styling Rules ---------------------*/

#menu-main-menu li > a, #menu-main-menu li.active, #menu-main-menu li.active a {
  position: relative;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  margin-left:0;
}
.dropdown-menu {
  position: absolute;
  top: 77px;
  min-width: 197px;
  padding: 20px 0;
  margin: 2px 0 0;
  background-color: #3ac0c4;
  background-color: rgba(58, 192, 196, 0.9);
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip:none;
  -moz-background-clip: none;
  background-clip: none;
}
.dropdown-menu a {
  color:#ffffff !important;
  line-height: 35px;
}
#menu-main-menu li.active > a {
  background: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  box-shadow: none!important;
  color: #ffffff !important;
}
#menu-main-menu li.active, #menu-main-menu li.current_page_parent {
  border-bottom: 4px solid #ffcb05;
  padding-bottom: 35px;
}
.navbar .nav > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu:before {
  display:none !important;
}
#menu-main-menu {
  margin: 41px 0 0 10px;
  position:absolute;
  right:23%;
  left:initial;
}
#menu-main-menu .caret-toggle {
  position: absolute !important;
  top: 0;
  right: 0;
}
.navbar .brand {
  margin: 12px 0 12px 7%;
}
.caret {
  display:none;
}
.navbar-fixed-top, .navbar-fixed-bottom {
  margin-bottom: 0;
  background-color: #564a3d;
  background-color:rgba(86, 74, 61, 0.30);
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  height: 120px;
}
.navbar-inner {
  position: relative!important;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 0 !important;
}

@media screen and (min-width:1240px) {
  .navbar .brand {
    margin: 12px 0 12px 0;
  }
}
@media screen and (max-width:1070px) {
  #menu-main-menu {
    right: 16%;
  }
  .nav-right {
    right:2% !important;
  }
  .navbar .brand {
    margin: 12px 0 12px 1%;
  }
}
@media screen and (max-width:767px) {
  .navbar-fixed-top {
    background-color: #564a3d;
    height:90px;
  }
  .navbar.subnav ul.nav li.active a, .navbar.subnav ul.nav li.staticactive a {
      border-bottom: 1px solid #f1f0f0 !important;
  }
}

/*  Dropdown Menu Items  */

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffcb05 !important;
  background-color: transparent;
  background-image: none;
}


/*  Donate Menu Button  */
.navbar .btn {
  margin-top: -15px;
  height:48px;
  width:109px;
  font-size:14px;
  line-height:45px;
  text-shadow: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='', endColorstr='', GradientType=0);
  border-color:none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-right {
  margin-top:47px;
  position: absolute;
  right:9%;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 136px;
  padding: 1px;
  background-color: #f2f1f1;
  border:0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.popover-title {
  padding: 15px 14px 4px 14px;
  font-size: 13px;
  line-height: 18px;
  color:#3a3a3a;
  text-align: center;
  background-color: #f2f1f1;
  border-bottom: 0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.popover li {
  color: #3a3a3a;
}
.popover li a {
  background: #ee5d7f;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  font-size:16px;
  letter-spacing:0;
}
.popover li input[type="text"] {
  width: 95px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom:30px;
  height:22px;
}
.popover li.otherAmount {
  font-size:13px;
  margin-top:8px;
}
.popover li .btn {
  height: 56px;
  line-height: 56px;
  margin-bottom: -1px;
  padding: 0 0;
}
li.donate-li-item {
  width: 128%;
  margin-left: -15px;
}
.popover.bottom .arrow {
    border-bottom-color: #f2f1f1;
}
@media screen and (max-width:950px) {
  .navbar .btn {
    width:70px;
  }
  .popover.bottom .arrow {
    left: 80%;
  }
  #menu-main-menu {
    right: 13%;
  }
}
@media screen and (max-width:875px) {
  .navbar .nav > li > a {
    padding: 10px 8px 10px;
  }
  #menu-main-menu li > a {
    font-size:11px;
  }
  #menu-main-menu {
    right: 15%;
  }
}
@media screen and (max-width:767px) {
  .slide-controls {
    display:none;
  }
  #menu-main-menu {
    right: 0;
    left: 0;
    border-top:5px solid #ffcb05;
  }
  #menu-main-menu li.active, #menu-main-menu li.current_page_parent {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  #menu-main-menu li.active > a, #menu-main-menu li > a {
    font-size:13px;
    font-weight: 700;
    color: #564a3d !important;
    text-transform: none;
  }
  .nav-collapse .dropdown-menu {
    margin:0;
    background-color:#ffffff;
  }
  ul.dropdown-menu li {
    border-top: 1px solid #f2f1f1;
  }
  ul.dropdown-menu li:first-child {
    border-top: none;
  }
  .dropdown-menu li a {
    font-weight:400 !important ;
    padding:7px 0 7px 20px !important;
  }
  #menu-main-menu li.active a {
    color: #564a3d !important;
    padding-left: 20px !important;
  }
  .caret {
    display:inline-block;
    background-image: url(/wp-content/themes/gwc/images/plus-teal.png);
    width: 20px;
    height: 20px;
    background-position:center center;
    background-repeat: no-repeat;
    border-top: none;
    border-right: none;
    border-left: none;
    margin:0 !important;
    float:right;
  }
  .dropdown.open a .caret {
    background-image: url(/wp-content/themes/gwc/images/minus-teal.png);
  }
  #menu-main-menu li.active a:hover {
    border-bottom:1px solid #ffffff;
    background-color:#ffffff !important;
  }
  .popover.fade.bottom.in {
    top: 0 !important;
    left: 0 !important;
    right:0 !important;
    width:100%;
    padding:5px 1% 41px 1%;
  }
  .popover-content {
    padding: 1px 20%;
  }
  .popover.bottom {
    margin-top:0;
  }
  .popover.bottom .arrow {
    display:none;
  }
  li.donate-li-item {
    width: 100%;
    margin-left: 0;
  }
  .popover li a {
    height: 33px;
    margin: 5px 0;
    line-height: 50px;
    padding: 10px 47px;
    float: none;
  }
  .popover li input[type="text"] {
    width: 98%;
    margin-bottom: 16px;
    height: 36px;
    padding: 4px 0px 4px 4px;
  }
  #close-donate {
    background: url("images/close-icon.png");
    height: 21px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    width: 22px;
    cursor: pointer;
  }
  .popover-title {
    padding: 15px 14px 11px 14px;
  }
  .popover li.otherAmount {
    margin-bottom: 5px;
  }
}
/*  secondary Nav  */

.navbar.subnav {
  position: relative;
  width: 100%;
  top: 0;
  text-align:center;
}
.navbar.subnav ul.nav {
  text-align: center;
  background: transparent;
  width: 100%;
  border-bottom: 1px solid #eae9e9;
  display: inline-block;
  margin-bottom: 40px;
}
.navbar.subnav ul.nav li {
  display: inline-block;
  float:none;
}
.navbar.subnav ul.nav li a {
  color: #564a3d;
  text-shadow: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight:700;
  padding: 14px 12px 9px 12px !important;
  line-height: 60px;
  border-left:0;
  border-right:0;
  letter-spacing: 1px;
}
.navbar.subnav ul.nav li.active a, .navbar.subnav ul.nav li.staticactive a {
  background: transparent;
  border:0;
  border-bottom:4px solid #ffcb05;
  box-shadow:none;
}

@media screen and (max-width:767px) {
  .navbar.subnav ul.nav li {
    display: block;
  }
  .navbar.subnav ul.nav li.active a, .navbar.subnav ul.nav li a {
    border-bottom: 1px solid #f1f0f0;
    text-transform: none;
    color:#3ac0c4;
    font-size:14px;
    font-weight:700;
    line-height: 35px;
    letter-spacing: 0;

  }
  .navbar.subnav ul.nav {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  .nav-right {
    margin-top: 90px;
    width:98%;
  }
  .navbar .btn {
    width:100%;
    height:42px;
    line-height: 39px;
    font-weight: 700;
    margin:0;
    padding:4px 1% 4px 1%;
  }
.navbar a.btn:hover, .btn:hover {
  background: #e22967;
}
  .navbar .brand {
    background: url('/wp-content/uploads/2015/05/logo.png') no-repeat center center;
    background-size: 72%;
  }
  .navbar .brand {
    margin: 2px 0 0 0;
    padding-left: 17px;
    padding-right: 10px;
  }
  .navbar.subnav {
    margin-bottom:40px;
  }
}

/*  image and caption  */
.page-head {
  width:initial !important;
  background: none;
  text-align: left;
  color: #ffffff;
  font-size: 86px;
  font-family: "Satisfy", cursive;
  padding: 0 15%;
  margin-top:419px;
  text-shadow: none;
  z-index:100;
  position:relative;
}
.page-image {
  height: 519px !important;
  top:0;
  position:absolute;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width:940px) {
  .content-section {
      padding: 0 10% 40px 10%;
  }
  .page-head {
    padding:0 10%;
  }
}
@media screen and (max-width:850px) {
  .content-section {
      padding: 0 6% 40px 6%;
  }
  .page-head {
    padding:0 6%;
  }
}
@media screen and (max-width:767px) {
  .page-image {
    background-image:none !important;
  }
  .page-head {
    text-align: center;
    color: #b4b4b3;
    font-size: 33px;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin-top: 170px;
    font-weight:300 !important;
  }
}

/*----------------------- End Header Styling Rules ---------------------*/

/*----------------------- Begin Homepage Styling Rules ---------------------*/

.homepage-image {
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 519px;
  min-width:0;
}
.homepage-image .slides {
  margin-top:0;
  height:519px;
}
.homepage-image .slides#slide2,
.homepage-image .slides#slide3,
.homepage-image .slides#slide4,
.homepage-image .slides#slide5 {
  display:none;
  background-position: top !important;
}
.homepage-image .slides#slide1 {
  display:block;
  background-position: top !important;
}
.slide-controls {
  margin-left:0;
  top:400px;
  left:46%;
}
.slide-controls .control {
  display: inline;
  float: left;
  width: 20px;
  height: 20px;
  border: 0;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  margin: 0 0 0 10px;
  background: url(/wp-content/themes/gwc/images/dot.png) center center no-repeat;
}
.slide-controls .control.active {
  background: url(/wp-content/themes/gwc/images/active-dot.png) center center no-repeat;
}
#slideTitle1,
#slideTitle2,
#slideTitle3,
#slideTitle4,
#slideTitle5  {
  position: absolute;
  color: #ffffff;
  font-family: 'Satisfy', cursive;
  font-size: 90px;
  margin-top: -244px;
}
#slideTitle3,
#slideTitle4,
#slideTitle5  {
  left: 16%;
  letter-spacing: 2px;
}
#slideTitle1 {
  left:39%;
}
#slideTitle2 {
  right:9%;
  letter-spacing:2px;
}
.homepage-content .page-head {
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  text-align:center;
  margin-top:0;
  position: absolute;
  margin-top:-100px;
  line-height:24px;
}
.homepage-content .content-section:nth-child(2) {
  margin-top: 100px;
}
p.cta {
  text-transform: uppercase;
  font-size:13px;
  color:#564a3d;
  font-weight:700;
  text-align: center;
  line-height:59px;
}
.home-lead {
  font-size:21px !important;
  line-height:32px !important;
  margin:22px 0 0 0 !important;
}
.home-p {
  line-height:27px;
  margin:15px 0 !important;
}
.home-content {
  margin:22px 0 -11px 0;
}
.newsUpdates {
  margin-top:82px;
}
.newsUpdates h2 {
  margin-bottom:37px;
}
.img-box {
  border:1px solid #eae9e9;
  max-width:244px;
  max-height:136px;
  text-align: center;
  overflow:hidden;
  margin-bottom:15px;
}
.newsUpdates .attachment-thumbnail.wp-post-image {
  width: auto;
  height: auto;
  padding: 0;
  margin-top: -6px;
}
.news-row p.category {
  margin:0;
  line-height:18px;
}
.news-row p.category a {
  color: #3ac0c4;
  font-size: 12px;
  font-weight:600;
  text-transform: uppercase;
  line-height: 20px;
}
.news-row p.category a:hover {
  color:#3a3a3a;
}
.news-row small {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.news-row h4 {
  margin: 6px 0 5px 0;
}

.news-row h4 a {
  color: #564a3d;
  font-size: 19px;
  font-weight: 600;
  line-height:24px;
}
.news-row h4 a:hover {
  color:#e22967;
}
p.news-excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #3a3a3a;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 5px;
}

.news-row p a {
  font-weight: 600;
  font-size: 14px;
  text-transform:none;
  line-height: 39px;
}
.home-btn {
  height:42px;
  width:170px;
  line-height: 42px;
}
.twitter-link {
  text-align: center;
  margin:0px;
}
.twitter-link a {
  font-size:14px;
  font-weight:600;
  color:#3ac0c4;
}
.twitter-link img {
  margin-left:-15px;
}

@media screen and (min-width:1441px) {
  #slideTitle3,
  #slideTitle4,
  #slideTitle5  {
    left: 10%;
    font-size:100px;
  }
  #slideTitle1 {
    left:42%;
    font-size:100px;
  }
  #slideTitle2 {
    font-size:100px;
  }
}
@media screen and (max-width:1100px) {
  #slideTitle2 {
    right:2%;
  }
}
@media screen and (max-width:940px) {
  #slideTitle3,
  #slideTitle4,
  #slideTitle5  {
    left: 10%;
  }
  #slideTitle1 {
    left:36%;
  }
  #slideTitle2 {
    right:1%;
  }
}
@media screen and (max-width:850px) {
  #slideTitle3,
  #slideTitle4,
  #slideTitle5  {
    left: 5%;
  }
}

/* ----  Mobile Homepage styling ---- */
@media screen and (max-width:767px) {
  .homepage-content .page-head {
    display:none;
  }
  .homepage-content {
    margin-top: 125px;
  }
  p.cta {
    margin-bottom: 18px;
    margin-top: 10px;
    line-height: 40px;
  }
  .home-content {
    margin: 27px 0 -11px 0;
  }
  .home-lead {
    font-size: 17px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
  }
  .newsUpdates {
    margin-top: 50px;
  }
  .img-box {
    max-width:100%;
    max-height:100%;
  }
  .newsUpdates .attachment-thumbnail.wp-post-image {
    height: 150px;
  }

  .news-row p a {
    font-weight: 600;
    font-size: 12px;
  }

  .news-row h4 {
    font-size: 18px;
  }

  .news-row p a.home-read-more {
    font-size:14px;
  }

  p.news-excerpt {
    margin-bottom:34px;
  }

  .cta a img {
    width:100%;
  }
  #slideTitle1,
  #slideTitle2,
  #slideTitle3,
  #slideTitle4,
  #slideTitle5  {
    display: none;
  }
}

/*----------------------- End Homepage Styling Rules ---------------------*/

/*----------------------- Begin About Page Styling Rules ---------------------*/

#mission-content p:first-child {
  font-size:21px;
  text-align:center;
  padding-bottom: 15px;
  margin-top:0;
  line-height:32px;
}

#mission-content p:nth-child(8) {
  font-size:21px;
  text-align:center;
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:20px;
  margin-top:50px;
  margin-bottom: 40px;
  line-height:32px;
}
.team-text {
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 33px;
  margin-bottom: -23px;
}

.missionSub {
  margin-bottom: -19px;
  display: block;
  margin-top: 31px;
}
.team-staff,
.team-board {
  height:67px;
}

.team-section img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  margin: 0 0 0 0;
}
.content-section h4.founder {
  font-size:17px;
  margin-top:27px;
  font-weight:bold;
}
.team-executive {
  margin: 30px 0 0 0;
}
.team-board h4, .team-staff h4 {
  font-size: 14px;
  font-weight:700;
  margin-top:5px;
}
.team-staff {
  margin-bottom: 27px;
}
.brain-margin {
  margin-top:60px !important;
}
.partner-margin {
  margin-top:75px !important;
  margin-bottom: -30px !important;
}
#section4 .row-fluid .span4 {
  font-size:14px;
  font-weight:700;
  margin-top:1px;
}
.partner-hr {
  margin:20px 0 30px 0;
}
.partner-sub {
  margin-top: 63px !important;
}
.contact-margin {
  margin-top:22px !important;
  margin-bottom:0 !important;
  line-height:27px !important;
}
#map_canvas {
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 356px;
  margin-top: 0;
  margin-bottom: 40px;
}
fieldset input[type="password"],
fieldset input[type="text"],
fieldset select,
fieldset textarea {
  font-size: 17px;
  padding: 0 0 0 15px;
  height: 48px;
  border: 1px solid #b7b7b7 !important;
  -moz-border-radius:0 !important;
  -webkit-border-radius:0 !important;
  border-radius:0 !important;
  margin-bottom: 12px;
}

fieldset select {
  font-size:14px;
  width: 101.5% !important;
}

fieldset textarea {
  height: 247px;
  padding-top: 13px;
}

fieldset label {
  font-weight: 400;
  font-size: 17px;
  color:#3a3a3a;
  margin: 10px 0 15px 0;
}
.contact-btn {
  font-size:14px !important;
  width:20% !important;
  min-width:200px;
  margin-top:18px !important;
  margin-bottom:20px !important;
}

#testimonial-redesign {
  background-color:#3ac0c4;
  background-image: url(/wp-content/themes/gwc/images/quotes.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 60px;
  height: auto;
  padding-top:60px;
  margin-top:25px;
  margin-bottom:72px;
}
#testimonial-redesign h2 {
  color:#ffffff;
  background-image: url(/wp-content/themes/gwc/images/white-bar.png);
}
.testimonial p:first-child {
  color:#ffffff;
  font-size:19px;
  text-align:center;
}
.testimonial p:last-child {
  color:#ffffff;
  font-size:14px;
  font-weight: 700;
}
#testimonial-redesign a.arrow-left {
  background: url(/wp-content/themes/gwc/images/white-arrow-left.png) no-repeat center center;
  top:38%;
}
#testimonial-redesign a.arrow-right {
  background: url(/wp-content/themes/gwc/images/white-arrow-right.png) no-repeat center center;
  top:38%;
}


/* ------------  Mobile Styling for About Page ----------- */



@media only screen and (min-width:1200px) {

  #testimonial-redesign a.arrow-right {
    margin-left:495px;
  }
  #testimonial-redesign a.arrow-left {
    margin-left:-550px;
  }
}
@media only screen and (min-width:1500px) {

  #testimonial-redesign a.arrow-right {
    margin-left:595px;
  }
  #testimonial-redesign a.arrow-left {
    margin-left:-650px;
  }
}
@media only screen and (max-width:900px) {
  #testimonial-redesign a.arrow-left {
    margin-left: -360px;
  }
  #testimonial-redesign a.arrow-right {
    margin-left:300px;
  }
}

@media only screen and (max-width:767px) {

  .team-staff,
  .team-board {
    height:inherit;
}

  .navbar.subnav ul.nav li:nth-child(1) a {
    border-top: 1px solid #f1f0f0;
  }
  #mission-content p:first-child {
    font-size: 17px;
  }
  #mission-content p:nth-child(7) {
    font-size:16px;
    text-align:left;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .team-staff, .team-board {
    margin:0;
  }
  .team-staff .span4, .team-board .span4 {
    margin-bottom:30px;
  }
  .team-text {
    margin-top:0;
  }
  .brain-margin {
    margin-top: 15px !important;
  }
  .sip-partner {
    line-height:27px;
    font-size:20px !important;
  }
  .partner-sub {
    margin-top: 30px !important;
    font-size:20px !important;
  }
  .partner-hr {
    margin-bottom:15px;
  }
  .contact-btn {
    width:100% !important;
  }
  .test-button {
    margin-top:-4%;
  }
  .testimonial-container {
    padding:0 30px;
  }
  #testimonial-redesign {
    background-image: url(/wp-content/themes/gwc/images/quotes-mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 72px;
  }
  .testimonial p:first-child {
    font-size: 16px;
    margin-top:5px;
  }
  #testimonial-redesign a.arrow-left {
    margin-left: 0;
    margin-top:0;
    top:91%;
    left:inherit;
    float:left;
  }
  #testimonial-redesign a.arrow-right {
    margin-left: 0;
    margin-top:0;
    top:91%;
    left:initial;
    right:0;
    float:right;
  }
  .test-cell {
    height:auto;
  }
  fieldset label {
    font-size: 16px;
  }
  fieldset select {
    width: 100% !important;
  }
  fieldset input[type="password"], fieldset input[type="text"], fieldset select, fieldset textarea {
    font-size: 16px;
    padding: 0 0 0 6px;
    margin-bottom: 12px;
    width: 100%;
  }
}

/*----------------------- End About Page Styling Rules ---------------------*/

/*----------------------- Begin Teaching with GWC Page Styling Rules ---------------------*/

.first-paragraph-teach {
  font-size:21px;
  line-height:30px;
  text-align:center;
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 26px;
  margin-top: 60px;
}
.first-paragraph-teach strong {
  font-size:20px;
}
.teach-title {
  margin-bottom:0;
  font-size:21px;
  margin-top:60px;
}
.teach-body {
  line-height:27px;
  margin-bottom:15px;
}
.teach-space {
  line-height:27px;
  margin-bottom:25px;
}
.teach-space.button {
  margin-top: 50px;
}


/* Mobile stying for Teaching with GWC Page */

@media screen and (max-width: 767px) {
  .first-paragraph-teach {
    margin-top:inherit;
    font-size: 17px;
    line-height: 24px;
  }
  .first-paragraph-teach strong {
    font-size:17px;
    font-weight:normal;
  }
  .teach-title {
    margin-top: 30px;
    font-size:20px;
  }
  .teach-body {
    line-height:24px;
    margin-bottom:15px;
  }
  .teach-btn {
    width:100%;
  }
  .teach-space.button {
    margin-top: 32px;
    margin-bottom: 45px;
  }
}

/*----------------------- End Teaching with GWC Page Styling Rules ---------------------*/

/*----------------------- Begin Get Involved Page Styling Rules ---------------------*/

.content-section.get-involved h2 {
  margin-top: -22px;
}
.content-section.get-involved p {
  font-size:1.125em;
  margin-bottom:13px;
  margin-top:51px;
}
.content-section.get-involved hr {
  margin-top:13px;
}
.lead {
  font-weight:400;
  font-size:21px;
  text-align:center;
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:20px;
  margin-bottom: 74px !important;
}
.content-section.get-involved button {
  height:90px;
  width:100%;
  color:#ffffff !important;
  background-color:#e22967;
  font-size: 1.188em;
  font-weight: 700;
  margin-bottom:20px;
}
.content-section.get-involved button:hover {
  background-color:#564a3d;

}
.content-section.get-involved h2.involved-spacer {
  margin-top:82px;
  margin-bottom:23px;
}
.content-section.get-involved p.p-questions {
  margin-top: 8px;
  margin-bottom:8px;
  font-size:1.063em;
}
.left-form {
  padding-right:13px;
}
.content-section.get-involved form {
  margin-bottom:105px;
}
.involved-top-padding {
  padding-top:30px;
}

/* Mobile stying for the Get Involved Page */

@media screen and (max-width: 767px) {

  .left-form {
    padding-right:0;
  }
  .why-spacer {
    margin-top:275px;
  }
  .lead {
    font-size:16px;
    margin-bottom: 50px !important;
  }
  .content-section.get-involved button {
    padding-left:15px;
    padding-right:15px;
    line-height:21px;
    font-size:15px;
  }
  .content-section.get-involved p {
    margin-top: 20px;
  }
  .content-section.get-involved h2.involved-spacer {
    margin-top: 30px;
  }
  .involved-top-padding {
    padding-top:17px;
  }
  .why-spacer.get-involved-why {
    margin-top: 282px;
  }

}
/*----------------------- End Get Involved Page Styling Rules ---------------------*/

/*----------------------- Begin Programs Page Styling Rules ---------------------*/

#programs .page-head {
  margin-top: 297px;
  line-height: 94px;
}
#programs .navbar.subnav ul.nav {
  margin-top: 34px;
}
#programs .navbar.subnav ul.nav li {
  width: auto;
}
#programs .content-section#section1 {
  margin-top: -37px;
}
#programs .section-header p.lead {
  font-weight: 400;
  font-size: 21px;
  background-image: none;
  padding-top: 0;
  margin:-8px 0 0 0!important;
}
#programs .section-row {
  margin-top:30px;
}
#programs .overview-row {
  margin-top:0;
}
ul.body-list {
  margin-top:-20px;
  color: #3a3a3a;
  font-size: 1.063em;
  letter-spacing: .01em;
  list-style-image:url('/wp-content/themes/gwc/images/pink-list-arrow.png');
}
ul.body-list  li {
  line-height: 30px;
  margin-bottom: 10px;
}
ul.body-list  li i {
  font-weight:600;
}
#programs hr {
  margin-top:30px;
  margin-bottom:0;
}
#programs .content-section center {
  margin: 22px 0 33px 0;
}
#programs .expand-trigger {
  background: url(/wp-content/themes/gwc/images/plus-pink.png) no-repeat center left;
  padding-left: 24px;
  font-size: 15px;
  color: #e22967!important;
  font-weight: 700;
  padding-top: 1px;
  text-transform: none;
}
#programs .expand-trigger.collapse {
  background: url(/wp-content/themes/gwc/images/minus-pink.png) no-repeat center left;
}
#programs #section2 {
  padding:0 5% 0 5%;
}
#programs #section2 .section-header {
  background-color:#e3e2e2 !important;
  padding:50px 10% 50px 10%;
  margin-top: -45px;
}
#programs #section2 h2 {
  color:#ffffff !important;
}
#outcomes p:first-child {
  text-align: center;
  margin: 0 !important;
}
#outcomes .span4 {
  margin-top:30px;
  margin-left:0;
  text-align:center;
  float:none;
  display:inline-block;
  vertical-align:top;
}
#outcomes img {
  margin-bottom:15px;
}
p.percentageP {
  font-size:14px;
  line-height:24px;
  font-weight:600;
  text-align:center;
  margin:0 !important;
  padding:0 5px;
}
#programs #section3 {
  margin-top:60px;
}
.row-faq {
  margin: -28px 0 0 0;
}
.row-faq p {
  margin-bottom: 0;
  font-size:17px;
}
.row-faq {
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 400;
}
.row-faq strong {
  font-weight:700;
  font-size: 17px;
}
.row-faq ul {
  list-style: none;
  margin: 5px 0 10px 20px;
}
.row-faq ul li {
  line-height:28px;
}
.signup-button {
  width:170px;
  margin-top: 16px;
  margin-bottom: -4px;
}

/* ----- Programs mobile styling ------ */
@media screen and (max-width:767px) {
  #programs .page-head {
    margin-top: 170px;
    line-height: 40px;
  }
  #programs .navbar.subnav ul.nav li:nth-child(1) a {
    border-top: 1px solid #f1f0f0;
  }
  #programs .navbar.subnav ul.nav li:nth-child(2) a {
    border-top: none;
  }
  #programs .section-header {
    margin-top:42px;
  }
  #programs .section-header p.lead {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
  #programs #section2 {
    padding: 0 5% 0 5%;
    margin-top: 13px;
  }
  #programs #section3 {
    padding-bottom:0;
  }
  .row-faq p, .row-faq strong, .row-faq {
    font-size: 16px;
  }
  .signup-button {
  width:100%;
}

}

/*----------------------- End Programs Page Styling Rules ---------------------*/

/*----------------------- Begin Clubs Page Styling Rules ---------------------*/

#section10.content-section, #section11.content-section, #section12.content-section {
  margin-top:68px;
}
#section10 .navbar.subnav ul.nav li {
  width: auto;
}

#section10 .lead {
  font-weight: 400;
  font-size: 21px;
  text-align: left;
  background-image:none;
  padding-top: 0;
  margin-bottom: 25px !important;
  margin-top:0;
  line-height:32px;
}
#section10 .span4 {
  margin-left:0;
  display:inline-block;
  text-align:center;
  float:none;
}
#section10 .span4 .btn {
  width:84%;
  line-height:45px;
  float:none;
  margin-top:21px;
}
.club-subhead {
  font-size:21px;
  margin-bottom:13px;
}
#section10 hr {
  margin-top:13px;
  margin-bottom:22px;
}
#volunteerTeach p {
  margin-bottom:15px;
}
#section10 blockquote p {
  font-size:14px !important;
  margin-left:90px;
  font-weight:400;
  margin-right:60px;
  line-height:27px;
  margin-bottom:61px;
}
#section10 blockquote p:first-child {
  margin-top:30px;
  line-height:27px;
  margin-bottom: 30px;
}
#section10 blockquote p:last-child {
  margin-top:30px;
  line-height:27px;
  margin-bottom: 61px;
}
#startClub p, #faq p {
  margin-bottom:15px;
}
#curric ul {
  margin-top:20px;
  margin-left:17px;
}
#faq {
  margin-top:69px;
  margin-bottom: 51px;
}
#faq h2 {
  margin-bottom:20px
}
.club-buttons {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 69px;
}

/* -----  Mobile styling for Clubs Page  ----- */

@media screen and (max-width:767px) {
  #section10.content-section .navbar.subnav ul.nav li:nth-child(1) a {
      border-top: 1px solid #f1f0f0;
    }
  #section10.content-section .navbar.subnav ul.nav li:nth-child(2) a {
    border-top: none;
  }
  #section10 .lead {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
  #section10 ul.body-list li {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .club-buttons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .club-buttons .span4 {
    margin-top:20px;
  }
  .club-subhead {
    font-size: 20px;
  }
  #volunteerTeach img {
    width:100%;
    margin-bottom: 15px;
  }
  #section10 blockquote p {
    margin:0;
    font-size:13px !important;
    line-height:24px;
  }
  #section10 blockquote p:last-child {
    margin-bottom: 40px;
  }
  #section10 .span4 .btn {
    width: 93%;
  }
}



/*----------------------- End Clubs Page Styling Rules ---------------------*/

/*----------------------- Begin News Page Styling Rules ---------------------*/

#section12.content-section {
  margin-bottom:57px;
}
.pagination {
  height: 20px;
  margin: -16px 0 0 0;
  float:right;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.pagination ul > li > a, .pagination ul > li > span {
  float: none;
  padding: 0 6px;
  line-height: 38px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color:#3ac0c4;
  text-transform:uppercase;
  font-size:12px;
}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: transparent;
  color:#3a3a3a;
}
.posts-available {
  float: left;
  margin-top: -7px;
  font-size: 12px;
  text-transform: uppercase;
  color: #aaa9aa;
}
hr.less-margin-top {
  margin: 8px 0 20px 0;
}
.blog-section {
  border-bottom: 0;
  margin-top: 5px;
}

.image-box {
  border:1px solid #eae9e9;
  height:136px;
  overflow:hidden;
  text-align: center;
}
.listing-thumb img {
  max-height:136px;
  width:auto;
  max-width:inherit;
}
.attachment-thumbnail.wp-post-image {
  width: auto;
  padding:0;
  margin-top:0;
}
li.prev a {
  display:none;
}
#section12 .span4 {
  margin-left:0;
  height:512px;
  width:32%;
  border-bottom:1px solid #eeeeee;
  margin-bottom:20px;
}
#section12 div.span4:nth-child(5),
#section12 div.span4:nth-child(8),
#section12 div.span4:nth-child(11) {
  margin-right: 2%;
  margin-left: 2%;
}
.meta-info {
  font-size:12px;
  text-align:left;
  margin-top:12px;
}
h3.news-listing-title {
  text-align: left;
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
  padding: 6px 0 0 0;
  letter-spacing: 0;
}
h3.news-listing-title a {
  color:#564a3d;
}
h3.news-listing-title a:hover {
  color:#ef5075;
}

.blog-section .span12 p {
  margin:0 0 0 0 !important;
  font-size:16px;
  line-height:24px;
}
.moretag {
  font-size:14px;
  margin-top: -16px;
  display: block;
}
.blogs {
  margin-bottom:74px;
}


/*  News Single Page  */

.news-single .navbar.subnav ul.nav li {
  height: 54px;
}
.blog-content {
  margin-left:40px;
  color:#3a3a3a !important;
}
.blog-content img{
  display:inline;
  float: left;
  margin: 0 18px 0 0;
  background: transparent;
  padding: 8px;
  border: 1px solid #eae9e9;
}
.blog-content h3 {
  text-align: left;
  font-size:36px;
  line-height:45px;
  text-transform:none;
  font-weight:400;
  padding:0;
  margin:-10px 0 0 0;
  letter-spacing: 0;
}
.blog-content .meta-inner {
  text-align:left;
  margin-bottom:25px;
  margin-top:-7px;
}
.blog-content p, .blog-content .lead {
  font-size:17px !important;
  padding-top: 0;
  margin-bottom: 0;
  background-image: none;
  margin-left:0 !important;
}
.meta-inner a {
  color:#3ac0c4;
}
.meta-inner a:hover {
  color:#3a3a3a;
}

@media screen and (min-width:1200px) {
  .blog-content:first-child {
    margin-left:0;
  }

}
@media screen and (max-width:767px) {

  /* News Page Mobile */

  .blog-section {
    padding-bottom: 33px;
  }
  .blog-content {
    margin-left:0;
  }
  .image-box {
    height:145px;
  }
  .listing-thumb {
    max-height:145px;
  }
  #section12 .span4 {
    height:auto;
    width:100%;
    border-bottom:0;
    margin-bottom:0;
  }
  #section12 div.span4:nth-child(5),
  #section12 div.span4:nth-child(8),
  #section12 div.span4:nth-child(11) {
    margin-right:0;
    margin-left:0;
  }
  .meta-info {
    font-size:12px;
    text-align:left;
    margin-top:12px;
  }
  .meta-inner {
    font-size:12px;
  }
  h3.news-listing-title {
    font-size:18px;
    padding-top: 4px;
  }
  .blog-section .span12 p {
    font-size:16px;
  }
  .posts-available {
    float:none;
    background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
    background-size:auto;
    background-repeat:no-repeat;
    background-position:center bottom;
    padding-bottom:20px;
    margin-bottom:15px;
  }

  #section12 .section-header {
    margin-bottom:23px;
  }

  .listing-thumb img {
    max-height: 145px;
  }

  .pagination {
    margin: 0;
    float: none;
    text-align: center;
  }

  .blogs {
    margin-bottom: 0;
  }

  .moretag {
    margin-top: 8px;
  }

  /* News Single Page  Mobile */
  #section10.content-section,
  #section11.content-section,
  #section12.content-section {
    margin-top:30px;
  }
  #section11.content-section .navbar.subnav ul.nav li:nth-child(3) a {
    border-top: 1px solid #eae9e9;
  }
  #section11.content-section .section-row {
    margin-top: 20px;
  }
  .blog-content img {
    padding:0;
    border: 1px solid #eae9e9;
    margin-bottom: 15px;
  }
  .blog-image {
    border: none;
    overflow:visible;
    display:inline-block;
    margin-bottom:15px;
  }
  .blog-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin:0;
  }
  .blog-content .meta-inner {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: -5px;
  }
  .blog-content p, .blog-content .lead {
    margin-left: 0 !important;
    font-size: 16px !important;
    padding-top: 0;
    margin-bottom: 5px;
  }
}

/*----------------------- End News Page Styling Rules ---------------------*/

/*----------------------- Begin Alumnae Stories Page Styling Rules ---------------------*/

#alumnae .lead {
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:20px;
  margin-top:60px;
  margin-bottom: 20px !important;
  line-height:32px;
}
#alumnae p {
  line-height:27px;
  font-size:16px;
}
.pink {
  color:#ee5d7f;
  font-weight:600;
}
#alumnae strong {
  font-size:14px;
  padding-left:5px;
}
#alumnae img {
  margin-left:15px;
  margin-bottom:15px;
}
#alumnae blockquote p {
  padding-top:0;
  margin-right:0;
}
#alumnae blockquote {
  padding-top:15px;
}
#collab {
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:30px;
  margin-top:80px;
}
#collab strong, #tamp strong {
  font-size:16px;
  padding:0;
}
#tamp {
  background-image: url("/wp-content/themes/gwc/images/teal-bar.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:30px;
  margin-top:30px;
}
#collab iframe {
  height:464px;
}

/* ----  Mobile Styling for Alumnae Stories Page ---- */
@media screen and (max-width:767px) {
  #alumnae .lead {
    margin-top:0;
    line-height:24px;
    text-align:left;
  }
  #alumnae p {
    line-height:24px;
    margin-bottom:20px;
  }
  #alumnae img {
    margin-left:0;
    width:100%;
    float:none;
    margin-bottom:20px;
  }
  #alumnae strong {
    font-size:14px;
    padding-left:0;
  }
  #alumnae h4 {
    margin: 0px 0 -13px 0;
  }
  #alumnae h4 strong {
    line-height:35px;
  }
  #alumnae blockquote p, #alumnae blockquote, #alumnae blockquote strong {
    margin-top:0 !important;
    padding-top:0;
    font-size:13px;
    line-height:24px !important;
  }
  #collab {
    margin-top:15px;
  }
  #collab h4 {
    font-size:20px;
    line-height:35px;
  }
  #collab iframe {
    height:200px;
  }
  #tamp h4{
    font-size:20px;
    line-height:28px;
  }
}

/*----------------------- End Alumnae Stories Page Styling Rules ---------------------*/

/*----------------------- Begin Legal Policies Styling Rules ---------------------*/

.legal-page {
  margin-top:175px;
}
.legal-page p.lead {
  display:none;
}
.legal-page h3 {
  padding:0;
  line-height:30px;
}


/*----------------------- Begin Legal Policies Styling Rules ---------------------*/

/*----------------------- Begin Why It Matters Styling Rules ---------------------*/

.why-section {
  border-top: 0 !important;
  background: #ee5d7f!important;
  padding-bottom: 60px;
  height: auto;
  padding-top:60px;
}
.fact-description {
  width:65% !important;
}
.fact-description p {
  margin: 25px 0 50px 0;
  font-size: 19px !important;
  color: #ffffff;
  font-weight: 400;
  text-align: left!important;
}
.why-section h2 {
  color:#ffffff;
  background-image: url(/wp-content/themes/gwc/images/white-bar.png);
}
.fact-row .span3 img {
  height:150px;
  width:auto;
  max-width:150px;
}
.why-section a.btn, #testimonial-redesign a.btn {
  width:170px;
  height:50px;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0 0 0;
  font-size: 14px;
  background: #e22967;
}
.why-section a.btn:hover, #testimonial-redesign a.btn:hover, a.btn:hover, .btn:hover {
  background: #564a3d;
}
.why-viewport {
  padding-bottom:50px;
}
.why-section a.arrow-left {
  background: url(/wp-content/themes/gwc/images/white-arrow-left.png) no-repeat center center;
}
.why-section a.arrow-right {
  background: url(/wp-content/themes/gwc/images/white-arrow-right.png) no-repeat center center;
}

@media screen and (min-width:1760px) {
  .why-section a.arrow-left {
    margin-left: -600px;
  }
  .why-section a.arrow-right {
    margin-left: 540px;
  }
}

@media screen and (max-width:1000px) {
  .why-section a.arrow-left {
    margin-left: -400px;
  }
  .why-section a.arrow-right {
    margin-left: 340px;
  }
}

@media screen and (max-width:767px) {

  .content-section.why-section {
    padding-bottom:40px;
  }
  .why-section .section-header {
    padding: 42px 0 0 0;
  }
  .why-section .span3 {
    text-align: center;
  }
  .fact-description p {
    margin: 0;
    text-align: center !important;
    font-size:18px !important;
  }
  .why-section a.arrow-left {
    margin-left: 0;
    margin-top:0;
    top:21%;
    left: -7%;
    float: left;
  }
  .why-section a.arrow-right {
    margin-left: 0;
    margin-top: 0;
    top: 21%;
    left: initial;
    right: -7%;
    float: right;
  }
  .fact-row .span3 img {
    height: auto;
    width: auto;
    max-width: 200px;
  }
  .why-viewport {
    padding-bottom: 6px;
  }
  .why-section  h2 {
    padding-bottom:29px;
  }
}

/*----------------------- End Why It Matters Styling Rules ---------------------*/

/*----------------------- Begin Footer Styling Rules ---------------------*/

.footer {
  background-color:#e3e2e2;
  padding: 16px 9% 0 10%;
}
.span6.left-footer {
  width:40%;
}
.span6.right-footer {
  width:60%;
  margin-left: 0;
}
.menu-footer-menu-container ul {
  list-style: none;
  margin:14px 0 0 0;
}
.menu-footer-menu-container li {
  display:inline;
}
.menu-footer-menu-container li a {
  color: #3a3a3a;
  font-size: 14px;
  margin: 10px 0 0 10px;
  font-weight:400;
}
.menu-footer-menu-container li:first-child a{
  margin: 10px 0 0 0;
}
#ml-newsletterform-container #ml-p {
  margin: 10px 0;
  font-size: 14px;
  color: #3a3a3a;
}
#ml-newsletterform-container #ml-email {
  border: 1px solid #b7b7b7;
  margin: 0 10px;
  font-size: 14px;
  padding: 0 0 0 16px;
  color:#9b9a9a;
}
#ml-newsletterform-container #ml-button {
  padding: 8px 20px;
}
#ml-newsletterform-container {
  margin-right:0px;
}
.socialMedia img{
  margin-right:15px;
}
.socialMedia {
  margin:65px 0 19px 0;
}
p.copyright {
  text-align: center;
  background: none;
  line-height: 24px;
  font-size: 13px;
  color: #3a3a3a;
  font-weight: normal;
  border-top: 1px solid #ffffff;
  padding: 25px 0 0 0;
  margin-bottom: 15px;
}
.powered {
  color:#b6b6b6;
}
a.powered:hover, .menu-footer-menu-container li a:hover {
  color:#e22967;
}

/*------------- Begin Footer MOBILE Styling Rules ------------*/

@media screen and (max-width: 1070px) {
  .footer {
    padding-left:1%;
    padding-right:1%;
  }
}


@media only screen and (max-width:900px) {
  .powered {
    float:left;
    position:relative;
    right:0;
    width:100%;
   /* padding-bottom:20px;*/
  }
}

@media only screen and (max-width:850px) {
  .footer-links li a, #ml-newsletterform-container #ml-p, #ml-newsletterform-container #ml-email {
    font-size:13px;
  }
  p.copyright {
    font-size:12px;
    margin-bottom: 40px;
  }
  .footer input[type="text"] {
    width: 175px;
  }
}

@media only screen and (max-width:767px) {
  .footer {
    padding: 16px 30px 0 30px;
    text-align: center;
  }
  .socialMedia {
    margin: 106px 0 19px 0;
  }
  .socialMedia img {
    margin-right: 10px;
    margin-left:10px;
  }
  .menu-footer-menu-container li a {
    font-size: 13px;
    margin: 10px 3px 0 3px;
  }
  .menu-footer-menu-container ul {
    margin: 23px 0 0 0;
  }
  .span6.left-footer {
    width:100%;
  }
  .span6.right-footer {
    width:100%;
  }
  #ml-newsletterform-container #ml-p, #ml-newsletterform-container #ml-form {
    float:none;
  }
  #ml-newsletterform-container #ml-p {
    margin: 20px;
  }
  #ml-newsletterform-container #ml-button {
    margin:15px 0 0 0;
    width:92%;
  }
  #ml-newsletterform-container #ml-email {
    margin: 12px 0 0 0px;
    width: 90%;
    padding: 0 0 0 6px;
  }
  #ml-newsletterform-container {
    float:left;
    width:100% !important;
  }
}

/*----------------------- End Footer MOBILE Styling Rules ---------------------*/

/*----------------------- End Footer Styling Rules ---------------------*/


/*----------------------- BEGIN 404 and Search Page Page Styling Rules ---------------------*/

#four-o-four h1 {
  margin-top:110px;
}
#four-o-four h4 {
  line-height:30px;
}
#four-o-four .span12 {
  margin-left:0;
  width:100%;
  margin-bottom:40px;
}
#four-o-four .btn {
  width: 170px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  padding:0;
  font-size: 14px;
  background: #e22967;
}
#four-o-four hr {
  margin: 30px 0 17px 0;
}
#four-o-four p.meta {
  margin:0 0 10px 0;
}
#four-o-four p {
  margin:0;
}
#four-o-four .why-section a.btn {
  padding-top:15px;
}
#post-not-found h1 {
  margin-top:30px;
}

@media screen and (max-width:767px) {
  #four-o-four h1 {
    margin-top:20px;
    font-size:22px;
  }
  #four-o-four .pagination {
    margin:30px 0;
  }
  #four-o-four hr {
    margin: 15px 0 15px 0;
  }
}

/*----------------------- END 404 Page Styling Rules ---------------------*/

/*----------------------- BEGIN Checkout Page Styling Rules ---------------------*/

#checkout {
  margin-top:40px;
}
#wpsc_checkout_form_4 {
  height: 31px;
  padding-top:17px;
}
.pricedisplay {
  font-weight:700;
}
.thank-you {
  margin-top:68px;
}

@media screen and (max-width:767px) {
  #checkout {
    margin-top:5px;
  }
  .row-fluid .offset3:first-child {
    margin-left:0;
  }
  .thank-you {
    margin-top:initial;
  }
}

/*----------------------- BEGIN Checkout Page Styling Rules ---------------------*/


/*----------------------- Begin Mobile Styling Rules ---------------------*/

@media only screen and (max-width:767px) {
  .content-section {
    padding: 0 30px 15px 30px;
  }
  html {
    overflow-x:hidden;
  }
}

/*----------------------- End Mobile Styling Rules ---------------------*/

/*----------------------- Begin Font Size Styling Rules ---------------------*/

@media only screen and (max-width:767px) {
  body {
    font-size: 14px;
  }
}

/*----------------------- End Font Size Styling Rules ---------------------*/

a.caret-toggle {
  position: relative;
}
