/*  HTML5  */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a[href^="tel"]{
    color:inherit;  
    text-decoration:none;
  }
  input[type=text], input[type=password], input[type=email], select, textarea {
    -webkit-appearance: none;
    -moz-appearance:none;
    resize:none;
  }
  input[type=button], input[type=submit], button {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
  }
  input, select, button, textarea {
    outline:none;
  }               
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
      display:block;
  }
  nav ul { list-style:none; }
  blockquote, q { quotes:none; }
  blockquote:before, blockquote:after,
  q:before, q:after { content:''; content:none; }
  a { margin:0; padding:0; font-size:100%; vertical-align:baseline;}
  ins { background-color:#008c98; color:#000; text-decoration:none; }
  mark { background-color:#008c98; color:#000; font-style:italic; font-weight:bold; }
  del { text-decoration: line-through; }
  abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
  hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:0; padding:0; }
  input, select { vertical-align:middle; }
  img {-ms-interpolation-mode:bicubic;}
  
  pre, code, kbd, samp { font-family: monospace, sans-serif; }
  
  body, select, input, textarea {color: #444; }
  h1,h2,h3,h4,h5,h6 { font-weight: normal; }
  html { overflow-y: scroll; }
  
  ul, ol { margin-left: 1.8em; }
  ol { list-style-type: decimal; }
  
  nav ul, nav li { margin: 0; } 
  small { font-size: 85%; }
  strong, th { font-weight: bold; }
  td, td img { vertical-align: top; } 
  sub { vertical-align: sub; font-size: smaller; }
  sup { vertical-align: super; font-size: smaller; }
  pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
  textarea { overflow: auto; } 
  .ie6 legend, .ie7 legend { margin-left: -7px; } 
  input[type="radio"] { vertical-align: text-bottom; }
  input[type="checkbox"] { vertical-align: bottom; }
  .ie7 input[type="checkbox"] { vertical-align: baseline; }
  .ie6 input { vertical-align: text-bottom; }
  label, input[type=button], input[type=submit], button { cursor: pointer; }
  button, input, select, textarea { margin: 0; }
  input:valid, textarea:valid   {  }
  input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
  .no-boxshadow input:invalid, 
  .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  
  ::-moz-selection{ background: #fbefa1;  }
  ::selection { background:#fbefa1; } 
  a:link { -webkit-tap-highlight-color: #fbefa1;}
  
  button {  width: auto; overflow: visible; }
  .ie7 img { -ms-interpolation-mode: bicubic; }
  
  .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  .hidden { display: none; visibility: hidden; } 
  .visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
  .invisible { visibility: hidden; }
  .clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;  } 
  .clearfix:after { clear: both; }
  .clearfix { zoom: 1; }
  
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #333;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #333;
  }
  :-moz-placeholder { /* Firefox 18- */
   color: #333;
  }
  
  
  /* Tables */
  
  table {
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top:1px solid #eee;
  }
  th { text-align: left; }
  
  


/********************************************************************** basic css structure **********************************************************************/


.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    color: #29292a;
    text-decoration: none;
    outline: none
}

a:hover,
a:hover {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    color: #29292a;
}

/** FAQs **/

#accordion h3 {
    cursor: pointer;
    margin: 0;
    border-bottom: 1px solid #29292a;
    display: block;
    padding: 25px 50px 25px 0;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
}

#accordion h3:after {
    content: ' ';
    background: url(/nzscm/assets/images/right-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 28%;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#accordion h3:hover {
    color: #29292a
}

#accordion h3:hover:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#accordion ul {}

#accordion {
    margin: 0;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 75px;
}

