body {
  margin: 0px;
  background: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "kelson_sansregular", "Montserrat";
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  margin: 0px;
  color: #292929;
}

h1 {
  font-size: 30px;
  font-weight: 400 !important;
  line-height: 40px;
}

h2 {
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 40px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

a {
  font-family: 'Source Sans Pro';
  font-weight: 100;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

p {
  font-family: 'Source Sans Pro';
  font-size: 15px;
  line-height: 26px;
  color: #062a30;
  -webkit-font-smoothing: antialiased;
}

.red {
  color: #d31148;
}

.divider {
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  background: #e0e0e0;
}

.mobilemenu {
  display: none;
}

.form-item {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field {
  width: 100%;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding: 15px 20px;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px !important;
  background-color: #FFF;
  outline: none;
  border: 1px solid #dadada;
}

.select-holder {
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: 10px 5px;
  background-color: #fff;
}
.select-holder select {
  padding-left: 50px;
}

.select-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d9d9d9+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #d9d9d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #d9d9d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #d9d9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
  /* IE6-9 */
}
.select-container select {
  background-color: transparent;
}

select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 4px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 300;
  padding: 15px 20px;
  display: block;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #dadada;
  background-image: url("../images/icons/select-arrow.png");
  background-position: right;
  background-repeat: no-repeat;
  outline: none !important;
}

textarea {
  height: 120px !important;
  resize: none;
}

ul {
  padding-left: 15px;
}
ul li {
  font-family: Montserrat;
  color: #062a30;
}

.bullet-list {
  margin-top: 20px;
}
.bullet-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.inline-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: inline-block;
}
.inline-list li {
  display: inline-block;
}

.plain-list {
  padding: 0px !important;
  margin: 0px !important;
  list-style-type: none;
}
.plain-list li {
  padding: 0px !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  margin-left: 0px !important;
}
.plain-list li p, .plain-list li a {
  padding: 0px !important;
  margin: 0px !important;
  line-height: 23px !important;
  color: #171717;
}
.plain-list .break {
  margin-top: 20px !important;
}
.plain-list .bold {
  margin-bottom: 10px !important;
}

.bold {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.share-list li {
  margin-right: 10px;
}
.share-list li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  padding-top: 5px;
  color: #fff;
  font-size: 16px;
  background: #000;
}

.break {
  width: 100%;
  display: block;
  float: left;
}
.break hr {
  border: 2px solid #e21784;
  width: 50px;
  display: block;
  float: left;
  margin-top: 8px;
  margin-bottom: 15px;
}

hr {
  width: 100%;
  border: 1px solid #fff;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hide-border {
  border: 0px !important;
}

.apply-border {
  border-top: 3px solid #d31148;
  padding-top: 20px;
}

.apply-border-blue {
  border-top: 3px solid #7B98AC;
  padding-top: 20px;
}

.image-large {
  display: inline-block;
  width: 100%;
}
.image-large img {
  width: 100%;
}

.button {
  width: 100%;
  font-family: "Source Sans Pro";
  font-weight: 600 !important;
  font-size: 18px;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  z-index: 9;
  position: relative;
  text-align: left !important;
  -webkit-font-smoothing: antialiased;
  background-color: #e21784;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button i {
  position: absolute;
  font-size: 32px;
  right: 20px;
  margin-top: -2px;
}

.button-purple {
  background: #a7c0e3 !important;
}

.back-button {
  text-align: right !important;
}
.back-button i {
  right: auto;
  left: 20px;
}

.submit-button {
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../images/icons/button-arrow.png");
}

.header {
  width: 100%;
  display: inline-block;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  margin: 0px;
  background: #ffffff;
}
.header .contact-row {
  text-align: right;
}
.header .contact-row ul {
  text-align: left;
}
.header .contact-row ul li {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ebebeb;
}
.header .contact-row ul li p, .header .contact-row ul li i {
  color: #e21784;
}
.header .contact-row ul li p, .header .contact-row ul li h3 {
  font-family: "Montserrat";
}
.header .contact-row ul li:first-child {
  border-left: 0px;
}
.header .main-row {
  width: 100%;
  margin-top: -50px;
  display: inline-block;
}

.logo {
  position: relative;
  z-index: 99;
  text-align: left;
  display: inline-block;
}
.logo img {
  z-index: 99;
}

