f/*
Theme Name:   Mum For Mum
Theme URI:    http://viewportindustries.com/products/starkers
Description:  The Mum For Mum Wordpress theme!
Version:    1.0
Author:     Ezra Sarajinsky
Author URI:   http://ezrabydesign.com
Tags:       starkers, naked, clean, basic
*/
@import "css/normalize.css";
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
html {
  font-size: 62.5%; }
  body {
    font-size: 1.5em; 
    line-height: 1.6;
    font-family: "Quicksand", sans-serif;
    font-weight: 100;
    color: #363c4c; 
    background: #fff;
  }
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container,
.container-fluid {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  .column,
  .columns {
    width: 100%;
    float: left;
    box-sizing: border-box; }

    /* For devices larger than 400px */
    @media (min-width: 400px) {
      .container {
        width: 85%;
        padding: 0; }
      }

      /* For devices larger than 550px */
      @media (min-width: 550px) {
        .container {
          width: 80%; }
          .column,
          .columns {
            margin-left: 4%; }
            .column:first-child,
            .columns:first-child {
              margin-left: 0; }

              .one.column,
              .one.columns                    { width: 4.66666666667%; }
              .two.columns                    { width: 13.3333333333%; }
              .three.columns                  { width: 22%;            }
              .four.columns                   { width: 30.6666666667%; }
              .five.columns                   { width: 39.3333333333%; }
              .six.columns                    { width: 48%;            }
              .seven.columns                  { width: 56.6666666667%; }
              .eight.columns                  { width: 65.3333333333%; }
              .nine.columns                   { width: 74.0%;          }
              .ten.columns                    { width: 82.6666666667%; }
              .eleven.columns                 { width: 91.3333333333%; }
              .twelve.columns                 { width: 100%; margin-left: 0; }

              .one-third.column               { width: 30.6666666667%; }
              .two-thirds.column              { width: 65.3333333333%; }

              .one-half.column                { width: 48%; }

              /* Offsets */
              .offset-by-one.column,
              .offset-by-one.columns          { margin-left: 8.66666666667%; }
              .offset-by-two.column,
              .offset-by-two.columns          { margin-left: 17.3333333333%; }
              .offset-by-three.column,
              .offset-by-three.columns        { margin-left: 26%;            }
              .offset-by-four.column,
              .offset-by-four.columns         { margin-left: 34.6666666667%; }
              .offset-by-five.column,
              .offset-by-five.columns         { margin-left: 43.3333333333%; }
              .offset-by-six.column,
              .offset-by-six.columns          { margin-left: 52%;            }
              .offset-by-seven.column,
              .offset-by-seven.columns        { margin-left: 60.6666666667%; }
              .offset-by-eight.column,
              .offset-by-eight.columns        { margin-left: 69.3333333333%; }
              .offset-by-nine.column,
              .offset-by-nine.columns         { margin-left: 78.0%;          }
              .offset-by-ten.column,
              .offset-by-ten.columns          { margin-left: 86.6666666667%; }
              .offset-by-eleven.column,
              .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

              .offset-by-one-third.column,
              .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
              .offset-by-two-thirds.column,
              .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

              .offset-by-one-half.column,
              .offset-by-one-half.columns     { margin-left: 52%; }

            }
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; 
  color:#49c3b1;}
  h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
  h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
  h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
  h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
  h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
  h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

  /* Larger than phablet */
  @media (min-width: 550px) {
    h1 { font-size: 5.0rem; }
    h2 { font-size: 4.2rem; }
    h3 { font-size: 3.6rem; }
    h4 { font-size: 3.0rem; }
    h5 { font-size: 2.4rem; }
    h6 { font-size: 1.5rem; }
  }

  p {
    margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #49c3b1; 
  text-decoration: none;}
  a:hover {
    color: #37a494; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:focus,
  button:focus,
  input[type="submit"]:focus,
  input[type="reset"]:focus,
  input[type="button"]:focus {
    color: #333;
    border-color: #888;
    outline: 0; }
    .button.button-primary,
    button.button-primary,
    input[type="submit"].button-primary,
    input[type="reset"].button-primary,
    input[type="button"].button-primary {
      color: #FFF;
      background-color: #33C3F0;
      border-color: #33C3F0; }
      .button.button-primary:hover,
      button.button-primary:hover,
      input[type="submit"].button-primary:hover,
      input[type="reset"].button-primary:hover,
      input[type="button"].button-primary:hover,
      .button.button-primary:focus,
      button.button-primary:focus,
      input[type="submit"].button-primary:focus,
      input[type="reset"].button-primary:focus,
      input[type="button"].button-primary:focus {
        color: #FFF;
        background-color: #1EAEDB;
        border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 1em 1em;/* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border:none;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box; 
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1;
}
 Removes awkward default styles on some inputs for iOS 
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background: #f3eeee;
  outline: 0; 
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; 
}
fieldset {
  padding: 0;
  border-width: 0; 
}
input[type="checkbox"],
input[type="radio"] {
  display: inline; 
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; 
}
div.wpcf7 {
  line-height: 0
}
div.wpcf7 textarea {
  line-height: 20px
}
form.wpcf7-form p {
  padding: 0;
  margin: 0;
}
input.wpcf7-form-control.wpcf7-submit {
  background: #49c3b1;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 11px 40px;
  transition: background-color 0.5s ease;
  height: auto;
}
form.wpcf7-form select {
  color: #757575
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #37a494
}
div.wpcf7-mail-sent-ok {
  background-color: #edf9f7;
  color: #49c3b1;
  border: none;
}
div.wpcf7-validation-errors {
  border: none;
  background: #f7e70066;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 1em 1em;
  text-align: center;
  line-height: 20px;
}
input, textarea, select, fieldset, label {
  margin: 0
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; 
}
ol {
  list-style: decimal inside; 
}
ol, ul {
  padding-left: 0;
  margin-top: 0; 
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; 
}
li {
  margin-bottom: 1rem; 
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
  pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
    th:last-child,
    td:last-child {
      padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
  input,
  textarea,
  select,
  fieldset {
    margin-bottom: 1.5rem; }
    pre,
    blockquote,
    dl,
    figure,
    table,
    p,
    ul,
    ol,
    form {
      margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
  .u-max-full-width {
    max-width: 100%;
    box-sizing: border-box; }
    .u-pull-right {
      float: right; }
      .u-pull-left {
        float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


  /* ----------------------------------------------------------------------------NAVIGATION */
  header {
    padding: 30px 0;
  }
  .logo a {
    background: url(images/mum-for-mum.png) no-repeat center center;
    background-size: contain;
    width: 144px;
    height: 116px;
    display: block;
    overflow: hidden;
    text-indent: -999999999px;
    white-space: nowrap;
    z-index: 7;
    position: absolute;
    left: 0;
    top: 0;
  }
  .logo a:hover {
    opacity: 0.8
  }
  header ul.menu {
    width: 380px;
    float: right;
    margin: 0
  }
  header ul.menu li {
    display: inline-block;
    margin: 0 36px 8px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    list-style: none;
    letter-spacing: 2px;
    width: 172px;
    float: left;
    text-align: left;
  }
  header ul.menu li:nth-child(even) {
    margin: 0 0px 5px 0;
  }
  header ul.menu li a {
    position: relative;
    padding: 0 0 4px 0;
    color: inherit
  }
  header ul.menu li a:hover {
    color: inherit;
  }
  header ul.menu li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #49c3b1;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  header ul.menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  header ul.menu li.current_page_item a:hover:before,
  header ul.menu li.current_page_parent a:hover:before,
  header ul.menu li.has-dropdown a:hover:before {
    visibility: hidden;
  }
  header ul.menu li.current-menu-ancestor a,
  header ul.menu li.current_page_item a,
  header ul.menu li.current_page_parent a {
    border-bottom: 2px solid #363c4c;
  }
  ul.sub-menu.active li a {
    border-bottom: none!important;
  }
  header ul.menu li.donationItem a {
    background: #49c3b1;
    padding: 5px;
    color: #fff;
    border-radius: 3px;
  }
  header ul.menu li.donationItem a:hover {
    background: #37a494
  }
  header ul.menu li.donationItem.current_page_item a:hover:before {
    background-color: none
  }
  header ul.menu li.donationItem a:hover:before {
    visibility: hidden;
  }
  header ul.menu li.donationItem.current_page_item a {
    border-bottom: none;
  }
  .blurb {
    position: absolute;
    left: 170px;
    top: 34px;
    color: #330867;
    font-size: 15px;
  }

  @media (min-width: 774px) { 
    .nav-icon {
      display: none
    } 
  }
  @media (max-width: 773px) { 
    .menu-main-menu-container {
      display: none
    }
    .logo a {
      width: 54px;
      height: 44px;
      left: 1em;
      top: -22px;
    }
    .blurb {
      font-size: 15px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      width: 210px;
      top: -25px;
    }
  }


  .nav-icon {
    z-index: 9;
    width: 30px;
    height: 45px;
    /* position: relative;*/
    position: absolute;
    top:18px;
    right:1em;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #49c3b1;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .nav-icon span:nth-child(1) {
    top: 0px;
  }

  .nav-icon span:nth-child(2) {
    top: 10px;
  }

  .nav-icon span:nth-child(3) {
    top: 20px;
  }

  .nav-icon.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -40px;
  }

  .nav-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .overlay {
    display: none;
    background-color: #edf9f7;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8
  }
  ul#menu-mobile-menu {
    padding: 70px 2em 0 2em;
    width: inherit;
  }
  ul#menu-mobile-menu li {
    font-size: 1.5em;
    line-height: 0.9em;
    list-style: none;
    margin: 0 0 3rem 0;
    width: 100%;
  }
  ul#menu-mobile-menu li a {
    color: #49c3b1
  }







