:root {
  --theme-primary-color: #DA1C5C;
  --theme-secondary-color: #2D657D;
  --theme-tertiary-color: #13a89e;
}

.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/* template styles */

header {
  width: 100%;
  background: #fff;
  box-shadow: 2px 3px 10px 0px #cccbcb;
  position: fixed;
  z-index: 1;
  top: 0;
  height: 68px;
} 
header img {
    padding: 7px;
}
header p, header div, header li {
    margin: 0;
}
.content {
    top: 77px;
    z-index: 0;
    position: relative;
}

.contentwrapper,
.wrapper {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
  }

.logo {
  max-width: 100px;
  padding: 15px;
  display: inline-block;
}
/* menu */

.navbar ul {
  margin-left: auto !important;
}
div#navMenu {
    position: absolute;
    right: 3%;
}
#navbar a {
    font-family: "Nunito Sans", sans-serif;
    margin: 0 2px;
    padding: 3px;
    text-decoration: none;
}

#navMenu a:hover {
    text-decoration: none;
/*    background-color: rgb(0 0 0 / 10%);*/
    background-color: #d21d5e;
}
.nav-logo a:hover {
    background: transparent;
}

#navbar ul.DropDownMenu li.Parent li {
    float: none;
}

#navbar ul.DropDownMenu li.Parent ul {
  padding: 10px;
  top: auto !important;
}

#navbar ul li a {
/* padding:3px 10px!important;*/
/* font-size: 19px;*/
/* color: #2D657D;*/
  padding: 5px !important;
  font-size: 16px;
  color: #fff;
  background: #7a949f;
  border-radius: 9px;
  margin: 7px;
  transition: 0.5s;
}


ul.DropDownMenu a:hover {
  background-color: #0000001c;
}

li.Parent ul {
  background-color: var(--theme-secondary-color);
  box-shadow: 3px 3px 10px 0px #00000075;
}

.mobBtn {
  display:none;
}

.mobBtn button {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.mobBtn span.material-icons {
    color: #d21d5e;
    font-size: 40px;
}
button:focus {
    outline: none;
}

/* banner */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
  @keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

 .banner {
  background-color: #d21d5e;
  background-image: url(/images/banner-background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  margin-top: 68px;
  position: relative;
  }

  .banner td:nth-child(1) {
    width: 400px;
    padding: 0;
  }

  .banner h1,
  .banner h2,
  .banner h3,
  .banner p {
    color: #fff;
  }
 .banner h1, .banner p, .banner h2  {
    animation: 1s ease-out 0s 1 slideInFromRight;
  }

 .banner td:nth-child(1) img {
    width: 100%;
    max-width: 400px;
  }

.banner table {
  margin-bottom: 0;
  width: 100%;
}
.banner td {
  padding: 80px 4% 70px 4%;
}
.banner h1 {
  font-style: italic;
  font-size: 40px;
  line-height: 35px;
  margin: 40px 0 24px 0;
}
.banner h2,
.banner h3 {
  font-size: 25px;
  line-height: 30px;
  margin: 10px 0;
}
.banner img.logo {
  max-width: 206px;
  height: auto;
}
.banner td.home {
  width: 340px;
  padding: 3%;
}


/* footer */

footer {
  background: #2D657D;
  background-image: url(/images/banner-background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li, footer li a, footer a, footer a:hover {
  color: #fff;
}
footer li {
  list-style-type: none;
  margin: 0 0 10px 0;
  font-size: 18px;
}
#footer-nav ul.DropDownMenu li {
    display: block;
    width: 100%;
}
footer .copyright {
  color: #fff;
  margin: 40px 0 0 0;
  display: inline-block;
}
footer .top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
}
footer .top a {
    padding: 20px;
    background: #DA1C5C;
    background-image: url(/images/icon-arrow-top-white.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-position: center center;
    background-size: 20px;
    border-radius: 20px;
    font-size: 0;
}
/* content styles */


._Content p {
  margin: 10px 0;
}
p, li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
  td,
  p,
  h4,
  h5,
  li,
  div,
  span {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
  }

  h1,
  h2,
  h3 {
    font-family: "Noto Serif", serif;
    margin: 0 0 25px 0;
    color: #d21d5e;
  }
h1 {
    font-style: italic;
    font-size: 3em;
    margin-bottom: 20px;
}

  h3 {
    color: #2d657d;
  }

._Content h5 {
    font-size: 1.5rem;
    color: #35637c;
    font-weight: 500;
    margin: 20px 0;
    line-height: 2rem;
}
  img {
    max-width: 100%;
    height: auto;
  }
table {
  width: 100%;
}
figure.table {
  margin-bottom: 0;
}
.white {
    background: #fff;
  }
 .grey {
    background: #eee;
  }
 .box td {
    padding: 2% 5%;
  }
.twocolumn td {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 10% 30px 5%;
}

.table td, .table th {
    border-top: none;
}
.box table.twocolumn td {
    padding-left: 0;
    padding-top: 1%;
}
  
/* tiles */
  table.tiles {
    width: 100%;
  }

  .tiles td {
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    border: none;
    background: #D63771;
  }

  .tiles tr:nth-child(1) td:nth-child(2),
  .tiles tr:nth-child(3) td:nth-child(2) {
    padding: 4%;
    color: #fff;
    text-align: left;
    background: #2D657D;
  }
  .tiles tr:nth-child(2) td:nth-child(1) {
    background: #fff;
    color: #2D657D;
    padding: 4%;
    text-align: left;
  }

.tiles tr:nth-child(1) td:nth-child(2) h2 {
    color: #fff;
  }
.tiles tr:nth-child(2) td:first-child,
.tiles tr:nth-child(4) td:first-child {
  background: #ebebeb;
  padding: 4%;
  text-align: left;
}
  .tiles img {
    width: 100%;
    max-width: 500px;
  }
  .content-bottom .tiles tr:nth-child(3) td:nth-child(2) {
    color: #55658e;
    background: #ffffff;
  }

/* email forms, buttons etc */

._EmailForm {
    width: 100%;
    max-width: 900px;
    background: #f9f9f9;
    padding: 30px;
    box-sizing: border-box;
    margin: 30px 0;
    /*box-shadow: 5px 5px #dad8d89c;*/
}

.btn {
  margin: 30px 0;
}
.mdl-button--raised.mdl-button--colored {
    background: #d21d5e;
    margin: 30px 0;
    border-radius: 18px;
}
.btn-primary {
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 20px;
    font-family: 'Noto Serif';
}

.bg-primary, .btn-primary, .mdl-button--raised.mdl-button--colored, .mdl-button--fab.mdl-button--colored {
  color: #fff;
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  transition: 0.5s;
  }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
   background-color: var(--theme-tertiary-color);
   border-color:#fff;
}
code {
  color: #2b657c;
}

.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    color:  var(--theme-primary-color) !important;
}

  .mdl-textfield__label {
    color: rgba(0, 0, 0, 1);
  }

  .mdl-textfield {
    width: 100%;
  }
.mdl-textfield__label:after {
    background-color: #d21d5e;
}

  div._EmailAddress label {
    text-transform: none !important;
  }