.nav {
  position: relative;
  text-align: right;
  z-index: 9;
  margin-top: 65px;
  display: inline-block;
  width: 100%;
  background: #fff;
}
.nav a {
  position: relative;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 100;
  font-size: 17px;
  padding: 6px 15px;
  color: #292929;
  z-index: 9999;
  clear: both;
  text-align: center;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
.nav a:active, .nav a:focus {
  background: transparent !important;
}
.nav a i {
  font-size: 22px;
  vertical-align: middle;
  color: #e21784;
}
.nav .active {
  color: #fff;
  background: #e21784;
}
.nav ul {
  padding: 0px;
  margin: 0px;
  z-index: 999;
  position: relative;
  display: inline-block;
  width: 100%;
}
.nav ul li {
  display: inline-block;
  margin: 0px !important;
  padding: 0px !important;
}
.nav .fullmenu {
  display: inline-block;
  clear: both;
  width: 100%;
  z-index: 9999;
}
.nav .mobilemenu {
  display: none;
}
.nav .mobilemenu a {
  background: transparent !important;
}
.nav .dropdown .dropdown-menu {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  border: 0px;
  border-radius: 0px;
  display: none;
  background: #fff;
}
.nav .dropdown .dropdown-menu li {
  width: 100%;
  display: block;
}
.nav .dropdown .dropdown-menu a {
  font-size: 15px;
  display: block;
  padding: 8px 10px;
  text-align: left;
}
.nav .show {
  display: inline-table !important;
}
.nav .open {
  background: #eee !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent !important;
}

.page-options {
  background: #e21784;
}
.page-options ul {
  width: 100%;
  display: inline-block;
}
.page-options ul li {
  display: inline-block;
}
.page-options ul li a {
  font-family: "Montserrat";
  font-size: 16px;
  color: #fff;
  padding: 25px 20px;
  display: inline-block;
  text-align: center;
  background: #ee188b;
}
.page-options ul li a .ionicons {
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
}
.page-options .search-field {
  margin-top: 12px;
}
.page-options .search-news-mobile {
  display: none;
  padding-top: 0px;
  padding-bottom: 10px;
  background: #cc1577 !important;
}

.slide-nav {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  margin-top: 0px;
  text-align: center;
  padding-top: 10px;
  display: none;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.28);
	box-shadow: 0px 3px 5px 2px rgba(0,0,0,0.28);
}
.slide-nav ul {
  padding: 0px !important;
}
.slide-nav li {
  list-style-type: none;
}
.slide-nav li a {
  position: relative;
  width: 100%;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  padding: 6px 0px;
  color: #171717;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 9999;
  clear: both;
  text-align: center;
  text-transform: uppercase;
}
.slide-nav li a i {
  margin-left: 3px;
}
.slide-nav .open i {
  transform: rotate(90deg);
  vertical-align: middle;
}
.slide-nav .slide-sub-nav {
  display: none;
  padding: 0px;
  background: #efefef;
}
.slide-nav .slide-sub-nav .list-head {
  padding: 10px 0px;
  color: #8A8A8A;
  border-top: 1px solid #fff;
  text-transform: uppercase;
}
.slide-nav .slide-sub-nav li a {
  color: #e21784;
  text-transform: none;
}

.contact-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999;
  margin-top: 0px;
  text-align: center;
  padding-top: 10px;
  display: none;
  height: auto;
  background: #fff;
}
.contact-dropdown li {
  list-style-type: none;
}
.contact-dropdown li a {
  position: relative;
  width: 100%;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  padding: 6px 15px;
  color: #171717;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 9999;
  clear: both;
  text-align: center;
  text-transform: uppercase;
}

.open i {
  color: #D31148;
}

.show {
  display: block;
}