h2 {
    font-size: 72px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    font-family: 'Gordita';
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container--inner {
    max-width: 1160px;
    margin: 0 auto;
}

.container-inner--visible {
    overflow: visible;
    width: 1300px;
    margin-left: auto;
    margin-right: -15px;
    margin-top: 80px;
}

.container--full-width {
    max-width: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.clearfix {
    display: flex;
    flex-wrap: wrap;
}

.col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.no-padding {
    padding: 0 !important;
}

.no-padding--l {
    padding-left: 0 !important;
}

.padding--r-30 {
    padding-right: 30px !important;
}

.no-margin--left {
    margin-left: 0px !important;
}

.no-margin--right {
    margin-right: 0px !important;
}


.d-flex {
    display: flex;
}

.d-flex--wrap {
    flex-wrap: wrap;
}

.d-flex--content-start {
    justify-content: flex-start;
}

.d-flex--content-end {
    justify-content: flex-end;
}

.d-flex--content-center {
    justify-content: center;
}

.d-flex--content-between {
    justify-content: space-between;
}

.d-flex--content-around {
    justify-content: space-around;
}

.pill {
    padding: 10px 15px;
    color: #29292a;
    font-weight: 800;
    font-size: 14px;
    border-radius: 5px;
}


.hide-lg {
    display: none;
}

.show-lg {
    display: block;
}

.show-md {
    display: none;
}

.show-xs {
    display: none;
}

.section--ash {
    background-color: #29292a;
}

@media only screen and (max-width: 767px) {
    .hide-xs {
        display: none;
    }

    .hide-lg {
        display: block;
    }

    .show-xs {
        display: block;
    }
}

/********************************************************************** Navigation styles**********************************************************************/

nav {
    display: flex;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    align-self: center;
    display: flex;

}

nav ul li {
    float: left;
    position: relative;
}

nav ul>li a, nav ul li.sectionheader span {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    font-size: 15px;
    color: #29292a;
    position: relative;
}

nav>ul>li:first-child>ul>li a {
    padding: 10px 20px;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li>ul li {
    min-width: 250px;
}

nav ul li>ul li a {
    padding: 15px;
    line-height: 20px;
    color: #29292a;
}

nav ul li>ul {
    position: absolute;
    z-index: 1;
    /* Guarantees that the dropdown will display on top of any content. */
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    min-width: 300px;
    padding: 20px;
}

nav ul li>ul ul {display: none; left: 300px;top: 0;}

nav ul li>ul li a {
    color: #29292a;
    padding: 10px 20px; font-size: 17px;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 25px;
    right: 30px;
    background: transparent;
    height: 50px;
    width: 50px;
    
}

/**********************************************************************nav mobile styles**********************************************************************/

@media only screen and (max-width: 767px) {
    .nav-mobile {
        display: block;
    }

    nav ul {
        display: none;
    }

    /*added to prevent dropdown from overlaying on lower menu items*/
    nav ul li>ul {
        position: relative;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
        border-bottom: 1px solid #eee;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li>ul li a {
        padding-left: 30px;
    }

}

#nav-toggle {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #222;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
    border-radius: 3px;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/*Style for checkbox*/
/* Base for label styling */

[type="checkbox"]:focus {
    outline: 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '\2713\0020';
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 15px;
    line-height: 0.8;
    color: #707b27;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}

/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px solid #707b27;
}

/* hover style just for information */

label:hover:before {
    border: 2px solid #707b27 !important;
}

/*radiobox*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #707b27;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**********************************************************************style for modal jquery **********************************************************************/

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}


/******************************************************************** Flex *********************************************************************/

.flex-row {
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: space-between;

    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

    align-content: stretch;
}

/*
 .flex-row.top {align-items: flex-start !important;}
 
 
 .flex {
    display: flex;
     align-items: flex-start | flex-end | center | baseline;
     flex-wrap: wrap;
      justify-content: space-between;
 }
 
 .flex-plain { -ms-box-orient: horizontal;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -moz-flex;
   display: -webkit-flex;
   display: flex; -webkit-align-items: flex-start;
   align-items: flex-start; }
 
 .columns-2 {display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end; align-self: flex-start;}
 
 
 .flex-row.stretch {display: flex; align-items: flex-start | flex-end | center | baseline | stretch; flex-wrap:wrap; justify-content: center;} */


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00bb80;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00bb80;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #00bb80;
  }