/* Common Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}



.greenBand {
  background: #49c3b1;
}
.greenBand h1,
.greenBand p {
  color: #fff
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
Homepage
––––––––––––––––––––––––––––––––––––––––––––––––––- */

.homepageHero {
  width: 100%;
  height: 390px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #63c5ba
}
.smallBio {

}
ul.testimonialQuotes li {
    list-style: none;
    text-align: center;
    position: relative;
    border-bottom: 2px solid #edf9f7;
    padding: 0 0 4em 0;
    margin: 0 0 4em 0;
    line-height: 1.5em;
}
ul.testimonialQuotes li:before {
    content: '❝';
    color: #49c3b1;
    font-size: 44px;
    padding: 0 15px 0 0;
    display: block;
    text-align: left;
}
ul.testimonialQuotes li:after {
    content: '❞';
    height: 20px;
    color: #49c3b1;
    font-size: 44px;
    padding: 0 0 0 15px;
    display: block;
    text-align: right;
}

.ezRow {
  padding: 70px 0;
}
.whiteRow {
  background-color: #ffffff
}
.greenRow {
  background-color: #49c3b1
}
.lightRow {
  background-color: #edf9f7;
  color: #49c3b1;
}
.whiteRow .col-sm-6:first-child,
.greenRow .col-sm-6:first-child,
.lightRow .col-sm-6:first-child,
.lightRow .col-sm-8 {
  padding: 0 70px 0 0;
  color: #49c3b1;
  font-size: 30px;
  line-height: 40px;
}
.whiteRow .col-sm-6:first-child h1 {
  font-size: 2.5em
}
.lightRow .col-sm-12 {
  font-size: 30px;
  line-height: 40px; 
}
.greenRow .col-sm-6:first-child {
  color: #fff
}
.greenRow p {
  color: #fff
}
.greenRow h1, .greenRow h2, .greenRow h3, .greenRow h4, .greenRow h5, .greenRow h6 {
  color: #fff
}
.whiteRow .col-sm-6 img, .greenRow .col-sm-6 img {
  width: 80%;
  height: auto
}
.whiteRow .col-sm-6 img.sideLogo, 
.greenRow .col-sm-6 img.sideLogo {
  float: left;
  width: 34%;
}