.slick-prev, .slick-next {
  position: absolute;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  top: 45%;
  z-index: 999;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-big {
  font-size: 80px !important;
  padding: 10px 25px;
  color: #e21784;
  background: #fff;
}

.slick-pink {
  font-size: 50px !important;
  padding: 2px 15px;
  color: #fff;
  background: #e21784;
}

.slick-team-prev, .slick-team-next {
  position: absolute;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  top: 60px;
  z-index: 999;
}

.slick-team-prev {
  right: 100px;
}

.slick-team-next {
  right: 45px;
}

.slick-dots {
  position: absolute;
  left: 20px;
  text-align: center;
  bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 999;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  padding: 0px !important;
  outline: none !important;
  color: #fff;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 0px;
  border: 2px solid #fff;
  width: 50px;
  height: 6px;
  background: #fff;
  content: none !important;
}
.slick-dots .slick-active button {
  border-color: #e21784;
  background: #e21784;
}

.checkradios {
  width: 24px !important;
  height: 24px !important;
  margin-top: 0px !important;
  margin-right: 5px;
  display: inline-block;
  padding: 13px !important;
  text-align: center !important;
  vertical-align: middle;
  font-size: 25px !important;
  color: #D31148 !important;
  border: 0px !important;
}

.section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grey-section {
  background: #efefef;
}

.box {
  width: 100%;
  padding: 20px 10px;
  display: inline-block;
  border-radius: 10px;
}

.white-box {
  background-color: #fff;
}

.pink-box {
  color:  #fff;
  background-color: #e21784;
}
.pink-box p, .pink-box a, .pink-box h2 {
  color: #fff;
}
.pink-box .button {
  border: 2px solid #e21784;
}

.purple-box {
  color: #fff;
  background-color: #a7c0e3;
}
.purple-box p, .purple-box a, .purple-box h2 {
  color: #fff;
}
.purple-box .button {
  border: 2px solid #a7c0e3;
}

.pink-box, .purple-box {
  background-position: bottom right;
  background-repeat: no-repeat;
}
.pink-box .button, .purple-box .button {
  font-weight: 100 !important;
  font-size: 15px;
  margin-top: 160px;
  color: #1f1f1f;
  background: #fff;
}
.pink-box .button i, .purple-box .button i {
  color: #e21784;
}

.cta-section {
  text-align: center;
  margin-top: 140px;
}
.cta-section .item {
  margin-top: -140px;
}
.cta-section .item .button, .cta-section .item p {
  margin-top: 20px;
}
.cta-section .item-container:nth-child(even) {
  border-left: 1px dashed #bbbbbb;
  border-right: 1px dashed #bbbbbb;
}
.cta-section .item-container:nth-child(even) .button {
  background: #A7C0E3;
}

.grid .item-container {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem;
  width: 100%;
}
.grid .item {
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 30px;
  background: #fff;
}
.grid .item h1, .grid .item h2, .grid .item h3 {
  margin-top: 20px;
  margin-bottom: 0px;
}
.grid .item .button {
  margin-top: 30px;
}

.panel {
  width: 100%;
  border: 0px;
  display: inline-block;
  margin-top: 20px !important;
  box-shadow: none !important;
}
.panel h2 {
  margin-bottom: 0px !important;
  line-height: 50px;
}
.panel .panel-body {
  padding: 10px 20px;
  border: 0px !important;
}
.panel .panel-body p {
  margin-top: 10px;
}
.panel .panel-body li {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 26px;
  font-weight: 100 !important;
}
.panel .panel-heading {
  padding: 0px;
  background: #ebebeb;
  transition: 0.3s background ease-in-out;
  -webkit-transition: 0.3s background ease-in-out;
  -moz-transition: 0.3s background ease-in-out;
  -ms-transition: 0.3s background ease-in-out;
  -o-transition: 0.3s background ease-in-out;
}
.panel .panel-heading .panel-title {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.panel .panel-heading .panel-title a {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none !important;
  background: #e21784;
}
.panel .panel-heading .panel-title a i {
  float: right;
  font-size: 28px !important;
  text-align: center;
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.panel .collapsed i {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
}

.contact-bar {
  width: 100%;
  padding-top: 60px !important;
  padding-bottom: 50px !important;
  display: inline-block;
}
.contact-bar h2 {
  font-family: "Pacifico";
  font-size: 40px;
  color: #e21784;
}

.footerContainer {
  padding-top: 60px;
  padding-bottom: 20px;
  color: #fff;
  background: #232422;
}
.footerContainer h3 {
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  border-bottom: 1px dashed #b2b2b2;
}
.footerContainer ul li {
  color: #fff;
}
.footerContainer ul li p, .footerContainer ul li a {
  color: #b2b2b2;
}
.footerContainer ul li p i, .footerContainer ul li a i {
  margin-right: 5px;
}
.footerContainer ul li .subtitle {
  color: #fff;
}
.footerContainer .sub {
  color: #fff;
  font-size: 14px;
  padding-top: 80px;
  padding-bottom: 20px;
}
.footerContainer .sub a {
  color: #fff;
  font-size: 14px;
}

@-moz-document url-prefix() {
  .button {
    font-weight: 100 !important;
  }
}

@media all and (min-width: 1200px) {
  .no-desktop {
    display: none !important;
  }

  .search-news-mobile {
    display: none !important;
  }

  .library-section .item {
    min-height: 560px !important;
  }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
  .library-section .item {
    min-height: 540px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .library-section .item {
    min-height: 470px;
  }
}
@media all and (max-width: 1200px) {
  .nav a {
    padding: 6px 8px;
  }

  .contact-bar h2 {
    font-size: 30px;
  }

  .cta-section .item h2 {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .no-tablet {
    display: none !important;
  }

  .header {
    padding-bottom: 20px;
  }
  .header .main-row {
    margin-top: 0px;
  }

  .fullmenu {
    display: none !important;
  }

  .nav {
    height: auto;
    margin-top: 55px;
    padding-top: 0px;
  }

  .mobilemenu {
    display: block !important;
    width: 100%;
  }
  .mobilemenu a {
    border: 0px;
    margin-left: 0px;
  }
  .mobilemenu a:hover {
    color: #000;
    background: transparent;
  }
  .mobilemenu a i {
    margin-top: -20px;
    font-size: 30px;
  }

  .fullmenu {
    display: none;
  }

  .contact-bar h2 {
    font-size: 26px;
  }

  .page-options ul li a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .panel .panel-heading a {
    font-weight: 100 !important;
    font-size: 16px !important;
  }

  .button {
    font-weight: 100 !important;
  }

  .footerContainer .column-wrapper {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .page-options ul li a {
    font-size: 13px;
    font-weight: 100 !important;
  }

  .panel .panel-heading a {
    font-weight: 100 !important;
    font-size: 14px !important;
  }

  .button {
    font-size: 15px;
  }

  .footercolumn {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px !important;
  }
}
@media all and (max-width: 600px) {
  .col-mob-12 {
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
  }

  .header .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
  }

  .header .main-row {
    display: inline !important;
  }

  .no-mobile {
    display: none !important;
  }

  .mobilemenu {
    text-align: center;
  }

  .page-options ul li a {
    font-size: 11px;
    font-weight: 100 !important;
  }
}
@media all and (max-width: 380px) {
  .header .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .header .logo img {
    width: 100%;
  }
}