p.cta1 {
  font-size: 1em;
}
a.btn {
  background-color: #49c3b1;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 20px;
  transition: background-color 0.5s ease;
}
a.btn:hover {
  background-color: #37a494;
  color: #fff!important
}
a.btn.mainBtn {
  margin: 15px 0 0 0;
  padding: 15px 37px;
  font-size: 0.7em;
}
a.btn.bigBtn {
  padding: 13px 27px;
  font-size: 26px;
}
ul.iconSet li {
  width: 30.6666666667%;
  margin: 0 4% 2em 0;
  float: left;
  text-align: center;
  list-style: none;
}
ul.iconSet li a {
  display: block;
  color: #363c4c
}
ul.iconSet li h3 {
  font-size: 1.3em;
  color: #49c3b1;
  padding: 54px 0 0 0;
}
ul.iconSet li img {
  height: 98px;
  margin: 0 15%;
}
ul.iconSet li:last-child {
  margin:0;
}
.sponsorList ul li {
  border-top: 1px solid #acacac;
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.whiteRow .col-sm-6 .charityLogo p, .greenRow .col-sm-6 .charityLogo p {
  margin: 0
}
.whiteRow .col-sm-6 .charityLogo img, .greenRow .col-sm-6 .charityLogo img {
  width: 40%;
  float: right
}
p.donateQuote {
  font-size: 33px;
  text-align: center;
  padding: 59px 0 0 0;
  line-height: 38px;
}
.centerImg {
  width: 40%;
  margin: auto;
}
.centerImg img {
  width: 100%;
}
.teamFeature h3 {
  min-height: 192px;
}
.teamFeature h2 {
  padding: 0;
  margin: 0;
  height: 84px;
}
.teamFeature img,
img.teamFeature {
  width: auto!important;
  border-radius: 50%;
  width: 70%!important;
}
.teamFeature .col-sm-6 h3 {
  font-size: 30px;
  line-height: 40px;
  color: #49c3b1
}
.teamFeature .col-sm-6 p {
  font-size: 1em
}
.whiteRow.teamFeature .col-sm-6:first-child p {
  color: #f00;
  font-size: 15px;
  color: #363c4c;
  line-height: 25px;
}


.ourBoard h2,
.ourSponsors h2 {
  padding: 0;
  margin: 0;
  height: 123px;
  color: #49c3b1;
}
.ourBoard .col-sm-4 {
  min-height: 269px;
  margin: 53px 0 0 0;
}
.ourBoard .col-sm-4:after {
  content: "";
  background: #49c3b1;
  height: 1px;
  width: 90%;
  float: left;
  left: 0;
  position: absolute;
  bottom: 0;
}
.ourBoard .col-sm-4 h3 {
  font-size: 30px;
  line-height: 40px;
  color: #49c3b1;
}
.ourBoard .col-sm-4 a {
  margin: 22px 0 0 0;
  float: left;
}



.ourSponsors .col-sm-3 img {
  width: 60%;
  margin: 0 20% 20px 20%;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– 
Footer
––––––––––––––––––––––––––––––––––––––––––––––––––- */
footer {
  float: left;
  width: 100%;
  position: relative;
  bottom: 0px;
  background: #fff;
  padding: 70px 0 0 0;
}
ul.sponsorLogos li {
  width: 15%;
  float: left;
  list-style: none;
  margin: 0 6% 0 0;
}
ul.sponsorLogos li img {
  width: 100%;
  height: auto
}
ul.sponsorLogos li:last-child {
  margin: 0
}
footer ul.menu {
  text-align: center;
  background-color: #49c3b1;
  padding: 29px 0 20px 0;
  margin: 50px 0 0px 0;
}
footer ul.menu li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px
}
footer ul.menu li a {
  color: #fff
}
footer p {
  text-align: center;
  font-size: 0.8em;
  background-color: #49c3b1;
  color: #fff;
  margin: 0;
}
footer p img {
  height: 100px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}  
/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* for-phone-only */
@media (max-width: 599px) { 
  header ul.menu li.current-menu-ancestor a, header ul.menu li.current_page_item a, header ul.menu li.current_page_parent a, ul#menu-main-menu li.current-menu-item a {
    border-bottom: none
  }
  .blurb {
    font-size: 12px;
    line-height: 14px;
    top: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
    width: 80%;
    margin: auto;
  }
  .ezRow {
    padding: 30px 0;
  }
  .whiteRow .col-sm-6, .greenRow .col-sm-6, .lightRow .col-sm-6,
  .whiteRow .col-sm-12, .greenRow .col-sm-12, .lightRow .col-sm-12 {
    width: 80%;
    margin: auto;
  }
  .whiteRow .col-sm-6:first-child, .greenRow .col-sm-6:first-child {
    font-size: 29px;
    line-height: 39px;
  }
  .whiteRow .col-sm-6:first-child, .greenRow .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .whiteRow .col-sm-6:first-child, .lightRow .col-sm-6:first-child {
    padding: 0 0 0 0;
    width: 80%;
    margin:auto;
  }
  .lightRow .col-sm-6:last-child {
    width: 80%;
    margin:auto;
  }
  .lightRow .col-sm-8 {
    padding: 0
  }
  .whiteRow .col-sm-6, .greenRow .col-sm-6,
  .whiteRow .col-sm-4, .greenRow .col-sm-4,
  .lightRow .col-sm-12 {
    width: 80%;
    margin: auto;
    /*padding: 0;*/
  }
  .greenRow .col-sm-6:first-child {
    padding: 0 15px;
  }
  .ourBoard .col-sm-4 {
    min-height: 269px;
    margin: 53px auto 0 auto;
    width: 80%;
  }

  ul.testimonialQuotes span:after {
    padding: 0
  }
  ul.testimonialQuotes span:before {
    padding: 0
  }
  ul.iconSet li {
    width: 100%;
    margin: 0 4% 6em 0;
  }
  ul.sponsorLogos li {
    width: 48%;
    margin: 0 4% 0 0;
  }
  ul.sponsorLogos li:nth-child(even) {
    margin: 0 0 0 0;
  }
  ul.sponsorLogos li img {
    width: 60%;
    margin: 0 20% 20% 20%;
  }
  a.btn.bigBtn {
    width: 100%;
  }
  .greenRow h1, .greenRow h2, .greenRow h3, .greenRow h4, .greenRow h5, .greenRow h6 {
    color: #fff;
    text-align: center;
  }
  .whiteRow .col-sm-6 .charityLogo img, .greenRow .col-sm-6 .charityLogo img {
    margin: 0 30%;
  }
  footer p {
    padding: 14px 0;
  }
  footer p img {
    height: 80px;
  }
  .teamFeature h3 {
    min-height: auto;
  }
}

/* for-tablet-portrait-up */
@media (min-width: 600px) { 
  header .container {
    width: 98%;
  }
  header ul.menu li {
    margin: 0 16px 8px 0;
    width: 175px;
  }
  .row {
    margin: 0 7%;
  }
  .ourBoard .col-sm-4 {
    min-height: 359px;
    margin: 53px 0 0 0;
  }
}

/* for-tablet-landscape-up */
@media (min-width: 900px) { @content; }

/* for-desktop-up */
@media (min-width: 1200px) { @content; }

/* for-big-desktop-up */
@media (min-width: 1800px) { @content; }